aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/TargetData.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* For PR1195:Reid Spencer2007-02-151-3/+3
* Fixed packed structure breakage from earlier TargetData patch; appliedReid Spencer2007-02-151-75/+31
* Generalize TargetData strings, to support more interesting forms of data.Chris Lattner2007-02-141-214/+307
* Switch LayoutInfo to be a DenseMap instead of an std::map. This speeds upChris Lattner2007-02-101-13/+31
* add a typedefChris Lattner2007-02-101-9/+8
* eliminate the std::vector from StructLayout, allocating the elements immediatelyChris Lattner2007-02-101-43/+57
* encapsulate the rest of the StructLayout members.Chris Lattner2007-02-101-4/+4
* Privatize StructLayout::MemberOffsets, adding an accessorChris Lattner2007-02-101-2/+1
* Use ManagedStatic to manage LayoutInfo, instead of rolling our own.Chris Lattner2007-02-101-27/+24
* Change TargetData::getIndexedOffset interface to not require indicesChris Lattner2007-02-101-8/+8
* Although targets are not required to support integers > 64bits, TargetDataReid Spencer2007-02-051-2/+4
* Dead comment.Evan Cheng2007-01-311-1/+0
* For PR761:Reid Spencer2007-01-261-21/+3
* Renamed getTypeAlignmentShift() to getPreferredTypeAlignmentShift().Evan Cheng2007-01-241-2/+2
* - getTypeAlignmentShift() should be returning preferred alignment, not ABIEvan Cheng2007-01-221-3/+1
* Implement a getTypeSizeInBits method. This helps in transforms that wantReid Spencer2007-01-201-0/+10
* TargetData assumes (and some regression tests depend on it) that the size ofOwen Anderson2007-01-201-4/+11
* trivial cleanupChris Lattner2007-01-201-2/+0
* Teach TargetData to handle 'preferred' alignment for each target, and useChris Lattner2007-01-201-57/+186
* For PR1064:Reid Spencer2007-01-121-6/+15
* Rename BoolTy as Int1Ty. Patch by Sheng Zhou.Reid Spencer2007-01-111-1/+1
* For PR950:Reid Spencer2006-12-311-12/+8
* Packed StructuresAndrew Lenharth2006-12-081-1/+1
* Move getPreferredAlignmentLog from AsmPrinter to TargetDataDevang Patel2006-10-241-0/+23
* For PR950:Reid Spencer2006-10-201-2/+2
* Don't pass target name into TargetData anymore, it is never used or needed.Chris Lattner2006-06-161-1/+1
* Remove ctor with each piece specifyable (which causes overload ambiguities),Chris Lattner2006-06-161-32/+1
* Make TargetData strings less redundant.Owen Anderson2006-05-201-7/+0
* Fix a parsing bug that caused 7 llvm-test regressions on PPC last night.Chris Lattner2006-05-201-7/+7
* Make all of the TargetMachine subclasses use the new string TargetData methods.Owen Anderson2006-05-201-1/+5
* Fix a stupid bug when parsing TargetData strings.Owen Anderson2006-05-171-1/+3
* Add a method to generate a string representation from a TargetData.Owen Anderson2006-05-121-0/+21
* Fix some tabbing issues.Owen Anderson2006-05-121-29/+29
* Add a new constructor to TargetData that builds a TargetData from itsOwen Anderson2006-05-121-0/+65
* revert previous patchChris Lattner2006-04-031-1/+1
* Align vectors to the size in bytes, not bits.Chris Lattner2006-04-031-1/+1
* TargetData.cpp::getTypeInfo() was returning alignment of element type as theEvan Cheng2006-03-311-0/+3
* Implement a new InvalidateStructLayoutInfo method and add some commentsChris Lattner2006-01-141-0/+18
* Update to use the new MathExtras.h support for log2 computation.Chris Lattner2005-08-021-1/+1
* Remove trailing whitespaceMisha Brukman2005-04-211-5/+5
* add a StructLayout::getElementContainingOffset method.Chris Lattner2005-03-131-0/+17
* Initial support for packed types, contributed by Morten OfstadChris Lattner2004-12-011-0/+7
* Fix this function to not say that longs have 8-byte alignment on X86/PPC.Chris Lattner2004-11-021-1/+1
* Changes For Bug 352Reid Spencer2004-09-011-1/+1
* Add a new helper method to get log2(type alignment)Chris Lattner2004-08-171-0/+7
* * Add BoolAlignment to TargetData, default is 1 byte, size 1 byteMisha Brukman2004-07-231-6/+8
* Nuke a clearly bogus assertionChris Lattner2004-07-151-2/+0
* Fix use-before-def thinkoBrian Gaeke2004-07-021-1/+1
* Handle targets where alignment can be bigger than the size of the data.Chris Lattner2004-07-011-4/+4
* Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()Chris Lattner2004-06-171-1/+1