Add a triple to switch.ll test.
[oota-llvm.git] / test / CodeGen / X86 / vector-blend.ll
2015-02-20 Chandler Carruth[x86] Make the new vector shuffle legality test on...
2015-02-19 Chandler Carruth[x86] Remove the insanely over-aggressive unpack loweri...
2015-02-19 Chandler Carruth[x86] Add support for bit-wise blending and use it...
2015-02-19 Chandler Carruth[x86,sdag] Two interrelated changes to the x86 and...
2015-02-18 Michael KupersteinFixes two issue in SimplifyDemandedBits of sext_in_reg:
2015-02-04 Chandler Carruth[x86] Give movss and movsd execution domains in the...
2015-02-04 Chandler Carruth[x86] Mechanically update a bunch of tests' check lines...
2014-11-24 Andrea Di Biagio[X86] Improved target specific combine on VSELECT dag...
2014-11-06 Quentin Colombet[X86] Lower VSELECT into SHRUNKBLEND when we shrink...
2014-11-04 Simon Pilgrim[X86][SSE] Enable commutation for SSE immediate blend...
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] Merge the remaining test cases into vector-blend...
2014-10-01 Chandler Carruth[x86] Expand the ISA coverage of our blend test in...
2014-10-01 Chandler Carruth[x86] Merge the interesting test cases from blend-msb...
2014-10-01 Chandler Carruth[x86] Move the AVX blend test to a generic name. I...