index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Operator.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
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