Moved UnaryOperator::create to InstrTypes.cpp until there is an iUnaryOps.cpp
[oota-llvm.git] / lib / VMCore /
2001-06-25 Chris LattnerMoved UnaryOperator::create to InstrTypes.cpp until...
2001-06-25 Chris Lattner* Rename get.*Operator to create seeing that it would...
2001-06-21 Chris LattnerAdd a space to the PHI node output code to make it...
2001-06-11 Chris LattnerUpdates to support
2001-06-11 Chris LattnerUpdates to support
2001-06-08 Chris LattnerMoved getBinaryOperator to the BinaryOperator class...
2001-06-07 Chris LattnerAdd extra method to PHI node class
2001-06-07 Chris LattnerFixed to print slightly differently. Added use counts...
2001-06-07 Chris LattnerFixes for BB iterators, additional methods added for...
2001-06-06 Chris LattnerInitial revision