Added VPERM optimization for AVX2 shuffles
[oota-llvm.git] / test / CodeGen / X86 / store-narrow.ll
2010-10-01 Chris Lattnerfix rdar://8494845 + PR8244 - a miscompile exposed...
2010-09-02 Dan GohmanDon't narrow the load and store in a load+twiddle+store...
2010-06-24 Dan GohmanReapply r106634, now that the bug it exposed is fixed.
2010-06-23 Daniel DunbarRevert r106263, "Fold the ShrinkDemandedOps pass into...
2010-06-18 Dan GohmanFold the ShrinkDemandedOps pass into the regular DAGCom...
2010-04-28 Evan ChengEnable i16 to i32 promotion by default.
2010-04-15 Chris Lattnerenhance the load/store narrowing optimization to handle a
2010-04-15 Chris Lattnerteach codegen to turn trunc(zextload) into load when...
2010-04-15 Chris LattnerImplement rdar://7860110 (also in target/readme.txt...