summaryrefslogtreecommitdiff
path: root/tools/gccld
Commit message (Expand)AuthorAge
* Remove linking declarations (in Linker.h now)Reid Spencer2004-11-14
* Provide exception handlingReid Spencer2004-11-14
* Moved to lib/LinkerReid Spencer2004-11-14
* Output the program name (in this case, gccld) with warning about invalid filesMisha Brukman2004-11-09
* Don't silently ignore invalid files: tell the user!Misha Brukman2004-11-08
* Change Library Names Not To Conflict With Others When InstalledReid Spencer2004-10-27
* We're not doing automake any moreReid Spencer2004-10-22
* We won't use automakeReid Spencer2004-10-22
* Initial automake generated Makefile templateReid Spencer2004-10-18
* Update to reflect changes in Makefile rules.Reid Spencer2004-10-13
* Don't miss global optimizations because we run before the inlinerChris Lattner2004-10-11
* Initial version of automake Makefile.am file.Reid Spencer2004-10-10
* Rename passChris Lattner2004-10-07
* Changes For Bug 352Reid Spencer2004-09-01
* Add the LLVMsystem.a library as it is now used for operating systemReid Spencer2004-08-29
* The functions in Signal.h are now in the llvm::sys namespace - adjustReid Spencer2004-08-29
* This pass has proven its metal, remove -disable option.Chris Lattner2004-08-02
* Run DSE at link-time, and turn on an IP alias analysis by default in gccld!Chris Lattner2004-07-27
* Linker.h moved to include/llvm/SupportMisha Brukman2004-06-23
* Make gccld copy the llvm-stub program to be the execution wrapper forChris Lattner2004-06-02
* Move some functions out of gccld.cpp to GenerateCode.cpp. This allows usChris Lattner2004-06-02
* Refactor a bit of code into a function, no functionality changes.Chris Lattner2004-06-02
* Header file movedChris Lattner2004-05-27
* Allow the user to set the LLVMINTERP environment variable as a workaround, forBrian Gaeke2004-05-07
* Don't use invalid HTML in a doxygen comment.Misha Brukman2004-04-15
* Add a couple more IPO'sChris Lattner2004-04-12
* Disable strict alias analysis in the backend c compiler, as the code weChris Lattner2004-04-08
* Revert previous patch, I'm a moron :)Chris Lattner2004-04-08
* Right, we break strict aliasing requirements. Make sure to disable strictChris Lattner2004-04-08
* Minor cleanupsChris Lattner2004-04-06
* Add a new gccld -native-cbe option which causes gccld to generate native codeChris Lattner2004-04-06
* Run the new pass in gccld now that it passes all testsChris Lattner2004-03-07
* We have this snazzy link-time optimizer. How about we start using it? ThisChris Lattner2004-02-26
* Add a new pass, run internalize firstChris Lattner2004-02-25
* Include Config/config.h for SHLIBEXT.Alkis Evlogimenos2004-02-23
* Make sure to print a stack trace whenever an error signal is delivered toChris Lattner2004-02-19
* Fixed PR#197. The libcrtend library is removed from the library linking listJohn Criswell2004-01-26
* Fixes for PR214. Use the SHLIBEXT variable instead of hardcoding .so intoJohn Criswell2004-01-26
* Make sure to verify the result before writing out the bytecode file. Not doingChris Lattner2004-01-14
* Modified the logic so that library objects with main() are only linked inJohn Criswell2003-12-23
* Modified the linker so that it always links in an object from an archiveJohn Criswell2003-12-23
* Added the -h option for compatibility with other linkers.John Criswell2003-12-09
* Fix compatibility with gcc 3.4Chris Lattner2003-11-29
* The function resolving pass must be run, even if -disable-opt is specifiedChris Lattner2003-11-28
* * The return value of LinkLibraries is ignored, so remove it.Chris Lattner2003-11-28
* I'm gonna be picky and say we don't really need that trailing slash "lib/"Misha Brukman2003-11-24
* Make sure we ONLY add a `-load' switch to the JIT command line if the file isMisha Brukman2003-11-24
* When writing out the runner script, add -load=<lib> lines to pull in all theMisha Brukman2003-11-20
* Add ability to search only for native shared object, and expose theMisha Brukman2003-11-20
* For consistency, removed space between function name and left paren in functionMisha Brukman2003-11-20