| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove trailing spaces. | Matthijs Kooijman | 2008-08-07 | 1 | -8/+8 |
* | Use getPreferredAlignmentLog or getPreferredAlignment | Duncan Sands | 2008-01-29 | 1 | -1/+6 |
* | Fix PR1845 and rdar://5676945. Generic vectors smaller | Chris Lattner | 2008-01-10 | 1 | -1/+1 |
* | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Remove host endianness info from TargetData and | Duncan Sands | 2007-12-12 | 1 | -4/+0 |
* | Move TargetData::hostIsLittleEndian out of line, which means we | Chris Lattner | 2007-12-11 | 1 | -9/+2 |
* | Fix PR1836: in the interpreter, read and write apints | Duncan Sands | 2007-12-10 | 1 | -0/+11 |
* | Eliminate the remaining uses of getTypeSize. This | Duncan Sands | 2007-11-05 | 1 | -8/+0 |
* | Change uses of getTypeSize to getABITypeSize, getTypeStoreSize | Duncan Sands | 2007-11-04 | 1 | -1/+5 |
* | Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize. | Duncan Sands | 2007-11-01 | 1 | -16/+42 |
* | 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 |