| Age | Commit message (Expand) | Author |
| 2007-10-17 | Updated VC++ build system. | Hartmut Kaiser |
| 2007-07-16 | Fix comments about vectors to use the current wording. | Dan Gohman |
| 2007-05-04 | if functiontype is going to have a pointer to a paramattr object, it better | Chris Lattner |
| 2007-05-03 | remove two useless functions. Just inherit Type's implementation instead. | Chris Lattner |
| 2007-04-22 | For PR1146: | Reid Spencer |
| 2007-04-09 | For PR1146: | Reid Spencer |
| 2007-04-06 | For PR1209: | Reid Spencer |
| 2007-03-23 | Add the 'explicit' keyword to several constructors that accept one | Dan Gohman |
| 2007-03-22 | For PR1145: | Reid Spencer |
| 2007-03-04 | add a getSignBit method, elimiante virtual method from getBitMask() | Chris Lattner |
| 2007-03-01 | Reduce #includage by taking a method out of line. | Reid Spencer |
| 2007-03-01 | Add an IntegerType::getMask() method to get an APInt mask for the type. | Reid Spencer |
| 2007-02-15 | For PR1195: | Reid Spencer |
| 2007-02-15 | For PR1195: | Reid Spencer |
| 2007-01-28 | Propagate changes from my local tree. This patch includes: | Anton Korobeynikov |
| 2007-01-19 | For PR1043: | Reid Spencer |
| 2007-01-18 | Provide an isPowerOf2ByteWidth method for the IntegerType class. This will | Reid Spencer |
| 2007-01-12 | inline isIntegral to make this method look like classof for all other | Chris Lattner |
| 2007-01-12 | For PR1064: | Reid Spencer |
| 2007-01-05 | Change the syntax for parameter attributes: | Reid Spencer |
| 2007-01-04 | remove the 'protected' workaround now that we don't care about gcc 2.95 anymore. | Chris Lattner |
| 2006-12-31 | For PR950: | Reid Spencer |
| 2006-12-29 | Make a variable private now that the conditions requiring it to be | Reid Spencer |
| 2006-12-08 | Packed Structures | Andrew Lenharth |
| 2006-11-15 | Add a method to get the bit width of a packed type. | Reid Spencer |
| 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 |