| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for vectors of pointers. | Nadav Rotem | 2011-12-05 | 1 | -0/+4 |
* | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner | 2011-07-18 | 1 | -6/+6 |
* | remove the DerivedType which isn't adding value anymore. | Chris Lattner | 2011-07-09 | 1 | -2/+1 |
* | Land the long talked about "type system rewrite" patch. This | Chris Lattner | 2011-07-09 | 1 | -244/+88 |
* | now that Type::getDescription() is dead, the TypePrinting class can move from... | Chris Lattner | 2011-06-18 | 1 | -1/+0 |
* | eliminate the Type::getDescription() method, using "<<" instead. This | Chris Lattner | 2011-06-18 | 1 | -7/+3 |
* | improve some comments. | Chris Lattner | 2011-06-18 | 1 | -13/+12 |
* | forward declare GraphTraits in Type.h instead of #includ'ing it. | Chris Lattner | 2011-06-16 | 1 | -1/+1 |
* | remove Type::getVAArgsPromotedType, which is dead, and tidy up a bit. | Chris Lattner | 2011-06-16 | 1 | -10/+7 |
* | Make codegen able to handle values of empty types. This is one way | Rafael Espindola | 2011-05-13 | 1 | -0/+3 |
* | Add x86MMX a few more places. | Dale Johannesen | 2010-09-15 | 1 | -1/+2 |
* | Prune includes. | Benjamin Kramer | 2010-09-14 | 1 | -1/+0 |
* | Fix comment typo. | Dale Johannesen | 2010-09-12 | 1 | -1/+1 |
* | Add X86 MMX type to bitcode and Type. | Dale Johannesen | 2010-09-10 | 1 | -8/+14 |
* | remove unions from LLVM IR. They are severely buggy and not | Chris Lattner | 2010-08-28 | 1 | -12/+6 |
* | give PATypeHolder an explicit copy ctor which initializes the type pointer, | Chris Lattner | 2010-06-29 | 1 | -3/+3 |
* | VMCore: Add Type::getIntN[Ptr]Ty, which are the obvious generic forms of | Daniel Dunbar | 2010-04-13 | 1 | -0/+3 |
* | Switch isa_impl from a function template to a class template with a | Douglas Gregor | 2010-03-30 | 1 | -3/+5 |
* | Correct LastPrimitiveTyID: MetadataType is a primitive type. | Duncan Sands | 2010-02-19 | 1 | -1/+1 |
* | Introduce isOpaqueTy and use it rather than isa<OpaqueType>. Also, move some | Duncan Sands | 2010-02-16 | 1 | -12/+16 |
* | There are two ways of checking for a given type, for example isa<PointerType>(T) | Duncan Sands | 2010-02-16 | 1 | -0/+4 |
* | Uniformize the names of type predicates: rather than having isFloatTy and | Duncan Sands | 2010-02-15 | 1 | -21/+21 |
* | Add support for a union type in LLVM IR. Patch by Talin! | Chris Lattner | 2010-02-12 | 1 | -6/+8 |
* | Flesh out the list of predicates, for those who like this style. I was | Duncan Sands | 2010-02-08 | 1 | -1/+21 |
* | Add a new predicate for integer type equality tests. | Benjamin Kramer | 2010-01-05 | 1 | -0/+3 |
* | fix unit test that I broke. | Chris Lattner | 2009-12-22 | 1 | -1/+1 |
* | types don't need atomic inc/dec, they are local to an llvmcontext. | Chris Lattner | 2009-12-22 | 1 | -6/+3 |
* | Type.h doesn't need to #include LLVMContext.h | Chris Lattner | 2009-10-27 | 1 | -1/+1 |
* | Move DataTypes.h to include/llvm/System, update all users. This breaks the last | Chandler Carruth | 2009-10-26 | 1 | -1/+1 |
* | Make getPointerTo return a const PointerType* rather than | Duncan Sands | 2009-10-07 | 1 | -1/+1 |
* | Introduce and use convenience methods for getting pointer types | Duncan Sands | 2009-10-06 | 1 | -0/+15 |
* | add more type predicates. | Chris Lattner | 2009-10-05 | 1 | -6/+24 |
* | add some helper functions. | Chris Lattner | 2009-10-05 | 1 | -0/+6 |
* | Clean up the minor mess I caused with removing iterator.h. I shall take care ... | Gabor Greif | 2009-08-27 | 1 | -1/+0 |
* | remove the std::ostream version of module and type printing. | Chris Lattner | 2009-08-23 | 1 | -2/+0 |
* | Actually privatize a IntegerTypes, and fix a few bugs exposed by this. | Owen Anderson | 2009-08-13 | 1 | -2/+4 |
* | Push LLVMContexts through the IntegerType APIs. | Owen Anderson | 2009-08-13 | 1 | -5/+15 |
* | Add an LLVMContext to Type, hardwired to the global context until Type uniqui... | Owen Anderson | 2009-07-15 | 1 | -1/+9 |
* | Update the C bindings to keep the LLVMTypeKind up to date between the C/C++ | Chris Lattner | 2009-07-15 | 1 | -0/+1 |
* | Fix a typo that Edwin spotted. | Dan Gohman | 2009-07-14 | 1 | -1/+1 |
* | Add a comment clarifying the role of getPrimitiveTypeSizeInBits. | Dan Gohman | 2009-07-14 | 1 | -0/+5 |
* | There are five floating point types. | Nick Lewycky | 2009-07-05 | 1 | -1/+1 |
* | There are *four* lights! | Nick Lewycky | 2009-07-05 | 1 | -1/+1 |
* | Revert my last series of commits related to Timer and 64-bit atomics. Not al... | Owen Anderson | 2009-06-23 | 1 | -4/+4 |
* | Atomic ops that do arithmetic use signed arithmetic. | Owen Anderson | 2009-06-23 | 1 | -2/+2 |
* | Label the existing atomic functions as 32-bit specific, and add a 64-bit one ... | Owen Anderson | 2009-06-23 | 1 | -4/+4 |
* | Use atomic increment/decrement for reference counting of Type's. | Owen Anderson | 2009-06-17 | 1 | -3/+5 |
* | Add an atomic increment and decrement implementation, which will be used for | Owen Anderson | 2009-06-17 | 1 | -4/+1 |
* | Support vector casts in more places, fixing a variety of assertion | Dan Gohman | 2009-06-15 | 1 | -11/+12 |
* | Create FunctionType::isValidArgumentType to go along with isValidReturnType. | Nick Lewycky | 2009-06-07 | 1 | -1/+1 |