v8/src/arm
fschneider@chromium.org 7c9cf0b3a1 Re-land r8140: Deoptimize on never-executed code-paths.
Original cl: http://codereview.chromium.org/7105015

I'm removing the test GlobalLoadICGC test that was introduced for testing
inlined global cell loads (in the classic backend) and has an invalid assumption
about the number of global objects referenced from a v8 context. We don't have
this feature with Crankshaft anymore.
Review URL: http://codereview.chromium.org/7112032

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@8185 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2011-06-06 14:57:25 +00:00
..
assembler-arm-inl.h Cleanup usage of HEAP in mark-compact. 2011-04-01 11:59:00 +00:00
assembler-arm.cc Remove peephole optimiziations from IA32 and ARM assembler. 2011-05-11 11:29:53 +00:00
assembler-arm.h Optimise the deoptimisation check to improve performance on modern ARM cores. 2011-05-23 12:48:17 +00:00
builtins-arm.cc Implement set trap for proxies, and revamp class hierarchy in preparation: 2011-05-31 16:38:40 +00:00
code-stubs-arm.cc ARM: Add optimization for constant RHS in DoMulI. 2011-06-06 07:47:21 +00:00
code-stubs-arm.h Revert 8122 (stub call asserts) while test failures are investigated. 2011-05-31 15:21:25 +00:00
codegen-arm.cc Revert 8122 (stub call asserts) while test failures are investigated. 2011-05-31 15:21:25 +00:00
codegen-arm.h Remove some dead code. 2011-04-07 14:42:37 +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 ARM: Remove support for ABI prior to EABI 2011-04-11 09:04:30 +00:00
cpu-arm.cc ARM: Remove support for ABI prior to EABI 2011-04-11 09:04:30 +00:00
debug-arm.cc Revert 8122 (stub call asserts) while test failures are investigated. 2011-05-31 15:21:25 +00:00
deoptimizer-arm.cc Revert 8122 (stub call asserts) while test failures are investigated. 2011-05-31 15:21:25 +00:00
disasm-arm.cc ARM: Fix disasm for strh, vabs, vneg. Add load/store tests. 2011-05-12 14:44:49 +00:00
frames-arm.cc Change ARM exit frame layout and alingment handling 2011-01-25 07:49:39 +00:00
frames-arm.h Fix SlotRef::SlotAddress for parameters indices. 2011-04-01 11:41:36 +00:00
full-codegen-arm.cc Add complete ElementsKind information directly to Map for objects with elements. 2011-06-03 07:41:37 +00:00
ic-arm.cc Add complete ElementsKind information directly to Map for objects with elements. 2011-06-03 07:41:37 +00:00
lithium-arm.cc Re-land r8140: Deoptimize on never-executed code-paths. 2011-06-06 14:57:25 +00:00
lithium-arm.h Support optimization of named function literals. 2011-05-31 11:54:46 +00:00
lithium-codegen-arm.cc ARM: Add optimization for constant RHS in DoMulI. 2011-06-06 07:47:21 +00:00
lithium-codegen-arm.h Fix calls of strict mode function with an implicit receiver. 2011-05-24 14:01:36 +00:00
lithium-gap-resolver-arm.cc Merge isolates to bleeding_edge. 2011-03-18 20:35:07 +00:00
lithium-gap-resolver-arm.h ARM: Port new version of ParallelMove's GapResolver to ARM. Fix error in vstr(DoubleRegister, MemOperand), where it was implemented as a vldr, in r6830. 2011-02-17 15:25:38 +00:00
macro-assembler-arm.cc ARM: Add optimization for constant RHS in DoMulI. 2011-06-06 07:47:21 +00:00
macro-assembler-arm.h Add complete ElementsKind information directly to Map for objects with elements. 2011-06-03 07:41:37 +00:00
regexp-macro-assembler-arm.cc Revert 8122 (stub call asserts) while test failures are investigated. 2011-05-31 15:21:25 +00:00
regexp-macro-assembler-arm.h Limit the generation of regexp code with large inlined constants. 2011-05-11 06:39:27 +00:00
simulator-arm.cc This implements per-isolate locking and unlocking, including tests 2011-05-05 18:55:31 +00:00
simulator-arm.h This implements per-isolate locking and unlocking, including tests 2011-05-05 18:55:31 +00:00
stub-cache-arm.cc ARM: Be consistent about the condition codes used with CompareObjectType 2011-06-01 08:54:30 +00:00