aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Type.h
Commit message (Expand)AuthorAgeFilesLines
* delete a bunch of duplicated type printing logic, using the type printingChris Lattner2009-02-281-2/+2
* add a new form of Type::dump that takes a module for type names,Chris Lattner2008-10-011-0/+5
* remove dead method.Chris Lattner2008-08-231-1/+0
* Switch the asmprinter (.ll) and all the stuff it requires over toChris Lattner2008-08-231-1/+3
* Inline the fastpath of PATypeHolder::get(). This is a small speedup in Chris Lattner2008-08-151-0/+11
* Add an isAggregateType predicate.Dan Gohman2008-05-301-0/+9
* For PR1338: rename include/llvm/ADT/ilist and friends to end with ".h"Anton Korobeynikov2008-05-291-1/+1
* It turns out there are only 3 non-first-class type kinds left now, soDan Gohman2008-05-231-2/+3
* Make structs and arrays first-class types, and add assemblyDan Gohman2008-05-231-2/+2
* Add a Type::isSingleValueType method. This will be used by codeDan Gohman2008-05-211-1/+11
* add a helper method.Chris Lattner2008-05-191-0/+13
* Remove warnings about unused parameters and shadowed variables.Bill Wendling2008-05-191-1/+1
* add an assertion to catch a null PATypeHolder, patch by Erick TryzelaarChris Lattner2008-02-251-1/+2
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Fix spelling.Duncan Sands2007-09-251-1/+1
* remove dead enum value.Chris Lattner2007-09-131-7/+5
* Add Type::isIntOrIntVector, like Type::isFPOrFPVector.Dan Gohman2007-08-201-0/+5
* Long double, part 1 of N. Support in IR.Dale Johannesen2007-08-031-10/+15
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+403