v8/src/arm
kmillikin@chromium.org f0b8c2d97a Some cleanup of the toplevel code generator:
* Rename the operation of filling a context with a value.  Formerly it
  was 'Move', now it's 'Apply' so as to avoid confusion with various
  other Moves (eg, in the toplevel codegen, in the macro assemblers).

* Use the abstraction Drop rather than math on the stack pointer.

* Add a predicate on AST expression nodes to abstract a repeated test
  whether we should us a regular (named) IC or a keyed IC.

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@3580 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2010-01-12 08:48:26 +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 Fix for bug 512 from Subrato De, CodeAurora. 2009-12-09 11:14:45 +00:00
assembler-arm.h Fix for bug 512 from Subrato De, CodeAurora. 2009-12-09 11:14:45 +00:00
assembler-thumb2-inl.h Create the framework for adding a thumb2 backend for ARM. See http://codereview.chromium.org/464070 2009-12-09 12:56:42 +00:00
assembler-thumb2.cc Create the framework for adding a thumb2 backend for ARM. See http://codereview.chromium.org/464070 2009-12-09 12:56:42 +00:00
assembler-thumb2.h Create the framework for adding a thumb2 backend for ARM. See http://codereview.chromium.org/464070 2009-12-09 12:56:42 +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 complicated Math.sin and Math.cos optimizations that do not buy 2009-12-21 13:30:10 +00:00
codegen-arm.cc Some cleanup of the toplevel code generator: 2010-01-12 08:48:26 +00:00
codegen-arm.h Add generated code for ascii string comparison 2010-01-08 11:58:15 +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 for bug 512 from Subrato De, CodeAurora. 2009-12-09 11:14:45 +00:00
fast-codegen-arm.cc Some cleanup of the toplevel code generator: 2010-01-12 08:48:26 +00:00
frames-arm.cc Create the framework for adding a thumb2 backend for ARM. See http://codereview.chromium.org/464070 2009-12-09 12:56:42 +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 x64 and arm build. 2010-01-07 11:38:43 +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 Some cleanup of the toplevel code generator: 2010-01-12 08:48:26 +00:00
macro-assembler-arm.h Some cleanup of the toplevel code generator: 2010-01-12 08:48:26 +00:00
regexp-macro-assembler-arm.cc Attempt to make \b\w+ faster. Slight performance increase on, e.g., string unpacking. 2010-01-07 19:01:23 +00:00
regexp-macro-assembler-arm.h Attempt to make \b\w+ faster. Slight performance increase on, e.g., string unpacking. 2010-01-07 19:01:23 +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 for bug 512 from Subrato De, CodeAurora. 2009-12-09 11:14:45 +00:00
simulator-arm.h Direct call to native RegExp code from JavaScript. 2010-01-06 11:09:30 +00:00
stub-cache-arm.cc Fix ARM and x64 tests in debug mode after r3477. 2009-12-17 07:35:12 +00:00
virtual-frame-arm.cc Use a loop in generated code to allocate stack slots for function with many local variables. 2009-12-23 15:06:21 +00:00
virtual-frame-arm.h Use a loop in generated code to allocate stack slots for function with many local variables. 2009-12-23 15:06:21 +00:00