commit | 51d3fc40637fc73d4156ad617cd451b844cbb75e | [log] [tgz] |
---|---|---|
author | Roland Levillain <rpl@google.com> | Thu Nov 13 14:11:42 2014 +0000 |
committer | Roland Levillain <rpl@google.com> | Thu Nov 13 17:30:06 2014 +0000 |
tree | 21669a66124a23dfc78a8c3f1d8b89415bfb0271 | |
parent | d94a0a1d2868baaab49f4d2835bca086d98cf763 [diff] |
Add support for int-to-byte in the optimizing compiler. - Add support for the int-to-byte Dex instruction in the optimizing compiler. - Implement the ARM and Thumb-2 SBFX instructions. - Generate x86, x86-64 and ARM (but not ARM64) code for char to byte, short to byte and int to byte HTypeConversion nodes. - Add related tests to test/422-type-conversion. Change-Id: Ic8b8911b90d4b5281fad15bcee96bc3ee85dc577