summaryrefslogtreecommitdiff
path: root/lib/Linker
Commit message (Expand)AuthorAge
* Fix bug where we considered function types equivalent even if they had differ...Chris Lattner2003-08-28
* Fix bug: Linker/2003-08-23-GlobalVarLinking.llChris Lattner2003-08-24
* Implement: Linker/2003-08-24-InheritPtrSize.llChris Lattner2003-08-24
* Do not consider any types that exist in the global symbol table!Chris Lattner2003-08-23
* Fix bug: Linker/2003-08-23-RecursiveOpaqueTypeResolve.llChris Lattner2003-08-23
* Implement Linker/2003-08-23-GlobalVarLinking.ll, which should fix 176.gccChris Lattner2003-08-23
* Fix typeoChris Lattner2003-08-22
* The process of linking types can cause their addresses to become invalid. Fo...Chris Lattner2003-08-22
* Implement Linker/2003-08-20-OpaqueTypeResolve.llChris Lattner2003-08-22
* Fix Bug: Linker/2003-05-15-TypeProblem.llChris Lattner2003-05-15
* Fix major problem with appending linkage changesChris Lattner2003-05-14
* Implement linkage of appending global variables!Chris Lattner2003-05-13
* Fix Bug: Linker/2003-04-23-LinkOnceLost.llChris Lattner2003-04-23
* Add warning when linking modules with disagreeing target propertiesChris Lattner2003-04-22
* Fix bug: 2003-01-30-LinkerRename.llChris Lattner2003-04-21
* Fix linking a function with qualifiers to a external function declaration:Chris Lattner2003-04-21
* Add new linkage types to support a real frontendChris Lattner2003-04-16
* * Fix linking of opaque types and their non-opaque versionsChris Lattner2003-01-30
* Eliminate using declsChris Lattner2003-01-30
* Fix big bug introduced with symbol table changesChris Lattner2002-12-03
* - Eliminated the deferred symbol table stuff in Module & Function, it reallyChris Lattner2002-11-20
* - Change Function's so that their argument list is populated when they areChris Lattner2002-10-13
* Insert resolved constants into the global map so they are reused correctly.Chris Lattner2002-09-23
* fixed bug: test/Regression/Linker/2002-08-20-ConstantExpr.llChris Lattner2002-08-20
* Remove support for Not ConstantExpr. This simplifies the unary case to onlyChris Lattner2002-08-14
* Cleanup ConstantExpr handling:Chris Lattner2002-07-30
* Remove FIXME's that aren't really needed after all.Chris Lattner2002-07-30
* *** empty log message ***Chris Lattner2002-07-24
* * Rewrite loop to be slightly more efficient (arguably)Chris Lattner2002-07-18
* Implement linking of ConstExprsChris Lattner2002-07-18
* *** empty log message ***Chris Lattner2002-06-25
* Updates to move some header files out of include/llvm/Transforms intoChris Lattner2002-05-07
* Split ConstantVals.h into Constant.h and Constants.hChris Lattner2002-04-28
* Move FunctionArgument out of iOther.h into Argument.h and rename class toChris Lattner2002-04-09
* Eliminate explicit use of Writer library, using debug dump output instead.Chris Lattner2002-04-07
* s/Method/FunctionChris Lattner2002-03-29
* Change references from Method to FunctionChris Lattner2002-03-26
* Cleanup error message output a bitChris Lattner2002-03-15
* 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