Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Force sign-extension for uint array indexes from 32-bit to 64-bits | Vikram S. Adve | 2002-08-23 | 1 | -1/+6 | |
| | | | | | | since uint is not normally sign-extended when casting to uint64_t. llvm-svn: 3489 | |||||
* | Bug fix in TargetData::getIndexedOffset: We were using the pointer | Vikram S. Adve | 2002-08-13 | 1 | -3/+3 | |
| | | | | | | type instead of the element type for the element size for arrays. llvm-svn: 3302 | |||||
* | Bug fix in TargetData::getIndexedOffset(): handle struct offset | Vikram S. Adve | 2002-08-04 | 1 | -6/+7 | |
| | | | | | | | after array offset correctly. The type was not being updated for array offsets! llvm-svn: 3246 | |||||
* | *** empty log message *** | Chris Lattner | 2002-07-25 | 1 | -5/+5 | |
| | | | | llvm-svn: 3075 | |||||
* | Add integer register size field. | Vikram S. Adve | 2002-05-19 | 1 | -27/+37 | |
| | | | | | | | Make all sizes and offsets uint64_t instead of uint. Fixed GetIndexedOffset to handle mixed array and struct indices. llvm-svn: 2641 | |||||
* | Extend TargetData::getIndexedOffset to support arrays and pointers! | Chris Lattner | 2002-05-07 | 1 | -10/+13 | |
| | | | | llvm-svn: 2535 | |||||
* | Replace all usages of Type::isPointerType with isa<PointerType> | Chris Lattner | 2002-05-06 | 1 | -3/+3 | |
| | | | | llvm-svn: 2486 | |||||
* | Split ConstantVals.h into Constant.h and Constants.h | Chris Lattner | 2002-04-28 | 1 | -1/+1 | |
| | | | | llvm-svn: 2378 | |||||
* | 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 |