[X86][AVX] Added 256-bit shuffle splat tests.
[oota-llvm.git] / test / CodeGen / X86 / vector-shuffle-256-v32.ll
2015-11-18 Simon Pilgrim[X86][AVX] Added 256-bit shuffle splat tests.
2015-11-06 Ahmed Bougacha[X86] SRL non-LSB extracts when folding to truncating...
2015-11-06 Ahmed Bougacha[X86] Don't fold non-LSB extracts into truncating broad...
2015-09-22 Simon Pilgrim[X86][SSE] Match zero/any extension shuffles that don...
2015-08-20 Ahmed Bougacha[X86] Look for scalar through one bitcast when lowering...
2015-08-20 Ahmed Bougacha[X86] Add some broadcast-from-memory tests.
2015-07-28 Simon Pilgrim[X86][SSE] Use bitmasks instead of shuffles where possible.
2015-07-27 Simon Pilgrim[X86][SSE] Added shuffle tests to demonstrate missed...
2015-04-02 Sanjay Patel[AVX] Improve insertion of i8 or i16 into low element...
2015-03-19 Sanjay Patel[X86, AVX] use blends instead of insert128 with index 0
2015-02-27 Chandler Carruth[x86] Run most of the rest of the shuffle combining...
2015-02-27 Chandler Carruth[x86] Make the v8i16 clever single-input shuffle loweri...
2015-02-20 Chandler Carruth[x86] Now that the new vector shuffle legality is enabl...
2015-02-19 Chandler Carruth[x86] Teach the unpack lowering how to lower with an...
2015-02-19 Chandler Carruth[x86] Remove the insanely over-aggressive unpack loweri...
2015-02-16 Chandler Carruth[x86] Add initial basic support for forming blends...
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 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] Stop shuffling zero vectors. =]
2015-02-15 Chandler Carruth[x86] When splitting 256-bit vectors into 128-bit vecto...
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...
2014-11-22 Chandler Carruth[x86] Add some tests for a common unpack pattern of...
2014-11-21 Chandler Carruth[x86] Restructure the checking patterns for v16 and...
2014-11-21 Chandler Carruth[x86] Teach the x86 vector shuffle lowering to detect...
2014-11-21 Chandler Carruth[x86] Add a bunch of test cases to 256-bit shuffles...
2014-11-13 Chandler Carruth[x86] Don't form overly fragmented blends when splittin...
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-28 Chandler Carruth[x86] Fix the new vector shuffle lowering's use of...
2014-09-27 Chandler Carruth[x86] Fix terrible bugs everywhere in the new vector...
2014-09-27 Chandler Carruth[x86] Flip the sentinel values used in the target shuff...
2014-09-26 Chandler Carruth[x86] Fix a moderately terrifying bug in the new 128...
2014-09-25 Chandler Carruth[x86] Teach the new vector shuffle lowering a fancier...
2014-09-25 Chandler Carruth[x86] Implement AVX2 support for v32i8 in the new vecto...
2014-09-25 Chandler Carruth[x86] More tweaks to the v32i8 test cases.
2014-09-25 Chandler Carruth[x86] Re-work a bunch of the v32i8 test cases to actual...
2014-09-24 Chandler Carruth[x86] Teach the instruction lowering to add comments...
2014-09-23 Chandler Carruth[x86] Teach the rest of the 'target shuffle' machinery...
2014-09-23 Chandler Carruth[x86] Teach the new shuffle lowering's blend functional...
2014-09-22 Chandler Carruth[x86] Introduce tests covering the gamut of 256-bit...