aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/fast-isel-fneg.ll
AgeCommit message (Expand)Author
2011-05-18Force a triple on a couple of tests; we don't support fast-isel of ret on Win64.Eli Friedman
2009-09-12Add -mattr=+sse2 to the -march=x86 version of this test. WithoutDan Gohman
2009-09-11Reapply r81171 with a fix: don't try to use i64 when itDan Gohman
2009-09-10Revert r81171 which was causing pr4927.Bob Wilson
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2009-09-07Fix a thinko: When lowering fneg with xor, bitcast the operandsDan Gohman
2009-09-03LLVM currently represents floating-point negation as -0.0 - x. FixDan Gohman