aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/TargetData.cpp
AgeCommit message (Expand)Author
2007-05-03Drop 'const'Devang Patel
2007-05-02Use 'static const char' instead of 'static const int'.Devang Patel
2007-05-02Fix build error.Lauro Ramos Venancio
2007-05-01Do not use typeinfo to identify pass in pass manager.Devang Patel
2007-04-22Support alignment queries for degenerate (length 1) vectors.Christopher Lamb
2007-04-09When the number of elements is zero, don't malloc 32GB on 64-bit systems.Jeff Cohen
2007-03-05Unbreak VC++ build.Jeff Cohen
2007-03-01Wrap a long line.Reid Spencer
2007-02-19Simplify some code by moving variable declarations into the only block thatReid Spencer
2007-02-19Implement support for non-standard integer bit widths of any size. TheReid Spencer
2007-02-17Do not dereference invalid ranges. Generalize targetdata alignment model.Chris Lattner
2007-02-16Fix CodeGen/PowerPC/2007-02-16-AlignPacked.llChris Lattner
2007-02-16Remove an unnecessary predicate.Reid Spencer
2007-02-16simplify some code, ensure that packed structures get abi alignment of 1.Chris Lattner
2007-02-15For PR1195:Reid Spencer
2007-02-15For PR1202:Reid Spencer
2007-02-15For PR1195:Reid Spencer
2007-02-15Fixed packed structure breakage from earlier TargetData patch; appliedReid Spencer
2007-02-14Generalize TargetData strings, to support more interesting forms of data.Chris Lattner
2007-02-10Switch LayoutInfo to be a DenseMap instead of an std::map. This speeds upChris Lattner
2007-02-10add a typedefChris Lattner
2007-02-10eliminate the std::vector from StructLayout, allocating the elements immediatelyChris Lattner
2007-02-10encapsulate the rest of the StructLayout members.Chris Lattner
2007-02-10Privatize StructLayout::MemberOffsets, adding an accessorChris Lattner
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