summaryrefslogtreecommitdiff
path: root/lib/Target/TargetData.cpp
Commit message (Expand)AuthorAge
* Remove redundant const qualifiers from cast<> expressionsChris Lattner2003-07-23
* No really, you _cannot use_ getelementptr on an unsized type: that makesChris Lattner2003-06-04
* Undo one of those last fixes -- it was incorrect.Vikram S. Adve2003-06-04
* Minor cleanupsChris Lattner2003-06-02
* * Fix divide by zero error with empty structsChris Lattner2003-05-21
* Remove two fields from TargetData which are target specific.Chris Lattner2003-04-26
* Whoops, 32 bit targets have _4_ byte pointers, not _32_ byte pointers!Chris Lattner2003-04-25
* Allow for easy detection of when a "default" TargetData is created by theChris Lattner2003-04-25
* add a new targetdata ctor to create a target data appropriate to the moduleChris Lattner2003-04-24
* Remove wierd case that can never happenChris Lattner2003-02-25
* * Privatize the TargetNameChris Lattner2002-10-29
* - Add an endianness field to the TargetData datastructureChris Lattner2002-10-14
* Don't try to compute the size of an "array" element if the index is 0:Vikram S. Adve2002-10-13
* Convert TargetData to be an ImmutablePassChris Lattner2002-09-25
* - Change getelementptr instruction to use long indexes instead of uintChris Lattner2002-09-11
* Fix sign-extension: it needs to happen *after* multiplying by type size.Vikram S. Adve2002-08-24
* Simplify previous hack slightly.Vikram S. Adve2002-08-23
* Force sign-extension for uint array indexes from 32-bit to 64-bitsVikram S. Adve2002-08-23
* Bug fix in TargetData::getIndexedOffset: We were using the pointerVikram S. Adve2002-08-13
* Bug fix in TargetData::getIndexedOffset(): handle struct offsetVikram S. Adve2002-08-04
* *** empty log message ***Chris Lattner2002-07-25
* Add integer register size field.Vikram S. Adve2002-05-19
* Extend TargetData::getIndexedOffset to support arrays and pointers!Chris Lattner2002-05-07
* Replace all usages of Type::isPointerType with isa<PointerType>Chris Lattner2002-05-06
* Split ConstantVals.h into Constant.h and Constants.hChris Lattner2002-04-28
* Remove dead variableChris Lattner2002-01-21
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-20
* getIndexedOffset() shd take vector of Values, not of Constants!Vikram S. Adve2001-12-15
* Not just arrays are unsizedChris Lattner2001-12-13
* Renamed inst_const_iterator -> const_inst_iteratorChris Lattner2001-12-04
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-03
* Fix cute little bug that was causing the lastVikram S. Adve2001-11-14
* Commit more code over to new cast styleChris Lattner2001-10-02
* Add more support for new style castsChris Lattner2001-10-01
* Renamed files to match the main classes they provide.Vikram S. Adve2001-09-18
* Make a new llvm/Target #include directory.Chris Lattner2001-09-14