aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/TargetData.cpp
AgeCommit message (Expand)Author
2003-02-25Remove wierd case that can never happenChris Lattner
2002-10-29* Privatize the TargetNameChris Lattner
2002-10-14 - Add an endianness field to the TargetData datastructureChris Lattner
2002-10-13Don't try to compute the size of an "array" element if the index is 0:Vikram S. Adve
2002-09-25Convert TargetData to be an ImmutablePassChris Lattner
2002-09-11- Change getelementptr instruction to use long indexes instead of uintChris Lattner
2002-08-24Fix sign-extension: it needs to happen *after* multiplying by type size.Vikram S. Adve
2002-08-23Simplify previous hack slightly.Vikram S. Adve
2002-08-23Force sign-extension for uint array indexes from 32-bit to 64-bitsVikram S. Adve
2002-08-13Bug fix in TargetData::getIndexedOffset: We were using the pointerVikram S. Adve
2002-08-04Bug fix in TargetData::getIndexedOffset(): handle struct offsetVikram S. Adve
2002-07-25*** empty log message ***Chris Lattner
2002-05-19Add integer register size field.Vikram S. Adve
2002-05-07Extend TargetData::getIndexedOffset to support arrays and pointers!Chris Lattner
2002-05-06Replace all usages of Type::isPointerType with isa<PointerType>Chris Lattner
2002-04-28Split ConstantVals.h into Constant.h and Constants.hChris Lattner
2002-01-21Remove dead variableChris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-12-15getIndexedOffset() shd take vector of Values, not of Constants!Vikram S. Adve
2001-12-13Not just arrays are unsizedChris Lattner
2001-12-04Renamed inst_const_iterator -> const_inst_iteratorChris Lattner
2001-12-03Rename ConstPoolVal -> ConstantChris Lattner
2001-11-14Fix cute little bug that was causing the lastVikram S. Adve
2001-10-02Commit more code over to new cast styleChris Lattner
2001-10-01Add more support for new style castsChris Lattner
2001-09-18Renamed files to match the main classes they provide.Vikram S. Adve
2001-09-14Make a new llvm/Target #include directory.Chris Lattner