Remove the vicmp and vfcmp instructions. Because we never had a release with
[oota-llvm.git] / include / llvm / InstrTypes.h
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
2001-10-02 Chris LattnerCommit more code over to new cast style
2001-09-14 Chris LattnerChris seems fond of #include <vector>. Fix these....
2001-07-20 Chris LattnerAdd an function to BinaryOperator to swap the two operands
2001-07-08 Chris LattnerMoved Cast from being a Unary instruction to being...
2001-07-08 Chris LattnerNeg instruction removed. Cast instruction implemented.
2001-07-07 Chris LattnerConvert BinaryOperand and UnaryOperator to only take...
2001-07-07 Chris LattnerBroad superficial changes:
2001-07-07 Chris LattnerRemove dtor's that simply call dropAllReferences
2001-07-07 Chris LattnerChanged the fundemental architecture of Operands for...
2001-06-25 Chris Lattner* Rename get.*Operator to create seeing that it would...
2001-06-22 Chris LattnerAdd accessor methods to binary/unary operators
2001-06-08 Chris LattnerMoved getBinaryOperator to the BinaryOperator class...
2001-06-06 Chris LattnerInitial revision