v8/src/arm
m.m.capewell@googlemail.com 41975b90c0 Fix FlooringDivByPowerOf2I on ARM/ARM64
Fix for divisor=1, found during code inspection. We can't hit this bug, due to
HDiv::Canonicalize() discarding the operation, but it might avoid a future bug
hunt. Patch also includes a small tidying of the ARM64 code.

BUG=
R=ulan@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@21313 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2014-05-14 14:34:37 +00:00
..
assembler-arm-inl.h Fix for 3303 MultithreadedParallelIsolates has a race condition. 2014-05-06 11:25:37 +00:00
assembler-arm.cc ARM: update defaults for flags 2014-05-12 09:25:32 +00:00
assembler-arm.h Inlined IsFoundByRuntimeProbingOnly. 2014-05-05 09:52:03 +00:00
builtins-arm.cc Fix for 3303 MultithreadedParallelIsolates has a race condition. 2014-05-06 11:25:37 +00:00
code-stubs-arm.cc Reland r20974: Unify and simplify the FastCloneShallowArrayStub 2014-05-12 07:49:11 +00:00
code-stubs-arm.h Bulk update of Google copyright headers in source files. 2014-04-29 06:42:26 +00:00
codegen-arm.cc Fix for 3303 MultithreadedParallelIsolates has a race condition. 2014-05-06 11:25:37 +00:00
codegen-arm.h Bulk update of Google copyright headers in source files. 2014-04-29 06:42:26 +00:00
constants-arm.cc Bulk update of Google copyright headers in source files. 2014-04-29 06:42:26 +00:00
constants-arm.h Presubmit checks recover: 2014-05-09 12:59:24 +00:00
cpu-arm.cc Bulk update of Google copyright headers in source files. 2014-04-29 06:42:26 +00:00
debug-arm.cc Always initialize the debugger eagerly. 2014-05-05 07:10:38 +00:00
deoptimizer-arm.cc Require SSE2 support for the ia32 port. 2014-05-09 13:01:50 +00:00
disasm-arm.cc Bulk update of Google copyright headers in source files. 2014-04-29 06:42:26 +00:00
frames-arm.cc Bulk update of Google copyright headers in source files. 2014-04-29 06:42:26 +00:00
frames-arm.h Bulk update of Google copyright headers in source files. 2014-04-29 06:42:26 +00:00
full-codegen-arm.cc Clean up debugger flags. 2014-05-12 13:47:01 +00:00
ic-arm.cc Bulk update of Google copyright headers in source files. 2014-04-29 06:42:26 +00:00
lithium-arm.cc Improve Array.shift() performance for small arrays. 2014-05-09 08:28:25 +00:00
lithium-arm.h Improve Array.shift() performance for small arrays. 2014-05-09 08:28:25 +00:00
lithium-codegen-arm.cc Fix FlooringDivByPowerOf2I on ARM/ARM64 2014-05-14 14:34:37 +00:00
lithium-codegen-arm.h Fix crash in debug builds introduced with r21110. 2014-05-02 08:08:23 +00:00
lithium-gap-resolver-arm.cc Bulk update of Google copyright headers in source files. 2014-04-29 06:42:26 +00:00
lithium-gap-resolver-arm.h Bulk update of Google copyright headers in source files. 2014-04-29 06:42:26 +00:00
macro-assembler-arm.cc Clean up debugger flags. 2014-05-12 13:47:01 +00:00
macro-assembler-arm.h Clean up debugger flags. 2014-05-12 13:47:01 +00:00
OWNERS Add to OWNERS for arm and a64 2014-02-12 13:33:54 +00:00
regexp-macro-assembler-arm.cc Clean up stack guard interrupts. 2014-05-09 09:13:12 +00:00
regexp-macro-assembler-arm.h Bulk update of Google copyright headers in source files. 2014-04-29 06:42:26 +00:00
simulator-arm.cc Presubmit checks recover: 2014-05-09 12:59:24 +00:00
simulator-arm.h Presubmit checks recover: 2014-05-09 12:59:24 +00:00
stub-cache-arm.cc Remove GenerateBooleanCheck() since we have a boolean map now. 2014-05-07 12:18:23 +00:00