aboutsummaryrefslogtreecommitdiff
path: root/lib/Linker
AgeCommit message (Expand)Author
2004-04-15Don't use invalid HTML in a doxygen comment.Misha Brukman
2004-03-31Fix linking of constant expr casts due to type resolution changes. WithChris Lattner
2004-02-23Include Config/config.h for SHLIBEXT.Alkis Evlogimenos
2004-02-17Fix PR245: Linking weak and strong global variables is dependent on link orderChris Lattner
2004-02-15Adjustments to support the new ConstantAggregateZero classChris Lattner
2004-01-26Fixes for PR214. Use the SHLIBEXT variable instead of hardcoding .so intoJohn Criswell
2004-01-12Remove use of ConstantExpr::getShiftChris Lattner
2004-01-09Finegrainify namespacificationChris Lattner
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-20Spew symbolic types!Chris Lattner
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-11-05Further fixes for PR93Chris Lattner
2003-11-04Checking in Chris's suggestions:John Criswell
2003-10-27Fix test: Linker/2003-10-27-LinkOncePromote.llChris Lattner
2003-10-21Fix bug: Linker/2003-10-21-ConflictingTypesTolerance.llChris Lattner
2003-10-21Fix message to make more sense and confuse Chris lessChris Lattner
2003-10-21Fix off-by-one error in processing of libraries named on command line.Brian Gaeke
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-10-20fix file headerChris Lattner
2003-10-20Added copyright header to all C++ source files.John Criswell
2003-10-16Add support for 'weak' linkage.Chris Lattner
2003-10-10Don't include "Config/stdlib.h".Brian Gaeke
2003-10-10Fix spelling.Misha Brukman
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
2003-08-28Fix bug where we considered function types equivalent even if they had differ...Chris Lattner
2003-08-24Fix bug: Linker/2003-08-23-GlobalVarLinking.llChris Lattner
2003-08-24Implement: Linker/2003-08-24-InheritPtrSize.llChris Lattner
2003-08-23Do not consider any types that exist in the global symbol table!Chris Lattner
2003-08-23Fix bug: Linker/2003-08-23-RecursiveOpaqueTypeResolve.llChris Lattner
2003-08-23Implement Linker/2003-08-23-GlobalVarLinking.ll, which should fix 176.gccChris Lattner
2003-08-22Fix typeoChris Lattner
2003-08-22The process of linking types can cause their addresses to become invalid. Fo...Chris Lattner
2003-08-22Implement Linker/2003-08-20-OpaqueTypeResolve.llChris Lattner
2003-05-15Fix Bug: Linker/2003-05-15-TypeProblem.llChris Lattner
2003-05-14Fix major problem with appending linkage changesChris Lattner
2003-05-13Implement linkage of appending global variables!Chris Lattner