OSDN Git Service

Made Self Verification mode's memory interface less intrusive.
authorjeffhao <jeffhao@google.com>
Wed, 3 Feb 2010 18:24:05 +0000 (10:24 -0800)
committerjeffhao <jeffhao@google.com>
Fri, 5 Feb 2010 00:27:27 +0000 (16:27 -0800)
commit88dc28740f628a8d0d8fe05af0e11443f8793aa1
treec69c217e0828fbee518abe84d0598f4d5b72aaa9
parentce8ecd5441d223837de00edcba85cbd72d23ae05
Made Self Verification mode's memory interface less intrusive.
18 files changed:
vm/compiler/CompilerIR.h
vm/compiler/Frontend.c
vm/compiler/codegen/arm/ArmLIR.h
vm/compiler/codegen/arm/Assemble.c
vm/compiler/codegen/arm/Codegen.h
vm/compiler/codegen/arm/CodegenDriver.c
vm/compiler/codegen/arm/Thumb/Factory.c
vm/compiler/codegen/arm/Thumb2/Factory.c
vm/compiler/template/armv5te-vfp/TEMPLATE_MEM_OP_DECODE.S [new file with mode: 0644]
vm/compiler/template/armv5te-vfp/TemplateOpList.h
vm/compiler/template/armv5te/TEMPLATE_MEM_OP_DECODE.S [new file with mode: 0644]
vm/compiler/template/armv5te/TemplateOpList.h
vm/compiler/template/armv5te/footer.S
vm/compiler/template/armv7-a/TemplateOpList.h
vm/compiler/template/out/CompilerTemplateAsm-armv5te-vfp.S
vm/compiler/template/out/CompilerTemplateAsm-armv5te.S
vm/compiler/template/out/CompilerTemplateAsm-armv7-a.S
vm/interp/InterpDefs.h