Age | Commit message (Expand) | Author |
2008-09-04 | Tidy up several unbeseeming casts from pointer to intptr_t. | Dan Gohman |
2008-06-04 | Change packed struct layout so that field sizes | Duncan Sands |
2008-05-13 | Clean up the use of static and anonymous namespaces. This turned up | Dan Gohman |
2008-04-14 | Remove unnecessary <sstream> includes. | Dan Gohman |
2008-03-19 | PassInfo keep tracks whether a pass is an analysis pass or not. | Devang Patel |
2008-01-29 | Use getPreferredAlignmentLog or getPreferredAlignment | Duncan Sands |
2008-01-10 | Fix PR1845 and rdar://5676945. Generic vectors smaller | Chris Lattner |
2007-12-29 | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner |
2007-12-21 | Fix a brain fart by our beloved leader (the content | Duncan Sands |
2007-12-12 | Remove host endianness info from TargetData and | Duncan Sands |
2007-12-11 | Move TargetData::hostIsLittleEndian out of line, which means we | Chris Lattner |
2007-11-09 | Silence a warning | Anton Korobeynikov |
2007-11-01 | Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize. | Duncan Sands |
2007-10-29 | Fix PR1749 and InstCombine/2007-10-28-EmptyField.ll by handling | Chris Lattner |
2007-10-08 | Simplify getIntPtrType, allowing it to work for arbitrary pointer sizes. | Dan Gohman |
2007-10-01 | Add getABITypeSize, getABITypeSizeInBits | Dale Johannesen |
2007-09-21 | Don't add a default STACK_ALIGN (use the generic ABI alignment) | Rafael Espindola |
2007-09-17 | Merge DenseMapKeyInfo & DenseMapValueInfo into DenseMapInfo | Chris Lattner |
2007-09-07 | Add support for having different alignment for objects on call frames. | Rafael Espindola |
2007-08-05 | Fix minor doxygen nits. | Reid Spencer |
2007-08-03 | long double patch 2 of N. Handle it in TargetData. | Dale Johannesen |
2007-05-03 | Drop 'const' | Devang Patel |
2007-05-02 | Use 'static const char' instead of 'static const int'. | Devang Patel |
2007-05-02 | Fix build error. | Lauro Ramos Venancio |
2007-05-01 | Do not use typeinfo to identify pass in pass manager. | Devang Patel |
2007-04-22 | Support alignment queries for degenerate (length 1) vectors. | Christopher Lamb |
2007-04-09 | When the number of elements is zero, don't malloc 32GB on 64-bit systems. | Jeff Cohen |
2007-03-05 | Unbreak VC++ build. | Jeff Cohen |
2007-03-01 | Wrap a long line. | Reid Spencer |
2007-02-19 | Simplify some code by moving variable declarations into the only block that | Reid Spencer |
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-16 | Fix CodeGen/PowerPC/2007-02-16-AlignPacked.ll | Chris Lattner |
2007-02-16 | Remove an unnecessary predicate. | Reid Spencer |
2007-02-16 | simplify some code, ensure that packed structures get abi alignment of 1. | Chris Lattner |
2007-02-15 | For PR1195: | Reid Spencer |
2007-02-15 | For PR1202: | Reid Spencer |
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 | Switch LayoutInfo to be a DenseMap instead of an std::map. This speeds up | Chris Lattner |
2007-02-10 | add a typedef | 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 | Use ManagedStatic to manage LayoutInfo, instead of rolling our own. | Chris Lattner |
2007-02-10 | Change TargetData::getIndexedOffset interface to not require indices | Chris Lattner |
2007-02-05 | Although targets are not required to support integers > 64bits, TargetData | Reid Spencer |
2007-01-31 | Dead comment. | Evan Cheng |
2007-01-26 | For PR761: | Reid Spencer |