v8/src/arm
2013-11-25 12:41:27 +00:00
..
assembler-arm-inl.h ARM: use vstm/vldm when possible. 2013-11-19 06:39:36 +00:00
assembler-arm.cc Properly initialize desc->origin in the ARM assembler. 2013-11-19 11:52:38 +00:00
assembler-arm.h ARM: use vstm/vldm when possible. 2013-11-19 06:39:36 +00:00
builtins-arm.cc Restore saved caller FP registers on stub failure 2013-11-22 10:21:47 +00:00
code-stubs-arm.cc A performance regression in array literal creation was caused by refactoring that eliminated a special fast case for shallow arrays. At the same time the general case got a bit slower. This CL restores most of the performance without coding the special fast case. The virtual dispatching is unnecessary because we know what we want to do at compile time. A flag was added to Runtime::CreateArrayLiteral. The flags delivers information about shallowness but also whether or not allocation mementos should be created. This is useful for crankshafted code. 2013-11-25 12:41:27 +00:00
code-stubs-arm.h Turn the NumberToStringStub into a hydrogen stub. 2013-09-24 09:31:07 +00:00
codegen-arm.cc Replace hard-coded stack frame size literals with StandardFrameConstants::kFixedFrameSizeFromFp 2013-11-20 13:44:24 +00:00
codegen-arm.h ARM: Tweak Math.exp. 2013-09-24 10:40:03 +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: remove the regexp specific literal pool. 2013-09-12 10:37:42 +00:00
cpu-arm.cc Get rid of duplicated CPU::DebugBreak() method. 2013-08-23 11:43:30 +00:00
debug-arm.cc remove most uses of Isolate::Current in arch specific files 2013-09-11 10:51:06 +00:00
deoptimizer-arm.cc Restore saved caller FP registers on stub failure 2013-11-22 10:21:47 +00:00
disasm-arm.cc Revert "ConstantPoolSizeAt() should return number of Instructions instead, otherwise, some of the code will be treated as constant pool when printing code in ARM disassembler." 2013-08-30 08:16:04 +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 Replace hard-coded stack frame size literals with StandardFrameConstants::kFixedFrameSizeFromFp 2013-11-20 13:44:24 +00:00
full-codegen-arm.cc A performance regression in array literal creation was caused by refactoring that eliminated a special fast case for shallow arrays. At the same time the general case got a bit slower. This CL restores most of the performance without coding the special fast case. The virtual dispatching is unnecessary because we know what we want to do at compile time. A flag was added to Runtime::CreateArrayLiteral. The flags delivers information about shallowness but also whether or not allocation mementos should be created. This is useful for crankshafted code. 2013-11-25 12:41:27 +00:00
ic-arm.cc Remove keyed load "force generic" miss case. 2013-11-18 13:07:44 +00:00
lithium-arm.cc Reland "Implement Math.random() purely in JavaScript" plus fixes. 2013-11-22 11:35:39 +00:00
lithium-arm.h Reland "Implement Math.random() purely in JavaScript" plus fixes. 2013-11-22 11:35:39 +00:00
lithium-codegen-arm.cc Reland "Implement Math.random() purely in JavaScript" plus fixes. 2013-11-22 11:35:39 +00:00
lithium-codegen-arm.h Restore saved caller FP registers on stub failure 2013-11-22 10:21:47 +00:00
lithium-gap-resolver-arm.cc Handle constants in new space on arm by making macro-assembler smarter. 2013-10-24 12:40:34 +00:00
lithium-gap-resolver-arm.h Reland "Use V8_FINAL and V8_OVERRIDE in various places, fixing bugs revealed by them.". 2013-08-20 11:10:24 +00:00
macro-assembler-arm.cc Add counters for write barriers in generated code. 2013-11-22 17:37:34 +00:00
macro-assembler-arm.h Restore saved caller FP registers on stub failure 2013-11-22 10:21:47 +00:00
regexp-macro-assembler-arm.cc ARM: remove the regexp specific literal pool. 2013-09-12 10:37:42 +00:00
regexp-macro-assembler-arm.h Fix ARM build on mac. 2013-10-24 07:03:52 +00:00
simulator-arm.cc ARM: Fix simulator when using hard floating point ABI. 2013-09-18 15:13:18 +00:00
simulator-arm.h ARM: Fix simulator when using hard floating point ABI. 2013-09-18 15:13:18 +00:00
stub-cache-arm.cc Only use Type for compiling load handlers. 2013-11-22 15:08:22 +00:00