summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/fast-isel-fneg.ll
AgeCommit message (Expand)AuthorFilesLines
2015-02-27Change the fast-isel-abort option from bool to int to enable "levels"Mehdi Amini1-1/+1
2013-07-14Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin1-2/+2
2013-04-11Add a CHECK-NOT for a more faithful translation of the original grep | count 2.Eli Bendersky1-0/+1
2013-04-10Rewrite some of the test/CodeGen/X86 tests to use FileCheck instead of grepEli Bendersky1-1/+4
2011-05-18Force a triple on a couple of tests; we don't support fast-isel of ret on Win64.Eli Friedman1-1/+1
2009-09-12Add -mattr=+sse2 to the -march=x86 version of this test. WithoutDan Gohman1-1/+1
2009-09-11Reapply r81171 with a fix: don't try to use i64 when itDan Gohman1-3/+4
2009-09-10Revert r81171 which was causing pr4927.Bob Wilson1-3/+3
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman1-1/+1
2009-09-07Fix a thinko: When lowering fneg with xor, bitcast the operandsDan Gohman1-3/+3
2009-09-03LLVM currently represents floating-point negation as -0.0 - x. FixDan Gohman1-0/+15