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