llvm-6502/tools
Chris Lattner efec9669d9 * eliminate the -f argument to lli, as it was silly and never useful anyway
* Inline callMain function
* Remove hack from the ExecutionEngines where the 'run' method would automatically
  run atExit functions.  Fixing this requires explicitly calling exit if main returns


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10611 91177308-0d34-0410-b5e6-96231b3b80d8
2003-12-26 06:14:47 +00:00
..
analyze Rename method 2003-12-23 09:41:45 +00:00
bugpoint Finegrainify namespacification 2003-12-14 21:35:53 +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 Modified the logic so that library objects with main() are only linked in 2003-12-23 20:27:14 +00:00
llc There is no reason to add -load support to LLC 2003-12-15 23:10:25 +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 * eliminate the -f argument to lli, as it was silly and never useful anyway 2003-12-26 06:14:47 +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 Rename method 2003-12-23 09:41:45 +00:00
Makefile Build the llvm-prof directory 2003-10-28 19:16:49 +00:00