llvm-6502/tools
2010-08-18 17:21:42 +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 cpu used for codegen. 2010-08-11 00:15:13 +00:00
llc llc: Fix help typo as pointed out by Nick Lewycky. 2010-08-08 23:26:49 +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 Remove an unused command-line option. 2010-08-18 17:20:51 +00:00
llvm-config CMake: Improved COMMENT on a custom command 2010-08-15 22:14:36 +00:00
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 make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. 2010-01-24 20:43:08 +00:00
llvm-extract Don't register stdout to be deleted on a signal. 2010-08-18 17:21:42 +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 llvm-mc: Add -show-inst-operands, for dumping the parsed instruction representation before matching. 2010-08-11 06:37:09 +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 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 This patch enables ENABLE_SHARED=1 to build DLL based LLVM toolchain on MingW & Cygwin. 2010-08-17 19:03:03 +00:00
llvm-stub Silence MSVC warning. 2009-08-11 11:01:19 +00:00
llvmc Update tests. 2010-08-15 07:07:24 +00:00
lto Make it possible to set the cpu used for codegen. 2010-08-11 00:15:13 +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