Remove attribution from file headers, per discussion on llvmdev.
[oota-llvm.git] / lib / Target / TargetData.cpp
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-21 Duncan SandsFix a brain fart by our beloved leader (the content
2007-12-12 Duncan SandsRemove host endianness info from TargetData and
2007-12-11 Chris LattnerMove TargetData::hostIsLittleEndian out of line, which...
2007-11-09 Anton KorobeynikovSilence a warning
2007-11-01 Duncan SandsExecutive summary: getTypeSize -> getTypeStoreSize...
2007-10-29 Chris LattnerFix PR1749 and InstCombine/2007-10-28-EmptyField.ll...
2007-10-08 Dan GohmanSimplify getIntPtrType, allowing it to work for arbitra...
2007-10-01 Dale JohannesenAdd getABITypeSize, getABITypeSizeInBits
2007-09-21 Rafael EspindolaDon't add a default STACK_ALIGN (use the generic ABI...
2007-09-17 Chris LattnerMerge DenseMapKeyInfo & DenseMapValueInfo into DenseMapInfo
2007-09-07 Rafael EspindolaAdd support for having different alignment for objects...
2007-08-05 Reid SpencerFix minor doxygen nits.
2007-08-03 Dale Johannesenlong double patch 2 of N. Handle it in TargetData.
2007-05-03 Devang PatelDrop 'const'
2007-05-02 Devang PatelUse 'static const char' instead of 'static const int'.
2007-05-02 Lauro Ramos VenancioFix build error.
2007-05-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2007-04-22 Christopher LambSupport alignment queries for degenerate (length 1...
2007-04-09 Jeff CohenWhen the number of elements is zero, don't malloc 32GB...
2007-03-05 Jeff CohenUnbreak VC++ build.
2007-03-01 Reid SpencerWrap a long line.
2007-02-19 Reid SpencerSimplify some code by moving variable declarations...
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-16 Chris LattnerFix CodeGen/PowerPC/2007-02-16-AlignPacked.ll
2007-02-16 Reid SpencerRemove an unnecessary predicate.
2007-02-16 Chris Lattnersimplify some code, ensure that packed structures get...
2007-02-15 Reid SpencerFor PR1195:
2007-02-15 Reid SpencerFor PR1202:
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 LattnerSwitch LayoutInfo to be a DenseMap instead of an std...
2007-02-10 Chris Lattneradd a typedef
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 LattnerUse ManagedStatic to manage LayoutInfo, instead of...
2007-02-10 Chris LattnerChange TargetData::getIndexedOffset interface to not...
2007-02-05 Reid SpencerAlthough targets are not required to support integers...
2007-01-31 Evan ChengDead comment.
2007-01-26 Reid SpencerFor PR761:
2007-01-24 Evan ChengRenamed getTypeAlignmentShift() to getPreferredTypeAlig...
2007-01-22 Evan Cheng- getTypeAlignmentShift() should be returning preferred...
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 Lattnertrivial cleanup
2007-01-20 Chris LattnerTeach TargetData to handle 'preferred' alignment for...
2007-01-12 Reid SpencerFor PR1064:
2007-01-11 Reid SpencerRename BoolTy as Int1Ty. Patch by Sheng Zhou.
2006-12-31 Reid SpencerFor PR950:
2006-12-08 Andrew LenharthPacked Structures
2006-10-24 Devang PatelMove getPreferredAlignmentLog from AsmPrinter to TargetData
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
next