For PR950:
[oota-llvm.git] / lib / Target / TargetData.cpp
2006-10-20 Reid SpencerFor PR950:
2006-06-16 Chris LattnerDon't pass target name into TargetData anymore, it...
2006-06-16 Chris LattnerRemove ctor with each piece specifyable (which causes...
2006-05-20 Owen AndersonMake TargetData strings less redundant.
2006-05-20 Chris LattnerFix a parsing bug that caused 7 llvm-test regressions...
2006-05-20 Owen AndersonMake all of the TargetMachine subclasses use the new...
2006-05-17 Owen AndersonFix a stupid bug when parsing TargetData strings.
2006-05-12 Owen AndersonAdd a method to generate a string representation from...
2006-05-12 Owen AndersonFix some tabbing issues.
2006-05-12 Owen AndersonAdd a new constructor to TargetData that builds a Targe...
2006-04-03 Chris Lattnerrevert previous patch
2006-04-03 Chris LattnerAlign vectors to the size in bytes, not bits.
2006-03-31 Evan ChengTargetData.cpp::getTypeInfo() was returning alignment...
2006-01-14 Chris LattnerImplement a new InvalidateStructLayoutInfo method and...
2005-08-02 Chris LattnerUpdate to use the new MathExtras.h support for log2...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-03-13 Chris Lattneradd a StructLayout::getElementContainingOffset method.
2004-12-01 Chris LattnerInitial support for packed types, contributed by Morten...
2004-11-02 Chris LattnerFix this function to not say that longs have 8-byte...
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-17 Chris LattnerAdd a new helper method to get log2(type alignment)
2004-07-23 Misha Brukman* Add BoolAlignment to TargetData, default is 1 byte...
2004-07-15 Chris LattnerNuke a clearly bogus assertion
2004-07-02 Brian GaekeFix use-before-def thinko
2004-07-01 Chris LattnerHandle targets where alignment can be bigger than the...
2004-06-17 Chris LattnerRename Type::PrimitiveID to TypeId and ::getPrimitiveID...
2004-04-14 Brian GaekeFix typo.
2004-04-05 Chris LattnerSupport getelementptr instructions which use uint's...
2004-02-26 Chris LattnerUse a map instead of annotations
2004-02-09 Chris LattnerAdjust to the changed StructType interface. In particu...
2003-12-22 Chris Lattnerfinegrainify namespacification
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-08-24 Chris LattnerAdd support for 'any' pointer size and endianness
2003-08-18 Misha BrukmanSpell `necessary' correctly.
2003-07-23 Chris LattnerRemove redundant const qualifiers from cast<> expressions
2003-06-04 Chris LattnerNo really, you _cannot use_ getelementptr on an unsized...
2003-06-04 Vikram S. AdveUndo one of those last fixes -- it was incorrect.
2003-06-02 Chris LattnerMinor cleanups
2003-05-21 Chris Lattner* Fix divide by zero error with empty structs
2003-04-26 Chris LattnerRemove two fields from TargetData which are target...
2003-04-25 Chris LattnerWhoops, 32 bit targets have _4_ byte pointers, not...
2003-04-25 Chris LattnerAllow for easy detection of when a "default" TargetData...
2003-04-24 Chris Lattneradd a new targetdata ctor to create a target data appro...
2003-02-25 Chris LattnerRemove wierd case that can never happen
2002-10-29 Chris Lattner* Privatize the TargetName
2002-10-14 Chris Lattner - Add an endianness field to the TargetData datastructure
2002-10-13 Vikram S. AdveDon't try to compute the size of an "array" element...
2002-09-25 Chris LattnerConvert TargetData to be an ImmutablePass
2002-09-11 Chris Lattner- Change getelementptr instruction to use long indexes...
2002-08-24 Vikram S. AdveFix sign-extension: it needs to happen *after* multiply...
2002-08-23 Vikram S. AdveSimplify previous hack slightly.
2002-08-23 Vikram S. AdveForce sign-extension for uint array indexes from 32...
2002-08-13 Vikram S. AdveBug fix in TargetData::getIndexedOffset: We were using...
2002-08-04 Vikram S. AdveBug fix in TargetData::getIndexedOffset(): handle struc...
2002-07-25 Chris Lattner*** empty log message ***
2002-05-19 Vikram S. AdveAdd integer register size field.
2002-05-07 Chris LattnerExtend TargetData::getIndexedOffset to support arrays...
2002-05-06 Chris LattnerReplace all usages of Type::isPointerType with isa...
2002-04-28 Chris LattnerSplit ConstantVals.h into Constant.h and Constants.h
2002-01-21 Chris LattnerRemove dead variable
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-13 Chris LattnerNot just arrays are unsized
2001-12-04 Chris LattnerRenamed inst_const_iterator -> const_inst_iterator
2001-12-03 Chris LattnerRename ConstPoolVal -> Constant
2001-11-14 Vikram S. AdveFix cute little bug that was causing the last
2001-10-02 Chris LattnerCommit more code over to new cast style
2001-10-01 Chris LattnerAdd more support for new style casts
2001-09-18 Vikram S. AdveRenamed files to match the main classes they provide.
2001-09-14 Chris LattnerMake a new llvm/Target #include directory.