OSDN Git Service

Initial support for quick compiler on MIPS64r6.
authorMaja Gagic <maja.gagic@imgtec.com>
Tue, 24 Feb 2015 15:55:04 +0000 (16:55 +0100)
committerAndreas Gampe <agampe@google.com>
Fri, 6 Mar 2015 21:05:47 +0000 (13:05 -0800)
commit6ea651f0f4c7de4580beb2e887d86802c1ae0738
treefd97dcbd7301892cb785ca34aee21ad86437c3b3
parent0e242b5cad3c0b68b72f28c1e5fd3fdd4c05bfd8
Initial support for quick compiler on MIPS64r6.

Change-Id: I6f43027b84e4a98ea320cddb972d9cf39bf7c4f8
24 files changed:
compiler/Android.mk
compiler/dex/quick/codegen_util.cc
compiler/dex/quick/gen_common.cc
compiler/dex/quick/gen_invoke.cc
compiler/dex/quick/mips64/assemble_mips64.cc [new file with mode: 0644]
compiler/dex/quick/mips64/backend_mips64.h [new file with mode: 0644]
compiler/dex/quick/mips64/call_mips64.cc [new file with mode: 0644]
compiler/dex/quick/mips64/codegen_mips64.h [new file with mode: 0644]
compiler/dex/quick/mips64/fp_mips64.cc [new file with mode: 0644]
compiler/dex/quick/mips64/int_mips64.cc [new file with mode: 0644]
compiler/dex/quick/mips64/mips64_lir.h [new file with mode: 0644]
compiler/dex/quick/mips64/target_mips64.cc [new file with mode: 0644]
compiler/dex/quick/mips64/utility_mips64.cc [new file with mode: 0644]
compiler/dex/quick/quick_compiler.cc
compiler/dex/quick/ralloc_util.cc
compiler/driver/compiler_driver.cc
compiler/jni/quick/calling_convention.cc
compiler/jni/quick/jni_compiler.cc
compiler/jni/quick/mips64/calling_convention_mips64.cc [new file with mode: 0644]
compiler/jni/quick/mips64/calling_convention_mips64.h [new file with mode: 0644]
dex2oat/dex2oat.cc
disassembler/disassembler_mips64.cc
runtime/arch/mips64/quick_entrypoints_mips64.S
runtime/entrypoints/quick/quick_trampoline_entrypoints.cc