Added LLVM project notice to the top of every C++ source file.
[oota-llvm.git] / lib / VMCore / iOperators.cpp
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-08-21 Misha BrukmanThe word `dependent' has no `a'.
2002-10-31 Chris LattnerFix nasty bug in ::isNeg()
2002-10-31 Chris LattnerCan simplify code now with the isCommutative() method.
2002-09-10 Chris LattnerTighten up assertion checking for binary operators...
2002-09-10 Chris LattnerAdd capability to insert an instruction into a basic...
2002-09-01 Chris Lattner - Exposed SetCondInst::getInverseCondition & ::getSwa...
2002-08-20 Chris LattnerAdd new SetCondInst::getInverseCondition() method.
2002-08-15 Chris LattnerSimplify the code
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 LattnerImplement two constructor functions for "unary" instruc...
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-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-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-06-27 Chris LattnerChange to use the new GenericBinaryInst class. Support...
2001-06-25 Chris LattnerMoved UnaryOperator::create to InstrTypes.cpp until...
2001-06-06 Chris LattnerInitial revision