summaryrefslogtreecommitdiff
path: root/lib/Target/TargetData.cpp
Commit message (Expand)AuthorAge
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-02
* Fix build error.Lauro Ramos Venancio2007-05-02
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-01
* Support alignment queries for degenerate (length 1) vectors.Christopher Lamb2007-04-22
* When the number of elements is zero, don't malloc 32GB on 64-bit systems.Jeff Cohen2007-04-09
* Unbreak VC++ build.Jeff Cohen2007-03-05
* Wrap a long line.Reid Spencer2007-03-01
* Simplify some code by moving variable declarations into the only block thatReid Spencer2007-02-19
* Implement support for non-standard integer bit widths of any size. TheReid Spencer2007-02-19
* Do not dereference invalid ranges. Generalize targetdata alignment model.Chris Lattner2007-02-17
* Fix CodeGen/PowerPC/2007-02-16-AlignPacked.llChris Lattner2007-02-16
* Remove an unnecessary predicate.Reid Spencer2007-02-16
* simplify some code, ensure that packed structures get abi alignment of 1.Chris Lattner2007-02-16
* For PR1195:Reid Spencer2007-02-15
* For PR1202:Reid Spencer2007-02-15
* For PR1195:Reid Spencer2007-02-15
* Fixed packed structure breakage from earlier TargetData patch; appliedReid Spencer2007-02-15
* Generalize TargetData strings, to support more interesting forms of data.Chris Lattner2007-02-14
* Switch LayoutInfo to be a DenseMap instead of an std::map. This speeds upChris Lattner2007-02-10
* add a typedefChris Lattner2007-02-10
* eliminate the std::vector from StructLayout, allocating the elements immediatelyChris Lattner2007-02-10
* encapsulate the rest of the StructLayout members.Chris Lattner2007-02-10
* Privatize StructLayout::MemberOffsets, adding an accessorChris Lattner2007-02-10
* Use ManagedStatic to manage LayoutInfo, instead of rolling our own.Chris Lattner2007-02-10
* Change TargetData::getIndexedOffset interface to not require indicesChris Lattner2007-02-10
* Although targets are not required to support integers > 64bits, TargetDataReid Spencer2007-02-05
* Dead comment.Evan Cheng2007-01-31
* For PR761:Reid Spencer2007-01-26
* Renamed getTypeAlignmentShift() to getPreferredTypeAlignmentShift().Evan Cheng2007-01-24
* - getTypeAlignmentShift() should be returning preferred alignment, not ABIEvan Cheng2007-01-22
* Implement a getTypeSizeInBits method. This helps in transforms that wantReid Spencer2007-01-20
* TargetData assumes (and some regression tests depend on it) that the size ofOwen Anderson2007-01-20
* trivial cleanupChris Lattner2007-01-20
* Teach TargetData to handle 'preferred' alignment for each target, and useChris Lattner2007-01-20
* For PR1064:Reid Spencer2007-01-12
* Rename BoolTy as Int1Ty. Patch by Sheng Zhou.Reid Spencer2007-01-11
* For PR950:Reid Spencer2006-12-31
* Packed StructuresAndrew Lenharth2006-12-08
* Move getPreferredAlignmentLog from AsmPrinter to TargetDataDevang Patel2006-10-24
* For PR950:Reid Spencer2006-10-20
* Don't pass target name into TargetData anymore, it is never used or needed.Chris Lattner2006-06-16
* Remove ctor with each piece specifyable (which causes overload ambiguities),Chris Lattner2006-06-16
* Make TargetData strings less redundant.Owen Anderson2006-05-20
* Fix a parsing bug that caused 7 llvm-test regressions on PPC last night.Chris Lattner2006-05-20
* Make all of the TargetMachine subclasses use the new string TargetData methods.Owen Anderson2006-05-20
* Fix a stupid bug when parsing TargetData strings.Owen Anderson2006-05-17
* Add a method to generate a string representation from a TargetData.Owen Anderson2006-05-12
* Fix some tabbing issues.Owen Anderson2006-05-12
* Add a new constructor to TargetData that builds a TargetData from itsOwen Anderson2006-05-12
* revert previous patchChris Lattner2006-04-03