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
/
and.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
[InstCombine] fold a shifted bool zext to a select (2nd try)
Sanjay Patel
2019-10-15
1
-2
/
+1
*
Revert [InstCombine] fold a shifted bool zext to a select
Sanjay Patel
2019-10-14
1
-1
/
+2
*
[InstCombine] fold a shifted bool zext to a select
Sanjay Patel
2019-10-14
1
-2
/
+1
*
Revert "Temporarily Revert "Add basic loop fusion pass.""
Eric Christopher
2019-04-17
1
-0
/
+839
*
Temporarily Revert "Add basic loop fusion pass."
Eric Christopher
2019-04-17
1
-839
/
+0
*
[InstCombine] fix demanded-bits propagation for zext/trunc
Sanjay Patel
2018-01-17
1
-3
/
+1
*
[InstCombine] add test to show hole in demanded bits; NFC
Sanjay Patel
2018-01-17
1
-0
/
+19
*
[InstCombine] Improve the expansion in SimplifyUsingDistributiveLaws to handl...
Craig Topper
2017-07-15
1
-38
/
+22
*
[InstCombine] Add test cases for (X & (Y | ~X)) -> (X & Y) where the not is a...
Craig Topper
2017-07-15
1
-0
/
+160
*
[InstCombine] Move 4 test cases from a test that didn't use FileCheck and mer...
Craig Topper
2017-07-15
1
-0
/
+48
*
[InstCombine] fix typo in test comment; NFC
Sanjay Patel
2017-05-10
1
-1
/
+1
*
[InstCombine] consolidate more DeMorgan tests; NFC
Sanjay Patel
2017-05-01
1
-13
/
+0
*
[InstCombine] Add missing commute handling to (A | B) & (B ^ (~A)) -> (A & B)
Craig Topper
2017-04-25
1
-8
/
+2
*
[InstCombine] Add test cases showing failures to handle commuted patterns aft...
Craig Topper
2017-04-25
1
-0
/
+34
*
[InstCombine] add/move tests for and/or-of-icmps equality folds; NFC
Sanjay Patel
2017-04-14
1
-13
/
+0
*
[InstCombine] Extend some OR combines to support vectors.
Craig Topper
2017-04-09
1
-8
/
+2
*
[InstCombine] Extend a canonicalization check to apply to vector constants too.
Craig Topper
2017-04-09
1
-4
/
+4
*
[InstCombine] Add test cases to show missing support for vectors in an OR com...
Craig Topper
2017-04-09
1
-0
/
+42
*
[InstCombine] Support folding and/or/xor with a constant vector RHS into sele...
Craig Topper
2017-04-04
1
-8
/
+5
*
[InstCombine] Add test cases for missing combines of phis with and/or/xor wit...
Craig Topper
2017-04-04
1
-0
/
+68
*
[InstCombine] Add more test cases for missing combines of selects with and/or...
Craig Topper
2017-04-04
1
-0
/
+31
*
[InstCombine] use m_APInt to allow demanded bits analysis on splat constants
Sanjay Patel
2017-02-09
1
-3
/
+2
*
[InstCombine] add test for demanded bits with splat vector constants; NFC
Sanjay Patel
2017-02-09
1
-0
/
+13
*
[InstCombine] fix operand-complexity-based canonicalization (PR28296)
Sanjay Patel
2017-02-03
1
-1
/
+1
*
[InstCombine] Fold ((C1 OP zext(X)) & C2) -> zext((C1 OP X) & C2)
David Majnemer
2017-01-17
1
-0
/
+46
*
[InstCombine] Fold ((C1-zext(X)) & C2) -> zext((C1-X) & C2)
David Majnemer
2017-01-17
1
-0
/
+11
*
[InstCombine] allow vector types for constant folding / computeKnownBits (PR2...
Sanjay Patel
2016-09-16
1
-0
/
+11
*
[InstCombine] add tests to show type limitations of InsertRangeTest and callers
Sanjay Patel
2016-08-30
1
-2
/
+28
*
[InstCombine] use m_APInt to allow icmp eq (and X, C1), C2 folds for splat co...
Sanjay Patel
2016-08-04
1
-6
/
+2
*
add tests for icmp vector folds
Sanjay Patel
2016-07-22
1
-0
/
+24
*
[InstSimplify] analyze (optionally casted) icmps to eliminate obviously false...
Sanjay Patel
2016-06-20
1
-11
/
+0
*
[InstCombine] update to use FileCheck with autogenerated exact checking
Sanjay Patel
2016-06-20
1
-143
/
+269
*
InstCombine: add more transforms
David Majnemer
2013-07-09
1
-3
/
+3
*
Use opt -S instead of piping bitcode output through llvm-dis.
Dan Gohman
2009-09-08
1
-1
/
+1
*
Change these tests to feed the assembly files to opt directly, instead
Dan Gohman
2009-09-08
1
-1
/
+1
*
Remove llvm-upgrade and update tests.
Tanya Lattner
2008-03-09
1
-155
/
+181
*
For PR1319:
Reid Spencer
2007-04-15
1
-0
/
+1
*
Regression is gone, don't try to find it on clean target.
Reid Spencer
2007-01-17
1
-0
/
+228