aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Type.h
Commit message (Expand)AuthorAgeFilesLines
* Switch isa_impl from a function template to a class template with aDouglas Gregor2010-03-301-3/+5
* Correct LastPrimitiveTyID: MetadataType is a primitive type.Duncan Sands2010-02-191-1/+1
* Introduce isOpaqueTy and use it rather than isa<OpaqueType>. Also, move someDuncan Sands2010-02-161-12/+16
* There are two ways of checking for a given type, for example isa<PointerType>(T)Duncan Sands2010-02-161-0/+4
* Uniformize the names of type predicates: rather than having isFloatTy andDuncan Sands2010-02-151-21/+21
* Add support for a union type in LLVM IR. Patch by Talin!Chris Lattner2010-02-121-6/+8
* Flesh out the list of predicates, for those who like this style. I wasDuncan Sands2010-02-081-1/+21
* Add a new predicate for integer type equality tests.Benjamin Kramer2010-01-051-0/+3
* fix unit test that I broke.Chris Lattner2009-12-221-1/+1
* types don't need atomic inc/dec, they are local to an llvmcontext.Chris Lattner2009-12-221-6/+3
* Type.h doesn't need to #include LLVMContext.hChris Lattner2009-10-271-1/+1
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-261-1/+1
* Make getPointerTo return a const PointerType* rather thanDuncan Sands2009-10-071-1/+1
* Introduce and use convenience methods for getting pointer typesDuncan Sands2009-10-061-0/+15
* add more type predicates.Chris Lattner2009-10-051-6/+24
* add some helper functions.Chris Lattner2009-10-051-0/+6
* Clean up the minor mess I caused with removing iterator.h. I shall take care ...Gabor Greif2009-08-271-1/+0
* remove the std::ostream version of module and type printing.Chris Lattner2009-08-231-2/+0
* Actually privatize a IntegerTypes, and fix a few bugs exposed by this.Owen Anderson2009-08-131-2/+4
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-131-5/+15
* Add an LLVMContext to Type, hardwired to the global context until Type uniqui...Owen Anderson2009-07-151-1/+9
* Update the C bindings to keep the LLVMTypeKind up to date between the C/C++Chris Lattner2009-07-151-0/+1
* Fix a typo that Edwin spotted.Dan Gohman2009-07-141-1/+1
* Add a comment clarifying the role of getPrimitiveTypeSizeInBits.Dan Gohman2009-07-141-0/+5
* There are five floating point types.Nick Lewycky2009-07-051-1/+1
* There are *four* lights!Nick Lewycky2009-07-051-1/+1
* Revert my last series of commits related to Timer and 64-bit atomics. Not al...Owen Anderson2009-06-231-4/+4
* Atomic ops that do arithmetic use signed arithmetic.Owen Anderson2009-06-231-2/+2
* Label the existing atomic functions as 32-bit specific, and add a 64-bit one ...Owen Anderson2009-06-231-4/+4
* Use atomic increment/decrement for reference counting of Type's.Owen Anderson2009-06-171-3/+5
* Add an atomic increment and decrement implementation, which will be used forOwen Anderson2009-06-171-4/+1
* Support vector casts in more places, fixing a variety of assertionDan Gohman2009-06-151-11/+12
* Create FunctionType::isValidArgumentType to go along with isValidReturnType.Nick Lewycky2009-06-071-1/+1
* Give embedded metadata its own type instead of relying on EmptyStructTy.Nick Lewycky2009-05-301-8/+9
* Add a new Type::getPointerTo method, which is shorthand forChris Lattner2009-04-101-0/+4
* Add support for embedded metadata to LLVM. This introduces two new types ofNick Lewycky2009-04-041-1/+1
* delete a bunch of duplicated type printing logic, using the type printingChris Lattner2009-02-281-2/+2
* add a new form of Type::dump that takes a module for type names,Chris Lattner2008-10-011-0/+5
* remove dead method.Chris Lattner2008-08-231-1/+0
* Switch the asmprinter (.ll) and all the stuff it requires over toChris Lattner2008-08-231-1/+3
* Inline the fastpath of PATypeHolder::get(). This is a small speedup in Chris Lattner2008-08-151-0/+11
* Add an isAggregateType predicate.Dan Gohman2008-05-301-0/+9
* For PR1338: rename include/llvm/ADT/ilist and friends to end with ".h"Anton Korobeynikov2008-05-291-1/+1
* It turns out there are only 3 non-first-class type kinds left now, soDan Gohman2008-05-231-2/+3
* Make structs and arrays first-class types, and add assemblyDan Gohman2008-05-231-2/+2
* Add a Type::isSingleValueType method. This will be used by codeDan Gohman2008-05-211-1/+11
* add a helper method.Chris Lattner2008-05-191-0/+13
* Remove warnings about unused parameters and shadowed variables.Bill Wendling2008-05-191-1/+1
* add an assertion to catch a null PATypeHolder, patch by Erick TryzelaarChris Lattner2008-02-251-1/+2
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2