Add stub version of replaceMachineCodeForFunction. It will live here until
[oota-llvm.git] / include / llvm / iOperators.h
2002-09-10 Chris Lattner* Eliminate GenericBinaryInst class
2002-09-01 Chris Lattner - Exposed SetCondInst::getInverseCondition & ::getSwa...
2002-08-23 Chris LattnerImplement classof for SetCondInst so that instcombine...
2002-08-20 Chris LattnerAdd new SetCondInst::getInverseCondition() method.
2002-08-14 Chris LattnerRemove support for unary operators.
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-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 LattnerMake a new GenericBinaryInst class, instead of providin...
2001-06-06 Chris LattnerInitial revision