aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/Linker.cpp
AgeCommit message (Expand)Author
2001-12-04Renamed inst_const_iterator -> const_inst_iteratorChris Lattner
2001-12-03Rename ConstPoolVal -> ConstantChris Lattner
2001-11-26Implement support for internal methodsChris Lattner
2001-11-07Add #includes to enable buiding in Release modeChris Lattner
2001-11-03Don't forget to link type names together too. Fix for Olden/mst benchmarkChris Lattner
2001-11-03Add extra code for debugging linker problemsChris Lattner
2001-10-29Pull method symbols over when linking. Otherwise the result of the link will...Chris Lattner
2001-10-28Remove non linking related stuffChris Lattner
2001-10-28Added name-mangling routines for future use.Vikram S. Adve
2001-10-23Fix problem linking in a method prototype when a method body existsChris Lattner
2001-10-15Rename ConstPoolPointerReference to ConstPoolPointerRef - My fingers get tire...Chris Lattner
2001-10-15Implement linking of global variable constant referencesChris Lattner
2001-10-14Implement linker. It's 95% working now.Chris Lattner
2001-10-13Start of a linkerChris Lattner