aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Linker
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make more error messages have gccld's name in them.Brian Gaeke2003-10-081-4/+6
* Doxygen-ified comments.Misha Brukman2003-09-301-187/+147
* Made code more terse:Misha Brukman2003-09-301-15/+4
* 1. Use better error messages in LinkFiles().Brian Gaeke2003-09-301-2/+2
* Update file headers for renamed files.Chris Lattner2003-09-301-12/+4
* Tersified code:Misha Brukman2003-09-291-39/+33
* * Ordered includes according to LLVM programmers' guideMisha Brukman2003-09-291-127/+50
* Removed linking functionality from gccld.cpp and moved it to linker.cpp.John Criswell2003-09-191-0/+601
* 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
* Fix big bug introduced with symbol table changesChris Lattner2002-12-031-2/+2