Added LLVM copyright header (for lack of a better term).
[oota-llvm.git] / include / llvm / InstrTypes.h
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