| Age | Commit message (Expand) | Author |
| 2009-02-28 | delete a bunch of duplicated type printing logic, using the type printing | Chris Lattner |
| 2008-10-01 | add a new form of Type::dump that takes a module for type names, | Chris Lattner |
| 2008-08-23 | remove dead method. | Chris Lattner |
| 2008-08-23 | Switch the asmprinter (.ll) and all the stuff it requires over to | Chris Lattner |
| 2008-08-15 | Inline the fastpath of PATypeHolder::get(). This is a small speedup in | Chris Lattner |
| 2008-05-30 | Add an isAggregateType predicate. | Dan Gohman |
| 2008-05-29 | For PR1338: rename include/llvm/ADT/ilist and friends to end with ".h" | Anton Korobeynikov |
| 2008-05-23 | It turns out there are only 3 non-first-class type kinds left now, so | Dan Gohman |
| 2008-05-23 | Make structs and arrays first-class types, and add assembly | Dan Gohman |
| 2008-05-21 | Add a Type::isSingleValueType method. This will be used by code | Dan Gohman |
| 2008-05-19 | add a helper method. | Chris Lattner |
| 2008-05-19 | Remove warnings about unused parameters and shadowed variables. | Bill Wendling |
| 2008-02-25 | add an assertion to catch a null PATypeHolder, patch by Erick Tryzelaar | Chris Lattner |
| 2007-12-29 | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner |
| 2007-09-25 | Fix spelling. | Duncan Sands |
| 2007-09-13 | remove dead enum value. | Chris Lattner |
| 2007-08-20 | Add Type::isIntOrIntVector, like Type::isFPOrFPVector. | Dan Gohman |
| 2007-08-03 | Long double, part 1 of N. Support in IR. | Dale Johannesen |
| 2007-07-05 | Here is the bulk of the sanitizing. | Gabor Greif |
| 2007-05-17 | Correct a name in a comment. | Dan Gohman |
| 2007-04-20 | Fix a problem where primitive types lose their name after llvm_shutdown is ca... | Chris Lattner |
| 2007-04-06 | For PR1209: | Reid Spencer |
| 2007-03-23 | Add the 'explicit' keyword to several constructors that accept one | Dan Gohman |
| 2007-02-15 | For PR1195: | Reid Spencer |
| 2007-01-29 | Make doxygen happy | Anton Korobeynikov |
| 2007-01-19 | For PR1043: | Reid Spencer |
| 2007-01-17 | Remove unused forward class declarations. | Reid Spencer |
| 2007-01-15 | rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger. | Chris Lattner |
| 2007-01-12 | For PR1064: | Reid Spencer |
| 2007-01-11 | Rename BoolTy as Int1Ty. Patch by Sheng Zhou. | Reid Spencer |
| 2006-12-31 | For PR950: | Reid Spencer |
| 2006-12-17 | Added an automatic cast to "std::ostream*" etc. from OStream. We then can | Bill Wendling |
| 2006-12-08 | Packed Structures | Andrew Lenharth |
| 2006-12-07 | Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are | Bill Wendling |
| 2006-11-28 | Added a temporary hack to get the llvm-streams to work for future checkins. | Bill Wendling |
| 2006-11-27 | For PR950: | Reid Spencer |
| 2006-10-26 | Add isFPOrFPVector() method, which indicates if a type is either FP or a | Chris Lattner |
| 2006-09-28 | Now that ConstantBool::True/False are gone, we can modify Type.cpp to | Chris Lattner |
| 2006-09-23 | remove misleading comment | Chris Lattner |
| 2006-07-25 | Moving this function to a permanent home to prevent a dependency cycle created | Jim Laskey |
| 2006-05-31 | Clarify type naming. | Vladimir Prus |
| 2006-05-30 | Make doc comment visible in doxygen output. Clarify Type construction. | Vladimir Prus |
| 2006-05-24 | For PR786: | Reid Spencer |
| 2006-04-04 | How could this ever have worked? | Chris Lattner |
| 2006-02-07 | add a new Type::getIntegralTypeMask() method, which is useful for clients that | Chris Lattner |
| 2005-12-26 | i love xmas!!!! *;D* | Duraid Madina |
| 2005-11-13 | Shrink derived types by 8 bytes each by not having to have 2 vtables pointers | Chris Lattner |
| 2005-11-13 | Refactor some code, moving methods and data around. This gets rid of some | Chris Lattner |
| 2005-11-12 | Shrink the Type class from 32 to 28 bytes on Darwin (which has silly 32-bit | Chris Lattner |
| 2005-11-12 | remove a dead method | Chris Lattner |