| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | For PR1195: | Reid Spencer | 2007-02-15 | 1 | -3/+3 |
* | Fixed packed structure breakage from earlier TargetData patch; applied | Reid Spencer | 2007-02-15 | 1 | -75/+31 |
* | Generalize TargetData strings, to support more interesting forms of data. | Chris Lattner | 2007-02-14 | 1 | -214/+307 |
* | Switch LayoutInfo to be a DenseMap instead of an std::map. This speeds up | Chris Lattner | 2007-02-10 | 1 | -13/+31 |
* | add a typedef | Chris Lattner | 2007-02-10 | 1 | -9/+8 |
* | eliminate the std::vector from StructLayout, allocating the elements immediately | Chris Lattner | 2007-02-10 | 1 | -43/+57 |
* | encapsulate the rest of the StructLayout members. | Chris Lattner | 2007-02-10 | 1 | -4/+4 |
* | Privatize StructLayout::MemberOffsets, adding an accessor | Chris Lattner | 2007-02-10 | 1 | -2/+1 |
* | Use ManagedStatic to manage LayoutInfo, instead of rolling our own. | Chris Lattner | 2007-02-10 | 1 | -27/+24 |
* | Change TargetData::getIndexedOffset interface to not require indices | Chris Lattner | 2007-02-10 | 1 | -8/+8 |
* | Although targets are not required to support integers > 64bits, TargetData | Reid Spencer | 2007-02-05 | 1 | -2/+4 |
* | Dead comment. | Evan Cheng | 2007-01-31 | 1 | -1/+0 |
* | For PR761: | Reid Spencer | 2007-01-26 | 1 | -21/+3 |
* | Renamed getTypeAlignmentShift() to getPreferredTypeAlignmentShift(). | Evan Cheng | 2007-01-24 | 1 | -2/+2 |
* | - getTypeAlignmentShift() should be returning preferred alignment, not ABI | Evan Cheng | 2007-01-22 | 1 | -3/+1 |
* | Implement a getTypeSizeInBits method. This helps in transforms that want | Reid Spencer | 2007-01-20 | 1 | -0/+10 |
* | TargetData assumes (and some regression tests depend on it) that the size of | Owen Anderson | 2007-01-20 | 1 | -4/+11 |
* | trivial cleanup | Chris Lattner | 2007-01-20 | 1 | -2/+0 |
* | Teach TargetData to handle 'preferred' alignment for each target, and use | Chris Lattner | 2007-01-20 | 1 | -57/+186 |
* | For PR1064: | Reid Spencer | 2007-01-12 | 1 | -6/+15 |
* | Rename BoolTy as Int1Ty. Patch by Sheng Zhou. | Reid Spencer | 2007-01-11 | 1 | -1/+1 |
* | For PR950: | Reid Spencer | 2006-12-31 | 1 | -12/+8 |
* | Packed Structures | Andrew Lenharth | 2006-12-08 | 1 | -1/+1 |
* | Move getPreferredAlignmentLog from AsmPrinter to TargetData | Devang Patel | 2006-10-24 | 1 | -0/+23 |
* | For PR950: | Reid Spencer | 2006-10-20 | 1 | -2/+2 |
* | Don't pass target name into TargetData anymore, it is never used or needed. | Chris Lattner | 2006-06-16 | 1 | -1/+1 |
* | Remove ctor with each piece specifyable (which causes overload ambiguities), | Chris Lattner | 2006-06-16 | 1 | -32/+1 |
* | Make TargetData strings less redundant. | Owen Anderson | 2006-05-20 | 1 | -7/+0 |
* | Fix a parsing bug that caused 7 llvm-test regressions on PPC last night. | Chris Lattner | 2006-05-20 | 1 | -7/+7 |
* | Make all of the TargetMachine subclasses use the new string TargetData methods. | Owen Anderson | 2006-05-20 | 1 | -1/+5 |
* | Fix a stupid bug when parsing TargetData strings. | Owen Anderson | 2006-05-17 | 1 | -1/+3 |
* | Add a method to generate a string representation from a TargetData. | Owen Anderson | 2006-05-12 | 1 | -0/+21 |
* | Fix some tabbing issues. | Owen Anderson | 2006-05-12 | 1 | -29/+29 |
* | Add a new constructor to TargetData that builds a TargetData from its | Owen Anderson | 2006-05-12 | 1 | -0/+65 |
* | revert previous patch | Chris Lattner | 2006-04-03 | 1 | -1/+1 |
* | Align vectors to the size in bytes, not bits. | Chris Lattner | 2006-04-03 | 1 | -1/+1 |
* | TargetData.cpp::getTypeInfo() was returning alignment of element type as the | Evan Cheng | 2006-03-31 | 1 | -0/+3 |
* | Implement a new InvalidateStructLayoutInfo method and add some comments | Chris Lattner | 2006-01-14 | 1 | -0/+18 |
* | Update to use the new MathExtras.h support for log2 computation. | Chris Lattner | 2005-08-02 | 1 | -1/+1 |
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -5/+5 |
* | add a StructLayout::getElementContainingOffset method. | Chris Lattner | 2005-03-13 | 1 | -0/+17 |
* | Initial support for packed types, contributed by Morten Ofstad | Chris Lattner | 2004-12-01 | 1 | -0/+7 |
* | Fix this function to not say that longs have 8-byte alignment on X86/PPC. | Chris Lattner | 2004-11-02 | 1 | -1/+1 |
* | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 1 | -1/+1 |
* | Add a new helper method to get log2(type alignment) | Chris Lattner | 2004-08-17 | 1 | -0/+7 |
* | * Add BoolAlignment to TargetData, default is 1 byte, size 1 byte | Misha Brukman | 2004-07-23 | 1 | -6/+8 |
* | Nuke a clearly bogus assertion | Chris Lattner | 2004-07-15 | 1 | -2/+0 |
* | Fix use-before-def thinko | Brian Gaeke | 2004-07-02 | 1 | -1/+1 |
* | Handle targets where alignment can be bigger than the size of the data. | Chris Lattner | 2004-07-01 | 1 | -4/+4 |
* | Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID() | Chris Lattner | 2004-06-17 | 1 | -1/+1 |