v8/src/arm
jkummerow@chromium.org 2272aa71d9 Add LoadIC_Slow builtin and use it for loading properties from primitive values.
This fixes recent performance regressions on Dromaeo.

BUG=chromium:242512
R=verwaest@chromium.org

Review URL: https://codereview.chromium.org/16226024

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@14950 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2013-06-05 11:12:49 +00:00
..
assembler-arm-inl.h ARM: clean up code now that ARMv6 is the baseline. 2013-04-18 10:32:18 +00:00
assembler-arm.cc Make assertion scopes thread safe. 2013-06-03 15:32:22 +00:00
assembler-arm.h ARM: Smi refactoring and improvements. 2013-05-17 15:38:14 +00:00
builtins-arm.cc Adapt hydrogen-based Array constructor to also support InternalArray and function call 2013-06-05 10:43:18 +00:00
code-stubs-arm.cc Adapt hydrogen-based Array constructor to also support InternalArray and function call 2013-06-05 10:43:18 +00:00
code-stubs-arm.h Error found in test262 on ARM: BinaryOpStub could call out to a built-in and push parameters without an enclosing frame. This corrupted stackwalking. 2013-05-14 15:30:55 +00:00
codegen-arm.cc Improve SeqStringSetChar implementation. 2013-05-23 09:51:06 +00:00
codegen-arm.h Make (most of) --trace-codegen available in release mode. Better output. 2013-05-24 10:57:59 +00:00
constants-arm.cc Replace OS::MemCopy with OS::MemMove (just as fast but more flexible). 2013-04-16 12:30:51 +00:00
constants-arm.h ARM: clean up code now that ARMv6 is the baseline. 2013-04-18 10:32:18 +00:00
cpu-arm.cc ARM: clean up code now that ARMv6 is the baseline. 2013-04-18 10:32:18 +00:00
debug-arm.cc ARM: Smi refactoring and improvements. 2013-05-17 15:38:14 +00:00
deoptimizer-arm.cc Make assertion scopes thread safe. 2013-06-03 15:32:22 +00:00
disasm-arm.cc ARM: Smi refactoring and improvements. 2013-05-17 15:38:14 +00:00
frames-arm.cc Unify deoptimizer for JavaScript frames. 2013-05-17 08:27:56 +00:00
frames-arm.h Move StackHandlerConstants to platform-independent frames.h 2013-04-08 11:17:32 +00:00
full-codegen-arm.cc Deprecate FACTORY helper macro. 2013-06-04 10:30:05 +00:00
ic-arm.cc Add LoadIC_Slow builtin and use it for loading properties from primitive values. 2013-06-05 11:12:49 +00:00
lithium-arm.cc Liveness analysis for environment slots in Hydrogen 2013-06-04 16:41:24 +00:00
lithium-arm.h Deprecate HAllocateObject in favor of HAllocate. 2013-06-04 08:28:33 +00:00
lithium-codegen-arm.cc Turn off allocation site info for crankshafted array constructor calls. 2013-06-04 12:48:51 +00:00
lithium-codegen-arm.h Deprecate HAllocateObject in favor of HAllocate. 2013-06-04 08:28:33 +00:00
lithium-gap-resolver-arm.cc Update the gap resolver to support Smi constants. 2013-05-28 12:37:29 +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 Make assertion scopes thread safe. 2013-06-03 15:32:22 +00:00
macro-assembler-arm.h Make assertion scopes thread safe. 2013-06-03 15:32:22 +00:00
regexp-macro-assembler-arm.cc Deprecate FACTORY helper macro. 2013-06-04 10:30:05 +00:00
regexp-macro-assembler-arm.h Refactor ExternalReference::isolate_address() to not rely on Isolate::Current(). 2013-04-24 07:39:35 +00:00
simulator-arm.cc fix arm simulator after 14725 2013-05-21 12:17:04 +00:00
simulator-arm.h Accurate function prototypes for native calls from ARM simulator. 2013-04-30 11:34:43 +00:00
stub-cache-arm.cc Remove the optimized construct stub. 2013-06-05 08:43:25 +00:00