| Commit message (Expand) | Author | Age | Files | Lines |
* | Added a temporary hack to get the llvm-streams to work for future checkins. | Bill Wendling | 2006-11-28 | 1 | -0/+4 |
* | For PR950: | Reid Spencer | 2006-11-27 | 1 | -4/+6 |
* | Add isFPOrFPVector() method, which indicates if a type is either FP or a | Chris Lattner | 2006-10-26 | 1 | -0/+4 |
* | Now that ConstantBool::True/False are gone, we can modify Type.cpp to | Chris Lattner | 2006-09-28 | 1 | -5/+0 |
* | remove misleading comment | Chris Lattner | 2006-09-23 | 1 | -7/+1 |
* | Moving this function to a permanent home to prevent a dependency cycle created | Jim Laskey | 2006-07-25 | 1 | -12/+0 |
* | Clarify type naming. | Vladimir Prus | 2006-05-31 | 1 | -0/+5 |
* | Make doc comment visible in doxygen output. Clarify Type construction. | Vladimir Prus | 2006-05-30 | 1 | -24/+26 |
* | For PR786: | Reid Spencer | 2006-05-24 | 1 | -1/+1 |
* | How could this ever have worked? | Chris Lattner | 2006-04-04 | 1 | -1/+1 |
* | add a new Type::getIntegralTypeMask() method, which is useful for clients that | Chris Lattner | 2006-02-07 | 1 | -0/+9 |
* | i love xmas!!!! *;D* | Duraid Madina | 2005-12-26 | 1 | -0/+1 |
* | Shrink derived types by 8 bytes each by not having to have 2 vtables pointers | Chris Lattner | 2005-11-13 | 1 | -1/+4 |
* | Refactor some code, moving methods and data around. This gets rid of some | Chris Lattner | 2005-11-13 | 1 | -21/+33 |
* | Shrink the Type class from 32 to 28 bytes on Darwin (which has silly 32-bit | Chris Lattner | 2005-11-12 | 1 | -1/+1 |
* | remove a dead method | Chris Lattner | 2005-11-12 | 1 | -5/+0 |
* | add a method, remove a dead #include | Chris Lattner | 2005-04-23 | 1 | -2/+1 |
* | Add method to return the type this type will be promoted to if it is | Alkis Evlogimenos | 2005-04-23 | 1 | -0/+14 |
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -27/+27 |
* | Fix problems compiling with G++ 4.x.x with -pedantic. Thanks to | Chris Lattner | 2005-03-07 | 1 | -1/+1 |
* | Now that type does not derive from Value, these do not need to be virtual. | Chris Lattner | 2005-03-02 | 1 | -2/+2 |
* | Fix spelling, patch contributed by Gabor Greif | Chris Lattner | 2005-02-27 | 1 | -1/+1 |
* | `primitive' has no `a' | Misha Brukman | 2005-01-24 | 1 | -1/+1 |
* | Do not return true from isSized for things without a size (like functions and | Chris Lattner | 2005-01-24 | 1 | -1/+10 |
* | This giant patch speeds up Type::isSized(). Before, this would have to search | Chris Lattner | 2005-01-24 | 1 | -2/+1 |
* | Added a size_type typedef to LLVM containers to make Visual Studio shut up | Reid Spencer | 2004-12-13 | 1 | -1/+2 |
* | Add static functions to clear singleton maps. Patch contributed by | Chris Lattner | 2004-11-19 | 1 | -1/+7 |
* | On second thought, OpaqueType is not really a good first-class type. | Misha Brukman | 2004-10-12 | 1 | -5/+2 |
* | Add comment | Chris Lattner | 2004-10-12 | 1 | -0/+2 |
* | Opaque types are considered to be first-class. | Misha Brukman | 2004-10-12 | 1 | -1/+3 |
* | Change signature of this method again | Chris Lattner | 2004-10-07 | 1 | -1/+1 |
* | Undoxyfy internal method. | Misha Brukman | 2004-10-06 | 1 | -3/+2 |
* | Doxygen-ify comments | Misha Brukman | 2004-10-06 | 1 | -2/+3 |
* | Rename method, change comment, add argument | Chris Lattner | 2004-10-06 | 1 | -3/+3 |
* | Use class instead of struct for defining classes. This unbreaks the | Alkis Evlogimenos | 2004-09-28 | 1 | -1/+2 |
* | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 1 | -3/+3 |
* | Packed types, brought to you by Brad Jones | Brian Gaeke | 2004-08-20 | 1 | -3/+5 |
* | Final fix for PR341: eliminate operator<<(ostream, Value*). Clients should | Chris Lattner | 2004-07-15 | 1 | -1/+0 |
* | Yeah, how about those 'primative' types huh? | Chris Lattner | 2004-07-15 | 1 | -1/+1 |
* | Make PATypeHolder and friends return non-const pointers to the types they | Chris Lattner | 2004-07-14 | 1 | -2/+2 |
* | Removed unneeded forward decl | Chris Lattner | 2004-07-09 | 1 | -1/+0 |
* | Remove unused method | Chris Lattner | 2004-07-09 | 1 | -5/+0 |
* | Eliminate the UID field in the Type class, bringing it down to 28 bytes. | Chris Lattner | 2004-07-08 | 1 | -11/+1 |
* | Fix spelling of `equivalent' | Misha Brukman | 2004-07-08 | 1 | -1/+1 |
* | isSigned/isUnsigned/isInteger methods do not need to be virtual | Chris Lattner | 2004-07-08 | 1 | -7/+11 |
* | Update comment. | Chris Lattner | 2004-07-08 | 1 | -4/+4 |
* | Make Type have no base classes. Previously it inherited Value. Also | Reid Spencer | 2004-07-04 | 1 | -15/+17 |
* | Fix Type::isSized() to realize that "{ opaque }" is not sized | Chris Lattner | 2004-07-02 | 1 | -2/+7 |
* | Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID() | Chris Lattner | 2004-06-17 | 1 | -11/+11 |
* | Provide the correct patch for bug 345. The solution is to add a setTypeName | Reid Spencer | 2004-05-26 | 1 | -4/+5 |