aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gccld/Linker.cpp
Commit message (Expand)AuthorAgeFilesLines
* Changes For Bug 352Reid Spencer2004-09-011-4/+4
* Linker.h moved to include/llvm/SupportMisha Brukman2004-06-231-1/+1
* Move some functions out of gccld.cpp to GenerateCode.cpp. This allows usChris Lattner2004-06-021-4/+4
* Header file movedChris Lattner2004-05-271-1/+1
* Don't use invalid HTML in a doxygen comment.Misha Brukman2004-04-151-1/+1
* Include Config/config.h for SHLIBEXT.Alkis Evlogimenos2004-02-231-0/+1
* Fixes for PR214. Use the SHLIBEXT variable instead of hardcoding .so intoJohn Criswell2004-01-261-2/+2
* Modified the logic so that library objects with main() are only linked inJohn Criswell2003-12-231-6/+7
* Modified the linker so that it always links in an object from an archiveJohn Criswell2003-12-231-11/+21
* * The return value of LinkLibraries is ignored, so remove it.Chris Lattner2003-11-281-36/+27
* Add ability to search only for native shared object, and expose theMisha Brukman2003-11-201-7/+5
* 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-111-0/+4
* 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
* Shorten and correct some function-header comments.Brian Gaeke2003-11-051-53/+28
* Fix off-by-one error in processing of libraries named on command line.Brian Gaeke2003-10-211-1/+1
* fix file headerChris Lattner2003-10-201-1/+0
* Added copyright header to all C++ source files.John Criswell2003-10-201-0/+8
* Don't include "Config/stdlib.h".Brian Gaeke2003-10-101-1/+0
* 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
* Made code more terse:Misha Brukman2003-09-301-15/+4
* 1. Use better error messages in LinkFiles().Brian Gaeke2003-09-301-2/+2
* Update file headers for renamed files.Chris Lattner2003-09-301-12/+4
* Tersified code:Misha Brukman2003-09-291-39/+33
* * Ordered includes according to LLVM programmers' guideMisha Brukman2003-09-291-127/+50
* Removed linking functionality from gccld.cpp and moved it to linker.cpp.John Criswell2003-09-191-0/+601