Add a convenince member function for appending strings to a module's
[oota-llvm.git] / include / llvm / Type.h
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