v8/src/arm
fschneider@chromium.org 7a3a043eb2 Refactor code for generating assignments in the fast compiler.
1. Refactor the structure of VisitAssignment: The existing code is not ideal 
to be extended with support for compound assignments.

2. Reuse common code for keyed property assigments: Now variables rewritten 
to a property (.arguments access) are treated like normal keyed property
assignments. This allows us to remove some code duplication.

Review URL: http://codereview.chromium.org/456024

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@3425 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2009-12-04 14:30:27 +00:00
..
assembler-arm-inl.h Fix some style issues in the ARM code. 2009-11-12 13:55:21 +00:00
assembler-arm.cc Allow a platform to indicate that some CPU features are always 2009-11-13 12:32:57 +00:00
assembler-arm.h Move CPU-specific constants from debug.h into the platform-specific directories. 2009-11-30 15:09:49 +00:00
builtins-arm.cc Fix some style issues in the ARM code. 2009-11-12 13:55:21 +00:00
codegen-arm-inl.h Remove the typeof state threaded through the code generator. It was 2009-11-04 13:56:41 +00:00
codegen-arm.cc Remove passing of argc in r0 when calling builtins on ARM as it is not used 2009-12-04 12:17:02 +00:00
codegen-arm.h Perform string add in generated code on IA-32 platforms 2009-12-03 07:56:21 +00:00
constants-arm.cc Fix some style issues in the ARM code. 2009-11-12 13:55:21 +00:00
constants-arm.h Update with a hopefully complete list of macros 2009-11-25 11:23:48 +00:00
cpu-arm.cc Add vfp support on ARM. Patch from John Jozwiak. 2009-11-12 13:04:02 +00:00
debug-arm.cc Move CPU-specific constants from debug.h into the platform-specific directories. 2009-11-30 15:09:49 +00:00
disasm-arm.cc Fix some style issues in the ARM code. 2009-11-12 13:55:21 +00:00
fast-codegen-arm.cc Refactor code for generating assignments in the fast compiler. 2009-12-04 14:30:27 +00:00
frames-arm.cc Reverting 3174. Aka reapplying 3150, 3151 and 3159. Aka api accessor 2009-11-04 08:51:48 +00:00
frames-arm.h Reverting 3174. Aka reapplying 3150, 3151 and 3159. Aka api accessor 2009-11-04 08:51:48 +00:00
ic-arm.cc Fix megamorphic load regression on ARM caused by the string 2009-12-01 09:54:47 +00:00
jump-target-arm.cc Eliminate most of the jump target jumping, branching, and binding 2009-08-10 11:13:34 +00:00
macro-assembler-arm.cc Add alignment check to object allocated in generated code for x64 and ARM 2009-12-04 10:22:41 +00:00
macro-assembler-arm.h Fast-codegen: Arguments object working on all platforms. 2009-11-26 10:28:32 +00:00
regexp-macro-assembler-arm.cc Fix issue 493: Infinite loop when debug break is set when entering function.apply. 2009-11-05 13:59:40 +00:00
regexp-macro-assembler-arm.h Handle the list of code-stub types using macro expansion. 2009-10-26 12:26:42 +00:00
register-allocator-arm-inl.h Avoid more static variables in inline functions. 2009-07-17 08:22:07 +00:00
register-allocator-arm.cc Change the register allocator so that it no longer tracks references 2009-05-27 07:53:47 +00:00
register-allocator-arm.h Change the register allocator so that it no longer tracks references 2009-05-27 07:53:47 +00:00
simulator-arm.cc Fix some style issues in the ARM code. 2009-11-12 13:55:21 +00:00
simulator-arm.h Fix some style issues in the ARM code. 2009-11-12 13:55:21 +00:00
stub-cache-arm.cc Fix megamorphic load regression on ARM caused by the string 2009-12-01 09:54:47 +00:00
virtual-frame-arm.cc Remove passing of argc in r0 when calling builtins on ARM as it is not used 2009-12-04 12:17:02 +00:00
virtual-frame-arm.h Remove passing of argc in r0 when calling builtins on ARM as it is not used 2009-12-04 12:17:02 +00:00