aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Type.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add method to return the type this type will be promoted to if it isAlkis Evlogimenos2005-04-231-0/+14
* Remove trailing whitespaceMisha Brukman2005-04-211-27/+27
* Fix problems compiling with G++ 4.x.x with -pedantic. Thanks toChris Lattner2005-03-071-1/+1
* Now that type does not derive from Value, these do not need to be virtual.Chris Lattner2005-03-021-2/+2
* Fix spelling, patch contributed by Gabor GreifChris Lattner2005-02-271-1/+1
* `primitive' has no `a'Misha Brukman2005-01-241-1/+1
* Do not return true from isSized for things without a size (like functions andChris Lattner2005-01-241-1/+10
* This giant patch speeds up Type::isSized(). Before, this would have to searchChris Lattner2005-01-241-2/+1
* Added a size_type typedef to LLVM containers to make Visual Studio shut upReid Spencer2004-12-131-1/+2
* Add static functions to clear singleton maps. Patch contributed byChris Lattner2004-11-191-1/+7
* On second thought, OpaqueType is not really a good first-class type.Misha Brukman2004-10-121-5/+2
* Add commentChris Lattner2004-10-121-0/+2
* Opaque types are considered to be first-class.Misha Brukman2004-10-121-1/+3