OSDN Git Service

Add source code skeletons for x86 work. No actual JIT'ng yet.
authorbuzbee <buzbee@google.com>
Fri, 17 Sep 2010 23:01:49 +0000 (16:01 -0700)
committerbuzbee <buzbee@google.com>
Mon, 20 Sep 2010 16:58:59 +0000 (09:58 -0700)
commit7520ee7ff226e12e06818561b15741d2575072e3
tree0d6710d2def21ab8a12b9895ab762a476f0998c2
parent4a3698d64f14e8694ad11d1b6c2c133bca911826
Add source code skeletons for x86 work.  No actual JIT'ng yet.

Change-Id: Ic94a916e777e9bc5163cf205899daf9c18dcafe1
31 files changed:
vm/Dvm.mk
vm/compiler/Compiler.h
vm/compiler/codegen/x86/ArchUtility.c [new file with mode: 0644]
vm/compiler/codegen/x86/Assemble.c [new file with mode: 0644]
vm/compiler/codegen/x86/CalloutHelper.h [new file with mode: 0644]
vm/compiler/codegen/x86/Codegen.h [new file with mode: 0644]
vm/compiler/codegen/x86/CodegenDriver.c [new file with mode: 0644]
vm/compiler/codegen/x86/X86LIR.h [new file with mode: 0644]
vm/compiler/codegen/x86/ia32/ArchVariant.c [new file with mode: 0644]
vm/compiler/codegen/x86/ia32/ArchVariant.h [new file with mode: 0644]
vm/compiler/codegen/x86/ia32/CallingConvention.S [new file with mode: 0644]
vm/compiler/codegen/x86/ia32/Codegen.c [new file with mode: 0644]
vm/compiler/template/config-ia32 [new file with mode: 0644]
vm/compiler/template/ia32/TEMPLATE_INTERPRET.S [new file with mode: 0644]
vm/compiler/template/ia32/TemplateOpList.h [new file with mode: 0644]
vm/compiler/template/ia32/footer.S [new file with mode: 0644]
vm/compiler/template/ia32/header.S [new file with mode: 0644]
vm/compiler/template/ia32/platform.S [new file with mode: 0644]
vm/compiler/template/out/CompilerTemplateAsm-ia32.S [new file with mode: 0644]
vm/compiler/template/rebuild.sh
vm/mterp/cstubs/stubdefs.c
vm/mterp/out/InterpAsm-x86.S
vm/mterp/out/InterpC-allstubs.c
vm/mterp/out/InterpC-armv4t.c
vm/mterp/out/InterpC-armv5te-vfp.c
vm/mterp/out/InterpC-armv5te.c
vm/mterp/out/InterpC-armv7-a-neon.c
vm/mterp/out/InterpC-armv7-a.c
vm/mterp/out/InterpC-x86-atom.c
vm/mterp/out/InterpC-x86.c
vm/mterp/x86/footer.S