index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
test
/
Transforms
/
InstCombine
/
div-shift.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Temporarily Revert "Add basic loop fusion pass.""
Eric Christopher
2019-04-17
1
-0
/
+204
*
Temporarily Revert "Add basic loop fusion pass."
Eric Christopher
2019-04-17
1
-204
/
+0
*
[InstCombine] (X << Y) / X -> 1 << Y
Sanjay Patel
2018-01-21
1
-20
/
+8
*
[InstCombine] add baseline tests for (X << Y) / X -> 1 << Y; NFC
Sanjay Patel
2018-01-20
1
-15
/
+131
*
[InstCombine] Add support for turning vector sdiv into udiv.
Craig Topper
2017-04-17
1
-2
/
+2
*
[InstCombine] Add test cases for missing support for turning vector sdiv into...
Craig Topper
2017-04-17
1
-0
/
+15
*
[InstCombine] canonicalize min/max constant to select's false value
Sanjay Patel
2016-11-21
1
-2
/
+2
*
[InstCombine] regenerate checks
Sanjay Patel
2016-05-02
1
-33
/
+43
*
InstSimplify: X >> X -> 0
David Majnemer
2013-07-09
1
-3
/
+3
*
InstCombine: Reimplementation of visitUDivOperand
David Majnemer
2013-07-04
1
-1
/
+0
*
Revert r185257 (InstCombine: Be more agressive optimizing 'udiv' instrs with ...
Hal Finkel
2013-07-02
1
-0
/
+1
*
InstCombine: Be more agressive optimizing 'udiv' instrs with 'select' denoms
David Majnemer
2013-06-29
1
-0
/
+38
*
InstCombine: Make sure we use the pre-zext type when creating a constant of a...
Benjamin Kramer
2012-09-21
1
-0
/
+14
*
Look pass zext to strength reduce an udiv. Patch by David Majnemer. rdar://11...
Evan Cheng
2012-06-21
1
-0
/
+23