summaryrefslogtreecommitdiffstats
path: root/test/416-optimizing-arith-not/src/Main.java
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Revert "Add support for long-to-int in the optimizing compiler.""Roland Levillain2014-11-111-12/+12
| | | | | | This reverts commit 3adfd1b4fb20ac2b0217b5d2737bfe30ad90257a. Change-Id: Iacf0c6492d49267e24f1b727dbf6379b21fd02db
* Revert "Add support for long-to-int in the optimizing compiler."Roland Levillain2014-11-111-12/+12
| | | | | | This reverts commit 647b96f29cb81832e698f863884fdba06674c9de. Change-Id: I552f23585463c676acbd547521b4d3ee5c0342eb
* Add support for long-to-int in the optimizing compiler.Roland Levillain2014-11-111-12/+12
| | | | | | | | | | | | - Add support for the long-to-int Dex instruction in the optimizing compiler. - Generate x86, x86-64 and ARM (but not ARM64) code for long-to-int HTypeConversion nodes. - Add related tests to test/422-type-conversion. - Also fix comments in test/415-optimizing-arith-neg and in test/416-optimizing-arith-not. Change-Id: I3084af30f2a495d178362ae1154dc7ceb7bf3a58
* Add long bitwise not instruction in the optimizing compiler.Roland Levillain2014-10-271-0/+79
- Add support for the not-long (long integer one's complement negation) instruction in the optimizing compiler. - Add a 64-bit NOT instruction (notq) to the x86-64 assembler. - Generate ARM, x86 and x86-64 code for long HNot nodes. - Gather not-related tests in test/416-optimizing-arith-not. Change-Id: I2d5b75e9875664d6032d04f8401b2bbb84506948