Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Remove dead variable | Chris Lattner | 2002-01-21 | 1 | -1/+1 | |
| | | | | llvm-svn: 1515 | |||||
* | Changes to build successfully with GCC 3.02 | Chris Lattner | 2002-01-20 | 1 | -3/+3 | |
| | | | | llvm-svn: 1503 | |||||
* | getIndexedOffset() shd take vector of Values, not of Constants! | Vikram S. Adve | 2001-12-15 | 1 | -1/+1 | |
| | | | | llvm-svn: 1484 | |||||
* | Not just arrays are unsized | Chris Lattner | 2001-12-13 | 1 | -1/+1 | |
| | | | | llvm-svn: 1450 | |||||
* | 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 | -3/+3 | |
| | | | | | | | Rename ConstPool* -> Constant* Rename ConstPoolVals.h -> ConstantVals.h llvm-svn: 1407 | |||||
* | Fix cute little bug that was causing the last | Vikram S. Adve | 2001-11-14 | 1 | -1/+1 | |
| | | | | | | structure offset to be ignored in computing an offset! llvm-svn: 1310 | |||||
* | Commit more code over to new cast style | Chris Lattner | 2001-10-02 | 1 | -3/+3 | |
| | | | | llvm-svn: 697 | |||||
* | Add more support for new style casts | Chris Lattner | 2001-10-01 | 1 | -1/+1 | |
| | | | | | | Convert more code to use them llvm-svn: 695 | |||||
* | Renamed files to match the main classes they provide. | Vikram S. Adve | 2001-09-18 | 1 | -1/+1 | |
| | | | | | | Some other minor changes. llvm-svn: 615 | |||||
* | Make a new llvm/Target #include directory. | Chris Lattner | 2001-09-14 | 1 | -0/+180 | |
Move files from lib/CodeGen/TargetMachine to lib/Target Move TargetData.h and TargetMachine.h to Target/{Data.h|Machine.h} Prepare to split TargetMachine.h into several smaller files llvm-svn: 566 |