summaryrefslogtreecommitdiff
path: root/tools/gccld
Commit message (Expand)AuthorAge
* 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
* * Doxygenified comments, simplifying them and shortening in the processMisha Brukman2003-11-20
* Add a -verify option to verify the results of gccld passes.Brian Gaeke2003-11-16
* When we find a module we want, in an archive, in verbose mode,Brian Gaeke2003-11-16
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* 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