Push LLVMContexts through the IntegerType APIs.
[oota-llvm.git] / include / llvm / Target / TargetData.h
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
2004-07-23 Misha Brukman* Add a BoolAlignment field to TargetData, default...
2004-04-14 Brian GaekeAdd a copy constructor for TargetData.
2004-02-26 Chris LattnerMake TargetData no longer use annotations!
2003-12-22 Chris LattnerDoxygenize methods, add new getIntPtrType method
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-09-30 Chris LattnerStandardize header file comments
2003-08-18 Misha BrukmanSpell `necessary' correctly.
2003-04-26 Chris LattnerRemove two fields from TargetData which are target...
2003-04-25 Chris LattnerFix method name type-o
2003-04-25 Chris LattnerDefault ctor doesn't provide name
2003-04-24 Chris LattnerAdd new targetdata ctor to create a targetdata appropri...
2003-01-14 Chris LattnerMove annotation to support library
2002-10-29 Chris Lattner* Privatize the TargetName
2002-10-14 Chris Lattner - Add an endianness field to the TargetData datastructure
2002-09-25 Chris LattnerConvert TargetData to be an ImmutablePass
2002-09-24 Chris LattnerThere are no implicit gep forms of load and store anymore
2002-09-16 Chris LattnerFix compile problem on linux. Noone should ever #inclu...
2002-05-19 Vikram S. AdveAdd integer register size field.
2002-02-03 Chris Lattner* Trim #includes
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-15 Vikram S. AdvegetIndexedOffset() shd take vector of Values, not of...
2001-12-03 Chris LattnerRename ConstPoolVal -> Constant
2001-10-13 Chris LattnerFix filename in comment
2001-09-18 Vikram S. AdveMake class TargetMachine the common interface to all...