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-or-not.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Temporarily Revert "Add basic loop fusion pass.""
Eric Christopher
2019-04-17
1
-0
/
+642
*
Temporarily Revert "Add basic loop fusion pass."
Eric Christopher
2019-04-17
1
-642
/
+0
*
Revert rL333106 / D46814: [InstCombine] Fold unfolded masked merge pattern wi...
Roman Lebedev
2018-05-31
1
-3
/
+4
*
[InstCombine] Fold unfolded masked merge pattern with variable mask!
Roman Lebedev
2018-05-23
1
-4
/
+3
*
[PatternMatch] Stabilize the matching order of commutative matchers
Roman Lebedev
2018-04-27
1
-5
/
+5
*
[InstCombine][NFC] Regenerate checks in and-or-not.ll
Roman Lebedev
2018-04-26
1
-49
/
+49
*
[InstCombine] Fold (a | b) ^ (~a | ~b) --> ~(a ^ b) and (a & b) ^ (~a & ~b) -...
Craig Topper
2017-07-02
1
-16
/
+8
*
fix trivial typos, NFC
Hiroshi Inoue
2017-06-30
1
-2
/
+2
*
[InstCombine] Add test cases to demonstrate failure to fold (a | b) ^ (~a | ~...
Craig Topper
2017-06-30
1
-0
/
+84
*
[InstCombine] In foldXorToXor, move the commutable matcher from the LHS match...
Craig Topper
2017-06-30
1
-4
/
+4
*
[InstCombine] Add one use checks to or/and->xnor folding
Craig Topper
2017-06-22
1
-4
/
+2
*
[InstCombine] Add test cases to demonstrate that and->xnor and or->xnor foldi...
Craig Topper
2017-06-22
1
-0
/
+50
*
[InstCombine] consolidate tests for DeMorgan folds; NFC
Sanjay Patel
2017-04-30
1
-28
/
+0
*
[InstCombine] fix matcher to bind to specific operand (PR32830)
Sanjay Patel
2017-04-27
1
-0
/
+20
*
[InstCombine] add/move folds for [not]-xor
Sanjay Patel
2017-04-23
1
-38
/
+34
*
[InstCombine] add tests for not-xor and remove redundant tests; NFC
Sanjay Patel
2017-04-23
1
-0
/
+147
*
[InstCombine] add tests for or-to-xor; NFC
Sanjay Patel
2017-04-23
1
-0
/
+76
*
[InstCombine] add pattern matches for commuted variants of xor-to-xor
Sanjay Patel
2017-04-23
1
-11
/
+3
*
[InstCombine] add tests for xor-to-xor; NFC
Sanjay Patel
2017-04-23
1
-0
/
+215
*
[InstCombine] add tests for add-to-xor commuted variants; NFC
Sanjay Patel
2017-04-23
1
-5
/
+47
*
[InstCombine] clean up tests and regenerate checks; NFC
Sanjay Patel
2017-04-22
1
-44
/
+46
*
use FileCheck for tighter checking
Sanjay Patel
2016-03-16
1
-7
/
+17
*
Fix the remaining TCL-style quotes found in the testsuite. This is
Chandler Carruth
2012-07-02
1
-1
/
+1
*
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-04-15
1
-1
/
+1
*
Use opt -S instead of piping bitcode output through llvm-dis.
Dan Gohman
2009-09-08
1
-3
/
+3
*
Change these tests to feed the assembly files to opt directly, instead
Dan Gohman
2009-09-08
1
-3
/
+3
*
Convert tests using "| wc -l | grep ..." to use the count script.
Dan Gohman
2007-08-15
1
-1
/
+1
*
add vector versions of this test
Chris Lattner
2007-06-15
1
-1
/
+20
*
testcase for PR1510
Chris Lattner
2007-06-15
1
-0
/
+27