[X86] Avoid introducing extra shuffles when lowering packed vector shifts.
[oota-llvm.git] / test / CodeGen / X86 / vshift-4.ll
2014-12-05 Andrea Di Biagio[X86] Avoid introducing extra shuffles when lowering...
2013-11-30 Juergen RibutzkaForce CPU type to unbreak unit tests on Haswell machines.
2013-07-30 Quentin Colombet[DAGCombiner] insert_vector_elt: Avoid building a vecto...
2013-07-14 Stephen LinMass update to CodeGen tests to use CHECK-LABEL for...
2011-04-14 Bill WendlingAs Dan pointed out, movzbl, movsbl, and friends are...
2011-04-14 Bill WendlingHave the X86 back-end emit the alias instead of what...
2010-12-19 Chris Lattnernow that generic vector types aren't selected onto...
2009-09-08 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2009-09-03 Daniel DunbarRemove dead greps.
2009-09-03 Mon P WangTest cases for vector shifts changes r80935
2009-08-25 Dan GohmanRemove obsolete -f flags.
2009-01-28 Mon P WangAdded sse test patterns for r62979 and r63193.