summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/fast-isel-fneg.ll
Commit message (Expand)AuthorAgeFilesLines
* Revert "[NFC][CodeGen] Add unary FNeg tests to X86/combine-fcopysign.ll X86/d...Cameron McInally2019-06-131-51/+0
* [NFC][CodeGen] Add unary FNeg tests to X86/combine-fcopysign.ll X86/dag-fmf-c...Cameron McInally2019-06-111-0/+51
* [FastISel][X86] Support FNeg instruction in target independent fast isel hand...Craig Topper2019-05-081-0/+47
* [FastISel][X86] If selectFNeg fails, fall back to SelectionDAG not treating i...Craig Topper2019-05-071-2/+2
* [X86] Add more test cases for fast-isel handling of fneg.Craig Topper2019-05-061-2/+53
* Revert r359392 and r358887Craig Topper2019-05-061-6/+7
* [X86] Remove (V)MOV64toSDrr/m and (V)MOVDI2SSrr/m. Use 128-bit result MOVD/MO...Craig Topper2019-04-281-7/+6
* [X86] Autogenerate complete checks. NFCCraig Topper2019-04-171-8/+38
* X86: Do not use llc -march in tests.Matthias Braun2017-08-021-1/+1
* Change the fast-isel-abort option from bool to int to enable "levels"Mehdi Amini2015-02-271-1/+1
* Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-141-2/+2
* Add a CHECK-NOT for a more faithful translation of the original grep | count 2.Eli Bendersky2013-04-111-0/+1
* Rewrite some of the test/CodeGen/X86 tests to use FileCheck instead of grepEli Bendersky2013-04-101-1/+4
* Force a triple on a couple of tests; we don't support fast-isel of ret on Win64.Eli Friedman2011-05-181-1/+1
* Add -mattr=+sse2 to the -march=x86 version of this test. WithoutDan Gohman2009-09-121-1/+1
* Reapply r81171 with a fix: don't try to use i64 when itDan Gohman2009-09-111-3/+4
* Revert r81171 which was causing pr4927.Bob Wilson2009-09-101-3/+3
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-081-1/+1
* Fix a thinko: When lowering fneg with xor, bitcast the operandsDan Gohman2009-09-071-3/+3
* LLVM currently represents floating-point negation as -0.0 - x. FixDan Gohman2009-09-031-0/+15
OpenPOWER on IntegriCloud