aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Type.h
AgeCommit message (Expand)Author
2002-09-03 - Renamed Type::isIntegral() to Type::isInteger()Chris Lattner
2002-08-25Convert comments to Doxygen styleChris Lattner
2002-07-24Use the Support/iterator file to abstract out compiler differencesChris Lattner
2002-07-24*** empty log message ***Chris Lattner
2002-06-25*** empty log message ***Chris Lattner
2002-05-06* Add getPrimitiveSize methodChris Lattner
2002-04-08* Fix commentChris Lattner
2002-03-29s/Method/FunctionChris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-12-13Implement some nice functions useful for looking at typesChris Lattner
2001-11-27Create a new #include "Support/..." directory structure to move thingsChris Lattner
2001-11-26New Method isLosslesslyConvertableToChris Lattner
2001-10-02Commit more code over to new cast styleChris Lattner
2001-10-01Add more support for new style castsChris Lattner
2001-10-01Add support for newer cleaner isa, cast, dyn_castChris Lattner
2001-09-28Pull iterators out of CFG.h and CFGdecls and put them in Support directoryChris Lattner
2001-09-10* Method::getType should return type cast as MethodType, eliminate getMethodTypeChris Lattner
2001-09-09Rename contype to subtypeChris Lattner
2001-09-09Convert ConstRules to use annotations to clean it up.Chris Lattner
2001-09-07* Add support for Opaque & Abstract types.Chris Lattner
2001-07-20Change is*Type to be a casting convertion operatorChris Lattner
2001-06-30The ConstRules class got moved to the opt namespaceChris Lattner
2001-06-06Initial revisionChris Lattner