aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/Linker.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix problem linking in a method prototype when a method body existsChris Lattner2001-10-231-4/+12
* Rename ConstPoolPointerReference to ConstPoolPointerRef - My fingers get tire...Chris Lattner2001-10-151-3/+2
* Implement linking of global variable constant referencesChris Lattner2001-10-151-38/+95
* Implement linker. It's 95% working now.Chris Lattner2001-10-141-1/+267
* Start of a linkerChris Lattner2001-10-131-0/+22