New ctor for invoke inst
[oota-llvm.git] / include / llvm / InstrTypes.h
2001-10-13 Chris LattnerNew ctor for invoke inst
2001-10-02 Chris LattnerCommit more code over to new cast style
2001-09-14 Chris LattnerChris seems fond of #include <vector>. Fix these....
2001-07-20 Chris LattnerAdd an function to BinaryOperator to swap the two operands
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 LattnerConvert BinaryOperand and UnaryOperator to only take...
2001-07-07 Chris LattnerBroad superficial changes:
2001-07-07 Chris LattnerRemove dtor's that simply call dropAllReferences
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-22 Chris LattnerAdd accessor methods to binary/unary operators
2001-06-08 Chris LattnerMoved getBinaryOperator to the BinaryOperator class...
2001-06-06 Chris LattnerInitial revision