aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Target/TargetData.h
AgeCommit message (Expand)Author
2009-02-18Eliminate several more unnecessary intptr_t casts.Dan Gohman
2009-01-12Rename getABITypeSize to getTypePaddedSize, asDuncan Sands
2009-01-09fit in 80 colsChris Lattner
2008-12-08introduce a new RoundUpAlignment helper function, use it to Chris Lattner
2008-12-08Speed up getABITypeSize by turning a i64 mul and div into anChris Lattner
2008-08-07Remove trailing spaces.Matthijs Kooijman
2008-01-29Use getPreferredAlignmentLog or getPreferredAlignmentDuncan Sands
2008-01-10Fix PR1845 and rdar://5676945. Generic vectors smallerChris Lattner
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-12-12Remove host endianness info from TargetData andDuncan Sands
2007-12-11Move TargetData::hostIsLittleEndian out of line, which means we Chris Lattner
2007-12-10Fix PR1836: in the interpreter, read and write apintsDuncan Sands
2007-11-05Eliminate the remaining uses of getTypeSize. ThisDuncan Sands
2007-11-04Change uses of getTypeSize to getABITypeSize, getTypeStoreSizeDuncan Sands
2007-11-01Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize.Duncan Sands
2007-10-01Add getABITypeSize, getABITypeSizeInBitsDale Johannesen
2007-09-07Add support for having different alignment for objects on call frames.Rafael Espindola
2007-08-12Change casts from old style to new style. This helps document the detailsReid Spencer
2007-07-30More explicit keywords.Dan Gohman
2007-07-16Fix comments about vectors to use the current wording.Dan Gohman
2007-05-06Fix typo in comment.Nick Lewycky
2007-05-03Drop 'const'Devang Patel
2007-05-02Use 'static const char' instead of 'static const int'.Devang Patel
2007-05-01Do not use typeinfo to identify pass in pass manager.Devang Patel
2007-04-26Fix a typo in a comment.Dan Gohman
2007-03-19Fix obvious typo in comment.Duncan Sands
2007-02-19Implement support for non-standard integer bit widths of any size. TheReid Spencer
2007-02-17Do not dereference invalid ranges. Generalize targetdata alignment model.Chris Lattner
2007-02-15For PR1195:Reid Spencer
2007-02-15Fixed packed structure breakage from earlier TargetData patch; appliedReid Spencer
2007-02-14Generalize TargetData strings, to support more interesting forms of data.Chris Lattner
2007-02-10remove dead method.Chris Lattner
2007-02-10eliminate the std::vector from StructLayout, allocating the elements immediatelyChris Lattner
2007-02-10encapsulate the rest of the StructLayout members.Chris Lattner
2007-02-10Privatize StructLayout::MemberOffsets, adding an accessorChris Lattner
2007-02-10Change TargetData::getIndexedOffset interface to not require indicesChris Lattner
2007-01-24Renamed getTypeAlignmentShift() to getPreferredTypeAlignmentShift().Evan Cheng
2007-01-22Update comment.Evan Cheng
2007-01-20Implement a getTypeSizeInBits method. This helps in transforms that wantReid Spencer
2007-01-20TargetData assumes (and some regression tests depend on it) that the size ofOwen Anderson
2007-01-20Teach TargetData to handle 'preferred' alignment for each target, and useChris Lattner
2007-01-17make doxygen comment much better. Patch by B. Scott Michel!Chris Lattner
2006-10-24TargetData is not subclassed. So no need to have virtual method.Devang Patel
2006-10-24Move getPreferredAlignmentLog from AsmPrinter to TargetDataDevang Patel
2006-06-16Simplify the targetdata ctor by not passing in a "targetname" which is alwaysChris Lattner
2006-06-16Remove ctor with each piece specifyable (which causes overload ambiguities),Chris Lattner
2006-05-20Make TargetData strings less redundant.Owen Anderson
2006-05-12Add a method to generate a string representation from a TargetData.Owen Anderson
2006-05-12Add a new constructor to TargetData that builds a TargetData from itsOwen Anderson
2006-05-04Fix this to be a proper copy ctorChris Lattner