aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Operator.h
Commit message (Expand)AuthorAgeFilesLines
* Add a new keyword 'inbounds' for use with getelementptr. See theDan Gohman2009-07-271-0/+9
* Order unsigned before signed, for consistency.Dan Gohman2009-07-271-8/+8
* Add specific classes for Add, Sub, and Mul, for convenience.Dan Gohman2009-07-241-0/+51
* Clarify that OverflowingBinaryOperator is not used for SDiv, even thoughDan Gohman2009-07-201-1/+2
* Drop UDivOperator and introduce SDivOperator. Thanks to ChrisDan Gohman2009-07-201-5/+5
* Revert the addition of hasNoPointerOverflow to GEPOperator.Dan Gohman2009-07-201-18/+0
* Convert more code to use Operator instead of explicitly handling bothDan Gohman2009-07-171-0/+42
* Add a GEPOperator class, and move the hasNoPointerOverflowDan Gohman2009-07-171-0/+35
* Add a new Operator class, for handling Instructions and ConstantExprsDan Gohman2009-07-171-0/+132