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>
Thu, 4 Feb 2010 23:26:00 +0000 (15:26 -0800)
commit9e45c0b968d63ea38353c99252d233879c2efdaf
treec73006a89afbfef530ba26f8cfd72a61bd235d5f
parent4fbba1f95b3e27bdc5f5572bb0420b5f928aa54e
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