| Commit message (Expand) | Author | Age | Files | Lines |
* | Add getABITypeSize, getABITypeSizeInBits | Dale Johannesen | 2007-10-01 | 1 | -0/+13 |
* | Add support for having different alignment for objects on call frames. | Rafael Espindola | 2007-09-07 | 1 | -1/+7 |
* | Change casts from old style to new style. This helps document the details | Reid Spencer | 2007-08-12 | 1 | -3/+3 |
* | More explicit keywords. | Dan Gohman | 2007-07-30 | 1 | -2/+2 |
* | Fix comments about vectors to use the current wording. | Dan Gohman | 2007-07-16 | 1 | -1/+1 |
* | Fix typo in comment. | Nick Lewycky | 2007-05-06 | 1 | -1/+1 |
* | Drop 'const' | Devang Patel | 2007-05-03 | 1 | -1/+1 |
* | Use 'static const char' instead of 'static const int'. | Devang Patel | 2007-05-02 | 1 | -1/+1 |
* | Do not use typeinfo to identify pass in pass manager. | Devang Patel | 2007-05-01 | 1 | -3/+6 |
* | Fix a typo in a comment. | Dan Gohman | 2007-04-26 | 1 | -1/+1 |
* | Fix obvious typo in comment. | Duncan Sands | 2007-03-19 | 1 | -1/+1 |
* | Implement support for non-standard integer bit widths of any size. The | Reid Spencer | 2007-02-19 | 1 | -6/+6 |
* | Do not dereference invalid ranges. Generalize targetdata alignment model. | Chris Lattner | 2007-02-17 | 1 | -5/+2 |
* | For PR1195: | Reid Spencer | 2007-02-15 | 1 | -1/+1 |
* | Fixed packed structure breakage from earlier TargetData patch; applied | Reid Spencer | 2007-02-15 | 1 | -9/+4 |
* | Generalize TargetData strings, to support more interesting forms of data. | Chris Lattner | 2007-02-14 | 1 | -152/+98 |
* | remove dead method. | Chris Lattner | 2007-02-10 | 1 | -7/+0 |
* | eliminate the std::vector from StructLayout, allocating the elements immediately | Chris Lattner | 2007-02-10 | 1 | -3/+4 |
* | encapsulate the rest of the StructLayout members. | Chris Lattner | 2007-02-10 | 1 | -1/+9 |
* | Privatize StructLayout::MemberOffsets, adding an accessor | Chris Lattner | 2007-02-10 | 1 | -2/+7 |
* | Change TargetData::getIndexedOffset interface to not require indices | Chris Lattner | 2007-02-10 | 1 | -1/+6 |
* | Renamed getTypeAlignmentShift() to getPreferredTypeAlignmentShift(). | Evan Cheng | 2007-01-24 | 1 | -2/+2 |
* | Update comment. | Evan Cheng | 2007-01-22 | 1 | -1/+1 |
* | Implement a getTypeSizeInBits method. This helps in transforms that want | Reid Spencer | 2007-01-20 | 1 | -0/+4 |
* | TargetData assumes (and some regression tests depend on it) that the size of | Owen Anderson | 2007-01-20 | 1 | -1/+2 |
* | Teach TargetData to handle 'preferred' alignment for each target, and use | Chris Lattner | 2007-01-20 | 1 | -50/+131 |
* | make doxygen comment much better. Patch by B. Scott Michel! | Chris Lattner | 2007-01-17 | 1 | -1/+31 |
* | TargetData is not subclassed. So no need to have virtual method. | Devang Patel | 2006-10-24 | 1 | -1/+1 |
* | Move getPreferredAlignmentLog from AsmPrinter to TargetData | Devang Patel | 2006-10-24 | 1 | -0/+6 |
* | Simplify the targetdata ctor by not passing in a "targetname" which is always | Chris Lattner | 2006-06-16 | 1 | -8/+14 |
* | Remove ctor with each piece specifyable (which causes overload ambiguities), | Chris Lattner | 2006-06-16 | 1 | -10/+11 |
* | Make TargetData strings less redundant. | Owen Anderson | 2006-05-20 | 1 | -1/+1 |
* | Add a method to generate a string representation from a TargetData. | Owen Anderson | 2006-05-12 | 1 | -0/+5 |
* | Add a new constructor to TargetData that builds a TargetData from its | Owen Anderson | 2006-05-12 | 1 | -0/+7 |
* | Fix this to be a proper copy ctor | Chris Lattner | 2006-05-04 | 1 | -11/+11 |
* | Refactor TargetMachine, pushing handling of TargetData into the target-specif... | Owen Anderson | 2006-05-03 | 1 | -11/+11 |
* | Add a new InvalidateStructLayoutInfo method and some comments. | Chris Lattner | 2006-01-14 | 1 | -0/+9 |
* | * The aesthetic police is on patrol!!... | Misha Brukman | 2005-04-23 | 1 | -15/+20 |
* | Add a helper method | Chris Lattner | 2005-04-23 | 1 | -0/+1 |
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -7/+7 |
* | add a helper method | Chris Lattner | 2005-03-13 | 1 | -0/+5 |
* | Convert 'struct' to 'class' in various places to adhere to the coding standards | Chris Lattner | 2004-10-27 | 1 | -1/+2 |
* | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 1 | -1/+1 |
* | Add punctuation, add a new method | Chris Lattner | 2004-08-17 | 1 | -2/+6 |
* | * Add a BoolAlignment field to TargetData, default is 1 byte | Misha Brukman | 2004-07-23 | 1 | -15/+18 |
* | Add a copy constructor for TargetData. | Brian Gaeke | 2004-04-14 | 1 | -0/+16 |
* | Make TargetData no longer use annotations! | Chris Lattner | 2004-02-26 | 1 | -14/+6 |
* | Doxygenize methods, add new getIntPtrType method | Chris Lattner | 2003-12-22 | 1 | -10/+14 |
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -0/+5 |
* | Added LLVM copyright header (for lack of a better term). | John Criswell | 2003-10-20 | 1 | -0/+7 |