| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | It's not necessary to do rounding for alloca operations when the requested | Dan Gohman | 2007-07-18 | 1 | -0/+403 |