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
/
vector-shuffle-256-v4.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
[X86][AVX] Lower shuffles as repeated lane shuffles then lane-crossing shuffles
Simon Pilgrim
2016-02-13
1
-10
/
+8
*
[X86][AVX512] Add support for AVX512 VMOVQ (load) shuffle decoding
Simon Pilgrim
2016-02-02
1
-29
/
+9
*
[X86][AVX] Enable extraction of upper 128-bit subvectors for 'half undef' shu...
Simon Pilgrim
2016-01-16
1
-1
/
+1
*
[X86][AVX] Only shuffle the lower half of vectors if the upper half is undefined
Simon Pilgrim
2015-12-23
1
-38
/
+34
*
[X86][AVX] Fold loads + splats into broadcast instructions
Simon Pilgrim
2015-12-08
1
-17
/
+5
*
Make utils/update_llc_test_checks.py note that the assertions are
James Y Knight
2015-11-23
1
-0
/
+1
*
AVX512: Implemented encoding, intrinsics and DAG lowering for VMOVDDUP instru...
Igor Breger
2015-11-19
1
-0
/
+10
*
[X86][AVX] Added 256-bit shuffle splat tests.
Simon Pilgrim
2015-11-18
1
-0
/
+110
*
[X86][AVX512] Added AVX512 SHUFP*/VPERMILP* shuffle decode comments.
Simon Pilgrim
2015-11-17
1
-104
/
+32
*
[X86][AVX512] Added support for AVX512 UNPCK shuffle decode comments.
Simon Pilgrim
2015-11-17
1
-72
/
+22
*
[X86][SSE] Share AVX1/AVX2 shuffle tests with AVX512 where possible
Simon Pilgrim
2015-11-17
1
-117
/
+259
*
AVX512 : regenerate the test file against trunk.
Igor Breger
2015-11-17
1
-117
/
+478
*
AVX512: Implemented encoding and intrinsics for VPERMILPS/PD instructions.
Igor Breger
2015-10-04
1
-0
/
+6
*
[X86] Add some broadcast-from-memory tests.
Ahmed Bougacha
2015-08-20
1
-0
/
+11
*
[DAGCombiner] Fold CONCAT_VECTORS of EXTRACT_SUBVECTOR (or undef) to VECTOR_S...
Simon Pilgrim
2015-08-19
1
-5
/
+9
*
[X86][AVX] Added shuffle concatenation tests
Simon Pilgrim
2015-08-18
1
-0
/
+26
*
[X86] Don't generate vbroadcasti128 for v4i64 splats from memory.
Ahmed Bougacha
2015-06-24
1
-0
/
+54
*
[X86] update_llc_test_checks vector-shuffle-*. NFC.
Ahmed Bougacha
2015-06-24
1
-28
/
+13
*
MachineCopyPropagation: Remove the copies instead of using KILL instructions.
Matthias Braun
2015-05-29
1
-1
/
+0
*
[X86, AVX] adjust tablegen patterns to generate better code for scalar insert...
Sanjay Patel
2015-04-02
1
-2
/
+3
*
[X86, AVX] fix zero-extending integer operand load patterns to use integer in...
Sanjay Patel
2015-03-31
1
-2
/
+2
*
[X86, AVX] try to lowerVectorShuffleAsElementInsertion() for all 256-bit vect...
Sanjay Patel
2015-03-31
1
-10
/
+2
*
[DagCombiner] Allow shuffles to merge through bitcasts
Simon Pilgrim
2015-03-05
1
-0
/
+19
*
[opaque pointer type] Add textual IR support for explicit type parameter to l...
David Blaikie
2015-02-27
1
-5
/
+5
*
[x86] Now that the new vector shuffle legality is enabled and everything
Chandler Carruth
2015-02-20
1
-2
/
+2
*
[X86][SSE] Generalised unpckl/unpckh shuffle matching
Simon Pilgrim
2015-02-17
1
-5
/
+4
*
Canonicalize splats as build_vectors (PR22283)
Sanjay Patel
2015-02-17
1
-2
/
+1
*
Added some test cases of missed opportunities to use unpckl/unpckh shuffles
Simon Pilgrim
2015-02-15
1
-0
/
+24
*
[X86][AVX2] vpslldq/vpsrldq byte shifts for AVX2
Simon Pilgrim
2015-02-15
1
-0
/
+30
*
[x86] Teach the decomposed shuffle/blend lowering to use an early blend
Chandler Carruth
2015-02-15
1
-9
/
+6
*
[x86] Switch a collection of tests explicitly to the new vector shuffle
Chandler Carruth
2015-02-15
1
-2
/
+2
*
[x86] Remove the now-default-on flag for the new vector shuffle lowering
Chandler Carruth
2015-02-15
1
-2
/
+2
*
[x86] Give movss and movsd execution domains in the x86 backend.
Chandler Carruth
2015-02-04
1
-1
/
+1
*
[x86] Mechanically update a bunch of tests' check lines using the latest
Chandler Carruth
2015-02-04
1
-16
/
+3
*
[X86][SSE] Shuffle mask decode support for zero extend, scalar float/double m...
Simon Pilgrim
2015-01-31
1
-124
/
+124
*
[X86][SSE] Added support for SSE3 lane duplication shuffle instructions
Simon Pilgrim
2015-01-21
1
-120
/
+120
*
[x86] Add some tests for a common unpack pattern of vector shuffle that
Chandler Carruth
2014-11-22
1
-0
/
+36
*
[x86] Make the previous logic significantly less conservative and get
Chandler Carruth
2014-11-21
1
-20
/
+8
*
[x86] Teach the x86 vector shuffle lowering to detect mergable 128-bit
Chandler Carruth
2014-11-21
1
-61
/
+25
*
[x86] Add a bunch of test cases to 256-bit shuffles that exercise
Chandler Carruth
2014-11-21
1
-0
/
+152
*
[X86][SSE] Improve legal SHUFP and PSHUFD shuffle matching
Simon Pilgrim
2014-11-15
1
-9
/
+2
*
[x86] Teach the vector shuffle lowering to make a more nuanced decision
Chandler Carruth
2014-11-13
1
-18
/
+11
*
Fix a broadcast related regression on the vector shuffle lowering.
Filipe Cabecinhas
2014-10-13
1
-0
/
+26
*
[x86] Teach the new vector shuffle lowering how to lower 128-bit
Chandler Carruth
2014-10-05
1
-50
/
+22
*
[x86] Add a really preposterous number of patterns for matching all of
Chandler Carruth
2014-10-03
1
-4
/
+4
*
[x86] Adjust the patterns for lowering X86vzmovl nodes which don't
Chandler Carruth
2014-10-03
1
-4
/
+4
*
[x86] Teach the new vector shuffle lowering to aggressively form MOVSS
Chandler Carruth
2014-10-03
1
-4
/
+4
*
[x86] Significantly improve the ability of the new vector shuffle
Chandler Carruth
2014-10-03
1
-9
/
+6
*
[x86] Teach the new vector shuffle lowering about VBROADCAST and
Chandler Carruth
2014-10-01
1
-10
/
+44
*
[x86] Update the exact FileCheck syntax of the 256-bit and 512-bit
Chandler Carruth
2014-09-30
1
-230
/
+231
[next]