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] 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
*
[x86] Add some vector-register broadcast operations to the 256-bit v4
Chandler Carruth
2014-09-30
1
-0
/
+30
*
[x86] Fix a large collection of bugs that crept in as I fleshed out the
Chandler Carruth
2014-09-26
1
-0
/
+40
*
[x86] Teach the new vector shuffle lowering to use AVX2 instructions for
Chandler Carruth
2014-09-25
1
-75
/
+124
*
[x86] Teach the new vector shuffle lowering a fancier way to lower
Chandler Carruth
2014-09-25
1
-37
/
+29
*
[x86] Fix a really terrible bug in the repeated 128-bin-lane shuffle
Chandler Carruth
2014-09-24
1
-5
/
+5
*
[x86] Teach the new vector shuffle lowering to lower v4i64 vector
Chandler Carruth
2014-09-23
1
-129
/
+245
*
[x86] Move the AVX v4i64 test cases down to group them together.
Chandler Carruth
2014-09-22
1
-92
/
+92
*
[x86] Back out a bad choice about lowering v4i64 and pave the way for
Chandler Carruth
2014-09-22
1
-220
/
+111
*
[x86] Teach the new vector shuffle lowering the basics about insertion
Chandler Carruth
2014-09-21
1
-0
/
+49
*
[x86] Teach the new vector shuffle lowering of v4f64 to prefer a direct
Chandler Carruth
2014-09-21
1
-2
/
+2
*
[x86] Add some more comprehensive tests for v4f64 blending.
Chandler Carruth
2014-09-21
1
-0
/
+45
*
[x86] Re-generate a bunch of the v4f64 test cases with my new script.
Chandler Carruth
2014-09-21
1
-111
/
+249
*
[x86] Teach the new vector shuffle lowering to use VPERMILPD for
Chandler Carruth
2014-09-20
1
-3
/
+3
*
[x86] Use PALIGNR for v4i32 and v2i64 blends when appropriate.
Chandler Carruth
2014-09-18
1
-4
/
+4
*
[x86] Begin emitting PBLENDW instructions for integer blend operations
Chandler Carruth
2014-09-15
1
-10
/
+10
*
[x86] Undo a flawed transform I added to form UNPCK instructions when
Chandler Carruth
2014-09-15
1
-15
/
+14
[next]