summaryrefslogtreecommitdiffstats
path: root/llvm/lib/VMCore/Linker.cpp
Commit message (Expand)AuthorAgeFilesLines
* Moved to lib/LinkerReid Spencer2004-11-141-956/+0
* Stop propagating method names that violate the coding standardReid Spencer2004-11-051-3/+3
* Add support for undef and unreachableChris Lattner2004-10-161-1/+1
* Make sure the const bit gets inherited correctly when linking declarationsChris Lattner2004-10-051-1/+15
* 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
* Moved to lib/VMCoreMisha Brukman2004-06-231-0/+927
OpenPOWER on IntegriCloud