summaryrefslogtreecommitdiff
path: root/include/llvm/Operator.h
Commit message (Expand)AuthorAge
* Reappy r80998, now that the GlobalOpt bug that it exposed on MiniSAT is fixed.Dan Gohman2009-09-07
* Revert "Include optional subclass flags, such as inbounds, nsw, etc., ...", thisDaniel Dunbar2009-09-06
* Include optional subclass flags, such as inbounds, nsw, etc., in theDan Gohman2009-09-04
* Rename hasNoUnsignedOverflow and hasNoSignedOverflow to hasNoUnsignedWrapDan Gohman2009-08-20
* Add unimplemented destructor declarations to hopefully addressDan Gohman2009-08-13
* Avoid implicitly depending on Instructions.h.Dan Gohman2009-08-11
* Add a new keyword 'inbounds' for use with getelementptr. See theDan Gohman2009-07-27
* Order unsigned before signed, for consistency.Dan Gohman2009-07-27
* Add specific classes for Add, Sub, and Mul, for convenience.Dan Gohman2009-07-24
* Clarify that OverflowingBinaryOperator is not used for SDiv, even thoughDan Gohman2009-07-20
* Drop UDivOperator and introduce SDivOperator. Thanks to ChrisDan Gohman2009-07-20
* Revert the addition of hasNoPointerOverflow to GEPOperator.Dan Gohman2009-07-20
* Convert more code to use Operator instead of explicitly handling bothDan Gohman2009-07-17
* Add a GEPOperator class, and move the hasNoPointerOverflowDan Gohman2009-07-17
* Add a new Operator class, for handling Instructions and ConstantExprsDan Gohman2009-07-17