[x86] Add some more test cases for i8 vector blends.
[oota-llvm.git] / test / CodeGen / X86 / vector-shuffle-128-v16.ll
2015-02-16 Chandler Carruth[x86] Add some more test cases for i8 vector blends.
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-13 Craig TopperFix probable typo in test.
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 Chandler Carruth[x86] Add two truly horrific test cases for the new...
2015-02-03 Chandler Carruth[x86] Update the indent and layout of some tests in...
2015-02-03 Chandler Carruth[x86] Tweak my update script to use test case function...
2015-02-03 Simon Pilgrim[X86][SSE] Added general integer shuffle matching for...
2015-01-31 Simon Pilgrim[X86][SSE] Shuffle mask decode support for zero extend...
2015-01-11 Chandler Carruth[x86] Remove some windows line endings that snuck into...
2015-01-09 Simon Pilgrim[X86][SSE] Avoid vector byte shuffles with zero by...
2015-01-04 Simon Pilgrim[X86][SSE] Added vector packing test for pr12412
2014-12-07 Chandler Carruth[x86] Switch a constant selection test to use positive...
2014-12-07 Chandler Carruth[x86] Clean up the shift lowering vector shuffle tests...
2014-11-19 Simon Pilgrim[X86][SSE] pslldq/psrldq byte shifts/rotation for SSE2
2014-11-14 Tim NorthoverX86: use getConstant rather than getTargetConstant...
2014-11-12 Chandler Carruth[x86] Clean up a bunch of vector shuffle tests with...
2014-10-05 Chandler Carruth[x86] Fix PR21139, one of the last remaining regression...
2014-10-03 Chandler Carruth[x86] Teach the new vector shuffle lowering to aggressi...
2014-10-01 Chandler Carruth[x86] Teach the new vector shuffle lowering about VBROA...
2014-09-30 Chandler Carruth[x86] Add AVX1 and AVX2 testing to all of the 128-bit...
2014-09-30 Chandler Carruth[x86] Rework all of the 128-bit vector shuffle tests...
2014-09-28 Chandler Carruth[x86] Fix yet another bug in the new vector shuffle...
2014-09-26 Chandler Carruth[x86] Fix a moderately terrifying bug in the new 128...
2014-09-23 Chandler Carruth[x86] Teach the vector comment parsing and printing...
2014-09-19 Chandler Carruth[x86] Fully generalize the zext lowering in the new...
2014-09-19 Chandler Carruth[x86] Recognize that we can use duplication to widen...
2014-09-19 Chandler Carruth[x86] Actually test the SSE2 lowering for most of the...
2014-09-19 Chandler Carruth[x86] Add a dedicated lowering path for zext-compatible...
2014-09-19 Chandler Carruth[x86] Extend this test to cover SSE4.1. Nothing interes...
2014-09-18 Chandler Carruth[x86] Initial step of teaching the new vector shuffle...
2014-09-05 Chandler Carruth[x86] Factor out the zero vector insertion logic in...
2014-08-27 Chandler Carruth[SDAG] Re-instate r215611 with a fix to a pesky X86...
2014-08-23 Nick LewyckyRevert r215611 because it caused the infinite loop...
2014-08-15 Chandler Carruth[x86] Fix PR20540 where the x86 shuffle DAG combiner...
2014-08-14 Chandler Carruth[SDAG] Fix a bug in the DAG combiner where we would...
2014-08-14 Chandler Carruth[SDAG] Fix a case where we would iteratively legalize...
2014-08-04 Chandler Carruth[x86] Just unilaterally prefer SSSE3-style PSHUFB lower...
2014-08-04 Chandler Carruth[x86] Implement more aggressive use of PACKUS chains...
2014-08-04 Chandler Carruth[x86] Handle single input shuffles in the SSSE3 case...
2014-08-02 Chandler Carruth[x86] Largely complete the use of PSHUFB in the new...
2014-07-10 Chandler Carruth[x86] Add another combine that is particularly useful...
2014-07-10 Chandler Carruth[x86] Expand the target DAG combining for PSHUFD nodes...
2014-07-10 Chandler Carruth[x86] Tweak the v16i8 single input special case lowerin...
2014-07-10 Chandler Carruth[x86] Initial improvements to the new shuffle lowering...
2014-07-07 Chandler Carruth[x86] Teach the new vector shuffle lowering code to...
2014-06-28 Chandler Carruth[x86] Fix a bug in the v8i16 shuffling exposed by the...
2014-06-28 Chandler Carruth[x86] Add handling for splat-like widenings of v16i8...
2014-06-27 Chandler Carruth[x86] Fix a miscompile in the new shuffle lowering...
2014-06-27 Chandler Carruth[x86] Begin a significant overhaul of how vector loweri...