hanchenye-llvm-project/llvm/tools
Chris Lattner cf1755a6f3 Add a -disable-opt flag to gccas, so that we can use -Wa,-disable-opt just
like -Wl,-disable-opt

llvm-svn: 10647
2003-12-30 03:24:27 +00:00
..
analyze Rename method 2003-12-23 09:41:45 +00:00
bugpoint Bugpoint had appalingly bad grammar. Fix some of it. 2003-12-07 02:43:09 +00:00
extract Put all LLVM code into the llvm namespace, as per bug 109. 2003-11-11 22:41:34 +00:00
gccas Add a -disable-opt flag to gccas, so that we can use -Wa,-disable-opt just 2003-12-30 03:24:27 +00:00
gccld Modified the logic so that library objects with main() are only linked in 2003-12-23 20:27:14 +00:00
llc Pass extra arguments around n stuph 2003-12-28 09:51:04 +00:00
llee 'Tis quite silly to check for a cached version of the entire executable. That 2003-11-11 18:38:56 +00:00
lli Pass extra arguments around n stuph 2003-12-28 09:51:04 +00:00
llvm-ar New command line parsing. This isn't as perfect as I would have liked. The CommandLine Library needs to be extended, in order to parse the options and allow for optional dashes. In addition, the help option isn't correct since I do the parsing mostly myself. But this is in the ocorrect ar format. 2003-12-06 23:01:25 +00:00
llvm-as Put all LLVM code into the llvm namespace, as per bug 109. 2003-11-11 22:41:34 +00:00
llvm-dis Restore the -llvm option 2003-11-12 04:59:59 +00:00
llvm-link Put all LLVM code into the llvm namespace, as per bug 109. 2003-11-11 22:41:34 +00:00
llvm-nm Unbreak the "-" as filename hack. 2003-11-19 22:15:00 +00:00
llvm-prof Put all LLVM code into the llvm namespace, as per bug 109. 2003-11-11 22:41:34 +00:00
opt Make 'opt -o -' work correctly instead of creating a file named './-' 2003-12-10 14:41:33 +00:00
Makefile Build the llvm-prof directory 2003-10-28 19:16:49 +00:00