| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a new Type::getPointerTo method, which is shorthand for | Chris Lattner | 2009-04-10 | 1 | -0/+4 |
* | Add support for embedded metadata to LLVM. This introduces two new types of | Nick Lewycky | 2009-04-04 | 1 | -1/+1 |
* | delete a bunch of duplicated type printing logic, using the type printing | Chris Lattner | 2009-02-28 | 1 | -2/+2 |
* | add a new form of Type::dump that takes a module for type names, | Chris Lattner | 2008-10-01 | 1 | -0/+5 |
* | remove dead method. | Chris Lattner | 2008-08-23 | 1 | -1/+0 |
* | Switch the asmprinter (.ll) and all the stuff it requires over to | Chris Lattner | 2008-08-23 | 1 | -1/+3 |
* | Inline the fastpath of PATypeHolder::get(). This is a small speedup in | Chris Lattner | 2008-08-15 | 1 | -0/+11 |
* | Add an isAggregateType predicate. | Dan Gohman | 2008-05-30 | 1 | -0/+9 |
* | For PR1338: rename include/llvm/ADT/ilist and friends to end with ".h" | Anton Korobeynikov | 2008-05-29 | 1 | -1/+1 |
* | It turns out there are only 3 non-first-class type kinds left now, so | Dan Gohman | 2008-05-23 | 1 | -2/+3 |
* | Make structs and arrays first-class types, and add assembly | Dan Gohman | 2008-05-23 | 1 | -2/+2 |
* | Add a Type::isSingleValueType method. This will be used by code | Dan Gohman | 2008-05-21 | 1 | -1/+11 |
* | add a helper method. | Chris Lattner | 2008-05-19 | 1 | -0/+13 |
* | Remove warnings about unused parameters and shadowed variables. | Bill Wendling | 2008-05-19 | 1 | -1/+1 |
* | add an assertion to catch a null PATypeHolder, patch by Erick Tryzelaar | Chris Lattner | 2008-02-25 | 1 | -1/+2 |
* | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | 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 |