aboutsummaryrefslogtreecommitdiff
path: root/lib/VMCore/Linker.cpp
AgeCommit message (Expand)Author
2003-05-15Fix Bug: Linker/2003-05-15-TypeProblem.llChris Lattner
2003-05-14Fix major problem with appending linkage changesChris Lattner
2003-05-13Implement linkage of appending global variables!Chris Lattner
2003-04-23Fix Bug: Linker/2003-04-23-LinkOnceLost.llChris Lattner
2003-04-22Add warning when linking modules with disagreeing target propertiesChris Lattner
2003-04-21Fix bug: 2003-01-30-LinkerRename.llChris Lattner
2003-04-21Fix linking a function with qualifiers to a external function declaration:Chris Lattner
2003-04-16Add new linkage types to support a real frontendChris Lattner
2003-01-30* Fix linking of opaque types and their non-opaque versionsChris Lattner
2003-01-30Eliminate using declsChris Lattner
2002-12-03Fix big bug introduced with symbol table changesChris Lattner
2002-11-20 - Eliminated the deferred symbol table stuff in Module & Function, it reallyChris Lattner
2002-10-13 - Change Function's so that their argument list is populated when they areChris Lattner
2002-09-23Insert resolved constants into the global map so they are reused correctly.Chris Lattner
2002-08-20fixed bug: test/Regression/Linker/2002-08-20-ConstantExpr.llChris Lattner
2002-08-14Remove support for Not ConstantExpr. This simplifies the unary case to onlyChris Lattner
2002-07-30Cleanup ConstantExpr handling:Chris Lattner
2002-07-30Remove FIXME's that aren't really needed after all.Chris Lattner
2002-07-24*** empty log message ***Chris Lattner
2002-07-18* Rewrite loop to be slightly more efficient (arguably)Chris Lattner
2002-07-18Implement linking of ConstExprsChris Lattner
2002-06-25*** empty log message ***Chris Lattner
2002-05-07Updates to move some header files out of include/llvm/Transforms intoChris Lattner
2002-04-28Split ConstantVals.h into Constant.h and Constants.hChris Lattner
2002-04-09Move FunctionArgument out of iOther.h into Argument.h and rename class toChris Lattner
2002-04-07Eliminate explicit use of Writer library, using debug dump output instead.Chris Lattner
2002-03-29s/Method/FunctionChris Lattner
2002-03-26Change references from Method to FunctionChris Lattner
2002-03-15Cleanup error message output a bitChris Lattner
2002-02-12Method.h no longer includes BasicBlock.hChris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
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