diff options
author | 2016-07-26 10:33:29 +0100 | |
---|---|---|
committer | 2016-09-15 16:17:01 +0100 | |
commit | b138dfbd76f9d8b64fb9dbaf1a7c25e2549b2a8c (patch) | |
tree | a3765fd2bd7e5ddd7ec81adab1ec36859f193d94 /compiler/Android.bp | |
parent | 5cfaafbda5d2de57e311cfc9051f8d817091e950 (diff) |
ARM: VIXL32: Add an initial code generator that passes codegen_tests.
This VIXL32-based code generator is not enabled in the optimizing
compiler by default. Changes in codegen_test.cc test it in parallel
with the existing ARM backend.
This patch provides a base for further work, the new backend will not
be enabled in the optimizing compiler until parity is proven with the
current ARM backend and assembler.
Test: gtest-codegen_test on host and target
Change-Id: Id556a975b2645bf1d98ab2984650e8435b2312c2
Diffstat (limited to 'compiler/Android.bp')
-rw-r--r-- | compiler/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/Android.bp b/compiler/Android.bp index 595a824999..969747505b 100644 --- a/compiler/Android.bp +++ b/compiler/Android.bp @@ -100,6 +100,7 @@ art_cc_defaults { "linker/arm/relative_patcher_arm_base.cc", "linker/arm/relative_patcher_thumb2.cc", "optimizing/code_generator_arm.cc", + "optimizing/code_generator_arm_vixl.cc", "optimizing/dex_cache_array_fixups_arm.cc", "optimizing/instruction_simplifier_arm.cc", "optimizing/instruction_simplifier_shared.cc", |