Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Insert resolved constants into the global map so they are reused correctly. | Chris Lattner | 2002-09-23 | 1 | -3/+6 |
| | | | | | | This bug was exposed linking the SPEC benchmark suite. llvm-svn: 3888 | ||||
* | fixed bug: test/Regression/Linker/2002-08-20-ConstantExpr.ll | Chris Lattner | 2002-08-20 | 1 | -11/+11 |
| | | | | llvm-svn: 3412 | ||||
* | Remove support for Not ConstantExpr. This simplifies the unary case to only | Chris Lattner | 2002-08-14 | 1 | -3/+3 |
| | | | | | | have to support the cast instruction, so the function is renamed to getCast. llvm-svn: 3328 | ||||
* | Cleanup ConstantExpr handling: | Chris Lattner | 2002-07-30 | 1 | -8/+2 |
| | | | | | | | | | | | | | | * Correctly delete TypeHandles in AsmParser. In addition to not leaking memory, this prevents a bug that could have occurred when a type got resolved that the constexpr was using * Check for errors in the AsmParser instead of hitting assertion failures deep in the code * Simplify the interface to the ConstantExpr class, removing unneccesary parameters to the ::get* methods. * Rename the 'getelementptr' version of ConstantExpr::get to ConstantExpr::getGetElementPtr llvm-svn: 3160 | ||||
* | Remove FIXME's that aren't really needed after all. | Chris Lattner | 2002-07-30 | 1 | -9/+0 |
| | | | | llvm-svn: 3158 | ||||
* | *** empty log message *** | Chris Lattner | 2002-07-24 | 1 | -1/+1 |
| | | | | llvm-svn: 3072 | ||||
* | * Rewrite loop to be slightly more efficient (arguably) | Chris Lattner | 2002-07-18 | 1 | -2/+2 |
| | | | | | | * Fix a MAJOR thinko that was causing bad links to happen on Spec llvm-svn: 2953 | ||||
* | Implement linking of ConstExprs | Chris Lattner | 2002-07-18 | 1 | -9/+43 |
| | | | | llvm-svn: 2946 | ||||
* | *** empty log message *** | Chris Lattner | 2002-06-25 | 1 | -57/+45 |
| | | | | llvm-svn: 2777 | ||||
* | Updates to move some header files out of include/llvm/Transforms into | Chris Lattner | 2002-05-07 | 1 | -35/+38 |
| | | | | | | the Scalar and Utils subdirectories llvm-svn: 2523 | ||||
* | Split ConstantVals.h into Constant.h and Constants.h | Chris Lattner | 2002-04-28 | 1 | -1/+1 |
| | | | | llvm-svn: 2378 | ||||
* | Move FunctionArgument out of iOther.h into Argument.h and rename class to | Chris Lattner | 2002-04-09 | 1 | -2/+3 |
| | | | | | | be 'Argument' instead of FunctionArgument. llvm-svn: 2216 | ||||
* | Eliminate explicit use of Writer library, using debug dump output instead. | Chris Lattner | 2002-04-07 | 1 | -6/+8 |
| | | | | llvm-svn: 2147 | ||||
* | s/Method/Function | Chris Lattner | 2002-03-29 | 1 | -2/+3 |
| | | | | llvm-svn: 2034 | ||||
* | Change references from Method to Function | Chris Lattner | 2002-03-26 | 1 | -42/+42 |
| | | | | | | change references from MethodARgument to FunctionArgument llvm-svn: 1991 | ||||
* | Cleanup error message output a bit | Chris Lattner | 2002-03-15 | 1 | -1/+1 |
| | | | | llvm-svn: 1879 | ||||
* | Method.h no longer includes BasicBlock.h | Chris Lattner | 2002-02-12 | 1 | -7/+11 |
| | | | | | | | Method::inst_* is now in llvm/Support/InstIterator.h GraphTraits specializations for BasicBlock and Methods are now in llvm/Support/CFG.h llvm-svn: 1746 | ||||
* | Changes to build successfully with GCC 3.02 | Chris Lattner | 2002-01-20 | 1 | -14/+18 |
| | | | | llvm-svn: 1503 | ||||
* | Renamed inst_const_iterator -> const_inst_iterator | Chris Lattner | 2001-12-04 | 1 | -1/+1 |
| | | | | | | | Renamed op_const_iterator -> const_op_iterator Renamed PointerType::getValueType() -> PointerType::getElementType() llvm-svn: 1408 | ||||
* | Rename ConstPoolVal -> Constant | Chris Lattner | 2001-12-03 | 1 | -16/+16 |
| | | | | | | | Rename ConstPool* -> Constant* Rename ConstPoolVals.h -> ConstantVals.h llvm-svn: 1407 | ||||
* | Implement support for internal methods | Chris Lattner | 2001-11-26 | 1 | -5/+11 |
| | | | | llvm-svn: 1380 | ||||
* | Add #includes to enable buiding in Release mode | Chris Lattner | 2001-11-07 | 1 | -0/+1 |
| | | | | llvm-svn: 1174 | ||||
* | Don't forget to link type names together too. Fix for Olden/mst benchmark | Chris Lattner | 2001-11-03 | 1 | -0/+45 |
| | | | | llvm-svn: 1094 | ||||
* | Add extra code for debugging linker problems | Chris Lattner | 2001-11-03 | 1 | -2/+19 |
| | | | | llvm-svn: 1091 | ||||
* | Pull method symbols over when linking. Otherwise the result of the link ↵ | Chris Lattner | 2001-10-29 | 1 | -0/+1 |
| | | | | | | will appear stripped llvm-svn: 1033 | ||||
* | Remove non linking related stuff | Chris Lattner | 2001-10-28 | 1 | -58/+0 |
| | | | | llvm-svn: 1015 | ||||
* | Added name-mangling routines for future use. | Vikram S. Adve | 2001-10-28 | 1 | -0/+59 |
| | | | | llvm-svn: 1003 | ||||
* | Fix problem linking in a method prototype when a method body exists | Chris Lattner | 2001-10-23 | 1 | -4/+12 |
| | | | | llvm-svn: 965 | ||||
* | Rename ConstPoolPointerReference to ConstPoolPointerRef - My fingers get ↵ | Chris Lattner | 2001-10-15 | 1 | -3/+2 |
| | | | | | | tired typing that much llvm-svn: 822 | ||||
* | Implement linking of global variable constant references | Chris Lattner | 2001-10-15 | 1 | -38/+95 |
| | | | | llvm-svn: 817 | ||||
* | Implement linker. It's 95% working now. | Chris Lattner | 2001-10-14 | 1 | -1/+267 |
| | | | | llvm-svn: 810 | ||||
* | Start of a linker | Chris Lattner | 2001-10-13 | 1 | -0/+22 |
llvm-svn: 775 |