llvm-6502/tools
2010-07-20 06:52:42 +00:00
..
bugpoint Reapply r108794, a fix for the failing test from last time. 2010-07-20 06:52:42 +00:00
edis Target: Give the TargetAsmParser access to the TargetMachine. 2010-07-19 00:33:49 +00:00
gold Remove variables that are written by not read. 2010-06-29 11:07:47 +00:00
llc Avoid calling outs() and fouts() when the stream isn't really needed. 2010-05-27 19:47:36 +00:00
lli Simplify ".bc" detection. 2010-04-15 11:33:14 +00:00
llvm-ar make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. 2010-01-24 20:43:08 +00:00
llvm-as make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. 2010-01-24 20:43:08 +00:00
llvm-bcanalyzer Make llvm-bcanalyzer print out the full enum name for all metadata 2010-07-16 18:28:07 +00:00
llvm-config Rewrite makefiles to explicitly reference DESTDIR to fix bug 3153. 2010-03-04 20:56:19 +00:00
llvm-dis make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. 2010-01-24 20:43:08 +00:00
llvm-extract Preserve debug info for only extracted symbols. 2010-07-01 19:58:05 +00:00
llvm-ld don't pass -f to llc, it doesn't have it anymore. Patch by Kevin Fan (PR7090) 2010-05-07 16:27:04 +00:00
llvm-link Eliminate some unnessary Path::exists() calls. 2010-05-27 20:51:54 +00:00
llvm-mc Target: Give the TargetAsmParser access to the TargetMachine. 2010-07-19 00:33:49 +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 make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. 2010-01-24 20:43:08 +00:00
llvm-ranlib To simplify the upcoming context-on-type change, switch all command line tools to using the default global context for now. 2009-07-15 22:16:10 +00:00
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 Silence MSVC warning. 2009-08-11 11:01:19 +00:00
llvmc llvmc: Add a new option type (switch_list). 2010-07-19 03:16:25 +00:00
lto build/Darwin: Add an LLVM_LTO_VERSION_OFFSET make variable to allow offsetting 2010-07-16 01:41:38 +00:00
opt Convert some tab stops into spaces. 2010-07-12 08:16:59 +00:00
CMakeLists.txt Add CMake support for 'edis'. 2010-04-13 20:52:50 +00:00
Makefile Remove some broken code to check the DISABLE_EDIS flag (edis is now in the 2010-07-14 22:41:51 +00:00