llvm-6502/tools
Daniel Dunbar f4452c37d0 lto: Fix an inverted conditional which prevented the addition of symbols scraped
from inline assembly, except in cases where they had already been seen (in which
case they would get added twice).
 - I can't see how this ever worked...

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110757 91177308-0d34-0410-b5e6-96231b3b80d8
2010-08-11 00:11:19 +00:00
..
bugpoint Use RunPassesOn as in the rest of bugpoint. 2010-08-10 15:46:11 +00:00
bugpoint-passes Try to fix cmake build. 2010-08-08 00:50:57 +00:00
edis build: Don't pass -avoid-version or -no-undefined on Darwin, they don't do 2010-07-31 21:32:56 +00:00
gold Make it possible to set the flags passed to the assembler. 2010-08-10 18:55:09 +00:00
llc llc: Fix help typo as pointed out by Nick Lewycky. 2010-08-08 23:26:49 +00:00
lli
llvm-ar
llvm-as
llvm-bcanalyzer Make llvm-bcanalyzer print out the full enum name for all metadata 2010-07-16 18:28:07 +00:00
llvm-config
llvm-diff Transcribe IRC to svn. Also don't print basic block names twice if they match. 2010-07-29 18:20:13 +00:00
llvm-dis
llvm-extract
llvm-ld
llvm-link
llvm-mc Plug the remaining MC leaks by giving MCObjectStreamer/MCAsmStreamer ownership of the TargetAsmBackend and the MCCodeEmitter. 2010-07-29 17:48:06 +00:00
llvm-nm Implement the "linker_private_weak" linkage type. This will be used for 2010-07-01 21:55:59 +00:00
llvm-prof Reapply r110396, with fixes to appease the Linux buildbot gods. 2010-08-06 18:33:48 +00:00
llvm-ranlib
llvm-shlib build: Don't pass -avoid-version or -no-undefined on Darwin, they don't do 2010-07-31 21:32:56 +00:00
llvm-stub
llvmc Get rid of exceptions in llvmc. 2010-07-23 03:42:55 +00:00
lto lto: Fix an inverted conditional which prevented the addition of symbols scraped 2010-08-11 00:11:19 +00:00
opt Reapply r110396, with fixes to appease the Linux buildbot gods. 2010-08-06 18:33:48 +00:00
CMakeLists.txt Try to fix cmake build. 2010-08-08 00:50:57 +00:00
Makefile Don't try to build a plugin on windows. 2010-08-09 14:05:42 +00:00