summaryrefslogtreecommitdiff
path: root/lib/Linker
Commit message (Expand)AuthorAge
* Method.h no longer includes BasicBlock.hChris Lattner2002-02-12
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-20
* Renamed inst_const_iterator -> const_inst_iteratorChris Lattner2001-12-04
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-03
* Implement support for internal methodsChris Lattner2001-11-26
* Add #includes to enable buiding in Release modeChris Lattner2001-11-07
* Don't forget to link type names together too. Fix for Olden/mst benchmarkChris Lattner2001-11-03
* Add extra code for debugging linker problemsChris Lattner2001-11-03
* Pull method symbols over when linking. Otherwise the result of the link will...Chris Lattner2001-10-29
* Remove non linking related stuffChris Lattner2001-10-28
* Added name-mangling routines for future use.Vikram S. Adve2001-10-28
* Fix problem linking in a method prototype when a method body existsChris Lattner2001-10-23
* Rename ConstPoolPointerReference to ConstPoolPointerRef - My fingers get tire...Chris Lattner2001-10-15
* Implement linking of global variable constant referencesChris Lattner2001-10-15
* Implement linker. It's 95% working now.Chris Lattner2001-10-14
* Start of a linkerChris Lattner2001-10-13