summaryrefslogtreecommitdiff
path: root/lib/Linker/LinkArchives.cpp
Commit message (Expand)AuthorAge
* For PR351: \Reid Spencer2004-12-13
* PR466:Reid Spencer2004-12-02
* Revert version 1.39. It breaks the ordering of the library processing.Reid Spencer2004-11-30
* Shared library extension is now in LTDL_SHLIB_EXTReid Spencer2004-11-29
* Implement dependent library linking. It is no longer required that -lstdc++Reid Spencer2004-11-25
* Eliminate unsightly ;;Reid Spencer2004-11-19
* Reduce the amount of work in LinkInArchive by not searching the archive forReid Spencer2004-11-19
* Per code review:\Reid Spencer2004-11-16
* use an autoptrChris Lattner2004-11-16
* Remove a forgotten debug output line.Reid Spencer2004-11-14
* Linker.h has a new home.Reid Spencer2004-11-14
* *Adjust prototypes for public interface. *Rewrite LinkInArchive to use symbol...Reid Spencer2004-11-14
* This file originated in tools/gccld/Linker.cpp but now lives inReid Spencer2004-11-12
* Output the program name (in this case, gccld) with warning about invalid filesMisha Brukman2004-11-09
* Don't silently ignore invalid files: tell the user!Misha Brukman2004-11-08
* Changes For Bug 352Reid Spencer2004-09-01
* Linker.h moved to include/llvm/SupportMisha Brukman2004-06-23
* Move some functions out of gccld.cpp to GenerateCode.cpp. This allows usChris Lattner2004-06-02
* Header file movedChris Lattner2004-05-27
* Don't use invalid HTML in a doxygen comment.Misha Brukman2004-04-15
* Include Config/config.h for SHLIBEXT.Alkis Evlogimenos2004-02-23
* Fixes for PR214. Use the SHLIBEXT variable instead of hardcoding .so intoJohn Criswell2004-01-26
* 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