[DAGCombiner] Fold CONCAT_VECTORS of bitcasted EXTRACT_SUBVECTOR
[oota-llvm.git] / test / CodeGen / X86 / vector-shuffle-256-v8.ll
2015-08-23 Simon Pilgrim[DAGCombiner] Fold CONCAT_VECTORS of bitcasted EXTRACT_...
2015-08-20 Ahmed Bougacha[X86] Add some broadcast-from-memory tests.
2015-08-19 Simon Pilgrim[DAGCombiner] Fold CONCAT_VECTORS of EXTRACT_SUBVECTOR...
2015-08-18 Simon Pilgrim[X86][AVX] Added shuffle concatenation tests
2015-06-24 Ahmed Bougacha[X86] update_llc_test_checks vector-shuffle-*. NFC.
2015-04-02 Sanjay Patel[X86, AVX] adjust tablegen patterns to generate better...
2015-03-31 Sanjay Patel[X86, AVX] fix zero-extending integer operand load...
2015-03-31 Sanjay Patel[X86, AVX] try to lowerVectorShuffleAsElementInsertion...
2015-03-05 Craig Topper[X86] Use vmovss to handle inserting an element into...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-20 Chandler Carruth[x86] Now that the new vector shuffle legality is enabl...
2015-02-17 Simon Pilgrim[X86][SSE] Generalised unpckl/unpckh shuffle matching
2015-02-16 Craig Topper[X86] Add support for lowering shuffles to 256-bit...
2015-02-16 Craig Topper[X86] Remove some hard tab characters from tests.
2015-02-15 Simon PilgrimAdded (still inefficient) shuffle test case for PR21138
2015-02-15 Simon PilgrimAdded some test cases of missed opportunities to use...
2015-02-15 Simon Pilgrim[X86][AVX2] vpslldq/vpsrldq byte shifts for AVX2
2015-02-15 Chandler Carruth[x86] Teach the decomposed shuffle/blend lowering to...
2015-02-15 Chandler Carruth[SDAG] Teach the SelectionDAG to canonicalize vector...
2015-02-15 Chandler Carruth[x86] When splitting 256-bit vectors into 128-bit vecto...
2015-02-15 Chandler Carruth[x86] Add a slight variation on some of the other gener...
2015-02-15 Chandler Carruth[x86] Switch a collection of tests explicitly to the...
2015-02-15 Chandler Carruth[x86] Remove the now-default-on flag for the new vector...
2015-02-04 Chandler Carruth[x86] Mechanically update a bunch of tests' check lines...
2015-02-03 Simon Pilgrim[X86][SSE] psrl(w/d/q) and psll(w/d/q) bit shifts for...
2015-02-03 Simon Pilgrim[X86][AVX2] Enabled shuffle matching for the AVX2 zero...
2015-01-31 Simon Pilgrim[X86][SSE] Shuffle mask decode support for zero extend...
2015-01-26 Simon PilgrimLine endings fix. NFC.
2015-01-21 Simon Pilgrim[X86][SSE] Added support for SSE3 lane duplication...
2015-01-17 Mehdi AminiImprove DAG combine pass on certain IR vector patterns
2014-11-21 Chandler Carruth[x86] Make the previous logic significantly less conser...
2014-11-21 Chandler Carruth[x86] Teach the x86 vector shuffle lowering to detect...
2014-11-13 Chandler Carruth[x86] Add some tests for specific patterns of lane...
2014-11-13 Chandler Carruth[x86] Teach the vector shuffle lowering to make a more...
2014-10-13 Filipe CabecinhasFix a broadcast related regression on the vector shuffl...
2014-10-02 Chandler Carruth[x86] Teach the new vector shuffle lowering to widen...
2014-10-01 Chandler Carruth[x86] Teach the new vector shuffle lowering about VBROA...
2014-09-30 Chandler Carruth[x86] Update the exact FileCheck syntax of the 256...
2014-09-26 Chandler Carruth[x86] In the new vector shuffle lowering, when trying...
2014-09-26 Chandler Carruth[x86] Fix a large collection of bugs that crept in...
2014-09-25 Chandler Carruth[x86] Teach the new vector shuffle lowering to use...
2014-09-25 Chandler Carruth[x86] Teach the new vector shuffle lowering a fancier...
2014-09-25 Chandler Carruth[x86] Fix an oversight in the v8i32 path of the new...
2014-09-24 Chandler Carruth[x86] Teach the instruction lowering to add comments...
2014-09-24 Chandler Carruth[x86] Teach the new vector shuffle lowering to lower...
2014-09-23 Chandler Carruth[x86] Teach the new vector shuffle lowering to lower...
2014-09-23 Chandler Carruth[x86] Teach the vector comment parsing and printing...
2014-09-23 Chandler Carruth[x86] Teach the AVX1 path of the new vector shuffle...
2014-09-22 Chandler Carruth[x86] Introduce tests covering the gamut of 256-bit...
2014-09-21 Chandler Carruth[x86] Teach the new vector shuffle lowering how to...
2014-09-21 Chandler Carruth[x86] Add a bunch of test cases where we have different...
2014-09-21 Chandler Carruth[x86] Teach the new vector shuffle lowering to re-use...
2014-09-21 Chandler Carruth[x86] Teach the new vector shuffle lowering how to...
2014-09-21 Chandler Carruth[x86] Add test cases for UNPCK instructions with v8f32...
2014-09-21 Chandler Carruth[x86] Begin teaching the new vector shuffle lowering...
2014-09-21 Chandler Carruth[x86] Regenerate this test case now that I've improved...
2014-09-21 Chandler Carruth[x86] Teach the new vector shuffle lowering the first...
2014-09-21 Chandler Carruth[x86] Add some more test cases covering specific blend...
2014-09-21 Chandler Carruth[x86] Add the beginnings of some tests for our v8f32...