aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Type.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change signature of this method againChris Lattner2004-10-071-1/+1
* Undoxyfy internal method.Misha Brukman2004-10-061-3/+2
* Doxygen-ify commentsMisha Brukman2004-10-061-2/+3
* Rename method, change comment, add argumentChris Lattner2004-10-061-3/+3
* Use class instead of struct for defining classes. This unbreaks theAlkis Evlogimenos2004-09-281-1/+2
* Changes For Bug 352Reid Spencer2004-09-011-3/+3
* Packed types, brought to you by Brad JonesBrian Gaeke2004-08-201-3/+5
* Final fix for PR341: eliminate operator<<(ostream, Value*). Clients shouldChris Lattner2004-07-151-1/+0
* Yeah, how about those 'primative' types huh?Chris Lattner2004-07-151-1/+1
* Make PATypeHolder and friends return non-const pointers to the types theyChris Lattner2004-07-141-2/+2
* Removed unneeded forward declChris Lattner2004-07-091-1/+0
* Remove unused methodChris Lattner2004-07-091-5/+0
* Eliminate the UID field in the Type class, bringing it down to 28 bytes.Chris Lattner2004-07-081-11/+1
* Fix spelling of `equivalent'Misha Brukman2004-07-081-1/+1
* isSigned/isUnsigned/isInteger methods do not need to be virtualChris Lattner2004-07-081-7/+11
* Update comment.Chris Lattner2004-07-081-4/+4
* Make Type have no base classes. Previously it inherited Value. AlsoReid Spencer2004-07-041-15/+17
* Fix Type::isSized() to realize that "{ opaque }" is not sizedChris Lattner2004-07-021-2/+7
* Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()Chris Lattner2004-06-171-11/+11
* Provide the correct patch for bug 345. The solution is to add a setTypeNameReid Spencer2004-05-261-4/+5
* Give Type its own dump() method in preparation for Type != Value.Reid Spencer2004-05-251-0/+3
* Add two methods which have been needed for a long time: Type::get(Un)signedVe...Chris Lattner2004-03-261-1/+10
* Add two missing pieces from last checkinChris Lattner2004-02-171-1/+3
* Rearrange code to eliminate warningsChris Lattner2004-02-171-1/+89
* Doxygenify comment.Misha Brukman2004-02-101-1/+1
* Now that all of the derived types have disciplined interfaces, we can eliminateChris Lattner2004-02-091-51/+19
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Tighten up what we consider to be first class types.Chris Lattner2003-10-301-1/+1
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-201-0/+7