aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Linker/LinkModules.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix Bug: Linker/2003-05-15-TypeProblem.llChris Lattner2003-05-151-20/+66
* Fix major problem with appending linkage changesChris Lattner2003-05-141-1/+2
* Implement linkage of appending global variables!Chris Lattner2003-05-131-6/+115
* Fix Bug: Linker/2003-04-23-LinkOnceLost.llChris Lattner2003-04-231-30/+40
* Add warning when linking modules with disagreeing target propertiesChris Lattner2003-04-221-0/+4
* Fix bug: 2003-01-30-LinkerRename.llChris Lattner2003-04-211-7/+33
* Fix linking a function with qualifiers to a external function declaration:Chris Lattner2003-04-211-6/+18
* Add new linkage types to support a real frontendChris Lattner2003-04-161-53/+72
* * Fix linking of opaque types and their non-opaque versionsChris Lattner2003-01-301-7/+17
* Eliminate using declsChris Lattner2003-01-301-35/+33
* Fix big bug introduced with symbol table changesChris Lattner2002-12-031-2/+2
* - Eliminated the deferred symbol table stuff in Module & Function, it reallyChris Lattner2002-11-201-7/+4
* - Change Function's so that their argument list is populated when they areChris Lattner2002-10-131-5/+4
* Insert resolved constants into the global map so they are reused correctly.Chris Lattner2002-09-231-3/+6
* fixed bug: test/Regression/Linker/2002-08-20-ConstantExpr.llChris Lattner2002-08-201-11/+11
* Remove support for Not ConstantExpr. This simplifies the unary case to onlyChris Lattner2002-08-141-3/+3
* Cleanup ConstantExpr handling:Chris Lattner2002-07-301-8/+2
* Remove FIXME's that aren't really needed after all.Chris Lattner2002-07-301-9/+0
* *** empty log message ***Chris Lattner2002-07-241-1/+1
* * Rewrite loop to be slightly more efficient (arguably)Chris Lattner2002-07-181-2/+2
* Implement linking of ConstExprsChris Lattner2002-07-181-9/+43
* *** empty log message ***Chris Lattner2002-06-251-57/+45
* Updates to move some header files out of include/llvm/Transforms intoChris Lattner2002-05-071-35/+38
* Split ConstantVals.h into Constant.h and Constants.hChris Lattner2002-04-281-1/+1
* Move FunctionArgument out of iOther.h into Argument.h and rename class toChris Lattner2002-04-091-2/+3
* Eliminate explicit use of Writer library, using debug dump output instead.Chris Lattner2002-04-071-6/+8
* s/Method/FunctionChris Lattner2002-03-291-2/+3
* Change references from Method to FunctionChris Lattner2002-03-261-42/+42
* Cleanup error message output a bitChris Lattner2002-03-151-1/+1
* Method.h no longer includes BasicBlock.hChris Lattner2002-02-121-7/+11
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-14/+18
* Renamed inst_const_iterator -> const_inst_iteratorChris Lattner2001-12-041-1/+1
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-031-16/+16
* Implement support for internal methodsChris Lattner2001-11-261-5/+11
* Add #includes to enable buiding in Release modeChris Lattner2001-11-071-0/+1
* Don't forget to link type names together too. Fix for Olden/mst benchmarkChris Lattner2001-11-031-0/+45
* Add extra code for debugging linker problemsChris Lattner2001-11-031-2/+19
* Pull method symbols over when linking. Otherwise the result of the link will...Chris Lattner2001-10-291-0/+1
* Remove non linking related stuffChris Lattner2001-10-281-58/+0
* Added name-mangling routines for future use.Vikram S. Adve2001-10-281-0/+59
* 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