llvm-6502/tools
Mikhail Glushenkov b5c4239606 Make it not an error to specify -O* options several times.
As in 'llvmc -O2 -O2 test.c'.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97787 91177308-0d34-0410-b5e6-96231b3b80d8
2010-03-05 04:46:39 +00:00
..
bugpoint There are two ways of checking for a given type, for example isa<PointerType>(T) 2010-02-16 11:11:14 +00:00
edis
gold
llc Make llc opt into the addPassesToEmitFile verify pass. 2010-03-01 21:45:21 +00:00
lli
llvm-ar
llvm-as
llvm-bcanalyzer
llvm-config Rewrite makefiles to explicitly reference DESTDIR to fix bug 3153. 2010-03-04 20:56:19 +00:00
llvm-dis
llvm-extract
llvm-ld
llvm-link
llvm-mc
llvm-nm
llvm-prof
llvm-ranlib
llvm-shlib Try r96559 for the third time. This time the shared library is only built if 2010-02-25 06:34:33 +00:00
llvm-stub
llvmc Make it not an error to specify -O* options several times. 2010-03-05 04:46:39 +00:00
lto
opt Avoid a dangling pointer dereference, PassManager::add can delete the Pass. 2010-02-18 12:57:05 +00:00
CMakeLists.txt
Makefile apparently if gold is around lto needs to be part of DIRS. 2010-03-05 02:34:34 +00:00