summaryrefslogtreecommitdiff
path: root/tools/gccld
Commit message (Expand)AuthorAge
* Move IsArchive, IsBytecode to FileUtilities. Fix up some method comments.Brian Gaeke2003-11-11
* This version of Linker.cpp works a lot better, but it's a little messy. Sorry.Brian Gaeke2003-11-11
* Give gccld more gutsChris Lattner2003-11-09
* Give this header file an Emacs mode-line.Brian Gaeke2003-11-05
* Do not assume the first file is a bytecode file. Instead, construct a dummyBrian Gaeke2003-11-05
* Shorten and correct some function-header comments.Brian Gaeke2003-11-05
* Make -r work, fixing PR 91Chris Lattner2003-11-05
* If linking a library, do not link other libraries, like libc, into it!Chris Lattner2003-11-03
* lli -q is history. Rebuild your gccld shell scripts, folks!Brian Gaeke2003-10-24
* Turn on the inliner by default at link-timeChris Lattner2003-10-24
* Turn on the IPCP pass by default. It has passed all of the testsChris Lattner2003-10-23
* Fix off-by-one error in processing of libraries named on command line.Brian Gaeke2003-10-21
* Added LLVM copyright to Makefiles.John Criswell2003-10-20
* fix file headerChris Lattner2003-10-20
* Added copyright header to all C++ source files.John Criswell2003-10-20
* Don't include "Config/stdlib.h".Brian Gaeke2003-10-10
* Fix spelling.Misha Brukman2003-10-10
* Make more error messages have gccld's name in them.Brian Gaeke2003-10-08
* Doxygen-ified comments.Misha Brukman2003-09-30
* * Ordered includes according to LLVM styleMisha Brukman2003-09-30
* Made code more terse:Misha Brukman2003-09-30
* Doxygen-ified function comments.Misha Brukman2003-09-30
* Removed extra space in comments.Misha Brukman2003-09-30
* Remove initials from source fileChris Lattner2003-09-30
* Make code more terse:Misha Brukman2003-09-30
* 1. Use better error messages in LinkFiles().Brian Gaeke2003-09-30
* Update file headers for renamed files.Chris Lattner2003-09-30
* Tersified code:Misha Brukman2003-09-29
* * Ordered includes according to LLVM programmers' guideMisha Brukman2003-09-29
* Minor cleanups:Chris Lattner2003-09-22
* New header file for gccld.John Criswell2003-09-19
* Removed linking functionality from gccld.cpp and moved it to linker.cpp.John Criswell2003-09-19
* Refactored gccld into three C++ source files.John Criswell2003-09-18
* Replaced the call to strdup() with a new operator followed by a strcpy().John Criswell2003-09-17
* Added the use of the const keyword.John Criswell2003-09-17
* Removed the use of the environ variable and instead use the environment arrayJohn Criswell2003-09-17
* Added the -native option.John Criswell2003-09-16
* -abort-on-exception is gone. Rebuild your gccld shell scripts, folks! :-)Brian Gaeke2003-09-05
* Added code that makes the bytecode file readable (needed by the generated shellJohn Criswell2003-09-02
* Modified the code so that it uses the MakeFileExecutable() method. The newJohn Criswell2003-09-02
* "Help keep our secrets secret."John Criswell2003-08-29
* add preliminary support for -export-dynamicChris Lattner2003-08-22
* Make the bytecode file executable as well for LLEE purposes.Misha Brukman2003-08-20
* Revert my last (accidental) checkin, but keep the typeo fixChris Lattner2003-08-15
* rename selection library to selectiondagChris Lattner2003-08-15
* Run the simplify CFG pass after instcombine which has the effect of deletingChris Lattner2003-06-26
* Move the instcombine pass before globaldce, so that if globals are made dead ...Chris Lattner2003-06-26
* Funcresolve no longer performs nicification of resolved functionsChris Lattner2003-06-19
* Add new DAE pass to gccld. It does not add cause any regressions in the test...Chris Lattner2003-06-18
* Fix formatting in fileChris Lattner2003-05-29