Use the Support/iterator file to abstract out compiler differences
[oota-llvm.git] / include / llvm / Type.h
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