Make the PATypeHolder use a simple union-find implementation to handle
[oota-llvm.git] / include / llvm / Type.h
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