Sort the #include lines for the include/... tree with the script.
[oota-llvm.git] / include / llvm / InstrTypes.h
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-11-01 Chandler CarruthRevert the series of commits starting with r166578...
2012-10-30 Duncan SandsFix isEliminableCastPair to work correctly in the prese...
2012-10-24 Micah VillmowAdd in support for getIntPtrType to get the pointer...
2012-10-11 Sean SilvaRemove unnecessary classof()'s
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-09-27 Sylvestre LedruRevert 'Fix a typo 'iff' => 'if''. iff is an abreviatio...
2012-09-27 Sylvestre LedruFix a typo 'iff' => 'if'
2012-09-23 Craig TopperAdd LLVM_OVERRIDE to methods that override their base...
2012-09-18 Craig TopperMark constructors, destructors, and operator new commen...
2012-08-23 Dmitri GribenkoFix a bunch of -Wdocumentation warnings.
2011-12-01 David BlaikieAdd some missing anchors.
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-04-11 Jay FoadDon't include Operator.h from InstrTypes.h.
2011-02-09 Chris LattnerRework InstrTypes.h so to reduce the repetition around...
2011-02-07 Duncan SandsAdd IRBuilder methods for creating an exact udiv, like...
2011-02-06 Chris Lattnerenhance vmcore to know that udiv's can be exact, and...
2011-01-11 Jay FoadFixedNumOperandTraits and VariadicOperandTraits assumed...
2011-01-04 Duncan SandsThese methods should be "const"; make them so.
2010-05-28 Dan GohmanSplit the logic behind CastInst::isNoopCast into a...
2010-05-28 Dan GohmanFix a comment; vectors are not a special case here.
2010-02-12 Chris Lattnerdoxygenize some comments, patch by Peter Collingbourne!
2010-02-02 Duncan SandsAdding missing methods for creating Add, Mul, Neg and...
2010-01-22 Chris Lattneradd an out-of-line virtual method to CmpInst to give...
2009-12-29 Chris Lattnersink twine.h down out of Value.h. It is annoying that...
2009-12-29 Chris Lattnersink the Instruction::HasMetadata bit into SubclassData.
2009-12-29 Chris Lattneradd a layer of accessors around the Value::SubClassData...
2009-12-18 Dan GohmanAdd utility routines for NSW multiply.
2009-12-18 Dan GohmanAdd utility routines for creating integer negation...
2009-11-12 Nick LewyckyAdd CreateNUWAdd and CreateNUWSub to complement the...
2009-11-09 Chris Lattnerrename SimplifyCompare -> SimplifyCmpInst and split...
2009-10-27 Devang PatelFactor out redundancy from clone() implementations.
2009-10-26 Victor HernandezRemove FreeInst.
2009-10-25 Nick LewyckyRemove ICmpInst::isSignedPredicate which was a reimplem...
2009-10-25 Nick LewyckySink isTrueWhenEqual from ICmpInst to CmpInst. Add...
2009-10-17 Victor HernandezRemove MallocInst from LLVM Instructions.
2009-09-27 Nick LewyckyRound out the API for the new optimization flags.
2009-09-27 Nick LewyckyInstruction::clone does not need to take an LLVMContext...
2009-09-26 Duncan SandsAdd methods for creating NSW subtraction, as already...
2009-09-07 Dan GohmanReappy r80998, now that the GlobalOpt bug that it expos...
2009-09-06 Duncan SandsPublic and private corrections, warned about by icc...
2009-09-06 Daniel DunbarRevert "Include optional subclass flags, such as inboun...
2009-09-04 Dan GohmanInclude optional subclass flags, such as inbounds,...
2009-08-25 Dan GohmanEliminate the unused Context argument on one of the...
2009-08-25 Dan GohmanUse covariant return types for Instruction::clone,...
2009-08-25 Dan GohmanRename Instruction::isIdenticalTo to Instruction::isIde...
2009-08-20 Dan GohmanRename hasNoUnsignedOverflow and hasNoSignedOverflow...
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-08-12 Dan GohmanRemove a bunch more now-unnecessary Context arguments.
2009-08-11 Dan GohmanAdd convenience functions for creating nsw add operators.
2009-08-11 Benjamin KramerMake LLVMContext and LLVMContextImpl classes instead...
2009-08-11 Dan GohmanAdd convenience functions for creating exact sdiv opera...
2009-08-04 Owen AndersonFactor some of the constants+context related code out...
2009-07-29 Owen AndersonMove types back to the 2.5 API.
2009-07-25 Daniel DunbarInitial update to VMCore to use Twines for string argum...
2009-07-21 Dan GohmanPermit the IntPtrTy argument to isEliminableCastPair...
2009-07-13 Owen AndersonThese don't really need contexts either.
2009-07-13 Owen AndersonMove more functionality over to LLVMContext.
2009-07-13 Owen AndersonBegin the painful process of tearing apart the rat...
2009-07-09 Owen AndersonThis started as a small change, I swear. Unfortunately...
2009-07-08 Nick LewyckyRemove the vicmp and vfcmp instructions. Because we...
2009-06-04 Dan GohmanSplit the Add, Sub, and Mul instruction opcodes into...
2009-02-09 Mikhail Glushenkov80-column violations.
2008-10-17 Dan GohmanUse the opcode predicates, instead of duplicating the...
2008-10-15 Gabor Greifremove legacy interfaces
2008-09-09 Dan GohmanExtend the vcmp/fcmp LLVM IR instructions to take vecto...
2008-07-24 Evan ChengRename instance variables, parameter argument names...
2008-07-23 Dan GohmanEnable first-class aggregates support.
2008-06-06 Gabor Greifmake ExtractValueInst derived from UnaryInstruction
2008-05-31 Dan GohmanFactor several methods, including getInversePredicate and
2008-05-21 Gabor Greifupdate a comment
2008-05-16 Gabor GreifAPI change for {BinaryOperator|CmpInst|CastInst}::creat...
2008-05-13 Gabor GreifDerive GetResultInst from UnaryInstruction, this simpli...
2008-05-12 Nate BegemanAdd two new instructions to the llvm IR, vicmp and...
2008-05-10 Gabor Greifmerge of use-diet branch to trunk
2008-05-09 Chris Lattneradd support for pattern matching 'neg'
2008-04-06 Gabor GreifAPI changes for class Use size reduction, wave 1.
2008-01-06 Duncan SandsWhen transforming a call to a bitcast function into
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-12-10 Gordon HenriksenReverting dtor devirtualization patch.
2007-12-09 Gordon HenriksenDevirtualizing Value destructor (PR889). Patch by Pawel...
2007-12-08 Chris LattnerImplement correct isa<UnaryInstruction>, problem report...
2007-10-17 Hartmut KaiserUpdated VC++ build system.
2007-08-24 Chris Lattnersink clone() down the class hierarchy from CmpInst...
2007-07-16 Dan GohmanFix comments about vectors to use the current wording.
2007-02-24 Chris LattnerRefactor the setName stuff, moving it down the inherita...
2007-02-13 Reid SpencerFix a compilation error that caused the nightly test...
2007-02-13 Chris LattnerSwitch UnaryOperators to default to passing names up...
2007-01-17 Reid SpencerFor PR1117:
2007-01-02 Reid SpencerAdd some convenience functions for getting the source...
2006-12-31 Reid SpencerFor PR950:
2006-12-23 Reid SpencerAdd some documentation to make Nick happy.
2006-12-23 Reid SpencerFor PR950:
2006-12-18 Reid SpencerRemove the createInferredCast methods now that their...
2006-12-12 Reid SpencerImplement createIntegerCast and createFPCast factory...
2006-12-07 Reid SpencerProvide a getOpcode() method on CmpInst to ensure the...
2006-12-04 Reid SpencerAdd cast creation functions for Pointer Casts, either...
2006-12-04 Reid SpencerImplement new cast creation functions for both instruct...
2006-12-04 Reid SpencerTake a baby step towards getting rid of inferred casts...
2006-11-27 Reid SpencerFor PR950:
next