aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gccld
Commit message (Expand)AuthorAgeFilesLines
...
* The function resolving pass must be run, even if -disable-opt is specifiedChris Lattner2003-11-281-6/+6
* * The return value of LinkLibraries is ignored, so remove it.Chris Lattner2003-11-282-43/+31
* I'm gonna be picky and say we don't really need that trailing slash "lib/"Misha Brukman2003-11-241-1/+1
* Make sure we ONLY add a `-load' switch to the JIT command line if the file isMisha Brukman2003-11-241-1/+2
* When writing out the runner script, add -load=<lib> lines to pull in all theMisha Brukman2003-11-201-1/+18
* Add ability to search only for native shared object, and expose theMisha Brukman2003-11-202-7/+9
* For consistency, removed space between function name and left paren in functionMisha Brukman2003-11-201-15/+15
* * Doxygenified comments, simplifying them and shortening in the processMisha Brukman2003-11-201-67/+43
* Add a -verify option to verify the results of gccld passes.Brian Gaeke2003-11-161-43/+63
* When we find a module we want, in an archive, in verbose mode,Brian Gaeke2003-11-161-6/+13
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-114-0/+17
* Move IsArchive, IsBytecode to FileUtilities. Fix up some method comments.Brian Gaeke2003-11-111-60/+17
* This version of Linker.cpp works a lot better, but it's a little messy. Sorry.Brian Gaeke2003-11-111-20/+28
* Give gccld more gutsChris Lattner2003-11-092-2/+11
* Give this header file an Emacs mode-line.Brian Gaeke2003-11-051-1/+1
* Do not assume the first file is a bytecode file. Instead, construct a dummyBrian Gaeke2003-11-051-5/+3
* Shorten and correct some function-header comments.Brian Gaeke2003-11-051-53/+28
* Make -r work, fixing PR 91Chris Lattner2003-11-051-3/+4
* If linking a library, do not link other libraries, like libc, into it!Chris Lattner2003-11-031-1/+4
* lli -q is history. Rebuild your gccld shell scripts, folks!Brian Gaeke2003-10-241-1/+1
* Turn on the inliner by default at link-timeChris Lattner2003-10-241-0/+10
* Turn on the IPCP pass by default. It has passed all of the testsChris Lattner2003-10-231-0/+3
* Fix off-by-one error in processing of libraries named on command line.Brian Gaeke2003-10-211-1/+1
* Added LLVM copyright to Makefiles.John Criswell2003-10-201-0/+8
* fix file headerChris Lattner2003-10-204-5/+1
* Added copyright header to all C++ source files.John Criswell2003-10-204-0/+32
* Don't include "Config/stdlib.h".Brian Gaeke2003-10-101-1/+0
* Fix spelling.Misha Brukman2003-10-101-1/+2
* Make more error messages have gccld's name in them.Brian Gaeke2003-10-081-4/+6
* Doxygen-ified comments.Misha Brukman2003-09-301-187/+147
* * Ordered includes according to LLVM styleMisha Brukman2003-09-301-70/+18
* Made code more terse:Misha Brukman2003-09-301-15/+4
* Doxygen-ified function comments.Misha Brukman2003-09-301-61/+43
* Removed extra space in comments.Misha Brukman2003-09-301-12/+12
* Remove initials from source fileChris Lattner2003-09-301-2/+1
* Make code more terse:Misha Brukman2003-09-301-69/+38
* 1. Use better error messages in LinkFiles().Brian Gaeke2003-09-302-3/+4
* Update file headers for renamed files.Chris Lattner2003-09-302-13/+5
* Tersified code:Misha Brukman2003-09-291-39/+33
* * Ordered includes according to LLVM programmers' guideMisha Brukman2003-09-291-127/+50
* Minor cleanups:Chris Lattner2003-09-221-38/+15
* New header file for gccld.John Criswell2003-09-191-0/+64
* Removed linking functionality from gccld.cpp and moved it to linker.cpp.John Criswell2003-09-195-567/+815
* Refactored gccld into three C++ source files.John Criswell2003-09-184-313/+606
* Replaced the call to strdup() with a new operator followed by a strcpy().John Criswell2003-09-171-1/+2
* Added the use of the const keyword.John Criswell2003-09-171-14/+29
* Removed the use of the environ variable and instead use the environment arrayJohn Criswell2003-09-171-21/+120
* Added the -native option.John Criswell2003-09-161-7/+125
* -abort-on-exception is gone. Rebuild your gccld shell scripts, folks! :-)Brian Gaeke2003-09-051-1/+1
* Added code that makes the bytecode file readable (needed by the generated shellJohn Criswell2003-09-021-5/+4