Rename ConstPoolVal -> Constant
[oota-llvm.git] / lib / VMCore / InstrTypes.cpp
2001-12-03 Chris LattnerSplit the PHINode class out from the iOther.h file...
2001-10-13 Chris LattnerAdd new TerminatorInst ctor for invoke
2001-09-07 Chris LattnerSupport new setName interface
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