llvm-6502/tools
David Meyer 2c67727046 [Object] Add symbol attribute flags: ST_ThreadLocal, ST_Common, and ST_Undefined. Implement these completely for ELF.
Rename ST_External to ST_Unknown, and slightly change its semantics. It now only indicates that the symbol's type
is unknown, not that the symbol is undefined. (For that, use ST_Undefined).



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151696 91177308-0d34-0410-b5e6-96231b3b80d8
2012-02-29 02:11:55 +00:00
..
bugpoint Improve handling of blockaddresses in bugpoint when splitting a module. Patch by Daniel Reynaud. 2012-02-22 01:43:47 +00:00
bugpoint-passes
gold
llc RegAlloc superpass: includes phi elimination, coalescing, and scheduling. 2012-02-10 04:10:36 +00:00
lli
llvm-ar
llvm-as
llvm-bcanalyzer Enable streaming of bitcode 2012-02-06 22:30:29 +00:00
llvm-config An easy case where GCC should really be able to work out that the value is only 2012-02-23 08:25:25 +00:00
llvm-cov
llvm-diff SwitchInst refactoring. 2012-02-01 07:49:51 +00:00
llvm-dis Enable streaming of bitcode 2012-02-06 22:30:29 +00:00
llvm-dwarfdump
llvm-extract
llvm-ld Remove dead code. Improve llvm_unreachable text. Simplify some control flow. 2012-02-19 11:37:01 +00:00
llvm-link
llvm-mc Make MemoryObject accessor members const again 2012-02-29 01:09:06 +00:00
llvm-nm In the ObjectFile interface, replace isInternal(), isAbsolute(), isGlobal(), and isWeak(), with a bitset of flags. 2012-02-28 23:47:53 +00:00
llvm-objdump [Object] Add symbol attribute flags: ST_ThreadLocal, ST_Common, and ST_Undefined. Implement these completely for ELF. 2012-02-29 02:11:55 +00:00
llvm-prof
llvm-ranlib
llvm-rtdyld
llvm-shlib
llvm-size
llvm-stress Fix some stray semi-colons. 2012-02-29 00:20:33 +00:00
llvm-stub
lto reapply the patches reverted in r149470 that reenable ConstantDataArray, 2012-02-05 02:29:43 +00:00
macho-dump
opt
CMakeLists.txt Add a random .LL file generator to stress-test different llvm components. 2012-02-26 08:35:53 +00:00
LLVMBuild.txt
Makefile Add a random .LL file generator to stress-test different llvm components. 2012-02-26 08:35:53 +00:00