OSDN Git Service

ARM64: VIXL: Support a newer version of VIXL.
authorArtem Serov <artem.serov@linaro.org>
Mon, 8 Aug 2016 14:11:24 +0000 (15:11 +0100)
committerAnton Kirilov <anton.kirilov@linaro.org>
Fri, 12 Aug 2016 12:22:34 +0000 (13:22 +0100)
commitaf4e42a0d210aa3aa5d52926536b2ca5c2952934
treeb64d683ba6ac11c0b7730df9a579aead2905dfff
parentdce74be0c49e8a540affc0b5649a9cf8756b809b
ARM64: VIXL: Support a newer version of VIXL.

Please note that compiling VIXL with -Wshadow is a known VIXL issue.

This will be resolved in a later version of VIXL, when we can drop
the deprecated API for getters and setters.

For more info take a look at VIXL_DEPRECATED in the VIXL source code.

Change-Id: Iea30b1a7b065f9b16a92c6cc7ebdc50ef068b348
compiler/Android.mk
compiler/optimizing/code_generator_arm64.h
compiler/optimizing/common_arm64.h
compiler/optimizing/intrinsics_arm64.cc
compiler/utils/arm64/assembler_arm64.cc
compiler/utils/arm64/assembler_arm64.h
compiler/utils/arm64/jni_macro_assembler_arm64.h
disassembler/disassembler_arm64.h
runtime/simulator/code_simulator_arm64.h