[X86][SSE] Improvements to byte shift shuffle matching
[oota-llvm.git] / test / CodeGen / X86 / vector-shuffle-128-v4.ll
2014-11-25 Simon Pilgrim[X86][SSE] Improvements to byte shift shuffle matching
2014-11-05 Craig TopperImprove logic that decides if its profitable to commute...
2014-10-03 Chandler Carruth[x86] Adjust the patterns for lowering X86vzmovl nodes...
2014-10-03 Chandler Carruth[x86] Significantly improve the ability of the new...
2014-10-03 Chandler Carruth[x86] Add some important, missing test coverage for...
2014-10-02 Chandler Carruth[x86] Teach the new vector shuffle lowering to widen...
2014-10-01 Chandler Carruth[x86] Hoist the zext-lowering up in the v4i32 lowering...
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-20 Chandler Carruth[x86] Teach the new vector shuffle lowering to use...
2014-09-20 Chandler Carruth[x86] Start moving to a fancier check syntax to reduce...
2014-09-20 Chandler Carruth[x86] Teach the v4f32 path of the new shuffle lowering...
2014-09-19 Chandler Carruth[x86] Fully generalize the zext lowering in the new...
2014-09-19 Chandler Carruth[x86] Teach the new vector shuffle lowering to also...
2014-09-18 Chandler Carruth[x86] Use PALIGNR for v4i32 and v2i64 blends when appro...
2014-09-18 Chandler Carruth[x86] Add an SSSE3 run to the v4 shuffle test.
2014-09-15 Chandler Carruth[x86] Add an explicit SSE3 run to this test and flesh...
2014-09-15 Chandler Carruth[x86] Teach the x86 DAG combiner to form UNPCKLPS and...
2014-09-15 Chandler Carruth[x86] Teach the x86 DAG combiner to form MOVSLDUP and...
2014-09-14 Chandler Carruth[x86] Teach the new vector shuffle lowering to use...
2014-09-04 Chandler Carruth[x86] Teach the new v4i32 shuffle lowering some more...
2014-09-04 Chandler Carruth[x86] Teach the new vector shuffle lowering about the...
2014-09-03 Chandler Carruth[x86] Teach the new vector shuffle lowering about the...
2014-09-03 Chandler Carruth[x86] Add an SSE4.1 mode to this test.
2014-09-03 Chandler Carruth[x86] Make this test check everything for both SSE2...
2014-08-16 Chandler Carruth[x86] Teach lots of the new vector shuffle lowering...
2014-08-15 Chandler Carruth[x86] Fix the very broken formation of vpunpck instruct...
2014-08-07 Chandler Carruth[x86] Fix a miscompile in the new shuffle lowering...
2014-06-27 Chandler Carruth[x86] Fix another bug hit when bootstrapping with the...
2014-06-27 Chandler Carruth[x86] Begin a significant overhaul of how vector loweri...