Add support for casting operators
[oota-llvm.git] / lib / VMCore / InstrTypes.cpp
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 LattnerChanged the fundemental architecture of Operands for...
2001-06-27 Chris LattnerMiscellaneous cleanups:
2001-06-25 Chris LattnerMoved UnaryOperator::create to InstrTypes.cpp until...
2001-06-11 Chris LattnerUpdates to support
2001-06-07 Chris LattnerAdd extra method to PHI node class
2001-06-06 Chris LattnerInitial revision