improve some of the documentation around target data layout strings.
[oota-llvm.git] / include / llvm / Target / TargetData.h
2011-10-11 Chris Lattnerimprove some of the documentation around target data...
2011-10-10 Lang HamesAdd a natural stack alignment field to TargetData,...
2011-07-19 Jay FoadConvert TargetData::getIndexedOffset to use ArrayRef.
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-07-15 Chris Lattnerremove the InvalidateStructLayoutInfo API, which is...
2011-07-12 Tobias GrosserRemove IntegerType constness from TargetData
2011-07-12 Bill WendlingRevert r134893 and r134888 (and related patches in...
2011-07-11 Jay FoadDe-constify Types in StructType::get() and TargetData...
2011-03-16 Cameron ZwarichAdd TargetData::fitsInLegalInteger().
2011-01-15 Chris Lattnerfix typo
2010-11-29 Michael J. SpencerMerge System into Support.
2010-09-13 Benjamin KramerFix linux/msvc build, move include.
2010-08-11 Dan GohmanDon't use unsigned char for alignments in TargetData...
2010-08-06 Owen AndersonReapply r110396, with fixes to appease the Linux buildb...
2010-08-06 Owen AndersonRevert r110396 to fix buildbots.
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2010-02-25 Dan GohmanRevert r97064. Duncan pointed out that bitcasts are...
2010-02-24 Dan GohmanMake getTypeSizeInBits work correctly for array types...
2010-01-25 Chris Lattneradd a method to get the alignment of an integer type...
2009-12-09 Eric ChristopherSilence conversion warning from 64 to 32-bit.
2009-12-03 Chris Lattnerremove some dead std::ostream using code.
2009-12-03 Bill WendlingThis initial code is meant to convert TargetData to...
2009-11-18 Bill WendlingThe llvm-gcc front-end and the pass manager use two...
2009-11-07 Chris Lattnerall targets should be required to declare legal integer...
2009-11-07 Chris Lattneradd the ability for TargetData to return information...
2009-11-07 Chris Lattnermore cleanup.
2009-11-07 Chris Lattnerrewrite TargetData to use StringRef/raw_ostream instead...
2009-10-26 Chandler CarruthMove DataTypes.h to include/llvm/System, update all...
2009-08-21 Owen AndersonTry again at privatizing the layout info map, with...
2009-08-20 Owen AndersonRe-revert r79555. Apparently it's not just buildbot...
2009-08-20 Owen AndersonReapply r79555 for testing. Daniel's trying to work...
2009-08-20 Bill Wendling--- Reverse-merging r79555 into '.':
2009-08-20 Owen AndersonMake the StructType->StructLayout table private to...
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-08-03 Benjamin Kramerllvm_report_error already prints "LLVM ERROR:". So...
2009-07-11 Torok Edwinassert(0) -> LLVM_UNREACHABLE.
2009-05-12 Dan GohmanClarify a comment.
2009-05-11 Jay FoadDon't #include DerivedTypes.h from TargetData.h.
2009-05-11 Jay FoadChange TargetData::getIntPtrType() to return an Integer...
2009-05-09 Duncan SandsRename PaddedSize to AllocSize, in the hope that this
2009-05-08 Duncan SandsAdd some examples to show the difference between
2009-02-18 Dan GohmanEliminate several more unnecessary intptr_t casts.
2009-01-12 Duncan SandsRename getABITypeSize to getTypePaddedSize, as
2009-01-09 Chris Lattnerfit in 80 cols
2008-12-08 Chris Lattnerintroduce a new RoundUpAlignment helper function, use...
2008-12-08 Chris LattnerSpeed up getABITypeSize by turning a i64 mul and div...
2008-08-07 Matthijs KooijmanRemove trailing spaces.
2008-01-29 Duncan SandsUse getPreferredAlignmentLog or getPreferredAlignment
2008-01-10 Chris LattnerFix PR1845 and rdar://5676945. Generic vectors smaller
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-12-12 Duncan SandsRemove host endianness info from TargetData and
2007-12-11 Chris LattnerMove TargetData::hostIsLittleEndian out of line, which...
2007-12-10 Duncan SandsFix PR1836: in the interpreter, read and write apints
2007-11-05 Duncan SandsEliminate the remaining uses of getTypeSize. This
2007-11-04 Duncan SandsChange uses of getTypeSize to getABITypeSize, getTypeSt...
2007-11-01 Duncan SandsExecutive summary: getTypeSize -> getTypeStoreSize...
2007-10-01 Dale JohannesenAdd getABITypeSize, getABITypeSizeInBits
2007-09-07 Rafael EspindolaAdd support for having different alignment for objects...
2007-08-12 Reid SpencerChange casts from old style to new style. This helps...
2007-07-30 Dan GohmanMore explicit keywords.
2007-07-16 Dan GohmanFix comments about vectors to use the current wording.
2007-05-06 Nick LewyckyFix typo in comment.
2007-05-03 Devang PatelDrop 'const'
2007-05-02 Devang PatelUse 'static const char' instead of 'static const int'.
2007-05-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2007-04-26 Dan GohmanFix a typo in a comment.
2007-03-19 Duncan SandsFix obvious typo in comment.
2007-02-19 Reid SpencerImplement support for non-standard integer bit widths...
2007-02-17 Chris LattnerDo not dereference invalid ranges. Generalize targetda...
2007-02-15 Reid SpencerFor PR1195:
2007-02-15 Reid SpencerFixed packed structure breakage from earlier TargetData...
2007-02-14 Chris LattnerGeneralize TargetData strings, to support more interest...
2007-02-10 Chris Lattnerremove dead method.
2007-02-10 Chris Lattnereliminate the std::vector from StructLayout, allocating...
2007-02-10 Chris Lattnerencapsulate the rest of the StructLayout members.
2007-02-10 Chris LattnerPrivatize StructLayout::MemberOffsets, adding an accessor
2007-02-10 Chris LattnerChange TargetData::getIndexedOffset interface to not...
2007-01-24 Evan ChengRenamed getTypeAlignmentShift() to getPreferredTypeAlig...
2007-01-22 Evan ChengUpdate comment.
2007-01-20 Reid SpencerImplement a getTypeSizeInBits method. This helps in...
2007-01-20 Owen AndersonTargetData assumes (and some regression tests depend...
2007-01-20 Chris LattnerTeach TargetData to handle 'preferred' alignment for...
2007-01-17 Chris Lattnermake doxygen comment much better. Patch by B. Scott...
2006-10-24 Devang PatelTargetData is not subclassed. So no need to have virtua...
2006-10-24 Devang PatelMove getPreferredAlignmentLog from AsmPrinter to TargetData
2006-06-16 Chris LattnerSimplify the targetdata ctor by not passing in a "targe...
2006-06-16 Chris LattnerRemove ctor with each piece specifyable (which causes...
2006-05-20 Owen AndersonMake TargetData strings less redundant.
2006-05-12 Owen AndersonAdd a method to generate a string representation from...
2006-05-12 Owen AndersonAdd a new constructor to TargetData that builds a Targe...
2006-05-04 Chris LattnerFix this to be a proper copy ctor
2006-05-03 Owen AndersonRefactor TargetMachine, pushing handling of TargetData...
2006-01-14 Chris LattnerAdd a new InvalidateStructLayoutInfo method and some...
2005-04-23 Misha Brukman* The aesthetic police is on patrol!!...
2005-04-23 Chris LattnerAdd a helper method
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-03-13 Chris Lattneradd a helper method
2004-10-27 Chris LattnerConvert 'struct' to 'class' in various places to adhere...
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-17 Chris LattnerAdd punctuation, add a new method
next