[x86] Teach the decomposed shuffle/blend lowering to use an early blend
[oota-llvm.git] / test / CodeGen / X86 / vector-shuffle-256-v8.ll
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...