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
*
[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
*
InstCombine: sub nsw %x, C -> add nsw %x, -C if C isn't INT_MIN
David Majnemer
2014-08-22
1
-1
/
+4
*
InstCombine: Don't unconditionally preserve 'nsw' when shrinking constants
David Majnemer
2014-08-22
1
-0
/
+8
*
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
2014-08-21
2
-3
/
+3
*
InstCombine: Fold ((A | B) & C1) ^ (B & C2) -> (A & C1) ^ B if C1^C2=-1
David Majnemer
2014-08-21
2
-0
/
+46
*
New InstCombine pattern: (icmp ult/ule (A + C1), C3) | (icmp ult/ule (A + C2)...
Yi Jiang
2014-08-20
1
-0
/
+55
*
InstCombine: Annotate sub with nuw when we prove it's safe
David Majnemer
2014-08-20
2
-0
/
+19
*
InstCombine: Annotate sub with nsw when we prove it's safe
David Majnemer
2014-08-19
2
-1
/
+40
*
InstCombine: ((A & ~B) ^ (~A & B)) to A ^ B
Mayur Pandey
2014-08-19
1
-0
/
+10
*
test commit (spelling correction)
Mayur Pandey
2014-08-19
1
-1
/
+1
*
Revert "Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoi...
Craig Topper
2014-08-18
2
-3
/
+3
*
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
2014-08-17
2
-3
/
+3
*
Remove an InstCombine that transformed patterns like (x * uitofp i1 y) to (se...
Owen Anderson
2014-08-17
1
-30
/
+0
*
InstCombine: Fix a potential bug in 0 - (X sdiv C) -> (X sdiv -C)
David Majnemer
2014-08-16
1
-1
/
+1
*
InstCombine: Combine mul with div.
David Majnemer
2014-08-16
1
-2
/
+75
*
InstCombine: ((A | ~B) ^ (~A | B)) to A ^ B
David Majnemer
2014-08-14
1
-0
/
+10
[next]