Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(808)

Issue 139973004: A64: Synchronize with r15814. (Closed)

Created:
6 years, 10 months ago by jbramley
Modified:
6 years, 10 months ago
CC:
v8-dev
Visibility:
Public.

Description

A64: Synchronize with r15814. This brings experimental/a64 up to 2013-07-23. BUG=none R=rodolph.perfetta@arm.com Committed: https://code.google.com/p/v8/source/detail?r=18940

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5851 lines, -3863 lines) Patch
M .gitignore View 2 chunks +4 lines, -0 lines 0 comments Download
M ChangeLog View 1 chunk +20 lines, -0 lines 0 comments Download
M Makefile View 1 chunk +1 line, -0 lines 0 comments Download
M Makefile.android View 2 chunks +6 lines, -3 lines 0 comments Download
M include/v8-debug.h View 2 chunks +6 lines, -4 lines 0 comments Download
M src/a64/builtins-a64.cc View 1 chunk +0 lines, -1 line 0 comments Download
M src/a64/code-stubs-a64.h View 3 chunks +0 lines, -21 lines 0 comments Download
M src/a64/code-stubs-a64.cc View 21 chunks +74 lines, -116 lines 0 comments Download
M src/a64/codegen-a64.cc View 4 chunks +6 lines, -6 lines 0 comments Download
M src/a64/full-codegen-a64.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M src/a64/ic-a64.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M src/a64/lithium-a64.h View 2 chunks +20 lines, -0 lines 0 comments Download
M src/a64/lithium-a64.cc View 2 chunks +26 lines, -0 lines 0 comments Download
M src/a64/lithium-codegen-a64.cc View 11 chunks +44 lines, -11 lines 0 comments Download
M src/a64/macro-assembler-a64.h View 1 chunk +3 lines, -3 lines 0 comments Download
M src/a64/macro-assembler-a64.cc View 4 chunks +22 lines, -18 lines 0 comments Download
M src/a64/stub-cache-a64.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M src/accessors.h View 2 chunks +3 lines, -3 lines 0 comments Download
M src/accessors.cc View 3 chunks +21 lines, -19 lines 0 comments Download
M src/api.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/arm/builtins-arm.cc View 1 chunk +0 lines, -1 line 0 comments Download
M src/arm/code-stubs-arm.h View 2 chunks +0 lines, -16 lines 0 comments Download
M src/arm/code-stubs-arm.cc View 24 chunks +95 lines, -119 lines 0 comments Download
M src/arm/codegen-arm.cc View 4 chunks +6 lines, -6 lines 0 comments Download
M src/arm/full-codegen-arm.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M src/arm/ic-arm.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M src/arm/lithium-arm.h View 2 chunks +18 lines, -0 lines 0 comments Download
M src/arm/lithium-arm.cc View 2 chunks +25 lines, -0 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 10 chunks +39 lines, -8 lines 0 comments Download
M src/arm/macro-assembler-arm.h View 1 chunk +4 lines, -4 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 4 chunks +21 lines, -16 lines 0 comments Download
M src/arm/stub-cache-arm.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M src/assembler.h View 2 chunks +5 lines, -0 lines 0 comments Download
M src/assembler.cc View 3 chunks +12 lines, -1 line 0 comments Download
M src/ast.h View 2 chunks +3 lines, -3 lines 0 comments Download
M src/ast.cc View 3 chunks +15 lines, -7 lines 0 comments Download
M src/bootstrapper.cc View 6 chunks +10 lines, -8 lines 0 comments Download
M src/builtins.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M src/char-predicates.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/char-predicates-inl.h View 1 chunk +12 lines, -0 lines 0 comments Download
M src/checks.h View 2 chunks +6 lines, -0 lines 0 comments Download
M src/circular-queue.h View 3 chunks +14 lines, -11 lines 0 comments Download
M src/circular-queue.cc View 4 chunks +20 lines, -17 lines 0 comments Download
M src/circular-queue-inl.h View 2 chunks +11 lines, -2 lines 0 comments Download
M src/code-stubs.h View 4 chunks +74 lines, -8 lines 0 comments Download
M src/code-stubs.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/code-stubs-hydrogen.cc View 7 chunks +94 lines, -50 lines 0 comments Download
M src/codegen.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/collection.js View 8 chunks +86 lines, -6 lines 0 comments Download
M src/compiler.h View 1 chunk +0 lines, -2 lines 0 comments Download
M src/contexts.cc View 2 chunks +4 lines, -1 line 0 comments Download
M src/conversions.h View 2 chunks +9 lines, -2 lines 0 comments Download
M src/conversions-inl.h View 2 chunks +27 lines, -1 line 0 comments Download
M src/cpu-profiler.h View 1 chunk +1 line, -11 lines 0 comments Download
M src/d8.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/d8-debug.h View 1 chunk +1 line, -4 lines 0 comments Download
M src/d8-debug.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M src/debug.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/deoptimizer.cc View 7 chunks +18 lines, -14 lines 0 comments Download
M src/factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/flag-definitions.h View 5 chunks +8 lines, -3 lines 0 comments Download
M src/frames.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/full-codegen.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/full-codegen.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/globals.h View 2 chunks +11 lines, -4 lines 0 comments Download
M src/handles.h View 1 chunk +0 lines, -3 lines 0 comments Download
M src/handles.cc View 1 chunk +0 lines, -6 lines 0 comments Download
M src/heap.h View 6 chunks +11 lines, -7 lines 0 comments Download
M src/heap.cc View 16 chunks +69 lines, -29 lines 0 comments Download
M src/heap-snapshot-generator.cc View 4 chunks +16 lines, -3 lines 0 comments Download
M src/hydrogen.h View 8 chunks +32 lines, -27 lines 0 comments Download
M src/hydrogen.cc View 37 chunks +264 lines, -354 lines 0 comments Download
M src/hydrogen-instructions.h View 11 chunks +63 lines, -7 lines 0 comments Download
M src/hydrogen-instructions.cc View 6 chunks +37 lines, -37 lines 0 comments Download
M src/ia32/builtins-ia32.cc View 1 chunk +0 lines, -1 line 0 comments Download
M src/ia32/code-stubs-ia32.h View 2 chunks +0 lines, -15 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 19 chunks +91 lines, -104 lines 0 comments Download
M src/ia32/codegen-ia32.cc View 4 chunks +6 lines, -6 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/ia32/ic-ia32.cc View 1 chunk +4 lines, -3 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 6 chunks +39 lines, -21 lines 0 comments Download
M src/ia32/lithium-ia32.h View 2 chunks +20 lines, -0 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 2 chunks +26 lines, -0 lines 0 comments Download
M src/ia32/macro-assembler-ia32.h View 1 chunk +4 lines, -4 lines 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 4 chunks +18 lines, -14 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M src/ic.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/ic.cc View 2 chunks +19 lines, -1 line 0 comments Download
M src/incremental-marking.cc View 1 chunk +4 lines, -3 lines 0 comments Download
M src/isolate.h View 3 chunks +17 lines, -0 lines 0 comments Download
M src/isolate.cc View 6 chunks +15 lines, -3 lines 0 comments Download
M src/log.h View 9 chunks +11 lines, -53 lines 0 comments Download
M src/log.cc View 42 chunks +661 lines, -545 lines 0 comments Download
M src/log-utils.h View 2 chunks +43 lines, -42 lines 0 comments Download
M src/log-utils.cc View 8 chunks +23 lines, -11 lines 0 comments Download
M src/macros.py View 1 chunk +1 line, -0 lines 0 comments Download
M src/mark-compact.h View 4 chunks +15 lines, -13 lines 0 comments Download
M src/mark-compact.cc View 7 chunks +47 lines, -35 lines 0 comments Download
M src/messages.js View 1 chunk +1 line, -0 lines 0 comments Download
M src/mips/assembler-mips.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/mips/builtins-mips.cc View 1 chunk +0 lines, -1 line 0 comments Download
M src/mips/code-stubs-mips.h View 2 chunks +0 lines, -16 lines 0 comments Download
M src/mips/code-stubs-mips.cc View 24 chunks +93 lines, -116 lines 0 comments Download
M src/mips/codegen-mips.cc View 5 chunks +7 lines, -7 lines 0 comments Download
M src/mips/full-codegen-mips.cc View 4 chunks +10 lines, -7 lines 0 comments Download
M src/mips/ic-mips.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M src/mips/lithium-codegen-mips.cc View 10 chunks +40 lines, -10 lines 0 comments Download
M src/mips/lithium-mips.h View 2 chunks +18 lines, -0 lines 0 comments Download
M src/mips/lithium-mips.cc View 2 chunks +25 lines, -0 lines 0 comments Download
M src/mips/macro-assembler-mips.h View 1 chunk +6 lines, -6 lines 0 comments Download
M src/mips/macro-assembler-mips.cc View 4 chunks +23 lines, -17 lines 0 comments Download
M src/mips/stub-cache-mips.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M src/mirror-debugger.js View 1 chunk +6 lines, -24 lines 0 comments Download
M src/object-observe.js View 1 chunk +2 lines, -2 lines 0 comments Download
M src/objects.h View 29 chunks +151 lines, -93 lines 0 comments Download
M src/objects.cc View 17 chunks +200 lines, -181 lines 0 comments Download
M src/objects-debug.cc View 3 chunks +13 lines, -2 lines 0 comments Download
M src/objects-inl.h View 10 chunks +26 lines, -15 lines 0 comments Download
M src/objects-printer.cc View 7 chunks +29 lines, -2 lines 0 comments Download
M src/objects-visiting.h View 2 chunks +2 lines, -0 lines 0 comments Download
M src/objects-visiting.cc View 2 chunks +7 lines, -0 lines 0 comments Download
M src/objects-visiting-inl.h View 3 chunks +10 lines, -1 line 0 comments Download
M src/parser.h View 2 chunks +6 lines, -0 lines 0 comments Download
M src/parser.cc View 5 chunks +8 lines, -2 lines 0 comments Download
M src/platform-linux.cc View 2 chunks +12 lines, -0 lines 0 comments Download
M src/platform-posix.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M src/preparser.h View 2 chunks +6 lines, -0 lines 0 comments Download
M src/preparser.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/proxy.js View 1 chunk +6 lines, -2 lines 0 comments Download
M src/runtime.h View 2 chunks +8 lines, -9 lines 0 comments Download
M src/runtime.cc View 24 chunks +222 lines, -321 lines 0 comments Download
M src/scanner.h View 2 chunks +8 lines, -1 line 0 comments Download
M src/scanner.cc View 5 chunks +27 lines, -5 lines 0 comments Download
M src/scopes.cc View 2 chunks +8 lines, -0 lines 0 comments Download
M src/serialize.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/serialize.cc View 5 chunks +33 lines, -3 lines 0 comments Download
M src/stub-cache.cc View 3 chunks +18 lines, -10 lines 0 comments Download
M src/typedarray.js View 1 chunk +2 lines, -0 lines 0 comments Download
M src/types.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M src/v8-counters.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/version.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/assembler-x64-inl.h View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/builtins-x64.cc View 1 chunk +0 lines, -1 line 0 comments Download
M src/x64/code-stubs-x64.h View 2 chunks +0 lines, -16 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 25 chunks +178 lines, -162 lines 0 comments Download
M src/x64/codegen-x64.cc View 4 chunks +6 lines, -6 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M src/x64/ic-x64.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 5 chunks +29 lines, -7 lines 0 comments Download
M src/x64/lithium-x64.h View 2 chunks +18 lines, -0 lines 0 comments Download
M src/x64/lithium-x64.cc View 2 chunks +25 lines, -0 lines 0 comments Download
M src/x64/macro-assembler-x64.h View 1 chunk +4 lines, -4 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 5 chunks +22 lines, -15 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M test/cctest/cctest.gyp View 2 chunks +4 lines, -0 lines 0 comments Download
M test/cctest/cctest.status View 2 chunks +7 lines, -0 lines 0 comments Download
M test/cctest/test-circular-queue.cc View 2 chunks +0 lines, -4 lines 0 comments Download
A + test/cctest/test-code-stubs.h View 1 chunk +16 lines, -10 lines 0 comments Download
A + test/cctest/test-code-stubs.cc View 3 chunks +67 lines, -15 lines 0 comments Download
M test/cctest/test-code-stubs-ia32.cc View 1 chunk +1 line, -98 lines 0 comments Download
A test/cctest/test-code-stubs-x64.cc View 1 chunk +149 lines, -0 lines 0 comments Download
M test/cctest/test-conversions.cc View 5 chunks +89 lines, -38 lines 0 comments Download
M test/cctest/test-cpu-profiler.cc View 3 chunks +5 lines, -14 lines 0 comments Download
M test/cctest/test-debug.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M test/cctest/test-heap.cc View 8 chunks +13 lines, -13 lines 0 comments Download
M test/cctest/test-heap-profiler.cc View 41 chunks +60 lines, -63 lines 0 comments Download
M test/cctest/test-log.cc View 1 chunk +1 line, -0 lines 0 comments Download
M test/cctest/test-parsing.cc View 2 chunks +4 lines, -1 line 0 comments Download
A + test/cctest/test-weaksets.cc View 7 chunks +43 lines, -43 lines 0 comments Download
M test/mjsunit/allocation-site-info.js View 2 chunks +4 lines, -4 lines 0 comments Download
M test/mjsunit/array-bounds-check-removal.js View 3 chunks +3 lines, -3 lines 0 comments Download
M test/mjsunit/array-constructor-feedback.js View 6 chunks +15 lines, -10 lines 0 comments Download
M test/mjsunit/array-feedback.js View 2 chunks +6 lines, -1 line 0 comments Download
M test/mjsunit/array-literal-feedback.js View 2 chunks +3 lines, -3 lines 0 comments Download
M test/mjsunit/array-literal-transitions.js View 5 chunks +8 lines, -9 lines 0 comments Download
M test/mjsunit/array-natives-elements.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/assert-opt-and-deopt.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/compiler/inline-arguments.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/compiler/parallel-proto-change.js View 2 chunks +7 lines, -8 lines 0 comments Download
M test/mjsunit/constant-folding-2.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/count-based-osr.js View 1 chunk +2 lines, -2 lines 0 comments Download
M test/mjsunit/date.js View 1 chunk +2 lines, -3 lines 0 comments Download
M test/mjsunit/debug-break-inline.js View 1 chunk +0 lines, -1 line 0 comments Download
A + test/mjsunit/debug-evaluate-closure.js View 1 chunk +48 lines, -41 lines 0 comments Download
M test/mjsunit/debug-script.js View 1 chunk +1 line, -2 lines 0 comments Download
M test/mjsunit/deopt-minus-zero.js View 2 chunks +1 line, -14 lines 0 comments Download
M test/mjsunit/elements-kind.js View 4 chunks +6 lines, -6 lines 0 comments Download
A + test/mjsunit/elements-transition-and-store.js View 1 chunk +10 lines, -10 lines 0 comments Download
M test/mjsunit/elements-transition-hoisting.js View 8 chunks +8 lines, -9 lines 0 comments Download
M test/mjsunit/elide-double-hole-check-9.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/generated-transition-stub.js View 1 chunk +172 lines, -168 lines 0 comments Download
M test/mjsunit/harmony/block-let-crankshaft.js View 2 chunks +2 lines, -2 lines 0 comments Download
M test/mjsunit/harmony/collections.js View 10 chunks +77 lines, -5 lines 0 comments Download
A + test/mjsunit/harmony/numeric-literals.js View 1 chunk +44 lines, -45 lines 0 comments Download
A + test/mjsunit/harmony/numeric-literals-off.js View 1 chunk +8 lines, -17 lines 0 comments Download
M test/mjsunit/harmony/proxies-for.js View 4 chunks +10 lines, -10 lines 0 comments Download
A test/mjsunit/harmony/proxies-with.js View 1 chunk +446 lines, -0 lines 0 comments Download
M test/mjsunit/harmony/typedarrays.js View 5 chunks +21 lines, -19 lines 0 comments Download
M test/mjsunit/manual-parallel-recompile.js View 2 chunks +4 lines, -15 lines 0 comments Download
M test/mjsunit/math-floor-of-div-minus-zero.js View 2 chunks +2 lines, -2 lines 0 comments Download
A test/mjsunit/md5.js View 1 chunk +211 lines, -0 lines 0 comments Download
M test/mjsunit/mjsunit.js View 2 chunks +29 lines, -0 lines 0 comments Download
M test/mjsunit/mjsunit.status View 1 chunk +4 lines, -0 lines 0 comments Download
M test/mjsunit/never-optimize.js View 2 chunks +7 lines, -12 lines 0 comments Download
M test/mjsunit/opt-elements-kind.js View 1 chunk +3 lines, -3 lines 0 comments Download
M test/mjsunit/osr-elements-kind.js View 2 chunks +3 lines, -3 lines 0 comments Download
M test/mjsunit/parallel-initial-prototype-change.js View 2 chunks +7 lines, -8 lines 0 comments Download
M test/mjsunit/parallel-invalidate-transition-map.js View 2 chunks +7 lines, -11 lines 0 comments Download
M test/mjsunit/parallel-optimize-disabled.js View 1 chunk +1 line, -1 line 0 comments Download
A test/mjsunit/regress/poly_count_operation.js View 1 chunk +155 lines, -0 lines 0 comments Download
M test/mjsunit/regress/regress-1118.js View 2 chunks +2 lines, -2 lines 0 comments Download
M test/mjsunit/regress/regress-1713b.js View 2 chunks +1 line, -2 lines 0 comments Download
M test/mjsunit/regress/regress-2132.js View 2 chunks +2 lines, -2 lines 0 comments Download
M test/mjsunit/regress/regress-2250.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/regress/regress-2315.js View 1 chunk +1 line, -2 lines 0 comments Download
M test/mjsunit/regress/regress-2339.js View 2 chunks +1 line, -15 lines 0 comments Download
M test/mjsunit/regress/regress-2451.js View 1 chunk +1 line, -2 lines 0 comments Download
A + test/mjsunit/regress/regress-247688.js View 1 chunk +47 lines, -9 lines 0 comments Download
A + test/mjsunit/regress/regress-252797.js View 1 chunk +25 lines, -10 lines 0 comments Download
M test/mjsunit/regress/regress-2618.js View 2 chunks +2 lines, -3 lines 0 comments Download
M test/mjsunit/regress/regress-97116b.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/regress/regress-crbug-150545.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/regress/regress-crbug-173907b.js View 1 chunk +1 line, -1 line 0 comments Download
A + test/mjsunit/regress/regress-crbug-259300.js View 1 chunk +7 lines, -10 lines 0 comments Download
A + test/mjsunit/regress/regress-crbug-260345.js View 1 chunk +22 lines, -24 lines 0 comments Download
M test/mjsunit/regress/regress-deopt-gcb.js View 1 chunk +2 lines, -2 lines 0 comments Download
A + test/mjsunit/regress/regress-deopt-store-effect.js View 1 chunk +46 lines, -20 lines 0 comments Download
M test/mjsunit/regress/regress-embedded-cons-string.js View 1 chunk +11 lines, -9 lines 0 comments Download
M test/mjsunit/regress/regress-mul-canoverflowb.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/regress/regress-opt-after-debug-deopt.js View 2 chunks +3 lines, -2 lines 0 comments Download
M test/mjsunit/unbox-double-arrays.js View 2 chunks +1 line, -2 lines 0 comments Download
M tools/blink_tests/TestExpectations View 1 chunk +3 lines, -3 lines 0 comments Download
M tools/grokdump.py View 1 chunk +3 lines, -2 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
jbramley
6 years, 10 months ago (2014-01-30 12:06:30 UTC) #1
Rodolph Perfetta (ARM)
6 years, 10 months ago (2014-01-30 12:08:11 UTC) #2
Rodolph Perfetta (ARM)
lgtm
6 years, 10 months ago (2014-01-30 12:08:24 UTC) #3
jbramley
6 years, 10 months ago (2014-01-30 12:11:49 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 manually as r18940 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698