llvm-mirror/tools
John Criswell 8f95f1d2ca Modified the linker so that it always links in an object from an archive
that defines the symbol "main."  This is a hack that ensures that programs
that place their main function in a library and then link it in
(i.e. Apache 2.x) get their main function linked in.

There is probably a more correct way to do this, but this works for now.

llvm-svn: 10594
2003-12-23 17:37:06 +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 Run tailcall elimination in a more logical place 2003-12-11 17:50:32 +00:00
gccld Modified the linker so that it always links in an object from an archive 2003-12-23 17:37:06 +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 Add an assertion to make sure we are at least getting argv[0] right. 2003-12-12 00:47:19 +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