Reapply r81171 with a fix: don't try to use i64 when it
[oota-llvm.git] / test / CodeGen / X86 / fast-isel-fneg.ll
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...