| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix minor doxygen nits. | Reid Spencer | 2007-08-05 | 1 | -3/+3 |
* | long double patch 2 of N. Handle it in TargetData. | Dale Johannesen | 2007-08-03 | 1 | -0/+12 |
* | 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 |
* | Fix build error. | Lauro Ramos Venancio | 2007-05-02 | 1 | -1/+1 |
* | Do not use typeinfo to identify pass in pass manager. | Devang Patel | 2007-05-01 | 1 | -1/+3 |
* | Support alignment queries for degenerate (length 1) vectors. | Christopher Lamb | 2007-04-22 | 1 | -2/+8 |
* | When the number of elements is zero, don't malloc 32GB on 64-bit systems. | Jeff Cohen | 2007-04-09 | 1 | -1/+1 |
* | Unbreak VC++ build. | Jeff Cohen | 2007-03-05 | 1 | -1/+1 |
* | Wrap a long line. | Reid Spencer | 2007-03-01 | 1 | -1/+2 |
* | Simplify some code by moving variable declarations into the only block that | Reid Spencer | 2007-02-19 | 1 | -12/+6 |
* | Implement support for non-standard integer bit widths of any size. The | Reid Spencer | 2007-02-19 | 1 | -10/+33 |
* | Do not dereference invalid ranges. Generalize targetdata alignment model. | Chris Lattner | 2007-02-17 | 1 | -59/+49 |
* | Fix CodeGen/PowerPC/2007-02-16-AlignPacked.ll | Chris Lattner | 2007-02-16 | 1 | -2/+2 |
* | Remove an unnecessary predicate. | Reid Spencer | 2007-02-16 | 1 | -1/+1 |
* | simplify some code, ensure that packed structures get abi alignment of 1. | Chris Lattner | 2007-02-16 | 1 | -18/+11 |
* | For PR1195: | Reid Spencer | 2007-02-15 | 1 | -4/+4 |
* | For PR1202: | Reid Spencer | 2007-02-15 | 1 | -1/+2 |
* | 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 |