aboutsummaryrefslogtreecommitdiff
path: root/lib/Linker/LinkArchives.cpp
AgeCommit message (Expand)Author
2006-07-07Finish removal of EH usage from the Archive library. The REQUIRES_EH flagReid Spencer
2005-04-21Remove trailing whitespaceMisha Brukman
2005-03-15fix some 80 column violationsChris Lattner
2005-03-15This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner
2005-02-13Minor cleanup. No need to explicitly tell the compiler the template arguments.Chris Lattner
2005-02-13Print something useful for gccld -v with an archive.Chris Lattner
2004-12-20Remove un-needed #includes.Reid Spencer
2004-12-13For PR351: \Reid Spencer
2004-12-02PR466:Reid Spencer
2004-11-30Revert version 1.39. It breaks the ordering of the library processing.Reid Spencer
2004-11-29Shared library extension is now in LTDL_SHLIB_EXTReid Spencer
2004-11-25Implement dependent library linking. It is no longer required that -lstdc++Reid Spencer
2004-11-19Eliminate unsightly ;;Reid Spencer
2004-11-19Reduce the amount of work in LinkInArchive by not searching the archive forReid Spencer
2004-11-16Per code review:\Reid Spencer
2004-11-16use an autoptrChris Lattner
2004-11-14Remove a forgotten debug output line.Reid Spencer
2004-11-14Linker.h has a new home.Reid Spencer
2004-11-14*Adjust prototypes for public interface. *Rewrite LinkInArchive to use symbol...Reid Spencer
2004-11-12This file originated in tools/gccld/Linker.cpp but now lives inReid Spencer
2004-11-09Output the program name (in this case, gccld) with warning about invalid filesMisha Brukman
2004-11-08Don't silently ignore invalid files: tell the user!Misha Brukman
2004-09-01Changes For Bug 352Reid Spencer
2004-06-23Linker.h moved to include/llvm/SupportMisha Brukman
2004-06-02Move some functions out of gccld.cpp to GenerateCode.cpp. This allows usChris Lattner
2004-05-27Header file movedChris Lattner
2004-04-15Don't use invalid HTML in a doxygen comment.Misha Brukman
2004-02-23Include Config/config.h for SHLIBEXT.Alkis Evlogimenos
2004-01-26Fixes for PR214. Use the SHLIBEXT variable instead of hardcoding .so intoJohn Criswell
2003-12-23Modified the logic so that library objects with main() are only linked inJohn Criswell
2003-12-23Modified the linker so that it always links in an object from an archiveJohn Criswell
2003-11-28* The return value of LinkLibraries is ignored, so remove it.Chris Lattner
2003-11-20Add ability to search only for native shared object, and expose theMisha Brukman
2003-11-16When we find a module we want, in an archive, in verbose mode,Brian Gaeke
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-11-11Move IsArchive, IsBytecode to FileUtilities. Fix up some method comments.Brian Gaeke
2003-11-11This version of Linker.cpp works a lot better, but it's a little messy. Sorry.Brian Gaeke
2003-11-05Shorten and correct some function-header comments.Brian Gaeke
2003-10-21Fix off-by-one error in processing of libraries named on command line.Brian Gaeke
2003-10-20fix file headerChris Lattner
2003-10-20Added copyright header to all C++ source files.John Criswell
2003-10-10Don't include "Config/stdlib.h".Brian Gaeke
2003-10-08Make more error messages have gccld's name in them.Brian Gaeke
2003-09-30Doxygen-ified comments.Misha Brukman
2003-09-30Made code more terse:Misha Brukman
2003-09-301. Use better error messages in LinkFiles().Brian Gaeke
2003-09-30Update file headers for renamed files.Chris Lattner
2003-09-29Tersified code:Misha Brukman
2003-09-29* Ordered includes according to LLVM programmers' guideMisha Brukman
2003-09-19Removed linking functionality from gccld.cpp and moved it to linker.cpp.John Criswell