OSDN Git Service

Remove portable.
authorElliott Hughes <enh@google.com>
Thu, 11 Dec 2014 22:34:28 +0000 (14:34 -0800)
committerElliott Hughes <enh@google.com>
Fri, 12 Dec 2014 17:33:34 +0000 (09:33 -0800)
commit956af0f0cb05422e38c1d22cbef309d16b8a1a12
treeb558c804d206dad8da648b815750f1b3c97610ae
parent407d77f344cfbdbbfb50531c5f0766bc0892e2fe
Remove portable.

Change-Id: I3bf3250fa866fd2265f1b115d52fa5dedc48a7fc
147 files changed:
build/Android.common_build.mk
build/Android.executable.mk
build/Android.gtest.mk
compiler/Android.mk
compiler/common_compiler_test.cc
compiler/compiled_method.cc
compiler/compiled_method.h
compiler/compiler.cc
compiler/compiler.h
compiler/dex/frontend.cc
compiler/dex/frontend.h
compiler/dex/mir_optimization.cc
compiler/dex/portable/mir_to_gbc.cc [deleted file]
compiler/dex/portable/mir_to_gbc.h [deleted file]
compiler/dex/quick/quick_compiler.cc
compiler/dex/verification_results.cc
compiler/driver/compiler_driver.cc
compiler/driver/compiler_driver.h
compiler/driver/compiler_driver_test.cc
compiler/driver/compiler_options.h
compiler/elf_writer_mclinker.cc [deleted file]
compiler/elf_writer_mclinker.h [deleted file]
compiler/elf_writer_test.cc
compiler/image_test.cc
compiler/image_writer.cc
compiler/image_writer.h
compiler/jni/jni_compiler_test.cc
compiler/jni/portable/jni_compiler.cc [deleted file]
compiler/jni/portable/jni_compiler.h [deleted file]
compiler/llvm/art_module.ll [deleted file]
compiler/llvm/backend_options.h [deleted file]
compiler/llvm/backend_types.h [deleted file]
compiler/llvm/compiler_llvm.cc [deleted file]
compiler/llvm/compiler_llvm.h [deleted file]
compiler/llvm/gbc_expander.cc [deleted file]
compiler/llvm/generated/art_module.cc [deleted file]
compiler/llvm/intrinsic_func_list.def [deleted file]
compiler/llvm/intrinsic_helper.cc [deleted file]
compiler/llvm/intrinsic_helper.h [deleted file]
compiler/llvm/ir_builder.cc [deleted file]
compiler/llvm/ir_builder.h [deleted file]
compiler/llvm/llvm_compilation_unit.cc [deleted file]
compiler/llvm/llvm_compilation_unit.h [deleted file]
compiler/llvm/llvm_compiler.cc [deleted file]
compiler/llvm/llvm_compiler.h [deleted file]
compiler/llvm/md_builder.cc [deleted file]
compiler/llvm/md_builder.h [deleted file]
compiler/llvm/runtime_support_builder.cc [deleted file]
compiler/llvm/runtime_support_builder.h [deleted file]
compiler/llvm/runtime_support_builder_arm.cc [deleted file]
compiler/llvm/runtime_support_builder_arm.h [deleted file]
compiler/llvm/runtime_support_builder_x86.cc [deleted file]
compiler/llvm/runtime_support_builder_x86.h [deleted file]
compiler/llvm/runtime_support_llvm_func.h [deleted file]
compiler/llvm/runtime_support_llvm_func_list.h [deleted file]
compiler/llvm/tools/gen_art_module_cc.sh [deleted file]
compiler/llvm/utils_llvm.h [deleted file]
compiler/oat_test.cc
compiler/oat_writer.cc
compiler/oat_writer.h
compiler/sea_ir/code_gen/code_gen.cc [deleted file]
compiler/sea_ir/code_gen/code_gen.h [deleted file]
compiler/sea_ir/code_gen/code_gen_data.cc [deleted file]
compiler/sea_ir/debug/dot_gen.cc [deleted file]
compiler/sea_ir/debug/dot_gen.h [deleted file]
compiler/sea_ir/frontend.cc [deleted file]
compiler/sea_ir/ir/instruction_nodes.h [deleted file]
compiler/sea_ir/ir/instruction_tools.cc [deleted file]
compiler/sea_ir/ir/instruction_tools.h [deleted file]
compiler/sea_ir/ir/regions_test.cc [deleted file]
compiler/sea_ir/ir/sea.cc [deleted file]
compiler/sea_ir/ir/sea.h [deleted file]
compiler/sea_ir/ir/sea_node.h [deleted file]
compiler/sea_ir/ir/visitor.h [deleted file]
compiler/sea_ir/types/type_data_test.cc [deleted file]
compiler/sea_ir/types/type_inference.cc [deleted file]
compiler/sea_ir/types/type_inference.h [deleted file]
compiler/sea_ir/types/type_inference_visitor.cc [deleted file]
compiler/sea_ir/types/type_inference_visitor.h [deleted file]
compiler/sea_ir/types/type_inference_visitor_test.cc [deleted file]
compiler/sea_ir/types/types.h [deleted file]
compiler/trampolines/trampoline_compiler.cc
compiler/utils/scoped_hashtable.h [deleted file]
compiler/utils/scoped_hashtable_test.cc [deleted file]
dex2oat/dex2oat.cc
oatdump/oatdump.cc
patchoat/patchoat.cc
runtime/Android.mk
runtime/arch/arm/entrypoints_init_arm.cc
runtime/arch/arm/portable_entrypoints_arm.S [deleted file]
runtime/arch/arm64/entrypoints_init_arm64.cc
runtime/arch/arm64/portable_entrypoints_arm64.S [deleted file]
runtime/arch/mips/entrypoints_init_mips.cc
runtime/arch/mips/portable_entrypoints_mips.S [deleted file]
runtime/arch/x86/entrypoints_init_x86.cc
runtime/arch/x86/portable_entrypoints_x86.S [deleted file]
runtime/arch/x86_64/entrypoints_init_x86_64.cc
runtime/arch/x86_64/portable_entrypoints_x86_64.S [deleted file]
runtime/asm_support.h
runtime/class_linker.cc
runtime/class_linker.h
runtime/common_runtime_test.h
runtime/dex_file_test.cc
runtime/entrypoints/interpreter/interpreter_entrypoints.cc
runtime/entrypoints/portable/portable_alloc_entrypoints.cc [deleted file]
runtime/entrypoints/portable/portable_cast_entrypoints.cc [deleted file]
runtime/entrypoints/portable/portable_dexcache_entrypoints.cc [deleted file]
runtime/entrypoints/portable/portable_entrypoints.h [deleted file]
runtime/entrypoints/portable/portable_field_entrypoints.cc [deleted file]
runtime/entrypoints/portable/portable_fillarray_entrypoints.cc [deleted file]
runtime/entrypoints/portable/portable_invoke_entrypoints.cc [deleted file]
runtime/entrypoints/portable/portable_jni_entrypoints.cc [deleted file]
runtime/entrypoints/portable/portable_lock_entrypoints.cc [deleted file]
runtime/entrypoints/portable/portable_thread_entrypoints.cc [deleted file]
runtime/entrypoints/portable/portable_throw_entrypoints.cc [deleted file]
runtime/entrypoints/portable/portable_trampoline_entrypoints.cc [deleted file]
runtime/entrypoints/runtime_asm_entrypoints.h
runtime/entrypoints_order_test.cc
runtime/exception_test.cc
runtime/gc/accounting/space_bitmap.cc
runtime/gc/heap.cc
runtime/globals.h
runtime/instrumentation.cc
runtime/instrumentation.h
runtime/java_vm_ext.cc
runtime/jni_internal_test.cc
runtime/mirror/art_method-inl.h
runtime/mirror/art_method.cc
runtime/mirror/art_method.h
runtime/mirror/object.cc
runtime/mirror/object_test.cc
runtime/modifiers.h
runtime/native_bridge_art_interface.cc
runtime/oat.cc
runtime/oat.h
runtime/oat_file.cc
runtime/oat_file.h
runtime/profiler.cc
runtime/quick/inline_method_analyser.cc
runtime/quick_exception_handler.h
runtime/reflection.cc
runtime/reflection_test.cc
runtime/runtime.cc
runtime/stack.h
runtime/thread.cc
runtime/thread.h
runtime/trace.cc