Improve printing of dominator sets
[oota-llvm.git] / lib / VMCore / InstrTypes.cpp
2002-09-10 Chris LattnerAdd capability to insert an instruction into a basic...
2002-07-24 Chris Lattner*** empty log message ***
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-04-09 Chris LattnerMove FunctionArgument out of iOther.h into Argument...
2002-03-26 Chris LattnerChange references from Method to Function
2002-03-22 Chris LattnerAdd an assertion that would hopefully catch a problem...
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
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