summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/TargetData.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Renamed inst_const_iterator -> const_inst_iteratorChris Lattner2001-12-041-1/+1
| | | | | | | Renamed op_const_iterator -> const_op_iterator Renamed PointerType::getValueType() -> PointerType::getElementType() llvm-svn: 1408
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-031-3/+3
| | | | | | | Rename ConstPool* -> Constant* Rename ConstPoolVals.h -> ConstantVals.h llvm-svn: 1407
* Fix cute little bug that was causing the lastVikram S. Adve2001-11-141-1/+1
| | | | | | structure offset to be ignored in computing an offset! llvm-svn: 1310
* Commit more code over to new cast styleChris Lattner2001-10-021-3/+3
| | | | llvm-svn: 697
* Add more support for new style castsChris Lattner2001-10-011-1/+1
| | | | | | Convert more code to use them llvm-svn: 695
* Renamed files to match the main classes they provide.Vikram S. Adve2001-09-181-1/+1
| | | | | | Some other minor changes. llvm-svn: 615
* Make a new llvm/Target #include directory.Chris Lattner2001-09-141-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
OpenPOWER on IntegriCloud