llvm-6502/tools
Dan Gohman d81c450afc Now that llc can read .ll files directly, teach it to recognize .ll as
an extension, so that the default output filename for foo.ll is foo.s,
not foo.ll.s


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82071 91177308-0d34-0410-b5e6-96231b3b80d8
2009-09-16 19:18:41 +00:00
..
bugpoint Add -output-prefix option to bugpoint (to change the default output name). 2009-09-07 19:26:11 +00:00
gold Make LLVM command-line tools overwrite their output files without -f. 2009-08-25 15:34:52 +00:00
llc Now that llc can read .ll files directly, teach it to recognize .ll as 2009-09-16 19:18:41 +00:00
lli Prune #includes from llvm/Linker.h and llvm/System/Path.h, 2009-08-23 22:45:37 +00:00
llvm-ar remove the last *stream> #include from a public header. 2009-08-24 04:14:03 +00:00
llvm-as Fix llvm-extract's "writing bitcode to a terminal" warning, which wasn't 2009-09-11 20:46:33 +00:00
llvm-bcanalyzer Fix the build when using gcc-4.4 on linux. Header needed 2009-08-24 10:59:01 +00:00
llvm-config Make cmake generated llvm-config output correct JIT backend for non X86 targets. 2009-09-16 14:36:35 +00:00
llvm-db Prune #includes from llvm/Linker.h and llvm/System/Path.h, 2009-08-23 22:45:37 +00:00
llvm-dis Don't bother using a PassManager just to print a Module. 2009-09-15 15:33:42 +00:00
llvm-extract De-bork CMake build. llvm-extract depends on asmparser 2009-09-11 21:26:24 +00:00
llvm-ld Make LLVM command-line tools overwrite their output files without -f. 2009-08-25 15:34:52 +00:00
llvm-link Give llvm-link a -S option. 2009-09-15 15:35:07 +00:00
llvm-mc Fixed some problems with the logic of parsing line comments by adding 2009-09-16 18:08:00 +00:00
llvm-nm fix leakage of Module 2009-09-10 14:56:31 +00:00
llvm-prof Since all std::cout is gone, also remove iostream include. 2009-08-28 06:48:25 +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-stub Silence MSVC warning. 2009-08-11 11:01:19 +00:00
llvmc Allow llvmc to take .bc files as input. 2009-09-10 17:04:32 +00:00
lto Delete some unnecessary flushes. 2009-08-25 17:48:17 +00:00
opt Fix llvm-extract's "writing bitcode to a terminal" warning, which wasn't 2009-09-11 20:46:33 +00:00
CMakeLists.txt EXIT STAGE LEFT: gccas, gccld 2009-08-25 20:21:09 +00:00
Makefile EXIT STAGE LEFT: gccas, gccld 2009-08-25 20:21:09 +00:00