Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |