Added VPERM optimization for AVX2 shuffles
[oota-llvm.git] / test / CodeGen / X86 / fast-isel-fneg.ll
2011-05-18 Eli FriedmanForce a triple on a couple of tests; we don't support...
2009-09-12 Dan GohmanAdd -mattr=+sse2 to the -march=x86 version of this...
2009-09-11 Dan GohmanReapply r81171 with a fix: don't try to use i64 when it
2009-09-10 Bob WilsonRevert r81171 which was causing pr4927.
2009-09-08 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2009-09-07 Dan GohmanFix a thinko: When lowering fneg with xor, bitcast...
2009-09-03 Dan GohmanLLVM currently represents floating-point negation as...