aboutsummaryrefslogtreecommitdiff
path: root/tools/gccld
AgeCommit message (Expand)Author
2004-08-02This pass has proven its metal, remove -disable option.Chris Lattner
2004-07-27Run DSE at link-time, and turn on an IP alias analysis by default in gccld!Chris Lattner
2004-06-23Linker.h moved to include/llvm/SupportMisha Brukman
2004-06-02Make gccld copy the llvm-stub program to be the execution wrapper forChris Lattner
2004-06-02Move some functions out of gccld.cpp to GenerateCode.cpp. This allows usChris Lattner
2004-06-02Refactor a bit of code into a function, no functionality changes.Chris Lattner
2004-05-27Header file movedChris Lattner
2004-05-07Allow the user to set the LLVMINTERP environment variable as a workaround, forBrian Gaeke
2004-04-15Don't use invalid HTML in a doxygen comment.Misha Brukman
2004-04-12Add a couple more IPO'sChris Lattner
2004-04-08Disable strict alias analysis in the backend c compiler, as the code weChris Lattner
2004-04-08Revert previous patch, I'm a moron :)Chris Lattner
2004-04-08Right, we break strict aliasing requirements. Make sure to disable strictChris Lattner
2004-04-06Minor cleanupsChris Lattner
2004-04-06Add a new gccld -native-cbe option which causes gccld to generate native codeChris Lattner
2004-03-07Run the new pass in gccld now that it passes all testsChris Lattner
2004-02-26We have this snazzy link-time optimizer. How about we start using it? ThisChris Lattner
2004-02-25Add a new pass, run internalize firstChris Lattner
2004-02-23Include Config/config.h for SHLIBEXT.Alkis Evlogimenos
2004-02-19Make sure to print a stack trace whenever an error signal is delivered toChris Lattner
2004-01-26Fixed PR#197. The libcrtend library is removed from the library linking listJohn Criswell
2004-01-26Fixes for PR214. Use the SHLIBEXT variable instead of hardcoding .so intoJohn Criswell
2004-01-14Make sure to verify the result before writing out the bytecode file. Not doingChris Lattner
2003-12-23Modified the logic so that library objects with main() are only linked inJohn Criswell
2003-12-23Modified the linker so that it always links in an object from an archiveJohn Criswell
2003-12-09Added the -h option for compatibility with other linkers.John Criswell
2003-11-29Fix compatibility with gcc 3.4Chris Lattner
2003-11-28The function resolving pass must be run, even if -disable-opt is specifiedChris Lattner
2003-11-28* The return value of LinkLibraries is ignored, so remove it.Chris Lattner
2003-11-24I'm gonna be picky and say we don't really need that trailing slash "lib/"Misha Brukman
2003-11-24Make sure we ONLY add a `-load' switch to the JIT command line if the file isMisha Brukman
2003-11-20When writing out the runner script, add -load=<lib> lines to pull in all theMisha Brukman
2003-11-20Add ability to search only for native shared object, and expose theMisha Brukman
2003-11-20For consistency, removed space between function name and left paren in functionMisha Brukman
2003-11-20* Doxygenified comments, simplifying them and shortening in the processMisha Brukman
2003-11-16Add a -verify option to verify the results of gccld passes.Brian Gaeke
2003-11-16When we find a module we want, in an archive, in verbose mode,Brian Gaeke
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-11-11Move IsArchive, IsBytecode to FileUtilities. Fix up some method comments.Brian Gaeke
2003-11-11This version of Linker.cpp works a lot better, but it's a little messy. Sorry.Brian Gaeke
2003-11-09Give gccld more gutsChris Lattner
2003-11-05Give this header file an Emacs mode-line.Brian Gaeke
2003-11-05Do not assume the first file is a bytecode file. Instead, construct a dummyBrian Gaeke
2003-11-05Shorten and correct some function-header comments.Brian Gaeke
2003-11-05Make -r work, fixing PR 91Chris Lattner
2003-11-03If linking a library, do not link other libraries, like libc, into it!Chris Lattner
2003-10-24lli -q is history. Rebuild your gccld shell scripts, folks!Brian Gaeke
2003-10-24Turn on the inliner by default at link-timeChris Lattner
2003-10-23Turn on the IPCP pass by default. It has passed all of the testsChris Lattner
2003-10-21Fix off-by-one error in processing of libraries named on command line.Brian Gaeke