Changes For Bug 352
[oota-llvm.git] / include / llvm / Type.h
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-20 Brian GaekePacked types, brought to you by Brad Jones
2004-07-15 Chris LattnerFinal fix for PR341: eliminate operator<<(ostream,...
2004-07-15 Chris LattnerYeah, how about those 'primative' types huh?
2004-07-14 Chris LattnerMake PATypeHolder and friends return non-const pointers...
2004-07-09 Chris LattnerRemoved unneeded forward decl
2004-07-09 Chris LattnerRemove unused method
2004-07-08 Chris LattnerEliminate the UID field in the Type class, bringing...
2004-07-08 Misha BrukmanFix spelling of `equivalent'
2004-07-08 Chris LattnerisSigned/isUnsigned/isInteger methods do not need to...
2004-07-08 Chris LattnerUpdate comment.
2004-07-04 Reid SpencerMake Type have no base classes. Previously it inherited...
2004-07-02 Chris LattnerFix Type::isSized() to realize that "{ opaque }" is...
2004-06-17 Chris LattnerRename Type::PrimitiveID to TypeId and ::getPrimitiveID...
2004-05-26 Reid SpencerProvide the correct patch for bug 345. The solution...
2004-05-25 Reid SpencerGive Type its own dump() method in preparation for...
2004-03-26 Chris LattnerAdd two methods which have been needed for a long time...
2004-02-17 Chris LattnerAdd two missing pieces from last checkin
2004-02-17 Chris LattnerRearrange code to eliminate warnings
2004-02-10 Misha BrukmanDoxygenify comment.
2004-02-09 Chris LattnerNow that all of the derived types have disciplined...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-30 Chris LattnerTighten up what we consider to be first class types.
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-10-13 Chris LattnerAdd operator= for type iterators to make them assignable
2003-10-13 Chris LattnerRemove explicit inline qualifiers when the implicit...
2003-10-09 Chris LattnerKill warning when compiling in optimized mode
2003-10-09 Chris LattnerMake getContainedType more efficient by not returning...
2003-10-02 Chris LattnerMake the PATypeHolder use a simple union-find implement...
2003-09-30 Chris LattnerStandardize header file comments
2003-09-02 Chris LattnerNew method
2003-09-02 Chris LattnerRemove the "recursive bit", not only is it unused by...
2003-09-02 Chris LattnerThe description is no longer stored directly in the...
2003-08-21 Misha BrukmanThe word `dependent' has no `a'.
2003-05-20 Misha Brukmans/convertable/convertible/g
2002-09-03 Chris Lattner - Renamed Type::isIntegral() to Type::isInteger()
2002-08-25 Chris LattnerConvert comments to Doxygen style
2002-07-24 Chris LattnerUse the Support/iterator file to abstract out compiler...
2002-07-24 Chris Lattner*** empty log message ***
2002-06-25 Chris Lattner*** empty log message ***
2002-05-06 Chris Lattner* Add getPrimitiveSize method
2002-04-08 Chris Lattner* Fix comment
2002-03-29 Chris Lattners/Method/Function
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-13 Chris LattnerImplement some nice functions useful for looking at...
2001-11-27 Chris LattnerCreate a new #include "Support/..." directory structure...
2001-11-26 Chris LattnerNew Method isLosslesslyConvertableTo
2001-10-02 Chris LattnerCommit more code over to new cast style
2001-10-01 Chris LattnerAdd more support for new style casts
2001-10-01 Chris LattnerAdd support for newer cleaner isa, cast, dyn_cast
2001-09-28 Chris LattnerPull iterators out of CFG.h and CFGdecls and put them...
2001-09-10 Chris Lattner* Method::getType should return type cast as MethodType...
2001-09-09 Chris LattnerRename contype to subtype
2001-09-09 Chris LattnerConvert ConstRules to use annotations to clean it up.
2001-09-07 Chris Lattner* Add support for Opaque & Abstract types.
2001-07-20 Chris LattnerChange is*Type to be a casting convertion operator
2001-06-30 Chris LattnerThe ConstRules class got moved to the opt namespace
2001-06-06 Chris LattnerInitial revision