[x86] Teach the unpack lowering how to lower with an initial unpack in
[oota-llvm.git] / test / CodeGen / X86 / vector-shuffle-128-v8.ll
2015-02-19 Chandler Carruth[x86] Teach the unpack lowering how to lower with an...
2015-02-19 Chandler Carruth[x86] Dramatically improve v8i16 shuffle lowering by...
2015-02-19 Chandler Carruth[x86] Remove the final fallback in the v8i16 lowering...
2015-02-19 Chandler Carruth[x86] Add support for bit-wise blending and use it...
2015-02-18 Craig Topper[X86] Add another test case for the bug fixed in r22964...
2015-02-18 Chandler Carruth[x86] Rewrite the byte shift detection to not use boole...
2015-02-17 Chandler Carruth[x86] Teach the unpack lowering to try wider element...
2015-02-16 Chandler Carruth[x86] Teach the 128-bit vector shuffle lowering routine...
2015-02-15 Chandler Carruth[SDAG] Teach the SelectionDAG to canonicalize vector...
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] Include the destination register in the check...
2015-02-04 Chandler Carruth[x86] Add some tests I missed in the prior commit to...
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][SSE] Added general integer shuffle matching for...
2015-01-31 Simon Pilgrim[X86][SSE] Shuffle mask decode support for zero extend...
2014-12-07 Chandler Carruth[x86] Clean up the shift lowering vector shuffle tests...
2014-11-25 Simon Pilgrim[X86][SSE] Improvements to byte shift shuffle matching
2014-11-19 Simon Pilgrim[X86][SSE] pslldq/psrldq byte shifts/rotation for SSE2
2014-11-12 Chandler Carruth[x86] Start improving the matching of unpck instruction...
2014-11-12 Chandler Carruth[x86] Clean up a bunch of vector shuffle tests with...
2014-10-14 Simon Pilgrim[X86][SSE] pslldq/psrldq shuffle mask decodes
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 a really silly bug that I introduced fixing...
2014-09-19 Chandler Carruth[x86] Fully generalize the zext lowering in the new...
2014-09-19 Chandler Carruth[x86] Add a dedicated lowering path for zext-compatible...
2014-09-18 Chandler Carruth[x86] Use PALIGNR for v4i32 and v2i64 blends when appro...
2014-09-18 Chandler Carruth[x86] Initial step of teaching the new vector shuffle...
2014-09-15 Chandler Carruth[x86] Undo a flawed transform I added to form UNPCK...
2014-09-15 Chandler Carruth[x86] Teach the new vector shuffle lowering to use...
2014-09-05 Chandler Carruth[x86] Factor out the zero vector insertion logic in...
2014-08-13 Chandler Carruth[x86] Rewrite a core part of the new vector shuffle...
2014-08-07 Chandler Carruth[x86] Fix another miscompile found through fuzz testing...
2014-08-07 Chandler Carruth[x86] Fix another miscompile in the new vector shuffle...
2014-08-07 Chandler Carruth[x86] Fix another miscompile in the new vector shuffle...
2014-08-06 Chandler Carruth[x86] Fix two independent miscompiles in the process...
2014-08-05 Chandler Carruth[x86] Fix a crasher due to shuffles which cancel each...
2014-08-05 Chandler Carruth[x86] Fix a crash and wrong-code bug in the new vector...
2014-08-02 Chandler Carruth[x86] Largely complete the use of PSHUFB in the new...
2014-07-27 Chandler Carruth[x86] Add a much more powerful framework for combining...
2014-06-27 Chandler Carruth[x86] Teach the target combine step to aggressively...
2014-06-27 Chandler Carruth[x86] Teach the X86 backend to DAG-combine SSE2 shuffle...
2014-06-27 Chandler Carruth[x86] Begin a significant overhaul of how vector loweri...