Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changes to build successfully with GCC 3.02 | Chris Lattner | 2002-01-20 | 1 | -6/+10 |
* | Swap operands now preserves the semantics of the binary operator by changing | Chris Lattner | 2001-12-13 | 1 | -0/+26 |
* | Moved Cast from being a Unary instruction to being an "Other" instruction | Chris Lattner | 2001-07-08 | 1 | -9/+18 |
* | Neg instruction removed. Cast instruction implemented. | Chris Lattner | 2001-07-08 | 1 | -1/+31 |
* | Convert BinaryOperand and UnaryOperator to only take instruction types of | Chris Lattner | 2001-07-07 | 1 | -2/+2 |
* | Broad superficial changes: | Chris Lattner | 2001-07-07 | 1 | -15/+21 |
* | Change to use the new GenericBinaryInst class. Support lots more operators. | Chris Lattner | 2001-06-27 | 1 | -8/+15 |
* | Moved UnaryOperator::create to InstrTypes.cpp until there is an iUnaryOps.cpp | Chris Lattner | 2001-06-25 | 1 | -0/+19 |
* | Initial revision | Chris Lattner | 2001-06-06 | 1 | -0/+37 |