Changes For Bug 352
[oota-llvm.git] / include / llvm / Target / TargetData.h
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...