Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Revert "Implement long negate instruction in the optimizing compiler."" | Roland Levillain | 2014-10-24 | 1 | -0/+0 |
| | | | | | | This reverts commit 30ca3d847fe72cfa33e1b2473100ea2d8bea4517. Change-Id: I188ca8d460d55d3a9966bcf31e0588575afa77d2 | ||||
* | Revert "Implement long negate instruction in the optimizing compiler." | Roland Levillain | 2014-10-23 | 1 | -0/+0 |
| | | | | This reverts commit 66ce173a40eff4392e9949ede169ccf3108be2db. | ||||
* | Implement long negate instruction in the optimizing compiler. | Roland Levillain | 2014-10-23 | 1 | -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 |