OSDN Git Service

Introduce support for hardware simulators, starting with ARM64
authorPhil Wang <phil.wang@linaro.org>
Wed, 29 Jul 2015 07:14:09 +0000 (15:14 +0800)
committerPhil Wang <phil.wang@linaro.org>
Tue, 18 Aug 2015 07:15:17 +0000 (15:15 +0800)
commitc2e1a5edc438274159c6ef8e65455ac73723a8f1
tree30deefcdb9f8226a7367342000104248ea635487
parent62dee441fff15e951c577b9565f87bb5f27c5ffb
Introduce support for hardware simulators, starting with ARM64

Simulator support for ARM64 is implemented with VIXL.
Now codegen_test will also run on all supported hardware simulators.

Change-Id: Idc740f566175d1a23c373ea9292b8fc5ba526d00
compiler/optimizing/codegen_test.cc
runtime/Android.mk
runtime/simulator/code_simulator.cc [new file with mode: 0644]
runtime/simulator/code_simulator.h [new file with mode: 0644]
runtime/simulator/code_simulator_arm64.cc [new file with mode: 0644]
runtime/simulator/code_simulator_arm64.h [new file with mode: 0644]