aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Type.h
Commit message (Expand)AuthorAgeFilesLines
...
* Now that all of the derived types have disciplined interfaces, we can eliminateChris Lattner2004-02-091-51/+19
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Tighten up what we consider to be first class types.Chris Lattner2003-10-301-1/+1
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-201-0/+7
* Add operator= for type iterators to make them assignableChris Lattner2003-10-131-0/+6
* Remove explicit inline qualifiers when the implicit ones work just as wellChris Lattner2003-10-131-10/+10
* Kill warning when compiling in optimized modeChris Lattner2003-10-091-0/+1
* Make getContainedType more efficient by not returning null if out of range!Chris Lattner2003-10-091-4/+4
* Make the PATypeHolder use a simple union-find implementation to handleChris Lattner2003-10-021-0/+14
* Standardize header file commentsChris Lattner2003-09-301-3/+2
* New methodChris Lattner2003-09-021-0/+3
* Remove the "recursive bit", not only is it unused by anyone, it was alsoChris Lattner2003-09-021-9/+0
* The description is no longer stored directly in the type.Chris Lattner2003-09-021-6/+1
* The word `dependent' has no `a'.Misha Brukman2003-08-211-1/+1
* s/convertable/convertible/gMisha Brukman2003-05-201-2/+2
* - Renamed Type::isIntegral() to Type::isInteger()Chris Lattner2002-09-031-6/+15
* Convert comments to Doxygen styleChris Lattner2002-08-251-65/+66
* Use the Support/iterator file to abstract out compiler differencesChris Lattner2002-07-241-6/+2
* *** empty log message ***Chris Lattner2002-07-241-2/+6
* *** empty log message ***Chris Lattner2002-06-251-5/+2
* * Add getPrimitiveSize methodChris Lattner2002-05-061-18/+28
* * Fix commentChris Lattner2002-04-081-3/+6
* s/Method/FunctionChris Lattner2002-03-291-4/+4
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-5/+5
* Implement some nice functions useful for looking at typesChris Lattner2001-12-131-1/+13
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-271-1/+1
* New Method isLosslesslyConvertableToChris Lattner2001-11-261-0/+5
* Commit more code over to new cast styleChris Lattner2001-10-021-29/+6
* Add more support for new style castsChris Lattner2001-10-011-7/+0
* Add support for newer cleaner isa, cast, dyn_castChris Lattner2001-10-011-0/+6
* Pull iterators out of CFG.h and CFGdecls and put them in Support directoryChris Lattner2001-09-281-0/+31
* * Method::getType should return type cast as MethodType, eliminate getMethodTypeChris Lattner2001-09-101-28/+41
* Rename contype to subtypeChris Lattner2001-09-091-5/+5
* Convert ConstRules to use annotations to clean it up.Chris Lattner2001-09-091-12/+0
* * Add support for Opaque & Abstract types.Chris Lattner2001-09-071-17/+148
* Change is*Type to be a casting convertion operatorChris Lattner2001-07-201-4/+21
* The ConstRules class got moved to the opt namespaceChris Lattner2001-06-301-4/+6
* Initial revisionChris Lattner2001-06-061-0/+116