Add another required #include for freestanding .h files.
[oota-llvm.git] / include / llvm / InstrTypes.h
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:
2006-11-20 Reid SpencerFor PR950:
2006-09-17 Chris LattnerAdd ShiftInst::isLogical/ArithmeticShift methods.
2006-06-21 Chris LattnerAdd some out-of-line virtual dtors so that the class...
2005-04-24 Chris Lattnerallow these to take a generic Value*
2005-04-22 Misha BrukmanConvert tabs to spaces
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-01-29 Chris LattnerAdjust to changes in the User class. Introduce a new...
2004-10-15 Chris LattnerMove the implementation of the clone method for these...
2004-06-20 Chris LattnerAdd methods like BinaryOperator::createAdd that take...
2004-06-10 Chris LattnerAdd new BinaryOperator::createAdd/Sub/... methods to...
2004-05-27 Alkis EvlogimenosAdd constructors that take a BasicBlock to append to...
2004-05-26 Alkis EvlogimenosRefactor common initialization code in private init...
2003-11-20 Chris Lattner* Add new constructors to allow insertion of terminator...
2003-11-16 Chris LattnerFixes for PR114: Thanks to Reid Spencer!
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-09-30 Chris LattnerStandardize header file comments
2003-08-21 Misha BrukmanThe word `dependent' has no `a'.
2002-10-13 Chris Lattner - Rename Instruction::First*Op to *OpsBegin, and...
2002-09-10 Chris LattnerImplement support for inserting an instruction into...
2002-08-25 Chris LattnerConvert comments to Doxygen style
2002-08-15 Vikram S. AdveAdded more helper functions for binary instructions...
2002-08-14 Chris LattnerRemove support for unary operators.
2002-08-14 Chris LattnerExpose two new static methods from BinaryOperator:...
2002-08-09 Chris LattnerUnaryOperator::create should take a name just like...
2002-07-14 Vikram S. AdveCreate a static version of Instruction::getOpcodeName...
2002-06-30 Chris LattnerFix comment
2002-06-25 Anand ShuklaAdded setSuccessor() method to terminator instructions
2002-05-23 Chris LattnerAdd a new setSuccessor method to terminator instructions
2002-04-27 Chris LattnerChange the semantics of getSuccessor to FAIL if an...
2002-02-19 Chris LattnerMinor cleanups I missed
2002-02-19 Chris LattnerThese constructors are for internal use only. These...
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-13 Chris LattnerSwap operands now preserves the semantics of the binary...
2001-10-13 Chris LattnerNew ctor for invoke inst
next