v8/src/arm
kmillikin@chromium.org ede65c19a1 Remove a pair of problematic uses of the Reference utility class from
the code generators.

These uses broke the rules of the class because it was safe to do so,
but there was no real reason to do it that way.
Review URL: http://codereview.chromium.org/543041

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@3598 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2010-01-13 16:01:15 +00:00
..
assembler-arm-inl.h Change the ARM fixup code to handle the use of the following 2010-01-12 11:54:19 +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 Remove a pair of problematic uses of the Reference utility class from 2010-01-13 16:01:15 +00:00
codegen-arm.h Fix a problem with const initialization in the top-level code generator. 2010-01-12 17:22:57 +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 Fix ARM thumb/debug build 2010-01-13 07:45:53 +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 Fix bug in top-level code generator with global receiver. 2010-01-13 12:13:37 +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