Live interval splitting:
[oota-llvm.git] / include / llvm / Type.h
2007-09-25 Duncan SandsFix spelling.
2007-09-13 Chris Lattnerremove dead enum value.
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 Gabor GreifHere is the bulk of the sanitizing.
2007-05-17 Dan GohmanCorrect a name in a comment.
2007-04-20 Chris LattnerFix a problem where primitive types lose their name...
2007-04-06 Reid SpencerFor PR1209:
2007-03-23 Dan GohmanAdd the 'explicit' keyword to several constructors...
2007-02-15 Reid SpencerFor PR1195:
2007-01-29 Anton KorobeynikovMake doxygen happy
2007-01-19 Reid SpencerFor PR1043:
2007-01-17 Reid SpencerRemove unused forward class declarations.
2007-01-15 Chris Lattnerrename Type::isIntegral to Type::isInteger, eliminating...
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-17 Bill WendlingAdded an automatic cast to "std::ostream*" etc. from...
2006-12-08 Andrew LenharthPacked Structures
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-11-28 Bill WendlingAdded a temporary hack to get the llvm-streams to work...
2006-11-27 Reid SpencerFor PR950:
2006-10-26 Chris LattnerAdd isFPOrFPVector() method, which indicates if a type...
2006-09-28 Chris LattnerNow that ConstantBool::True/False are gone, we can...
2006-09-23 Chris Lattnerremove misleading comment
2006-07-25 Jim LaskeyMoving this function to a permanent home to prevent...
2006-05-31 Vladimir PrusClarify type naming.
2006-05-30 Vladimir PrusMake doc comment visible in doxygen output. Clarify...
2006-05-24 Reid SpencerFor PR786:
2006-04-04 Chris LattnerHow could this ever have worked?
2006-02-07 Chris Lattneradd a new Type::getIntegralTypeMask() method, which...
2005-12-26 Duraid Madinai love xmas!!!! *;D*
2005-11-13 Chris LattnerShrink derived types by 8 bytes each by not having...
2005-11-13 Chris LattnerRefactor some code, moving methods and data around...
2005-11-12 Chris LattnerShrink the Type class from 32 to 28 bytes on Darwin...
2005-11-12 Chris Lattnerremove a dead method
2005-04-23 Chris Lattneradd a method, remove a dead #include
2005-04-23 Alkis EvlogimenosAdd method to return the type this type will be promote...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-03-07 Chris LattnerFix problems compiling with G++ 4.x.x with -pedantic...
2005-03-02 Chris LattnerNow that type does not derive from Value, these do...
2005-02-27 Chris LattnerFix spelling, patch contributed by Gabor Greif
2005-01-24 Misha Brukman`primitive' has no `a'
2005-01-24 Chris LattnerDo not return true from isSized for things without...
2005-01-24 Chris LattnerThis giant patch speeds up Type::isSized(). Before...
2004-12-13 Reid SpencerAdded a size_type typedef to LLVM containers to make...
2004-11-19 Chris LattnerAdd static functions to clear singleton maps. Patch...
2004-10-12 Misha BrukmanOn second thought, OpaqueType is not really a good...
2004-10-12 Chris LattnerAdd comment
2004-10-12 Misha BrukmanOpaque types are considered to be first-class.
2004-10-07 Chris LattnerChange signature of this method again
2004-10-06 Misha BrukmanUndoxyfy internal method.
2004-10-06 Misha BrukmanDoxygen-ify comments
2004-10-06 Chris LattnerRename method, change comment, add argument
2004-09-28 Alkis EvlogimenosUse class instead of struct for defining classes. This...
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...
next