summaryrefslogtreecommitdiff
path: root/include/llvm/Type.h
Commit message (Expand)AuthorAge
* Fix a problem where primitive types lose their name after llvm_shutdown is ca...Chris Lattner2007-04-20
* For PR1209:Reid Spencer2007-04-06
* Add the 'explicit' keyword to several constructors that accept oneDan Gohman2007-03-23
* For PR1195:Reid Spencer2007-02-15
* Make doxygen happyAnton Korobeynikov2007-01-29
* For PR1043:Reid Spencer2007-01-19
* Remove unused forward class declarations.Reid Spencer2007-01-17
* rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger.Chris Lattner2007-01-15
* For PR1064:Reid Spencer2007-01-12
* Rename BoolTy as Int1Ty. Patch by Sheng Zhou.Reid Spencer2007-01-11
* For PR950:Reid Spencer2006-12-31
* Added an automatic cast to "std::ostream*" etc. from OStream. We then canBill Wendling2006-12-17
* Packed StructuresAndrew Lenharth2006-12-08
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-07
* Added a temporary hack to get the llvm-streams to work for future checkins.Bill Wendling2006-11-28
* For PR950:Reid Spencer2006-11-27
* Add isFPOrFPVector() method, which indicates if a type is either FP or aChris Lattner2006-10-26
* Now that ConstantBool::True/False are gone, we can modify Type.cpp toChris Lattner2006-09-28
* remove misleading commentChris Lattner2006-09-23
* Moving this function to a permanent home to prevent a dependency cycle createdJim Laskey2006-07-25
* Clarify type naming.Vladimir Prus2006-05-31
* Make doc comment visible in doxygen output. Clarify Type construction.Vladimir Prus2006-05-30
* For PR786:Reid Spencer2006-05-24
* How could this ever have worked?Chris Lattner2006-04-04
* add a new Type::getIntegralTypeMask() method, which is useful for clients thatChris Lattner2006-02-07
* i love xmas!!!! *;D*Duraid Madina2005-12-26
* Shrink derived types by 8 bytes each by not having to have 2 vtables pointersChris Lattner2005-11-13
* Refactor some code, moving methods and data around. This gets rid of someChris Lattner2005-11-13
* Shrink the Type class from 32 to 28 bytes on Darwin (which has silly 32-bitChris Lattner2005-11-12
* remove a dead methodChris Lattner2005-11-12
* add a method, remove a dead #includeChris Lattner2005-04-23
* Add method to return the type this type will be promoted to if it isAlkis Evlogimenos2005-04-23
* Remove trailing whitespaceMisha Brukman2005-04-21
* Fix problems compiling with G++ 4.x.x with -pedantic. Thanks toChris Lattner2005-03-07
* Now that type does not derive from Value, these do not need to be virtual.Chris Lattner2005-03-02
* Fix spelling, patch contributed by Gabor GreifChris Lattner2005-02-27
* `primitive' has no `a'Misha Brukman2005-01-24
* Do not return true from isSized for things without a size (like functions andChris Lattner2005-01-24
* This giant patch speeds up Type::isSized(). Before, this would have to searchChris Lattner2005-01-24
* Added a size_type typedef to LLVM containers to make Visual Studio shut upReid Spencer2004-12-13
* Add static functions to clear singleton maps. Patch contributed byChris Lattner2004-11-19
* On second thought, OpaqueType is not really a good first-class type.Misha Brukman2004-10-12
* Add commentChris Lattner2004-10-12
* Opaque types are considered to be first-class.Misha Brukman2004-10-12
* Change signature of this method againChris Lattner2004-10-07
* Undoxyfy internal method.Misha Brukman2004-10-06
* Doxygen-ify commentsMisha Brukman2004-10-06
* Rename method, change comment, add argumentChris Lattner2004-10-06
* Use class instead of struct for defining classes. This unbreaks theAlkis Evlogimenos2004-09-28
* Changes For Bug 352Reid Spencer2004-09-01