OSDN Git Service

Put in place the ARM64 instruction simplification framework.
authorAlexandre Rames <alexandre.rames@linaro.org>
Wed, 19 Aug 2015 14:39:06 +0000 (15:39 +0100)
committerAlexandre Rames <alexandre.rames@linaro.org>
Wed, 19 Aug 2015 14:39:06 +0000 (15:39 +0100)
commit44b9cf937836bb33139123e15ca8b586b5853268
treea4fe52cb53133522069f41083d118fb6abca9336
parent32f264e67afa8654a5570d38b627515fb73fc333
Put in place the ARM64 instruction simplification framework.

This commit introduces and runs the empty InstructionSimplifierArm64
pass. Further commits will introduce arm64-specific transformations in
that pass.

Change-Id: I458f8a2b15470297b87fc1f7ff85bd52155d93ef
compiler/Android.mk
compiler/optimizing/gvn.h
compiler/optimizing/instruction_simplifier_arm64.cc [new file with mode: 0644]
compiler/optimizing/instruction_simplifier_arm64.h [new file with mode: 0644]
compiler/optimizing/optimizing_compiler.cc
compiler/optimizing/optimizing_compiler_stats.h