aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Linker/LinkModules.cpp
Commit message (Expand)AuthorAgeFilesLines
* Implement support for dependent libraries. The "source" module's dependentReid Spencer2004-09-111-0/+21
* 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
* Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()Chris Lattner2004-06-171-2/+2
* Convert to SymbolTable's new lookup and iteration interfaces.Reid Spencer2004-05-251-23/+23
* Fix linking of constant expr casts due to type resolution changes. WithChris Lattner2004-03-311-0/+8
* 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
* Remove use of ConstantExpr::getShiftChris Lattner2004-01-121-6/+0
* Finegrainify namespacificationChris Lattner2004-01-091-4/+2
* Spew symbolic types!Chris Lattner2003-11-201-3/+8
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+3
* 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
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* Add support for 'weak' linkage.Chris Lattner2003-10-161-5/+32
* Fix spelling.Misha Brukman2003-10-101-3/+3
* Fix bug where we considered function types equivalent even if they had differ...Chris Lattner2003-08-281-1/+3
* Fix bug: Linker/2003-08-23-GlobalVarLinking.llChris Lattner2003-08-241-1/+1
* Implement: Linker/2003-08-24-InheritPtrSize.llChris Lattner2003-08-241-2/+9
* Do not consider any types that exist in the global symbol table!Chris Lattner2003-08-231-10/+11
* Fix bug: Linker/2003-08-23-RecursiveOpaqueTypeResolve.llChris Lattner2003-08-231-14/+39
* Implement Linker/2003-08-23-GlobalVarLinking.ll, which should fix 176.gccChris Lattner2003-08-231-8/+37
* Fix typeoChris Lattner2003-08-221-1/+1
* The process of linking types can cause their addresses to become invalid. Fo...Chris Lattner2003-08-221-24/+33
* Implement Linker/2003-08-20-OpaqueTypeResolve.llChris Lattner2003-08-221-16/+95
* Fix Bug: Linker/2003-05-15-TypeProblem.llChris Lattner2003-05-151-20/+66
* Fix major problem with appending linkage changesChris Lattner2003-05-141-1/+2
* Implement linkage of appending global variables!Chris Lattner2003-05-131-6/+115
* Fix Bug: Linker/2003-04-23-LinkOnceLost.llChris Lattner2003-04-231-30/+40
* Add warning when linking modules with disagreeing target propertiesChris Lattner2003-04-221-0/+4
* Fix bug: 2003-01-30-LinkerRename.llChris Lattner2003-04-211-7/+33
* Fix linking a function with qualifiers to a external function declaration:Chris Lattner2003-04-211-6/+18
* Add new linkage types to support a real frontendChris Lattner2003-04-161-53/+72
* * Fix linking of opaque types and their non-opaque versionsChris Lattner2003-01-301-7/+17
* Eliminate using declsChris Lattner2003-01-301-35/+33