| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Give embedded metadata its own type instead of relying on EmptyStructTy. | Nick Lewycky | 2009-05-30 | 1 | -8/+9 |
* | Add a new Type::getPointerTo method, which is shorthand for | Chris Lattner | 2009-04-10 | 1 | -0/+4 |
* | Add support for embedded metadata to LLVM. This introduces two new types of | Nick Lewycky | 2009-04-04 | 1 | -1/+1 |
* | delete a bunch of duplicated type printing logic, using the type printing | Chris Lattner | 2009-02-28 | 1 | -2/+2 |
* | add a new form of Type::dump that takes a module for type names, | Chris Lattner | 2008-10-01 | 1 | -0/+5 |
* | remove dead method. | Chris Lattner | 2008-08-23 | 1 | -1/+0 |
* | Switch the asmprinter (.ll) and all the stuff it requires over to | Chris Lattner | 2008-08-23 | 1 | -1/+3 |
* | Inline the fastpath of PATypeHolder::get(). This is a small speedup in | Chris Lattner | 2008-08-15 | 1 | -0/+11 |
* | Add an isAggregateType predicate. | Dan Gohman | 2008-05-30 | 1 | -0/+9 |
* | For PR1338: rename include/llvm/ADT/ilist and friends to end with ".h" | Anton Korobeynikov | 2008-05-29 | 1 | -1/+1 |
* | It turns out there are only 3 non-first-class type kinds left now, so | Dan Gohman | 2008-05-23 | 1 | -2/+3 |
* | Make structs and arrays first-class types, and add assembly | Dan Gohman | 2008-05-23 | 1 | -2/+2 |
* | Add a Type::isSingleValueType method. This will be used by code | Dan Gohman | 2008-05-21 | 1 | -1/+11 |
* | add a helper method. | Chris Lattner | 2008-05-19 | 1 | -0/+13 |
* | Remove warnings about unused parameters and shadowed variables. | Bill Wendling | 2008-05-19 | 1 | -1/+1 |
* | add an assertion to catch a null PATypeHolder, patch by Erick Tryzelaar | Chris Lattner | 2008-02-25 | 1 | -1/+2 |
* | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Fix spelling. | Duncan Sands | 2007-09-25 | 1 | -1/+1 |
* | remove dead enum value. | Chris Lattner | 2007-09-13 | 1 | -7/+5 |
* | Add Type::isIntOrIntVector, like Type::isFPOrFPVector. | Dan Gohman | 2007-08-20 | 1 | -0/+5 |
* | Long double, part 1 of N. Support in IR. | Dale Johannesen | 2007-08-03 | 1 | -10/+15 |
* | Here is the bulk of the sanitizing. | Gabor Greif | 2007-07-05 | 1 | -2/+2 |
* | Correct a name in a comment. | Dan Gohman | 2007-05-17 | 1 | -3/+4 |
* | Fix a problem where primitive types lose their name after llvm_shutdown is ca... | Chris Lattner | 2007-04-20 | 1 | -1/+0 |
* | For PR1209: | Reid Spencer | 2007-04-06 | 1 | -18/+35 |
* | Add the 'explicit' keyword to several constructors that accept one | Dan Gohman | 2007-03-23 | 1 | -2/+2 |
* | For PR1195: | Reid Spencer | 2007-02-15 | 1 | -3/+3 |
* | Make doxygen happy | Anton Korobeynikov | 2007-01-29 | 1 | -1/+1 |
* | For PR1043: | Reid Spencer | 2007-01-19 | 1 | -17/+3 |