aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Linker
Commit message (Expand)AuthorAgeFilesLines
* Implement support for dependent libraries. The "source" module's dependentReid Spencer2004-09-111-0/+21
* Changes For Bug 352Reid Spencer2004-09-011-4/+4
* Fix a nasty bug that Nate ran into. In particular, instead of emitting a 2+MBChris Lattner2004-08-211-6/+13
* Fix another minor problem that exists if you ahve multiple functions withChris Lattner2004-08-041-15/+18
* Fix a typeoChris Lattner2004-08-041-1/+1
* Fix a major regression in my previous checkinChris Lattner2004-08-041-0/+4
* Stop using getValues().Alkis Evlogimenos2004-08-041-12/+10
* FindGlobalNamed used to take 2.92s out of 8.39s running a profile build ofChris Lattner2004-08-041-53/+36
* I swear I compiled this, really I did.Chris Lattner2004-08-041-1/+1
* Factor some code out, no substantial change.Chris Lattner2004-08-041-18/+26
* Concisify some codeChris Lattner2004-08-041-24/+16
* Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman2004-07-291-1/+1
* bug 122:Reid Spencer2004-07-171-7/+4
* - #include <iostream> since its not in Value.h any more.Reid Spencer2004-07-041-1/+3
* Linker.h moved to include/llvm/SupportMisha Brukman2004-06-231-1/+1
* Linker.h moved to include/llvm/SupportMisha Brukman2004-06-231-1/+1
* Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()Chris Lattner2004-06-171-2/+2
* 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
* Convert to SymbolTable's new lookup and iteration interfaces.Reid Spencer2004-05-251-23/+23
* Don't use invalid HTML in a doxygen comment.Misha Brukman2004-04-151-1/+1
* Fix linking of constant expr casts due to type resolution changes. WithChris Lattner2004-03-311-0/+8
* Include Config/config.h for SHLIBEXT.Alkis Evlogimenos2004-02-231-0/+1
* Fix PR245: Linking weak and strong global variables is dependent on link orderChris Lattner2004-02-171-1/+3
* Adjustments to support the new ConstantAggregateZero classChris Lattner2004-02-151-7/+20
* Fixes for PR214. Use the SHLIBEXT variable instead of hardcoding .so intoJohn Criswell2004-01-261-2/+2
* Remove use of ConstantExpr::getShiftChris Lattner2004-01-121-6/+0
* Finegrainify namespacificationChris Lattner2004-01-091-4/+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
* Spew symbolic types!Chris Lattner2003-11-201-3/+8
* 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-112-0/+7
* 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
* Further fixes for PR93Chris Lattner2003-11-051-1/+7
* Checking in Chris's suggestions:John Criswell2003-11-041-3/+32
* Fix test: Linker/2003-10-27-LinkOncePromote.llChris Lattner2003-10-271-27/+29
* Fix bug: Linker/2003-10-21-ConflictingTypesTolerance.llChris Lattner2003-10-211-13/+10
* Fix message to make more sense and confuse Chris lessChris Lattner2003-10-211-2/+7
* Fix off-by-one error in processing of libraries named on command line.Brian Gaeke2003-10-211-1/+1
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* fix file headerChris Lattner2003-10-201-1/+0
* Added copyright header to all C++ source files.John Criswell2003-10-201-0/+8
* Add support for 'weak' linkage.Chris Lattner2003-10-161-5/+32
* Don't include "Config/stdlib.h".Brian Gaeke2003-10-101-1/+0
* Fix spelling.Misha Brukman2003-10-101-3/+3