summaryrefslogtreecommitdiffstats
path: root/test/415-optimizing-arith-neg/expected.txt
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Revert "Implement long negate instruction in the optimizing compiler.""Roland Levillain2014-10-241-0/+0
| | | | | | This reverts commit 30ca3d847fe72cfa33e1b2473100ea2d8bea4517. Change-Id: I188ca8d460d55d3a9966bcf31e0588575afa77d2
* Revert "Implement long negate instruction in the optimizing compiler."Roland Levillain2014-10-231-0/+0
| | | | This reverts commit 66ce173a40eff4392e9949ede169ccf3108be2db.
* Implement long negate instruction in the optimizing compiler.Roland Levillain2014-10-231-0/+0
- Add support for the neg-long (long integer two's complement negate) instruction in the optimizing compiler. - Add a 64-bit NEG instruction (negq) to the x86-64 assembler. - Generate ARM, x86 and x86-64 code for integer HNeg nodes. - Put neg-related tests into test/415-optimizing-arith-neg. Change-Id: I1fbe9611e134408a6b8745d1df20ab6ffa5e50f2