Age | Commit message (Expand) | Author |
2004-08-20 | Packed types, brought to you by Brad Jones | Brian Gaeke |
2004-07-15 | Final fix for PR341: eliminate operator<<(ostream, Value*). Clients should | Chris Lattner |
2004-07-15 | Yeah, how about those 'primative' types huh? | Chris Lattner |
2004-07-14 | Make PATypeHolder and friends return non-const pointers to the types they | Chris Lattner |
2004-07-09 | Removed unneeded forward decl | Chris Lattner |
2004-07-09 | Remove unused method | Chris Lattner |
2004-07-08 | Eliminate the UID field in the Type class, bringing it down to 28 bytes. | Chris Lattner |
2004-07-08 | Fix spelling of `equivalent' | Misha Brukman |
2004-07-08 | isSigned/isUnsigned/isInteger methods do not need to be virtual | Chris Lattner |
2004-07-08 | Update comment. | Chris Lattner |
2004-07-04 | Make Type have no base classes. Previously it inherited Value. Also | Reid Spencer |
2004-07-02 | Fix Type::isSized() to realize that "{ opaque }" is not sized | Chris Lattner |
2004-06-17 | Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID() | Chris Lattner |
2004-05-26 | Provide the correct patch for bug 345. The solution is to add a setTypeName | Reid Spencer |
2004-05-25 | Give Type its own dump() method in preparation for Type != Value. | Reid Spencer |
2004-03-26 | Add two methods which have been needed for a long time: Type::get(Un)signedVe... | Chris Lattner |
2004-02-17 | Add two missing pieces from last checkin | Chris Lattner |
2004-02-17 | Rearrange code to eliminate warnings | Chris Lattner |
2004-02-10 | Doxygenify comment. | Misha Brukman |
2004-02-09 | Now that all of the derived types have disciplined interfaces, we can eliminate | Chris Lattner |
2003-11-11 | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke |
2003-10-30 | Tighten up what we consider to be first class types. | Chris Lattner |
2003-10-20 | Added LLVM copyright header (for lack of a better term). | John Criswell |
2003-10-13 | Add operator= for type iterators to make them assignable | Chris Lattner |
2003-10-13 | Remove explicit inline qualifiers when the implicit ones work just as well | Chris Lattner |
2003-10-09 | Kill warning when compiling in optimized mode | Chris Lattner |
2003-10-09 | Make getContainedType more efficient by not returning null if out of range! | Chris Lattner |
2003-10-02 | Make the PATypeHolder use a simple union-find implementation to handle | Chris Lattner |
2003-09-30 | Standardize header file comments | Chris Lattner |
2003-09-02 | New method | Chris Lattner |
2003-09-02 | Remove the "recursive bit", not only is it unused by anyone, it was also | Chris Lattner |
2003-09-02 | The description is no longer stored directly in the type. | Chris Lattner |
2003-08-21 | The word `dependent' has no `a'. | Misha Brukman |
2003-05-20 | s/convertable/convertible/g | Misha Brukman |
2002-09-03 | - Renamed Type::isIntegral() to Type::isInteger() | Chris Lattner |
2002-08-25 | Convert comments to Doxygen style | Chris Lattner |
2002-07-24 | Use the Support/iterator file to abstract out compiler differences | Chris Lattner |
2002-07-24 | *** empty log message *** | Chris Lattner |
2002-06-25 | *** empty log message *** | Chris Lattner |
2002-05-06 | * Add getPrimitiveSize method | Chris Lattner |
2002-04-08 | * Fix comment | Chris Lattner |
2002-03-29 | s/Method/Function | Chris Lattner |
2002-01-20 | Changes to build successfully with GCC 3.02 | Chris Lattner |
2001-12-13 | Implement some nice functions useful for looking at types | Chris Lattner |
2001-11-27 | Create a new #include "Support/..." directory structure to move things | Chris Lattner |
2001-11-26 | New Method isLosslesslyConvertableTo | Chris Lattner |
2001-10-02 | Commit more code over to new cast style | Chris Lattner |
2001-10-01 | Add more support for new style casts | Chris Lattner |
2001-10-01 | Add support for newer cleaner isa, cast, dyn_cast | Chris Lattner |
2001-09-28 | Pull iterators out of CFG.h and CFGdecls and put them in Support directory | Chris Lattner |