summaryrefslogtreecommitdiff
path: root/lib/Linker/LinkArchives.cpp
Commit message (Expand)AuthorAge
...
* 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
* * The return value of LinkLibraries is ignored, so remove it.Chris Lattner2003-11-28
* Add ability to search only for native shared object, and expose theMisha Brukman2003-11-20
* 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
* Shorten and correct some function-header comments.Brian Gaeke2003-11-05
* Fix off-by-one error in processing of libraries named on command line.Brian Gaeke2003-10-21
* 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
* Make more error messages have gccld's name in them.Brian Gaeke2003-10-08
* Doxygen-ified comments.Misha Brukman2003-09-30
* Made 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
* Removed linking functionality from gccld.cpp and moved it to linker.cpp.John Criswell2003-09-19