OSDN Git Service

x86_64: Disable all optimizations and fix bugs
authorChao-ying Fu <chao-ying.fu@intel.com>
Wed, 11 Jun 2014 01:11:11 +0000 (18:11 -0700)
committerIan Rogers <irogers@google.com>
Fri, 13 Jun 2014 21:00:01 +0000 (14:00 -0700)
commit7e399fd3a99ba9c9dbfafdf14f75dd318fa7d454
tree9c0869f22754c8c2b6f4d6e1e562498c780e7c17
parent08eeb38bb95dbb41dbdb0ea023749889b126af61
x86_64: Disable all optimizations and fix bugs

This disables all optimizations and ensures that art tests still pass.

Change-Id: I43217378d6889bb04f4d064f8d53cb3ff4c20aa0
Signed-off-by: Chao-ying Fu <chao-ying.fu@intel.com>
Signed-off-by: Serguei Katkov <serguei.i.katkov@intel.com>
Signed-off-by: Mark Mendell <mark.p.mendell@intel.com>
compiler/dex/frontend.cc
compiler/dex/quick/gen_common.cc
compiler/dex/quick/gen_invoke.cc
compiler/dex/quick/x86/assemble_x86.cc
compiler/dex/quick/x86/codegen_x86.h
compiler/dex/quick/x86/fp_x86.cc
compiler/dex/quick/x86/int_x86.cc
compiler/dex/quick/x86/target_x86.cc
compiler/dex/quick/x86/utility_x86.cc