aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Type.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Here is the bulk of the sanitizing.Gabor Greif2007-07-051-2/+2
* Correct a name in a comment.Dan Gohman2007-05-171-3/+4
* Fix a problem where primitive types lose their name after llvm_shutdown is ca...Chris Lattner2007-04-201-1/+0
* For PR1209:Reid Spencer2007-04-061-18/+35
* Add the 'explicit' keyword to several constructors that accept oneDan Gohman2007-03-231-2/+2
* For PR1195:Reid Spencer2007-02-151-3/+3
* Make doxygen happyAnton Korobeynikov2007-01-291-1/+1
* For PR1043:Reid Spencer2007-01-191-17/+3
* Remove unused forward class declarations.Reid Spencer2007-01-171-5/+0
* rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger.Chris Lattner2007-01-151-12/+6
* For PR1064:Reid Spencer2007-01-121-31/+28
* Rename BoolTy as Int1Ty. Patch by Sheng Zhou.Reid Spencer2007-01-111-6/+6
* For PR950:Reid Spencer2006-12-311-42/+11
* Added an automatic cast to "std::ostream*" etc. from OStream. We then canBill Wendling2006-12-171-3/+1
* Packed StructuresAndrew Lenharth2006-12-081-0/+5
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-071-1/+1
* Added a temporary hack to get the llvm-streams to work for future checkins.Bill Wendling2006-11-281-0/+4
* For PR950:Reid Spencer2006-11-271-4/+6
* Add isFPOrFPVector() method, which indicates if a type is either FP or aChris Lattner2006-10-261-0/+4
* Now that ConstantBool::True/False are gone, we can modify Type.cpp toChris Lattner2006-09-281-5/+0
* remove misleading commentChris Lattner2006-09-231-7/+1
* Moving this function to a permanent home to prevent a dependency cycle createdJim Laskey2006-07-251-12/+0
* Clarify type naming.Vladimir Prus2006-05-311-0/+5
* Make doc comment visible in doxygen output. Clarify Type construction.Vladimir Prus2006-05-301-24/+26
* For PR786:Reid Spencer2006-05-241-1/+1
* How could this ever have worked?Chris Lattner2006-04-041-1/+1
* add a new Type::getIntegralTypeMask() method, which is useful for clients thatChris Lattner2006-02-071-0/+9
* i love xmas!!!! *;D*Duraid Madina2005-12-261-0/+1
* Shrink derived types by 8 bytes each by not having to have 2 vtables pointersChris Lattner2005-11-131-1/+4
* Refactor some code, moving methods and data around. This gets rid of someChris Lattner2005-11-131-21/+33
* Shrink the Type class from 32 to 28 bytes on Darwin (which has silly 32-bitChris Lattner2005-11-121-1/+1
* remove a dead methodChris Lattner2005-11-121-5/+0
* add a method, remove a dead #includeChris Lattner2005-04-231-2/+1