summaryrefslogtreecommitdiff
path: root/include/llvm/Type.h
Commit message (Expand)AuthorAge
* 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
* Packed types, brought to you by Brad JonesBrian Gaeke2004-08-20
* Final fix for PR341: eliminate operator<<(ostream, Value*). Clients shouldChris Lattner2004-07-15
* Yeah, how about those 'primative' types huh?Chris Lattner2004-07-15
* Make PATypeHolder and friends return non-const pointers to the types theyChris Lattner2004-07-14
* Removed unneeded forward declChris Lattner2004-07-09
* Remove unused methodChris Lattner2004-07-09
* Eliminate the UID field in the Type class, bringing it down to 28 bytes.Chris Lattner2004-07-08
* Fix spelling of `equivalent'Misha Brukman2004-07-08
* isSigned/isUnsigned/isInteger methods do not need to be virtualChris Lattner2004-07-08
* Update comment.Chris Lattner2004-07-08
* Make Type have no base classes. Previously it inherited Value. AlsoReid Spencer2004-07-04
* Fix Type::isSized() to realize that "{ opaque }" is not sizedChris Lattner2004-07-02
* Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()Chris Lattner2004-06-17
* Provide the correct patch for bug 345. The solution is to add a setTypeNameReid Spencer2004-05-26