Minor cleanups I missed
[oota-llvm.git] / include / llvm / InstrTypes.h
2002-02-19 Chris LattnerMinor cleanups I missed
2002-02-19 Chris LattnerThese constructors are for internal use only. These...
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-13 Chris LattnerSwap operands now preserves the semantics of the binary...
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