Add support for newer cleaner isa, cast, dyn_cast
[oota-llvm.git] / include / llvm / Instruction.h
2001-10-01 Chris LattnerAdd support for newer cleaner isa, cast, dyn_cast
2001-09-14 Chris LattnerChris seems fond of #include <vector>. Fix these....
2001-09-07 Chris LattnerSupport new setName interface
2001-07-28 Vikram S. AdveMake a function const.
2001-07-21 Chris LattnerMore minor reorganizations
2001-07-21 Chris LattnerRemove getTempValuesForMachineCode from the Instruction...
2001-07-20 Vikram S. AdveAdded a representation of the machine instructions...
2001-07-14 Chris LattnerMade the following changes:
2001-07-09 Chris LattnerhasSideEffects should be marked virtual
2001-07-08 Chris LattnerImplementation of Store & GetElementPtr
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 LattnerBroad superficial changes:
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-08 Chris LattnerMoved getBinaryOperator to the BinaryOperator class...
2001-06-06 Chris LattnerInitial revision