summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/fast-isel-fneg.ll
Commit message (Expand)AuthorAge
* Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-14
* Add a CHECK-NOT for a more faithful translation of the original grep | count 2.Eli Bendersky2013-04-11
* Rewrite some of the test/CodeGen/X86 tests to use FileCheck instead of grepEli Bendersky2013-04-10
* Force a triple on a couple of tests; we don't support fast-isel of ret on Win64.Eli Friedman2011-05-18
* Add -mattr=+sse2 to the -march=x86 version of this test. WithoutDan Gohman2009-09-12
* Reapply r81171 with a fix: don't try to use i64 when itDan Gohman2009-09-11
* Revert r81171 which was causing pr4927.Bob Wilson2009-09-10
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-08
* Fix a thinko: When lowering fneg with xor, bitcast the operandsDan Gohman2009-09-07
* LLVM currently represents floating-point negation as -0.0 - x. FixDan Gohman2009-09-03