llvm-6502/tools
Bill Wendling 3d10a5a757 Add plumbing for the `linker_private' linkage type. This type is meant for
"private" symbols which the assember shouldn't strip, but which the linker may
remove after evaluation. This is mostly useful for Objective-C metadata.

This is plumbing, so we don't have a use of it yet. More to come, etc.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76385 91177308-0d34-0410-b5e6-96231b3b80d8
2009-07-20 01:03:30 +00:00
..
bugpoint fix test 2009-07-19 20:19:25 +00:00
gccas
gccld
gold
llc
lli Switch lli back to using allocate-gvs-with-code behavior. 2009-07-18 08:07:13 +00:00
llvm-ar
llvm-as Convert more tools code from cerr and cout to errs() and outs(). 2009-07-16 15:30:09 +00:00
llvm-bcanalyzer Convert more tools code from cerr and cout to errs() and outs(). 2009-07-16 15:30:09 +00:00
llvm-config Reenable asmparser dependency generation, now with improved Perl foo. 2009-07-17 21:26:27 +00:00
llvm-db
llvm-dis Convert more tools code from cerr and cout to errs() and outs(). 2009-07-16 15:30:09 +00:00
llvm-extract Convert more tools code from cerr and cout to errs() and outs(). 2009-07-16 15:30:09 +00:00
llvm-ld Convert more tools code from cerr and cout to errs() and outs(). 2009-07-16 15:30:09 +00:00
llvm-link Convert more tools code from cerr and cout to errs() and outs(). 2009-07-16 15:30:09 +00:00
llvm-mc llvm-mc: Default -triple to LLVM_HOSTTRIPLE. 2009-07-17 22:51:20 +00:00
llvm-nm Add plumbing for the `linker_private' linkage type. This type is meant for 2009-07-20 01:03:30 +00:00
llvm-prof
llvm-ranlib
llvm-stub
llvmc Convert more tools code from cerr and cout to errs() and outs(). 2009-07-16 15:30:09 +00:00
lto Convert more tools code from cerr and cout to errs() and outs(). 2009-07-16 15:30:09 +00:00
opt Fix a crash in SROA. The FunctionPass::doInitialization method was never 2009-07-17 19:05:13 +00:00
CMakeLists.txt
Makefile