Move DataTypes.h to include/llvm/System, update all users. This breaks the last
[oota-llvm.git] / include / llvm / Type.h
2009-10-26 Chandler CarruthMove DataTypes.h to include/llvm/System, update all...
2009-10-07 Duncan SandsMake getPointerTo return a const PointerType* rather...
2009-10-06 Duncan SandsIntroduce and use convenience methods for getting point...
2009-10-05 Chris Lattneradd more type predicates.
2009-10-05 Chris Lattneradd some helper functions.
2009-08-27 Gabor GreifClean up the minor mess I caused with removing iterator...
2009-08-23 Chris Lattnerremove the std::ostream version of module and type...
2009-08-13 Owen AndersonActually privatize a IntegerTypes, and fix a few bugs...
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-07-15 Owen AndersonAdd an LLVMContext to Type, hardwired to the global...
2009-07-15 Chris LattnerUpdate the C bindings to keep the LLVMTypeKind up to...
2009-07-14 Dan GohmanFix a typo that Edwin spotted.
2009-07-14 Dan GohmanAdd a comment clarifying the role of getPrimitiveTypeSi...
2009-07-05 Nick LewyckyThere are five floating point types.
2009-07-05 Nick LewyckyThere are *four* lights!
2009-06-23 Owen AndersonRevert my last series of commits related to Timer and...
2009-06-23 Owen AndersonAtomic ops that do arithmetic use signed arithmetic.
2009-06-23 Owen AndersonLabel the existing atomic functions as 32-bit specific...
2009-06-17 Owen AndersonUse atomic increment/decrement for reference counting...
2009-06-17 Owen AndersonAdd an atomic increment and decrement implementation...
2009-06-15 Dan GohmanSupport vector casts in more places, fixing a variety...
2009-06-07 Nick LewyckyCreate FunctionType::isValidArgumentType to go along...
2009-05-30 Nick LewyckyGive embedded metadata its own type instead of relying...
2009-04-10 Chris LattnerAdd a new Type::getPointerTo method, which is shorthand for
2009-04-04 Nick LewyckyAdd support for embedded metadata to LLVM. This introdu...
2009-02-28 Chris Lattnerdelete a bunch of duplicated type printing logic, using...
2008-10-01 Chris Lattneradd a new form of Type::dump that takes a module for...
2008-08-23 Chris Lattnerremove dead method.
2008-08-23 Chris LattnerSwitch the asmprinter (.ll) and all the stuff it requir...
2008-08-15 Chris LattnerInline the fastpath of PATypeHolder::get(). This is...
2008-05-30 Dan GohmanAdd an isAggregateType predicate.
2008-05-29 Anton KorobeynikovFor PR1338: rename include/llvm/ADT/ilist and friends...
2008-05-23 Dan GohmanIt turns out there are only 3 non-first-class type...
2008-05-23 Dan GohmanMake structs and arrays first-class types, and add...
2008-05-21 Dan GohmanAdd a Type::isSingleValueType method. This will be...
2008-05-19 Chris Lattneradd a helper method.
2008-05-19 Bill WendlingRemove warnings about unused parameters and shadowed...
2008-02-25 Chris Lattneradd an assertion to catch a null PATypeHolder, patch...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-09-25 Duncan SandsFix spelling.
2007-09-13 Chris Lattnerremove dead enum value.
2007-08-20 Dan GohmanAdd Type::isIntOrIntVector, like Type::isFPOrFPVector.
2007-08-03 Dale JohannesenLong double, part 1 of N. Support in IR.
2007-07-05 Gabor GreifHere is the bulk of the sanitizing.
2007-05-17 Dan GohmanCorrect a name in a comment.
2007-04-20 Chris LattnerFix a problem where primitive types lose their name...
2007-04-06 Reid SpencerFor PR1209:
2007-03-23 Dan GohmanAdd the 'explicit' keyword to several constructors...
2007-02-15 Reid SpencerFor PR1195:
2007-01-29 Anton KorobeynikovMake doxygen happy
2007-01-19 Reid SpencerFor PR1043:
2007-01-17 Reid SpencerRemove unused forward class declarations.
2007-01-15 Chris Lattnerrename Type::isIntegral to Type::isInteger, eliminating...
2007-01-12 Reid SpencerFor PR1064:
2007-01-11 Reid SpencerRename BoolTy as Int1Ty. Patch by Sheng Zhou.
2006-12-31 Reid SpencerFor PR950:
2006-12-17 Bill WendlingAdded an automatic cast to "std::ostream*" etc. from...
2006-12-08 Andrew LenharthPacked Structures
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-11-28 Bill WendlingAdded a temporary hack to get the llvm-streams to work...
2006-11-27 Reid SpencerFor PR950:
2006-10-26 Chris LattnerAdd isFPOrFPVector() method, which indicates if a type...
2006-09-28 Chris LattnerNow that ConstantBool::True/False are gone, we can...
2006-09-23 Chris Lattnerremove misleading comment
2006-07-25 Jim LaskeyMoving this function to a permanent home to prevent...
2006-05-31 Vladimir PrusClarify type naming.
2006-05-30 Vladimir PrusMake doc comment visible in doxygen output. Clarify...
2006-05-24 Reid SpencerFor PR786:
2006-04-04 Chris LattnerHow could this ever have worked?
2006-02-07 Chris Lattneradd a new Type::getIntegralTypeMask() method, which...
2005-12-26 Duraid Madinai love xmas!!!! *;D*
2005-11-13 Chris LattnerShrink derived types by 8 bytes each by not having...
2005-11-13 Chris LattnerRefactor some code, moving methods and data around...
2005-11-12 Chris LattnerShrink the Type class from 32 to 28 bytes on Darwin...
2005-11-12 Chris Lattnerremove a dead method
2005-04-23 Chris Lattneradd a method, remove a dead #include
2005-04-23 Alkis EvlogimenosAdd method to return the type this type will be promote...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-03-07 Chris LattnerFix problems compiling with G++ 4.x.x with -pedantic...
2005-03-02 Chris LattnerNow that type does not derive from Value, these do...
2005-02-27 Chris LattnerFix spelling, patch contributed by Gabor Greif
2005-01-24 Misha Brukman`primitive' has no `a'
2005-01-24 Chris LattnerDo not return true from isSized for things without...
2005-01-24 Chris LattnerThis giant patch speeds up Type::isSized(). Before...
2004-12-13 Reid SpencerAdded a size_type typedef to LLVM containers to make...
2004-11-19 Chris LattnerAdd static functions to clear singleton maps. Patch...
2004-10-12 Misha BrukmanOn second thought, OpaqueType is not really a good...
2004-10-12 Chris LattnerAdd comment
2004-10-12 Misha BrukmanOpaque types are considered to be first-class.
2004-10-07 Chris LattnerChange signature of this method again
2004-10-06 Misha BrukmanUndoxyfy internal method.
2004-10-06 Misha BrukmanDoxygen-ify comments
2004-10-06 Chris LattnerRename method, change comment, add argument
2004-09-28 Alkis EvlogimenosUse class instead of struct for defining classes. This...
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-20 Brian GaekePacked types, brought to you by Brad Jones
2004-07-15 Chris LattnerFinal fix for PR341: eliminate operator<<(ostream,...
2004-07-15 Chris LattnerYeah, how about those 'primative' types huh?
2004-07-14 Chris LattnerMake PATypeHolder and friends return non-const pointers...
2004-07-09 Chris LattnerRemoved unneeded forward decl
next