| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove a bunch of unused arguments from functions, silencing a | Eric Christopher | 2009-10-14 | 1 | -2/+2 |
* | add a helper method. | Chris Lattner | 2009-09-21 | 1 | -0/+12 |
* | Reappy r80998, now that the GlobalOpt bug that it exposed on MiniSAT is fixed. | Dan Gohman | 2009-09-07 | 1 | -16/+50 |
* | Revert "Include optional subclass flags, such as inbounds, nsw, etc., ...", this | Daniel Dunbar | 2009-09-06 | 1 | -50/+16 |
* | Include optional subclass flags, such as inbounds, nsw, etc., in the | Dan Gohman | 2009-09-04 | 1 | -16/+50 |
* | Rename hasNoUnsignedOverflow and hasNoSignedOverflow to hasNoUnsignedWrap | Dan Gohman | 2009-08-20 | 1 | -8/+8 |
* | Add unimplemented destructor declarations to hopefully address | Dan Gohman | 2009-08-13 | 1 | -0/+6 |
* | Avoid implicitly depending on Instructions.h. | Dan Gohman | 2009-08-11 | 1 | -1/+3 |
* | Add a new keyword 'inbounds' for use with getelementptr. See the | Dan Gohman | 2009-07-27 | 1 | -0/+9 |
* | Order unsigned before signed, for consistency. | Dan Gohman | 2009-07-27 | 1 | -8/+8 |
* | Add specific classes for Add, Sub, and Mul, for convenience. | Dan Gohman | 2009-07-24 | 1 | -0/+51 |
* | Clarify that OverflowingBinaryOperator is not used for SDiv, even though | Dan Gohman | 2009-07-20 | 1 | -1/+2 |
* | Drop UDivOperator and introduce SDivOperator. Thanks to Chris | Dan Gohman | 2009-07-20 | 1 | -5/+5 |
* | Revert the addition of hasNoPointerOverflow to GEPOperator. | Dan Gohman | 2009-07-20 | 1 | -18/+0 |
* | Convert more code to use Operator instead of explicitly handling both | Dan Gohman | 2009-07-17 | 1 | -0/+42 |
* | Add a GEPOperator class, and move the hasNoPointerOverflow | Dan Gohman | 2009-07-17 | 1 | -0/+35 |
* | Add a new Operator class, for handling Instructions and ConstantExprs | Dan Gohman | 2009-07-17 | 1 | -0/+132 |