History log of /art/test/557-checker-instruction-simplifier-ror/src/Main.java
Revision Date Author Comments
5e99abdef2c9a581d5a3f16b1aeb8b0391e1f91b 26-Apr-2016 Vladimir Marko <vmarko@google.com> Work around Jack optimizations in arm64 shifter operand test.

And also in the ror test.

Bug: 28392114

(cherry picked from commit 5bc80b9994bde67184adc1a168538c2a9b99fc8b)

Change-Id: I597a2556a81792d7a5289cc4925cb057ee57438d
885c68457dbd3a4b244aa4a51d319a759e6a3587 25-Apr-2016 David Brazdil <dbrazdil@google.com> ART: Fix ROR Checker test

Recent update of Jack started encoding "x << -2" as "x << 30". Update
the corresponding Checker test to accept both values.

Bug: 28244190
Change-Id: I65833afa416a7eb8fa05d381cff547a58dcc0bea
(cherry picked from commit 22c1f543ed75114d8ee5219598ba766e7dc674c0)
5d3fa25f0257a5fc4246c9a6a1c4844066a30ce1 14-Dec-2015 Vladimir Marko <vmarko@google.com> ART: Rename ROR test to a shorter name.

Keeps the file names of test files within limits.
The new name is exactly as long as the next longest name.

Change-Id: I4bbfd4cf2aa402a436ba9a5bc9589aa8710b9c15