OSDN Git Service

AArch64: split list of opcodes in compiler filter.
authorMatteo Franchin <matteo.franchin@arm.com>
Thu, 29 May 2014 13:24:10 +0000 (14:24 +0100)
committerMatteo Franchin <matteo.franchin@arm.com>
Tue, 3 Jun 2014 18:23:53 +0000 (19:23 +0100)
commitec3f3d14915ec8f8c59bb88190928faa63ed9eb8
tree086ad43b1c100fcb74645016f80c4a527ddf88ed
parentf11fe5d024ab6cff50de6c3702874cbc5b3a0697
AArch64: split list of opcodes in compiler filter.

Some of the opcodes that are currently enabled in the compiler
filter are generating assertion failures when using libartd.so.
In this patch, these opcodes are marked as experimental
via #if ... #endif and are disabled. This allows using libartd.so
to run the tests and for development. Further commits will follow
to fix the assertion issues.

Change-Id: I9493fddc281542cb15ced38b262f37f4ef4f0870
compiler/dex/frontend.cc