v8/src/arm
fschneider@chromium.org 62168ff831 Tiny improvement of register constraints in LClassOfTest instructions.
The input register does not need to be made writable. We already
allocate enough temp registers and the input register will always
be preserved.
Review URL: http://codereview.chromium.org/9166007

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@10379 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2012-01-11 08:29:42 +00:00
..
assembler-arm-inl.h Fix for an ARM register allocation bug. 2012-01-10 16:59:55 +00:00
assembler-arm.cc Merge experimental/gc branch to the bleeding_edge. 2011-09-19 18:36:47 +00:00
assembler-arm.h Fix for an ARM register allocation bug. 2012-01-10 16:59:55 +00:00
builtins-arm.cc Fix test-hashing after recent changes to string hashing. 2012-01-06 11:33:20 +00:00
code-stubs-arm.cc Minor cleanups of numeric seeded hashing patch. 2012-01-10 13:24:18 +00:00
code-stubs-arm.h Reapply "Add a level of indirection to exception handler addresses." 2011-11-11 13:48:14 +00:00
codegen-arm.cc Porting r10023 and r10054 to arm (pointer cache for external strings). 2011-11-24 11:07:39 +00:00
codegen-arm.h Porting r10023 and r10054 to arm (pointer cache for external strings). 2011-11-24 11:07:39 +00:00
constants-arm.cc ARM: Merging constants in simulator and assembler header files and other cleanup. 2011-01-26 08:32:54 +00:00
constants-arm.h Remove the static qualifier from functions in header files. 2011-11-29 10:56:11 +00:00
cpu-arm.cc ARM: Remove support for ABI prior to EABI 2011-04-11 09:04:30 +00:00
debug-arm.cc Make _CallFunction proxy-aware. 2011-11-08 14:39:37 +00:00
deoptimizer-arm.cc Fix test-hashing after recent changes to string hashing. 2012-01-06 11:33:20 +00:00
disasm-arm.cc Static state cleanup: add more consts. 2011-08-05 11:32:46 +00:00
frames-arm.cc Change ARM exit frame layout and alingment handling 2011-01-25 07:49:39 +00:00
frames-arm.h Remove the static qualifier from functions in header files. 2011-11-29 10:56:11 +00:00
full-codegen-arm.cc Port Math.pow inlining to ARM. 2011-12-07 16:55:00 +00:00
ic-arm.cc Fix invalid usage of StoreIC_ArrayLength optimization. 2011-12-14 12:46:32 +00:00
lithium-arm.cc Tiny improvement of register constraints in LClassOfTest instructions. 2012-01-11 08:29:42 +00:00
lithium-arm.h Clean up handling of global cell stores in the optimizing compiler. 2011-12-20 10:57:12 +00:00
lithium-codegen-arm.cc Tiny improvement of register constraints in LClassOfTest instructions. 2012-01-11 08:29:42 +00:00
lithium-codegen-arm.h Fix for an ARM register allocation bug. 2012-01-10 16:59:55 +00:00
lithium-gap-resolver-arm.cc Fix for an ARM register allocation bug. 2012-01-10 16:59:55 +00:00
lithium-gap-resolver-arm.h Fix presubmit errors caused by updated depot tools 2011-09-08 19:57:14 +00:00
macro-assembler-arm.cc MIPS: Check that address given to __RecordWrite is correct. 2012-01-10 13:43:44 +00:00
macro-assembler-arm.h Minor cleanups of numeric seeded hashing patch. 2012-01-10 13:24:18 +00:00
regexp-macro-assembler-arm.cc RegExpMacroAssembler::CheckStackGuardState should update input string pointer when it is moved or changed by GC. 2011-10-19 11:01:02 +00:00
regexp-macro-assembler-arm.h Fix presubmit errors caused by updated depot tools 2011-09-08 19:57:14 +00:00
simulator-arm.cc Fixing presubmit. 2011-11-09 15:06:10 +00:00
simulator-arm.h Repeat last debugger command in the arm simulator when command input is empty. 2011-11-09 14:37:04 +00:00
stub-cache-arm.cc Make sure transitioned arrays efficiently call builtin Array functions 2012-01-09 16:37:47 +00:00