Remove attribution from file headers, per discussion on llvmdev.
[oota-llvm.git] / lib / VMCore / Type.cpp
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-11 Christopher LambImplement address space attribute for LLVM pointer...
2007-11-27 Duncan SandsFix PR1146: parameter attributes are longer part of
2007-11-15 Nate BegemanBasic non-power-of-2 vector support
2007-08-20 Dan GohmanAdd Type::isIntOrIntVector, like Type::isFPOrFPVector.
2007-08-03 Dale JohannesenLong double, part 1 of N. Support in IR.
2007-07-05 Chris LattnerThis enum is dead
2007-05-24 Dan GohmanMinor comment cleanups.
2007-05-04 Chris Lattnerif functiontype is going to have a pointer to a paramat...
2007-04-22 Jeff CohenHave compiler enforce this.
2007-04-22 Reid SpencerFor PR1146:
2007-04-20 Chris LattnerFix a problem where primitive types lose their name...
2007-04-17 Chris LattnerRefactor SymbolTableListTraits to only have a single...
2007-04-11 Reid SpencerFor PR1146:
2007-04-09 Reid SpencerRemove a memory leak, until ParamAttrsList is uniqued.
2007-04-09 Reid SpencerFor PR1146:
2007-04-09 Reid SpencerFor PR1146:
2007-04-06 Reid SpencerFor PR1209:
2007-03-22 Reid SpencerAdd the NoUnwind function attribute.
2007-03-01 Reid SpencerReduce #includage by taking a method out of line.
2007-02-20 Chris Lattnerremove dead method
2007-02-15 Reid SpencerFor PR1195:
2007-02-15 Reid SpencerFor PR1195:
2007-02-15 Reid SpencerFor PR1195:
2007-02-10 Reid SpencerAssert that elements of packed are pointer/float/opaque.
2007-02-10 Reid SpencerAllow PackedType to be constructed with an abstract...
2007-02-09 Chris LattnerFix clients like this:
2007-02-05 Reid SpencerFor PR411:
2007-01-28 Anton KorobeynikovPropagate changes from my local tree. This patch includes:
2007-01-26 Reid SpencerIntegerType is a sized DerivedType too.
2007-01-19 Reid SpencerRemove dead methods in the ValTypes.
2007-01-19 Reid SpencerFor PR1043:
2007-01-18 Reid SpencerUse a cheaper computation.
2007-01-18 Reid SpencerProvide an isPowerOf2ByteWidth method for the IntegerTy...
2007-01-15 Chris Lattnerrename Type::isIntegral to Type::isInteger, eliminating...
2007-01-13 Reid SpencerFix a FIXME. 1 bit integer types are now printed as...
2007-01-13 Reid SpencerMake sure the IntegerValType has enough space for 2...
2007-01-12 Reid SpencerFor PR1064:
2007-01-11 Reid SpencerRename BoolTy as Int1Ty. Patch by Sheng Zhou.
2007-01-08 Reid SpencerParameter attributes are part of a FunctionType and...
2007-01-05 Reid SpencerChange the syntax for parameter attributes:
2006-12-31 Reid SpencerFix a bug in getParamAttrs where an invalid value would...
2006-12-31 Reid SpencerFor PR950:
2006-12-08 Andrew LenharthPacked Structures
2006-11-27 Reid SpencerFor PR950:
2006-11-17 Bill WendlingRemoved iostream #includes. Replaced std::cerr with...
2006-10-26 Chris LattnerAdd isFPOrFPVector() method, which indicates if a type...
2006-10-20 Reid SpencerFor PR950:
2006-10-15 Chris Lattnerlabel* is not a valid type, add an assertion.
2006-09-28 Chris LattnerMinor cleanups
2006-09-28 Chris LattnerNow that ConstantBool::True/False are gone, we can...
2006-08-27 Chris Lattners|llvm/Support/Visibility.h|llvm/Support/Compiler.h|
2006-07-26 Jim LaskeyNo Need to live in the past.
2006-07-25 Jim LaskeyMoving this function to a permanent home to prevent...
2006-06-28 Chris LattnerUse hidden visibility to reduce the sizes of some ...
2006-05-29 Reid SpencerFix grammar in a comment.
2006-04-21 Chris LattnerRemove a hack required by V9.
2006-04-02 Chris Lattnervector casts never reinterpret bits
2005-11-16 Chris Lattner* Fix DerivedType::dropAllTypeUses to not change the...
2005-11-13 Chris LattnerAdd some dummy method impls
2005-11-13 Chris LattnerMove some methods around. Refactor the parts of TypeMa...
2005-11-13 Chris LattnerSplit the type refinement case completely out of the...
2005-11-13 Chris LattnerSeparate the type-became-concrete case from the type...
2005-11-12 Chris LattnerUnswitch a loop, add more assertions, eliminate use...
2005-11-12 Chris LattnerTiny speedup, improve comments and code organization.
2005-11-10 Chris LattnerForce packed vectors to be a power of two in length.
2005-07-27 Jeff CohenEliminate all remaining tabs and trailing spaces.
2005-04-27 Chris LattnerUnbreak the sparc backend.
2005-04-26 Chris Lattnerdon't let Reid build void*'s :)
2005-04-23 Chris LattnerFix a bug in my previous checkin
2005-04-23 Chris LattnerAdd a method, remove last use of Type.def
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-03-09 Chris Lattnercorrect the computation of the isAbstract bit for types.
2005-03-02 Chris LattnerFix a nasty order of evaluation bug that Gabor Greif...
2005-01-08 Chris LattnerAllow arrays to have more than 4G elements.
2004-12-01 Chris LattnerGet GEP's working with packed types. Contributed by...
2004-11-19 Chris LattnerAdd hooks to free all memory allocated by the singleton...
2004-11-16 Chris LattnerMinor cleanup and speedup. This reduces link-time...
2004-11-16 Chris LattnerMake this function work with non-abstract types.
2004-10-07 Chris LattnerUnfortunately the fix for the previous bug introduced...
2004-10-07 Chris LattnerFix a bug in my previous change. Unfortunately this...
2004-10-06 Chris LattnerChange Type::isAbstract to have better comments, a...
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-20 Brian GaekePacked types, brought to you by Brad Jones
2004-07-13 Chris LattnerCatch aggregates passed by value sooner rather than...
2004-07-09 Chris LattnerRemove unused method
2004-07-08 Chris LattnerThe uid mapping is no more
2004-07-08 Chris LattnerEliminate the SignedType and UnsignedType classes.
2004-07-07 Chris LattnerThe bytecode reader wants to be able to read types...
2004-07-06 Chris LattnerMake sure people don't make functiontypes with an inval...
2004-07-04 Reid SpencerCorrect syntax typo .. ; -> :
2004-07-04 Reid Spencer- Changes for bug 122
2004-07-02 Chris LattnerFix Type::isSized() to realize that "{ opaque }" is...
2004-06-17 Chris LattnerRename Type::PrimitiveID to TypeId and ::getPrimitiveID...
2004-06-04 Chris LattnerSquish a warning
2004-05-28 Chris LattnerDon't use size() when you mean empty()
2004-04-05 Chris LattnerSupport getelementptr instructions which use uint's...
2004-03-29 Chris LattnerFix an assertion
2004-03-26 Chris LattnerAdd two methods which have been needed for a long time...
2004-02-26 Chris LattnerMake sure that at least one virtual method is defined...
next