More explicit keywords.
[oota-llvm.git] / include / llvm / Target / TargetData.h
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...