| Age | Commit message (Expand) | Author |
| 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 |
| 2006-05-03 | Refactor TargetMachine, pushing handling of TargetData into the target-specif... | Owen Anderson |
| 2006-01-14 | Add a new InvalidateStructLayoutInfo method and some comments. | Chris Lattner |
| 2005-04-23 | * The aesthetic police is on patrol!!... | Misha Brukman |
| 2005-04-23 | Add a helper method | Chris Lattner |
| 2005-04-21 | Remove trailing whitespace | Misha Brukman |
| 2005-03-13 | add a helper method | Chris Lattner |
| 2004-10-27 | Convert 'struct' to 'class' in various places to adhere to the coding standards | Chris Lattner |
| 2004-09-01 | Changes For Bug 352 | Reid Spencer |
| 2004-08-17 | Add punctuation, add a new method | Chris Lattner |
| 2004-07-23 | * Add a BoolAlignment field to TargetData, default is 1 byte | Misha Brukman |
| 2004-04-14 | Add a copy constructor for TargetData. | Brian Gaeke |
| 2004-02-26 | Make TargetData no longer use annotations! | Chris Lattner |
| 2003-12-22 | Doxygenize methods, add new getIntPtrType method | Chris Lattner |
| 2003-11-11 | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke |
| 2003-10-20 | Added LLVM copyright header (for lack of a better term). | John Criswell |