[x86] Clean up a bunch of vector shuffle tests with my script. Notably,
[oota-llvm.git] / test / CodeGen / X86 / vector-zext.ll
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-04 Chandler Carruth[x86] Enable the new vector shuffle lowering by default.
2014-10-02 Chandler Carruth[x86] Switch some of the new consolidated vector tests...
2014-10-01 Chandler Carruth[x86] Teach both sext and zext vector tests to cover...
2014-10-01 Chandler Carruth[x86] Rename avx-{s,z}ext.ll to vector-{s,z}ext.ll.