[X86][SSE] pslldq/psrldq shuffle mask decodes
[oota-llvm.git] / test / CodeGen / X86 / vector-shuffle-128-v8.ll
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...