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
/
CodeGen
/
X86
/
combine-or.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
[DAG] add splat vector support for 'or' in SimplifyDemandedBits
Sanjay Patel
2017-04-19
1
-9
/
+7
*
[x86] use a single shufps when it can save instructions
Sanjay Patel
2016-12-15
1
-5
/
+3
*
[DAG] x | x --> x
Sanjay Patel
2016-10-30
1
-2
/
+0
*
[x86] add tests for basic logic op folds
Sanjay Patel
2016-10-30
1
-0
/
+18
*
Fix typo in test - it should be masking bits0-15 not bit16
Simon Pilgrim
2016-09-07
1
-1
/
+1
*
[X86][SSE] Added or combine tests for known bits of vectors
Simon Pilgrim
2016-09-07
1
-0
/
+51
*
[CodeGen] Teach OR combine of shuffles involving zero vectors to better handl...
Craig Topper
2016-07-03
1
-6
/
+2
*
[X86] Add tests to show that the DAG combine for OR of shuffles with zero vec...
Craig Topper
2016-07-03
1
-0
/
+28
*
[DAGCombine] Teach DAG combine to handle ORs of shuffles involving zero vecto...
Craig Topper
2016-06-29
1
-12
/
+3
*
[DAGCombine] Add test cases to show that DAG combining an OR of two shuffles ...
Craig Topper
2016-06-29
1
-0
/
+44
*
Make utils/update_llc_test_checks.py note that the assertions are
James Y Knight
2015-11-23
1
-0
/
+1
*
[DAGCombiner] Remove extra bitcasts surrounding vector shuffles
Simon Pilgrim
2015-04-23
1
-0
/
+64
*
[X86][SSE] Add SSE MOVQ instructions to SSEPackedInt domain
Simon Pilgrim
2015-02-16
1
-1
/
+1
*
[x86] Teach the 128-bit vector shuffle lowering routines to take
Chandler Carruth
2015-02-16
1
-9
/
+11
*
[SDAG] Teach the SelectionDAG to canonicalize vector shuffles of splats
Chandler Carruth
2015-02-15
1
-1
/
+1
*
[x86] Update some tests with the latest version of my script and llc.
Chandler Carruth
2015-02-15
1
-1
/
+1
*
[X86][SSE] psrl(w/d/q) and psll(w/d/q) bit shifts for SSE2
Simon Pilgrim
2015-02-03
1
-10
/
+8
*
[X86][SSE] Added general integer shuffle matching for MOVQ instruction
Simon Pilgrim
2015-02-03
1
-11
/
+10
*
[X86][SSE] Improved (v)insertps shuffle matching
Simon Pilgrim
2015-01-10
1
-6
/
+4
*
[X86][SSE] Keep 4i32 vector insertions in integer domain on SSE4.1 targets
Simon Pilgrim
2014-12-02
1
-3
/
+3
*
[X86][SSE] Improvements to byte shift shuffle matching
Simon Pilgrim
2014-11-25
1
-3
/
+2
*
[X86][SSE] Enable commutation for SSE immediate blend instructions
Simon Pilgrim
2014-11-04
1
-20
/
+11
*
[x86] Enable the new vector shuffle lowering by default.
Chandler Carruth
2014-10-04
1
-31
/
+37
*
[x86] Adjust the patterns for lowering X86vzmovl nodes which don't
Chandler Carruth
2014-10-03
1
-2
/
+2
*
[x86] Regenerate a number of FileCheck assertions with my script for
Chandler Carruth
2014-10-03
1
-93
/
+112
*
[DAGCombiner] Avoid calling method 'isShuffleMaskLegal' on illegal vector types.
Andrea Di Biagio
2014-07-15
1
-0
/
+12
*
[X86] Always prefer to lower a VECTOR_SHUFFLE into a BLENDI instead of SHUFP ...
Andrea Di Biagio
2014-06-25
1
-2
/
+2
*
Separate the check for blend shuffle_vector masks
Filipe Cabecinhas
2014-05-30
1
-2
/
+2
*
[DAGCombiner] teach how to simplify xor/and/or nodes according to the followi...
Andrea Di Biagio
2014-03-18
1
-0
/
+2
*
[X86] Teach the DAGCombiner how to fold a OR of two shufflevector nodes.
Andrea Di Biagio
2014-03-06
1
-0
/
+267