aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/TargetData.cpp
Commit message (Expand)AuthorAgeFilesLines
* Extend TargetData::getIndexedOffset to support arrays and pointers!Chris Lattner2002-05-071-10/+13
* Replace all usages of Type::isPointerType with isa<PointerType>Chris Lattner2002-05-061-3/+3
* Split ConstantVals.h into Constant.h and Constants.hChris Lattner2002-04-281-1/+1
* Remove dead variableChris Lattner2002-01-211-1/+1
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-3/+3
* getIndexedOffset() shd take vector of Values, not of Constants!Vikram S. Adve2001-12-151-1/+1
* Not just arrays are unsizedChris Lattner2001-12-131-1/+1
* Renamed inst_const_iterator -> const_inst_iteratorChris Lattner2001-12-041-1/+1
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-031-3/+3
* Fix cute little bug that was causing the lastVikram S. Adve2001-11-141-1/+1
* Commit more code over to new cast styleChris Lattner2001-10-021-3/+3
* Add more support for new style castsChris Lattner2001-10-011-1/+1
* Renamed files to match the main classes they provide.Vikram S. Adve2001-09-181-1/+1
* Make a new llvm/Target #include directory.Chris Lattner2001-09-141-0/+180