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-v8.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
[X86][AVX] Only shuffle the lower half of vectors if the upper half is undefined
Simon Pilgrim
2015-12-23
1
-22
/
+72
*
Make utils/update_llc_test_checks.py note that the assertions are
James Y Knight
2015-11-23
1
-0
/
+1
*
[X86][AVX] Added 256-bit shuffle splat tests.
Simon Pilgrim
2015-11-18
1
-0
/
+98
*
[DAGCombiner] Fold CONCAT_VECTORS of bitcasted EXTRACT_SUBVECTOR
Simon Pilgrim
2015-08-23
1
-0
/
+16
*
[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
-8
/
+10
*
[X86][AVX] Added shuffle concatenation tests
Simon Pilgrim
2015-08-18
1
-0
/
+27
*
[X86] update_llc_test_checks vector-shuffle-*. NFC.
Ahmed Bougacha
2015-06-24
1
-9
/
+4
*
[X86, AVX] adjust tablegen patterns to generate better code for scalar insert...
Sanjay Patel
2015-04-02
1
-4
/
+0
*
[X86, AVX] fix zero-extending integer operand load patterns to use integer in...
Sanjay Patel
2015-03-31
1
-0
/
+17
*
[X86, AVX] try to lowerVectorShuffleAsElementInsertion() for all 256-bit vect...
Sanjay Patel
2015-03-31
1
-4
/
+4
*
[X86] Use vmovss to handle inserting an element into index 0 of a v8f32 vecto...
Craig Topper
2015-03-05
1
-6
/
+4
*
[opaque pointer type] Add textual IR support for explicit type parameter to l...
David Blaikie
2015-02-27
1
-7
/
+7
*
[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
-9
/
+15
*
[X86] Add support for lowering shuffles to 256-bit PALIGNR instruction.
Craig Topper
2015-02-16
1
-0
/
+88
*
[X86] Remove some hard tab characters from tests.
Craig Topper
2015-02-16
1
-5
/
+5
*
Added (still inefficient) shuffle test case for PR21138
Simon Pilgrim
2015-02-15
1
-0
/
+23
*
Added some test cases of missed opportunities to use unpckl/unpckh shuffles
Simon Pilgrim
2015-02-15
1
-0
/
+26
*
[X86][AVX2] vpslldq/vpsrldq byte shifts for AVX2
Simon Pilgrim
2015-02-15
1
-0
/
+31
*
[x86] Teach the decomposed shuffle/blend lowering to use an early blend
Chandler Carruth
2015-02-15
1
-20
/
+13
*
[SDAG] Teach the SelectionDAG to canonicalize vector shuffles of splats
Chandler Carruth
2015-02-15
1
-4
/
+4
*
[x86] When splitting 256-bit vectors into 128-bit vectors, don't extract
Chandler Carruth
2015-02-15
1
-2
/
+2
*
[x86] Add a slight variation on some of the other generic shuffle
Chandler Carruth
2015-02-15
1
-10
/
+10
*
[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] Mechanically update a bunch of tests' check lines using the latest
Chandler Carruth
2015-02-04
1
-2
/
+2
*
[X86][SSE] psrl(w/d/q) and psll(w/d/q) bit shifts for SSE2
Simon Pilgrim
2015-02-03
1
-0
/
+36
*
[X86][AVX2] Enabled shuffle matching for the AVX2 zero extension (128bit -> 2...
Simon Pilgrim
2015-02-03
1
-4
/
+2
*
[X86][SSE] Shuffle mask decode support for zero extend, scalar float/double m...
Simon Pilgrim
2015-01-31
1
-3
/
+3
*
Line endings fix. NFC.
Simon Pilgrim
2015-01-26
1
-70
/
+70
*
[X86][SSE] Added support for SSE3 lane duplication shuffle instructions
Simon Pilgrim
2015-01-21
1
-70
/
+70
*
Improve DAG combine pass on certain IR vector patterns
Mehdi Amini
2015-01-17
1
-0
/
+42
*
[x86] Make the previous logic significantly less conservative and get
Chandler Carruth
2014-11-21
1
-60
/
+24
*
[x86] Teach the x86 vector shuffle lowering to detect mergable 128-bit
Chandler Carruth
2014-11-21
1
-68
/
+24
*
[x86] Add some tests for specific patterns of lane-flips combined with
Chandler Carruth
2014-11-13
1
-0
/
+334
*
[x86] Teach the vector shuffle lowering to make a more nuanced decision
Chandler Carruth
2014-11-13
1
-24
/
+14
*
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 to widen floating point
Chandler Carruth
2014-10-02
1
-10
/
+9
*
[x86] Teach the new vector shuffle lowering about VBROADCAST and
Chandler Carruth
2014-10-01
1
-10
/
+6
*
[x86] Update the exact FileCheck syntax of the 256-bit and 512-bit
Chandler Carruth
2014-09-30
1
-469
/
+469
*
[x86] In the new vector shuffle lowering, when trying to do another
Chandler Carruth
2014-09-26
1
-0
/
+24
*
[x86] Fix a large collection of bugs that crept in as I fleshed out the
Chandler Carruth
2014-09-26
1
-0
/
+46
*
[x86] Teach the new vector shuffle lowering to use AVX2 instructions for
Chandler Carruth
2014-09-25
1
-128
/
+226
*
[x86] Teach the new vector shuffle lowering a fancier way to lower
Chandler Carruth
2014-09-25
1
-40
/
+32
*
[x86] Fix an oversight in the v8i32 path of the new vector shuffle
Chandler Carruth
2014-09-25
1
-6
/
+2
*
[x86] Teach the instruction lowering to add comments describing constant
Chandler Carruth
2014-09-24
1
-33
/
+33
*
[x86] Teach the new vector shuffle lowering to lower v8i32 shuffles with
Chandler Carruth
2014-09-24
1
-267
/
+596
*
[x86] Teach the new vector shuffle lowering to lower v4i64 vector
Chandler Carruth
2014-09-23
1
-4
/
+9
*
[x86] Teach the vector comment parsing and printing to correctly handle
Chandler Carruth
2014-09-23
1
-12
/
+12
[next]