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