1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/lib
Chris Lattner 2bdaaa4e08 Add support for 'weak' linkage.
For now, we translate linkonce into weak linkage in the bytecode format because
we don't have enough bits to represent it.  We will rev the bytecode version
soon anyways, so this will be fixed in the near future.

llvm-svn: 9170
2003-10-16 18:28:50 +00:00
..
Analysis Make use of "external" depth-first iterators to avoid revisiting nodes 2003-10-13 16:36:06 +00:00
AsmParser Decrease usage of use_size() 2003-10-15 16:48:29 +00:00
Bytecode Add support for 'weak' linkage. 2003-10-16 18:28:50 +00:00
CodeGen #include vector which we will need here soon 2003-10-15 22:09:32 +00:00
CWriter Decrease usage of use_size() 2003-10-15 16:48:29 +00:00
ExecutionEngine Order #includes as per the style guide. 2003-10-14 21:42:11 +00:00
Support Fix up error message. 2003-10-15 20:46:58 +00:00
Target Decrease usage of use_size() 2003-10-15 16:48:29 +00:00
Transforms This code does not require random access use_lists 2003-10-16 16:49:12 +00:00
VMCore Completely rewrite support for the Value::use_* list. Now, all operations on 2003-10-16 16:53:07 +00:00
Makefile Removed Support directory. It now lives in llvm/support/lib. 2003-09-29 16:10:43 +00:00