v8/src/arm
bmeurer@chromium.org 784e233ea9 Cleanup useless parameter object_is_smi for NumberToStringStub::GenerateLookupNumberStringCache().
object_is_smi was always false so there's no need to actually have it.

R=svenpanne@chromium.org

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@15774 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2013-07-19 11:42:57 +00:00
..
assembler-arm-inl.h Short-circuit embedded cons strings. 2013-06-21 09:24:30 +00:00
assembler-arm.cc ARM: Implement memcpy using NEON. 2013-07-10 15:32:39 +00:00
assembler-arm.h ARM: Implement memcpy using NEON. 2013-07-10 15:32:39 +00:00
builtins-arm.cc Cleanup useless parameter object_is_smi for NumberToStringStub::GenerateLookupNumberStringCache(). 2013-07-19 11:42:57 +00:00
code-stubs-arm.cc Cleanup useless parameter object_is_smi for NumberToStringStub::GenerateLookupNumberStringCache(). 2013-07-19 11:42:57 +00:00
code-stubs-arm.h Cleanup useless parameter object_is_smi for NumberToStringStub::GenerateLookupNumberStringCache(). 2013-07-19 11:42:57 +00:00
codegen-arm.cc ARM: Improve code aging sequence. 2013-07-17 08:09:52 +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 Clean up the usage of V8_TARGET_ARCH_${arch} and V8_HOST_ARCH_${arch} 2013-06-28 15:34:48 +00:00
constants-arm.h ARM: Implement memcpy using NEON. 2013-07-10 15:32:39 +00:00
cpu-arm.cc Clean up the usage of V8_TARGET_ARCH_${arch} and V8_HOST_ARCH_${arch} 2013-06-28 15:34:48 +00:00
debug-arm.cc Clean up the usage of V8_TARGET_ARCH_${arch} and V8_HOST_ARCH_${arch} 2013-06-28 15:34:48 +00:00
deoptimizer-arm.cc Remove special-casing of EAGER and SOFT deoptimization calling conventions, allowing calling address to always be available to deoptimization entries. 2013-07-12 07:26:00 +00:00
disasm-arm.cc ARM: Implement memcpy using NEON. 2013-07-10 15:32:39 +00:00
frames-arm.cc Clean up the usage of V8_TARGET_ARCH_${arch} and V8_HOST_ARCH_${arch} 2013-06-28 15:34:48 +00:00
frames-arm.h Move StackHandlerConstants to platform-independent frames.h 2013-04-08 11:17:32 +00:00
full-codegen-arm.cc Better fix for LiteralCompareTypeof 2013-07-17 15:58:59 +00:00
ic-arm.cc With >= 64 non-string instance types, I removed an optimization that allowed us to detect internalized strings with a single bit test. (https://code.google.com/p/v8/source/detail?r=15358) But that change caused a regression, so here is an improvement: 2013-07-19 11:29:11 +00:00
lithium-arm.cc The gc should be able to traverse all AllocationSites for decision making. The sites are threaded into a weak list. Special problems include: 2013-07-17 11:50:24 +00:00
lithium-arm.h The gc should be able to traverse all AllocationSites for decision making. The sites are threaded into a weak list. Special problems include: 2013-07-17 11:50:24 +00:00
lithium-codegen-arm.cc Consistently use HStringAdd instead of HCallStub with CodeStub::StringAdd. 2013-07-19 09:42:15 +00:00
lithium-codegen-arm.h Reland deprecation of HAllocateObject in favor of HAllocate. 2013-07-15 15:12:16 +00:00
lithium-gap-resolver-arm.cc Generate StoreGlobal stubs with Hydrogen 2013-07-05 10:34:02 +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 With >= 64 non-string instance types, I removed an optimization that allowed us to detect internalized strings with a single bit test. (https://code.google.com/p/v8/source/detail?r=15358) But that change caused a regression, so here is an improvement: 2013-07-19 11:29:11 +00:00
macro-assembler-arm.h The check for internalized strings relied on the fact that we had less 2013-06-27 13:39:44 +00:00
regexp-macro-assembler-arm.cc Remove #include "cpu-profiler-inl.h" from v8.h 2013-07-03 15:39:18 +00:00
regexp-macro-assembler-arm.h RegExp macro assembler clean up. 2013-06-06 10:17:07 +00:00
simulator-arm.cc Fix cctest/test-cpu-profiler/FunctionApplySample fakiness on ARM simulator 2013-07-16 09:34:09 +00:00
simulator-arm.h Fix cctest/test-cpu-profiler/FunctionApplySample fakiness on ARM simulator 2013-07-16 09:34:09 +00:00
stub-cache-arm.cc Fixed type feedback in presence of negative lookups. 2013-07-18 09:12:44 +00:00