aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/TargetData.cpp
AgeCommit message (Expand)Author
2007-02-10Use ManagedStatic to manage LayoutInfo, instead of rolling our own.Chris Lattner
2007-02-10Change TargetData::getIndexedOffset interface to not require indicesChris Lattner
2007-02-05Although targets are not required to support integers > 64bits, TargetDataReid Spencer
2007-01-31Dead comment.Evan Cheng
2007-01-26For PR761:Reid Spencer
2007-01-24Renamed getTypeAlignmentShift() to getPreferredTypeAlignmentShift().Evan Cheng
2007-01-22- getTypeAlignmentShift() should be returning preferred alignment, not ABIEvan Cheng
2007-01-20Implement a getTypeSizeInBits method. This helps in transforms that wantReid Spencer
2007-01-20TargetData assumes (and some regression tests depend on it) that the size ofOwen Anderson
2007-01-20trivial cleanupChris Lattner
2007-01-20Teach TargetData to handle 'preferred' alignment for each target, and useChris Lattner
2007-01-12For PR1064:Reid Spencer
2007-01-11Rename BoolTy as Int1Ty. Patch by Sheng Zhou.Reid Spencer
2006-12-31For PR950:Reid Spencer
2006-12-08Packed StructuresAndrew Lenharth
2006-10-24Move getPreferredAlignmentLog from AsmPrinter to TargetDataDevang Patel
2006-10-20For PR950:Reid Spencer
2006-06-16Don't pass target name into TargetData anymore, it is never used or needed.Chris Lattner
2006-06-16Remove ctor with each piece specifyable (which causes overload ambiguities),Chris Lattner
2006-05-20Make TargetData strings less redundant.Owen Anderson
2006-05-20Fix a parsing bug that caused 7 llvm-test regressions on PPC last night.Chris Lattner
2006-05-20Make all of the TargetMachine subclasses use the new string TargetData methods.Owen Anderson
2006-05-17Fix a stupid bug when parsing TargetData strings.Owen Anderson
2006-05-12Add a method to generate a string representation from a TargetData.Owen Anderson
2006-05-12Fix some tabbing issues.Owen Anderson
2006-05-12Add a new constructor to TargetData that builds a TargetData from itsOwen Anderson
2006-04-03revert previous patchChris Lattner
2006-04-03Align vectors to the size in bytes, not bits.Chris Lattner
2006-03-31TargetData.cpp::getTypeInfo() was returning alignment of element type as theEvan Cheng
2006-01-14Implement a new InvalidateStructLayoutInfo method and add some commentsChris Lattner
2005-08-02Update to use the new MathExtras.h support for log2 computation.Chris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2005-03-13add a StructLayout::getElementContainingOffset method.Chris Lattner
2004-12-01Initial support for packed types, contributed by Morten OfstadChris Lattner
2004-11-02Fix this function to not say that longs have 8-byte alignment on X86/PPC.Chris Lattner
2004-09-01Changes For Bug 352Reid Spencer
2004-08-17Add a new helper method to get log2(type alignment)Chris Lattner
2004-07-23* Add BoolAlignment to TargetData, default is 1 byte, size 1 byteMisha Brukman
2004-07-15Nuke a clearly bogus assertionChris Lattner
2004-07-02Fix use-before-def thinkoBrian Gaeke
2004-07-01Handle targets where alignment can be bigger than the size of the data.Chris Lattner
2004-06-17Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()Chris Lattner
2004-04-14Fix typo.Brian Gaeke
2004-04-05Support getelementptr instructions which use uint's to index into structureChris Lattner
2004-02-26Use a map instead of annotationsChris Lattner
2004-02-09Adjust to the changed StructType interface. In particular, getElementTypes()...Chris Lattner
2003-12-22finegrainify namespacificationChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-08-24Add support for 'any' pointer size and endiannessChris Lattner