| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix spelling. | Duncan Sands | 2007-09-25 | 1 | -1/+1 |
* | remove dead enum value. | Chris Lattner | 2007-09-13 | 1 | -7/+5 |
* | Add Type::isIntOrIntVector, like Type::isFPOrFPVector. | Dan Gohman | 2007-08-20 | 1 | -0/+5 |
* | Long double, part 1 of N. Support in IR. | Dale Johannesen | 2007-08-03 | 1 | -10/+15 |
* | Here is the bulk of the sanitizing. | Gabor Greif | 2007-07-05 | 1 | -2/+2 |
* | Correct a name in a comment. | Dan Gohman | 2007-05-17 | 1 | -3/+4 |
* | Fix a problem where primitive types lose their name after llvm_shutdown is ca... | Chris Lattner | 2007-04-20 | 1 | -1/+0 |
* | For PR1209: | Reid Spencer | 2007-04-06 | 1 | -18/+35 |
* | Add the 'explicit' keyword to several constructors that accept one | Dan Gohman | 2007-03-23 | 1 | -2/+2 |
* | For PR1195: | Reid Spencer | 2007-02-15 | 1 | -3/+3 |
* | Make doxygen happy | Anton Korobeynikov | 2007-01-29 | 1 | -1/+1 |
* | For PR1043: | Reid Spencer | 2007-01-19 | 1 | -17/+3 |
* | Remove unused forward class declarations. | Reid Spencer | 2007-01-17 | 1 | -5/+0 |
* | rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger. | Chris Lattner | 2007-01-15 | 1 | -12/+6 |
* | For PR1064: | Reid Spencer | 2007-01-12 | 1 | -31/+28 |
* | Rename BoolTy as Int1Ty. Patch by Sheng Zhou. | Reid Spencer | 2007-01-11 | 1 | -6/+6 |
* | For PR950: | Reid Spencer | 2006-12-31 | 1 | -42/+11 |
* | Added an automatic cast to "std::ostream*" etc. from OStream. We then can | Bill Wendling | 2006-12-17 | 1 | -3/+1 |
* | Packed Structures | Andrew Lenharth | 2006-12-08 | 1 | -0/+5 |
* | Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are | Bill Wendling | 2006-12-07 | 1 | -1/+1 |
* | 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 |