| Age | Commit message (Expand) | Author |
| 2006-02-07 | add a new Type::getIntegralTypeMask() method, which is useful for clients that | Chris Lattner |
| 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-05-15 | Some cleanups for compilation with GCC 4.0.0 to remove warnings: | Reid Spencer |
| 2005-04-21 | Remove trailing whitespace | Misha Brukman |
| 2005-01-08 | Fix VC++ compilation error | Jeff Cohen |
| 2005-01-08 | Allow array types to have 64-bit size. | Chris Lattner |
| 2004-11-15 | Warning fixes for VC++, contributed by Morten Ofstad! | Chris Lattner |
| 2004-10-19 | Remove unnecessary spaces in function signature | Misha Brukman |
| 2004-10-07 | Get friendly with Type | Chris Lattner |
| 2004-08-20 | Packed types, brought to you by Brad Jones | Brian Gaeke |
| 2004-07-08 | This file uses the Value class without a forward decl | Chris Lattner |
| 2004-07-04 | Remove all of the classof(const Value*) methods of the derived types since | Reid Spencer |
| 2004-06-17 | Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID() | Chris Lattner |
| 2004-05-25 | Convert dump() method to call Type::dump() instead of Value::dump(). | Reid Spencer |
| 2004-04-05 | Be more restrictive with the index types we allow for sequential types | Chris Lattner |
| 2004-02-17 | Rearrange code to eliminate warnings | Chris Lattner |
| 2004-02-10 | Sprinkle liberally with comments, saute with doxygen until readable. | Misha Brukman |
| 2004-02-09 | Now that all of the derived types have disciplined interfaces, we can eliminate | Chris Lattner |
| 2004-02-09 | Increase encapsulation of the StructType class, eliminating the getElementTyp... | Chris Lattner |
| 2004-02-09 | Improve encapsulation in the FunctionType class, by adding param_(iterator/be... | Chris Lattner |
| 2004-02-06 | Fix grammar. | Misha Brukman |
| 2004-01-09 | Remove an obsolete method, including its _long_ out of date comment. | Chris Lattner |
| 2003-11-25 | It is legal to index into sequential types with any integer | Chris Lattner |
| 2003-11-11 | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke |
| 2003-10-20 | Added LLVM copyright header (for lack of a better term). | John Criswell |
| 2003-10-15 | Vector is my friend, do you like vector? | Chris Lattner |
| 2003-10-09 | Make getContainedType more efficient by not returning null if out of range! | Chris Lattner |
| 2003-10-03 | Minor cleanups | Chris Lattner |
| 2003-10-03 | This checkin basically amounts to a complete rewrite of the type-resolution | Chris Lattner |
| 2003-10-02 | Make the PATypeHolder use a simple union-find implementation to handle | Chris Lattner |
| 2003-10-02 | There is no reason for Value to be an AbstractTypeUser. This just makes things | Chris Lattner |
| 2003-09-30 | Standardize header file comments | Chris Lattner |
| 2003-09-05 | Get friendly | Chris Lattner |
| 2003-09-05 | Reshuffling of APIs | Chris Lattner |
| 2003-09-04 | Remove method | Chris Lattner |
| 2003-09-01 | Other minor cleanups while I'm in the area | Chris Lattner |
| 2003-09-01 | Fix spell-o | Chris Lattner |
| 2003-08-21 | The word `dependent' has no `a'. | Misha Brukman |
| 2003-07-23 | Remove redundant const qualifiers from cast<> expressions | Chris Lattner |
| 2003-06-22 | Remove a ton of extraneous #includes | Chris Lattner |
| 2003-06-18 | Detemplatize the PATypeHandle class, which was only really instantiated on 'T... | Chris Lattner |
| 2003-06-11 | Included assert.h so that the code compiles under newer versions of GCC. | John Criswell |
| 2002-09-11 | Convert index type for getelementptr instruction from uint to long | Chris Lattner |
| 2002-06-25 | *** empty log message *** | Chris Lattner |
| 2002-04-05 | * Delete getNumAbstractTypeUsers method | Chris Lattner |
| 2002-04-04 | Remove backwards compatibility code | Chris Lattner |
| 2002-03-29 | Add more accessors | Chris Lattner |
| 2002-03-29 | s/Method/Function | Chris Lattner |
| 2002-03-29 | Rename MethodType to FunctionType, provide a #define | Chris Lattner |