| Commit message (Expand) | Author | Age | Files | Lines |
* | When a constant's type is refined, update the constant in place | Dan Gohman | 2009-09-15 | 1 | -0/+7 |
* | Fix apostrophos. | Dan Gohman | 2009-09-15 | 1 | -1/+1 |
* | Another attempt at fixing PR2975. | Torok Edwin | 2009-04-07 | 1 | -1/+3 |
* | implement simplify_type for PATypeHolder so that isa<FooType>(PATypeHolder) | Chris Lattner | 2008-12-27 | 1 | -0/+16 |
* | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Here is the bulk of the sanitizing. | Gabor Greif | 2007-07-05 | 1 | -1/+1 |
* | avoid invalid C++ token in #error | Chris Lattner | 2007-05-03 | 1 | -1/+1 |
* | Have compiler enforce this. | Jeff Cohen | 2007-04-22 | 1 | -3/+5 |
* | Fix build problem with Gentoo 4.1.1-r3. | Jeff Cohen | 2007-04-22 | 1 | -0/+4 |
* | For PR778: | Reid Spencer | 2006-06-05 | 1 | -15/+18 |
* | remove a dead method | Chris Lattner | 2005-11-12 | 1 | -8/+0 |
* | Convert tabs to spaces | Misha Brukman | 2005-04-22 | 1 | -1/+1 |
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -3/+3 |
* | Convert 'struct' to 'class' in various places to adhere to the coding standards | Chris Lattner | 2004-10-27 | 1 | -1/+1 |
* | New methods | Chris Lattner | 2004-08-04 | 1 | -0/+4 |
* | Make PATypeHolder and friends return non-const pointers to the types they | Chris Lattner | 2004-07-14 | 1 | -9/+9 |
* | Apparently a particular vendor compiler uses the struct/class tag to MANGLE | Chris Lattner | 2004-06-08 | 1 | -1/+1 |
* | Make sure that at least one virtual method is defined in a .cpp file to avoid | Chris Lattner | 2004-02-26 | 1 | -1/+1 |
* | Hrm is a really nasty ommission. The lack of this destructor was causing abs... | Chris Lattner | 2003-12-23 | 1 | -0/+2 |
* | 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 |
* | This checkin basically amounts to a complete rewrite of the type-resolution | Chris Lattner | 2003-10-03 | 1 | -16/+12 |
* | Make the PATypeHolder use a simple union-find implementation to handle | Chris Lattner | 2003-10-02 | 1 | -36/+29 |
* | There is no reason for the PATypeHolder class to derive from the | Chris Lattner | 2003-10-02 | 1 | -12/+19 |
* | Update comment | Chris Lattner | 2003-09-30 | 1 | -4/+2 |
* | Standardize header file comments | Chris Lattner | 2003-09-30 | 1 | -1/+1 |
* | Remove inline declarations that GCC 3.3 doesn't like without a body | Chris Lattner | 2003-07-25 | 1 | -3/+3 |
* | Use the C++ <cassert> header, not the C <assert.h> header | Chris Lattner | 2003-07-25 | 1 | -6/+5 |
* | Merged in autoconf branch. This provides configuration via the autoconf | John Criswell | 2003-06-30 | 1 | -1/+10 |
* | Detemplatize the PATypeHandle class, which was only really instantiated on 'T... | Chris Lattner | 2003-06-18 | 1 | -17/+16 |
* | Must #include assert.h | Chris Lattner | 2003-01-14 | 1 | -0/+1 |
* | s/MethodType/FunctionType | Chris Lattner | 2002-04-04 | 1 | -1/+1 |
* | * Add dump() virtual function to AbstractType user to help track down bugs | Chris Lattner | 2002-04-04 | 1 | -13/+14 |
* | Add casts | Chris Lattner | 2001-11-26 | 1 | -2/+2 |
* | Fix major bugs in type resolution | Chris Lattner | 2001-11-03 | 1 | -1/+25 |
* | New file for supporting abstract types | Chris Lattner | 2001-09-07 | 1 | -0/+134 |