OSDN Git Service

Stage 3 of Thumb2 support. armv7-a now generates vfp code inline.
authorBill Buzbee <buzbee@google.com>
Thu, 30 Jul 2009 17:52:29 +0000 (10:52 -0700)
committerBill Buzbee <buzbee@google.com>
Sat, 1 Aug 2009 00:30:22 +0000 (17:30 -0700)
commit9bc3df373ae6f4f7e6e97d554884d4e0dbad5494
tree4d3e4e99e62524beb247dd6c56838eb69a5057f9
parent51b9e5c27aa5d5c399f93f2df2b2ca1674b0858d
Stage 3 of Thumb2 support. armv7-a now generates vfp code inline.
13 files changed:
vm/compiler/Compiler.h
vm/compiler/codegen/arm/ArmLIR.h
vm/compiler/codegen/arm/Assemble.c
vm/compiler/codegen/arm/Codegen-armv5te-vfp.c
vm/compiler/codegen/arm/Codegen-armv5te.c
vm/compiler/codegen/arm/Codegen-armv7-a.c
vm/compiler/codegen/arm/Codegen.c
vm/compiler/codegen/arm/Codegen.h [new file with mode: 0644]
vm/compiler/codegen/arm/LocalOptimizations.c
vm/compiler/codegen/arm/Thumb2Util.c [new file with mode: 0644]
vm/compiler/codegen/arm/ThumbUtil.c [new file with mode: 0644]
vm/compiler/codegen/arm/armv7-a/ArchVariant.c [new file with mode: 0644]
vm/compiler/codegen/arm/armv7-a/ArchVariant.h [new file with mode: 0644]