| Commit message (Expand) | Author | Age | Files | Lines |
* | Get friendly with Type | Chris Lattner | 2004-10-07 | 1 | -0/+1 |
* | Packed types, brought to you by Brad Jones | Brian Gaeke | 2004-08-20 | 1 | -8/+49 |
* | This file uses the Value class without a forward decl | Chris Lattner | 2004-07-08 | 1 | -0/+1 |
* | Remove all of the classof(const Value*) methods of the derived types since | Reid Spencer | 2004-07-04 | 1 | -36/+2 |
* | Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID() | Chris Lattner | 2004-06-17 | 1 | -14/+14 |
* | Convert dump() method to call Type::dump() instead of Value::dump(). | Reid Spencer | 2004-05-25 | 1 | -1/+1 |
* | Be more restrictive with the index types we allow for sequential types | Chris Lattner | 2004-04-05 | 1 | -1/+10 |
* | Rearrange code to eliminate warnings | Chris Lattner | 2004-02-17 | 1 | -69/+7 |
* | Sprinkle liberally with comments, saute with doxygen until readable. | Misha Brukman | 2004-02-10 | 1 | -61/+77 |
* | Now that all of the derived types have disciplined interfaces, we can eliminate | Chris Lattner | 2004-02-09 | 1 | -64/+16 |
* | Increase encapsulation of the StructType class, eliminating the getElementTyp... | Chris Lattner | 2004-02-09 | 1 | -9/+15 |
* | Improve encapsulation in the FunctionType class, by adding param_(iterator/be... | Chris Lattner | 2004-02-09 | 1 | -4/+6 |
* | Fix grammar. | Misha Brukman | 2004-02-06 | 1 | -3/+2 |
* | Remove an obsolete method, including its _long_ out of date comment. | Chris Lattner | 2004-01-09 | 1 | -16/+0 |
* | It is legal to index into sequential types with any integer | Chris Lattner | 2003-11-25 | 1 | -1/+1 |
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -0/+4 |
* | Added LLVM copyright header (for lack of a better term). | John Criswell | 2003-10-20 | 1 | -0/+7 |
* | Vector is my friend, do you like vector? | Chris Lattner | 2003-10-15 | 1 | -0/+1 |
* | Make getContainedType more efficient by not returning null if out of range! | Chris Lattner | 2003-10-09 | 1 | -4/+3 |
* | Minor cleanups | Chris Lattner | 2003-10-03 | 1 | -22/+14 |
* | This checkin basically amounts to a complete rewrite of the type-resolution | Chris Lattner | 2003-10-03 | 1 | -46/+37 |
* | Make the PATypeHolder use a simple union-find implementation to handle | Chris Lattner | 2003-10-02 | 1 | -4/+51 |
* | There is no reason for Value to be an AbstractTypeUser. This just makes things | Chris Lattner | 2003-10-02 | 1 | -2/+13 |
* | Standardize header file comments | Chris Lattner | 2003-09-30 | 1 | -1/+1 |
* | Get friendly | Chris Lattner | 2003-09-05 | 1 | -2/+11 |
* | Reshuffling of APIs | Chris Lattner | 2003-09-05 | 1 | -1/+44 |
* | Remove method | Chris Lattner | 2003-09-04 | 1 | -7/+0 |
* | Other minor cleanups while I'm in the area | Chris Lattner | 2003-09-01 | 1 | -10/+3 |
* | Fix spell-o | Chris Lattner | 2003-09-01 | 1 | -1/+2 |
* | The word `dependent' has no `a'. | Misha Brukman | 2003-08-21 | 1 | -1/+1 |
* | Remove redundant const qualifiers from cast<> expressions | Chris Lattner | 2003-07-23 | 1 | -6/+6 |
* | Remove a ton of extraneous #includes | Chris Lattner | 2003-06-22 | 1 | -2/+0 |
* | Detemplatize the PATypeHandle class, which was only really instantiated on 'T... | Chris Lattner | 2003-06-18 | 1 | -9/+8 |
* | Included assert.h so that the code compiles under newer versions of GCC. | John Criswell | 2003-06-11 | 1 | -0/+2 |
* | Convert index type for getelementptr instruction from uint to long | Chris Lattner | 2002-09-11 | 1 | -2/+2 |
* | *** empty log message *** | Chris Lattner | 2002-06-25 | 1 | -2/+2 |
* | * Delete getNumAbstractTypeUsers method | Chris Lattner | 2002-04-05 | 1 | -17/+7 |
* | Remove backwards compatibility code | Chris Lattner | 2002-04-04 | 1 | -5/+0 |
* | Add more accessors | Chris Lattner | 2002-03-29 | 1 | -0/+8 |
* | s/Method/Function | Chris Lattner | 2002-03-29 | 1 | -1/+1 |
* | Rename MethodType to FunctionType, provide a #define | Chris Lattner | 2002-03-29 | 1 | -11/+14 |
* | Allow clients to use FunctionType as well as MethodType for now | Chris Lattner | 2002-03-26 | 1 | -0/+2 |
* | Changes to build successfully with GCC 3.02 | Chris Lattner | 2002-01-20 | 1 | -7/+8 |
* | PointerType and ArrayType now subclass Sequential type, which contains addres... | Chris Lattner | 2001-12-14 | 1 | -70/+86 |
* | Renamed inst_const_iterator -> const_inst_iterator | Chris Lattner | 2001-12-04 | 1 | -1/+1 |
* | Add new CompositeType shared baseclass of ArrayType and StructType | Chris Lattner | 2001-11-26 | 1 | -2/+61 |
* | Fix major bugs in type resolution | Chris Lattner | 2001-11-03 | 1 | -2/+6 |
* | * Minor Formatting changes. | Chris Lattner | 2001-10-13 | 1 | -5/+7 |
* | Commit more code over to new cast style | Chris Lattner | 2001-10-02 | 1 | -24/+24 |
* | Add more support for new style casts | Chris Lattner | 2001-10-01 | 1 | -3/+48 |