aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/fast-isel-fneg.ll
Commit message (Expand)AuthorAgeFilesLines
* 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