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