llvm-6502/tools
2003-12-11 17:50:32 +00:00
..
analyze Put all LLVM code into the llvm namespace, as per bug 109. 2003-11-11 22:41:34 +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 Run tailcall elimination in a more logical place 2003-12-11 17:50:32 +00:00
gccld Added the -h option for compatibility with other linkers. 2003-12-09 15:39:11 +00:00
llc Put all LLVM code into the llvm namespace, as per bug 109. 2003-11-11 22:41:34 +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 Put all LLVM code into the llvm namespace, as per bug 109. 2003-11-11 22:41:34 +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-extract Put all LLVM code into the llvm namespace, as per bug 109. 2003-11-11 22:41:34 +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