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
/
lib
/
Transforms
/
InstCombine
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reapply r219832 - InstCombine: Narrow switch instructions using known bits.
Akira Hatanaka
2014-10-16
1
-0
/
+31
*
Revert r219832.
Akira Hatanaka
2014-10-16
1
-31
/
+0
*
InstCombine: Narrow switch instructions using known bits.
Akira Hatanaka
2014-10-15
1
-0
/
+31
*
InstCombine: Don't miscompile X % ((Pow2 << A) >>u B)
David Majnemer
2014-10-14
1
-7
/
+4
*
fix formatting; NFC
Sanjay Patel
2014-10-14
1
-33
/
+25
*
InstCombine: Fix miscompile in X % -Y -> X % Y transform
David Majnemer
2014-10-13
1
-6
/
+6
*
InstCombine: Don't miscompile (x lshr C1) udiv C2
David Majnemer
2014-10-13
1
-4
/
+10
*
InstCombine: Turn (x != 0 & x <u C) into the canonical range check form (x-1 ...
Benjamin Kramer
2014-10-12
1
-0
/
+2
*
InstCombine: Simplify commonIDivTransforms
David Majnemer
2014-10-12
1
-86
/
+76
*
InstCombine: Don't fold (X <<s log(INT_MIN)) /s INT_MIN to X
David Majnemer
2014-10-11
1
-1
/
+2
*
InstCombine, InstSimplify: (%X /s C1) /s C2 isn't always 0 when C1 * C2 overflow
David Majnemer
2014-10-11
1
-5
/
+4
*
InstCombine: mul to shl shouldn't preserve nsw
David Majnemer
2014-10-11
1
-2
/
+0
*
[InstCombine] Fix wrong folding of constant comparisons involving ashr and ne...
Andrea Di Biagio
2014-10-09
1
-1
/
+2
*
Revert "[InstCombine] re-commit r218721 with fix for pr21199"
Justin Bogner
2014-10-08
3
-147
/
+8
*
Format spacing and remove extra lines to comply with standards. NFC.
Suyog Sarda
2014-10-08
1
-5
/
+6
*
[InstCombine] re-commit r218721 with fix for pr21199
Gerolf Hoflehner
2014-10-08
3
-8
/
+147
*
Revert r219175 - [InstCombine] re-commit r218721 icmp-select-icmp optimization
Hans Wennborg
2014-10-08
3
-151
/
+8
*
Reformat if statement to comply with LLVM standards. NFC.
Suyog Sarda
2014-10-07
1
-2
/
+4
*
Reformat to comply with LLVM coding standards using clang-format.
Suyog Sarda
2014-10-07
1
-5
/
+4
*
[InstCombine] Reformat if statements to comply with LLVM Coding Standards.
Tilmann Scheller
2014-10-07
1
-2
/
+6
*
[InstCombine] re-commit r218721 icmp-select-icmp optimization
Gerolf Hoflehner
2014-10-07
3
-8
/
+151
*
[InstCombine] Simplify the logic from r219067 using ValueTracking
Hal Finkel
2014-10-05
1
-12
/
+4
*
[InstCombine] Remove redundant @llvm.assume intrinsics
Hal Finkel
2014-10-04
1
-0
/
+17
*
Optimize square root squared (PR21126).
Sanjay Patel
2014-10-02
1
-0
/
+5
*
Use the local variable that other clauses around here are already using.
Sanjay Patel
2014-10-02
1
-1
/
+1
*
Revert r218721, r218735.
Evgeniy Stepanov
2014-10-01
3
-155
/
+8
*
[InstCombine] Fix for assert build failures caused by r218721
Gerolf Hoflehner
2014-10-01
1
-1
/
+7
*
[InstCombine] Optimize icmp-select-icmp
Gerolf Hoflehner
2014-10-01
3
-8
/
+149
*
Reapply fix in r217988 (reverted in r217989) and remove the alternative fix c...
David Blaikie
2014-09-17
1
-1
/
+1
*
Revert "Fix -Wnon-virtual-dtor warning introduced in r217982."
David Blaikie
2014-09-17
1
-1
/
+1
*
Fix -Wnon-virtual-dtor warning introduced in r217982.
David Blaikie
2014-09-17
1
-1
/
+1
*
Refactoring SimplifyLibCalls to remove static initializers and generally clea...
Chris Bieneman
2014-09-17
1
-5
/
+6
*
[InstCombine] Fix wrong folding of constant comparison involving ahsr and neg...
Andrea Di Biagio
2014-09-17
1
-9
/
+13
*
Check for all known bits on ret in InstCombine
Hal Finkel
2014-09-07
2
-0
/
+19
*
Add additional patterns for @llvm.assume in ValueTracking
Hal Finkel
2014-09-07
1
-0
/
+24
*
Make use of @llvm.assume in ValueTracking (computeKnownBits, etc.)
Hal Finkel
2014-09-07
13
-188
/
+265
*
Add an Assumption-Tracking Pass
Hal Finkel
2014-09-07
3
-4
/
+23
*
InstCombine: Remove a special case pattern
David Majnemer
2014-09-05
1
-15
/
+18
*
Revert "Revert two GEP-related InstCombine commits"
David Majnemer
2014-09-01
1
-11
/
+42
*
InstCombine: Respect recursion depth in visitUDivOperand
David Majnemer
2014-08-30
1
-4
/
+4
*
InstCombine: Try harder to combine icmp instructions
David Majnemer
2014-08-30
1
-3
/
+25
*
Revert two GEP-related InstCombine commits
David Majnemer
2014-08-29
1
-40
/
+11
*
InstCombine: Remove redundant combines
David Majnemer
2014-08-28
1
-15
/
+0
*
InstSimplify: Move a transform from InstCombine to InstSimplify
David Majnemer
2014-08-28
1
-10
/
+0
*
InstCombine: Combine gep X, (Y-X) to Y
David Majnemer
2014-08-27
1
-14
/
+25
*
Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just...
Craig Topper
2014-08-27
1
-1
/
+1
*
InstCombine: Optimize GEP's involving ptrtoint better
David Majnemer
2014-08-27
1
-11
/
+29
*
This patch enables SimplifyUsingDistributiveLaws() to handle following pattens.
Dinesh Dwivedi
2014-08-26
2
-54
/
+45
*
InstCombine: Properly optimize or'ing bittests together
David Majnemer
2014-08-24
1
-0
/
+42
*
InstCombine: Don't unconditionally preserve 'nuw' when shrinking constants
David Majnemer
2014-08-22
1
-6
/
+12
[next]