| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix bug where we considered function types equivalent even if they had differ... | Chris Lattner | 2003-08-28 | 1 | -1/+3 |
* | Fix bug: Linker/2003-08-23-GlobalVarLinking.ll | Chris Lattner | 2003-08-24 | 1 | -1/+1 |
* | Implement: Linker/2003-08-24-InheritPtrSize.ll | Chris Lattner | 2003-08-24 | 1 | -2/+9 |
* | Do not consider any types that exist in the global symbol table! | Chris Lattner | 2003-08-23 | 1 | -10/+11 |
* | Fix bug: Linker/2003-08-23-RecursiveOpaqueTypeResolve.ll | Chris Lattner | 2003-08-23 | 1 | -14/+39 |
* | Implement Linker/2003-08-23-GlobalVarLinking.ll, which should fix 176.gcc | Chris Lattner | 2003-08-23 | 1 | -8/+37 |
* | Fix typeo | Chris Lattner | 2003-08-22 | 1 | -1/+1 |
* | The process of linking types can cause their addresses to become invalid. Fo... | Chris Lattner | 2003-08-22 | 1 | -24/+33 |
* | Implement Linker/2003-08-20-OpaqueTypeResolve.ll | Chris Lattner | 2003-08-22 | 1 | -16/+95 |
* | Fix Bug: Linker/2003-05-15-TypeProblem.ll | Chris Lattner | 2003-05-15 | 1 | -20/+66 |
* | Fix major problem with appending linkage changes | Chris Lattner | 2003-05-14 | 1 | -1/+2 |
* | Implement linkage of appending global variables! | Chris Lattner | 2003-05-13 | 1 | -6/+115 |
* | Fix Bug: Linker/2003-04-23-LinkOnceLost.ll | Chris Lattner | 2003-04-23 | 1 | -30/+40 |
* | Add warning when linking modules with disagreeing target properties | Chris Lattner | 2003-04-22 | 1 | -0/+4 |
* | Fix bug: 2003-01-30-LinkerRename.ll | Chris Lattner | 2003-04-21 | 1 | -7/+33 |
* | Fix linking a function with qualifiers to a external function declaration: | Chris Lattner | 2003-04-21 | 1 | -6/+18 |
* | Add new linkage types to support a real frontend | Chris Lattner | 2003-04-16 | 1 | -53/+72 |
* | * Fix linking of opaque types and their non-opaque versions | Chris Lattner | 2003-01-30 | 1 | -7/+17 |
* | Eliminate using decls | Chris Lattner | 2003-01-30 | 1 | -35/+33 |
* | Fix big bug introduced with symbol table changes | Chris Lattner | 2002-12-03 | 1 | -2/+2 |
* | - Eliminated the deferred symbol table stuff in Module & Function, it really | Chris Lattner | 2002-11-20 | 1 | -7/+4 |
* | - Change Function's so that their argument list is populated when they are | Chris Lattner | 2002-10-13 | 1 | -5/+4 |
* | Insert resolved constants into the global map so they are reused correctly. | Chris Lattner | 2002-09-23 | 1 | -3/+6 |
* | fixed bug: test/Regression/Linker/2002-08-20-ConstantExpr.ll | Chris Lattner | 2002-08-20 | 1 | -11/+11 |
* | Remove support for Not ConstantExpr. This simplifies the unary case to only | Chris Lattner | 2002-08-14 | 1 | -3/+3 |
* | Cleanup ConstantExpr handling: | Chris Lattner | 2002-07-30 | 1 | -8/+2 |
* | Remove FIXME's that aren't really needed after all. | Chris Lattner | 2002-07-30 | 1 | -9/+0 |
* | *** empty log message *** | Chris Lattner | 2002-07-24 | 1 | -1/+1 |
* | * Rewrite loop to be slightly more efficient (arguably) | Chris Lattner | 2002-07-18 | 1 | -2/+2 |
* | Implement linking of ConstExprs | Chris Lattner | 2002-07-18 | 1 | -9/+43 |
* | *** empty log message *** | Chris Lattner | 2002-06-25 | 1 | -57/+45 |
* | Updates to move some header files out of include/llvm/Transforms into | Chris Lattner | 2002-05-07 | 1 | -35/+38 |
* | Split ConstantVals.h into Constant.h and Constants.h | Chris Lattner | 2002-04-28 | 1 | -1/+1 |
* | Move FunctionArgument out of iOther.h into Argument.h and rename class to | Chris Lattner | 2002-04-09 | 1 | -2/+3 |
* | Eliminate explicit use of Writer library, using debug dump output instead. | Chris Lattner | 2002-04-07 | 1 | -6/+8 |
* | s/Method/Function | Chris Lattner | 2002-03-29 | 1 | -2/+3 |
* | Change references from Method to Function | Chris Lattner | 2002-03-26 | 1 | -42/+42 |
* | Cleanup error message output a bit | Chris Lattner | 2002-03-15 | 1 | -1/+1 |
* | Method.h no longer includes BasicBlock.h | Chris Lattner | 2002-02-12 | 1 | -7/+11 |
* | Changes to build successfully with GCC 3.02 | Chris Lattner | 2002-01-20 | 1 | -14/+18 |
* | Renamed inst_const_iterator -> const_inst_iterator | Chris Lattner | 2001-12-04 | 1 | -1/+1 |
* | Rename ConstPoolVal -> Constant | Chris Lattner | 2001-12-03 | 1 | -16/+16 |
* | Implement support for internal methods | Chris Lattner | 2001-11-26 | 1 | -5/+11 |
* | Add #includes to enable buiding in Release mode | Chris Lattner | 2001-11-07 | 1 | -0/+1 |
* | Don't forget to link type names together too. Fix for Olden/mst benchmark | Chris Lattner | 2001-11-03 | 1 | -0/+45 |
* | Add extra code for debugging linker problems | Chris Lattner | 2001-11-03 | 1 | -2/+19 |
* | Pull method symbols over when linking. Otherwise the result of the link will... | Chris Lattner | 2001-10-29 | 1 | -0/+1 |
* | Remove non linking related stuff | Chris Lattner | 2001-10-28 | 1 | -58/+0 |
* | Added name-mangling routines for future use. | Vikram S. Adve | 2001-10-28 | 1 | -0/+59 |
* | Fix problem linking in a method prototype when a method body exists | Chris Lattner | 2001-10-23 | 1 | -4/+12 |