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

Issue 149133004: A64: Synchronize with r17807. (Closed)

Created:
6 years, 10 months ago by jbramley
Modified:
6 years, 10 months ago
Reviewers:
m.m.capewell
CC:
v8-dev, Paweł Hajdan Jr.
Visibility:
Public.

Description

A64: Synchronize with r17807. This brings experimental/a64 up to 2013-11-16. BUG= R=m.m.capewell@googlemail.com Committed: https://code.google.com/p/v8/source/detail?r=19119

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6208 lines, -3018 lines) Patch
M ChangeLog View 1 chunk +30 lines, -0 lines 0 comments Download
M PRESUBMIT.py View 1 chunk +13 lines, -0 lines 0 comments Download
M build/all.gyp View 1 chunk +7 lines, -0 lines 0 comments Download
M include/v8.h View 9 chunks +52 lines, -18 lines 0 comments Download
M include/v8-defaults.h View 1 chunk +5 lines, -11 lines 0 comments Download
M include/v8config.h View 4 chunks +11 lines, -0 lines 0 comments Download
M samples/process.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/a64/code-stubs-a64.cc View 7 chunks +82 lines, -17 lines 0 comments Download
M src/a64/deoptimizer-a64.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/a64/full-codegen-a64.cc View 2 chunks +27 lines, -36 lines 0 comments Download
M src/a64/ic-a64.cc View 1 chunk +4 lines, -3 lines 0 comments Download
M src/a64/lithium-a64.cc View 3 chunks +9 lines, -3 lines 0 comments Download
M src/a64/lithium-codegen-a64.cc View 3 chunks +38 lines, -17 lines 0 comments Download
M src/a64/macro-assembler-a64.cc View 3 chunks +5 lines, -3 lines 0 comments Download
M src/a64/stub-cache-a64.cc View 17 chunks +60 lines, -45 lines 0 comments Download
A src/allocation-tracker.h View 1 chunk +138 lines, -0 lines 0 comments Download
A src/allocation-tracker.cc View 1 chunk +279 lines, -0 lines 0 comments Download
M src/api.cc View 9 chunks +96 lines, -17 lines 0 comments Download
M src/arm/assembler-arm.h View 4 chunks +18 lines, -11 lines 0 comments Download
M src/arm/assembler-arm.cc View 12 chunks +118 lines, -78 lines 0 comments Download
M src/arm/code-stubs-arm.cc View 7 chunks +72 lines, -13 lines 0 comments Download
M src/arm/deoptimizer-arm.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/arm/full-codegen-arm.cc View 2 chunks +26 lines, -36 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 +17 lines, -0 lines 0 comments Download
M src/arm/lithium-arm.cc View 3 chunks +15 lines, -3 lines 0 comments Download
M src/arm/lithium-codegen-arm.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 4 chunks +63 lines, -9 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 4 chunks +5 lines, -93 lines 0 comments Download
M src/arm/stub-cache-arm.cc View 16 chunks +61 lines, -49 lines 0 comments Download
M src/array-iterator.js View 3 chunks +11 lines, -11 lines 0 comments Download
M src/assembler.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/ast.h View 3 chunks +3 lines, -0 lines 0 comments Download
M src/ast.cc View 2 chunks +5 lines, -1 line 0 comments Download
M src/builtins.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/checks.h View 1 chunk +1 line, -1 line 0 comments Download
M src/code-stubs.h View 9 chunks +126 lines, -18 lines 0 comments Download
M src/code-stubs.cc View 3 chunks +15 lines, -1 line 0 comments Download
M src/code-stubs-hydrogen.cc View 7 chunks +68 lines, -42 lines 0 comments Download
M src/codegen.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/compiler.h View 2 chunks +7 lines, -0 lines 0 comments Download
M src/compiler.cc View 5 chunks +14 lines, -6 lines 0 comments Download
M src/d8.cc View 2 chunks +8 lines, -1 line 0 comments Download
M src/defaults.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M src/deoptimizer.h View 1 chunk +2 lines, -8 lines 0 comments Download
M src/deoptimizer.cc View 15 chunks +47 lines, -43 lines 0 comments Download
M src/elements-kind.h View 1 chunk +5 lines, -0 lines 0 comments Download
M src/elements-kind.cc View 2 chunks +38 lines, -0 lines 0 comments Download
M src/factory.h View 2 chunks +4 lines, -0 lines 0 comments Download
M src/factory.cc View 3 chunks +20 lines, -2 lines 0 comments Download
M src/flag-definitions.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/frames.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M src/heap.h View 10 chunks +35 lines, -22 lines 0 comments Download
M src/heap.cc View 8 chunks +50 lines, -3 lines 0 comments Download
M src/heap-profiler.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M src/heap-snapshot-generator.h View 6 chunks +10 lines, -3 lines 0 comments Download
M src/heap-snapshot-generator.cc View 9 chunks +160 lines, -2 lines 0 comments Download
M src/hydrogen.h View 10 chunks +62 lines, -9 lines 0 comments Download
M src/hydrogen.cc View 31 chunks +514 lines, -154 lines 0 comments Download
M src/hydrogen-dehoist.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/hydrogen-instructions.h View 7 chunks +53 lines, -2 lines 0 comments Download
M src/hydrogen-instructions.cc View 3 chunks +28 lines, -3 lines 0 comments Download
M src/hydrogen-minus-zero.cc View 1 chunk +8 lines, -0 lines 0 comments Download
M src/i18n.js View 1 chunk +1 line, -4 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 7 chunks +71 lines, -12 lines 0 comments Download
M src/ia32/deoptimizer-ia32.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/ia32/full-codegen-ia32.cc View 2 chunks +26 lines, -36 lines 0 comments Download
M src/ia32/ic-ia32.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 4 chunks +65 lines, -9 lines 0 comments Download
M src/ia32/lithium-ia32.h View 2 chunks +17 lines, -0 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 3 chunks +15 lines, -3 lines 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 3 chunks +5 lines, -5 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 16 chunks +54 lines, -47 lines 0 comments Download
M src/ic.h View 14 chunks +52 lines, -27 lines 0 comments Download
M src/ic.cc View 31 chunks +196 lines, -129 lines 0 comments Download
M src/ic-inl.h View 2 chunks +6 lines, -7 lines 0 comments Download
M src/isolate.cc View 2 chunks +3 lines, -0 lines 0 comments Download
M src/lithium.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/lithium.cc View 2 chunks +2 lines, -31 lines 0 comments Download
M src/macros.py View 1 chunk +7 lines, -0 lines 0 comments Download
M src/math.js View 9 chunks +106 lines, -17 lines 0 comments Download
M src/messages.js View 4 chunks +38 lines, -33 lines 0 comments Download
M src/mips/code-stubs-mips.cc View 8 chunks +85 lines, -14 lines 0 comments Download
M src/mips/deoptimizer-mips.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/mips/full-codegen-mips.cc View 3 chunks +43 lines, -43 lines 0 comments Download
M src/mips/ic-mips.cc View 1 chunk +4 lines, -3 lines 0 comments Download
M src/mips/lithium-codegen-mips.h View 2 chunks +7 lines, -0 lines 0 comments Download
M src/mips/lithium-codegen-mips.cc View 6 chunks +84 lines, -13 lines 0 comments Download
M src/mips/lithium-mips.h View 2 chunks +17 lines, -0 lines 0 comments Download
M src/mips/lithium-mips.cc View 4 chunks +21 lines, -5 lines 0 comments Download
M src/mips/macro-assembler-mips.cc View 3 chunks +2 lines, -113 lines 0 comments Download
M src/mips/stub-cache-mips.cc View 16 chunks +59 lines, -47 lines 0 comments Download
M src/objects.h View 36 chunks +149 lines, -58 lines 0 comments Download
M src/objects.cc View 43 chunks +514 lines, -411 lines 0 comments Download
M src/objects-debug.cc View 2 chunks +1 line, -3 lines 0 comments Download
M src/objects-inl.h View 9 chunks +29 lines, -9 lines 0 comments Download
M src/objects-printer.cc View 2 chunks +7 lines, -11 lines 0 comments Download
M src/parser.cc View 1 chunk +1 line, -2 lines 0 comments Download
M src/runtime.h View 5 chunks +10 lines, -5 lines 0 comments Download
M src/runtime.cc View 17 chunks +156 lines, -62 lines 0 comments Download
M src/runtime.js View 1 chunk +3 lines, -1 line 0 comments Download
M src/serialize.cc View 4 chunks +11 lines, -17 lines 0 comments Download
M src/spaces.h View 13 chunks +22 lines, -75 lines 0 comments Download
M src/spaces.cc View 10 chunks +41 lines, -101 lines 0 comments Download
M src/stub-cache.h View 11 chunks +42 lines, -51 lines 0 comments Download
M src/stub-cache.cc View 29 chunks +117 lines, -101 lines 0 comments Download
M src/type-info.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/type-info.cc View 4 chunks +12 lines, -7 lines 0 comments Download
M src/typedarray.js View 2 chunks +24 lines, -194 lines 0 comments Download
M src/types.h View 6 chunks +29 lines, -20 lines 0 comments Download
M src/types.cc View 6 chunks +127 lines, -109 lines 0 comments Download
M src/typing.cc View 1 chunk +1 line, -2 lines 0 comments Download
M src/v8conversions.h View 1 chunk +8 lines, -1 line 0 comments Download
M src/version.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/code-stubs-x64.cc View 8 chunks +74 lines, -20 lines 0 comments Download
M src/x64/deoptimizer-x64.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/full-codegen-x64.cc View 2 chunks +27 lines, -36 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.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 4 chunks +54 lines, -8 lines 0 comments Download
M src/x64/lithium-x64.h View 2 chunks +16 lines, -0 lines 0 comments Download
M src/x64/lithium-x64.cc View 3 chunks +14 lines, -3 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 5 chunks +7 lines, -11 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 16 chunks +58 lines, -47 lines 0 comments Download
M test/cctest/cctest.h View 2 chunks +2 lines, -3 lines 0 comments Download
M test/cctest/cctest.status View 3 chunks +13 lines, -0 lines 0 comments Download
M test/cctest/test-accessors.cc View 1 chunk +9 lines, -12 lines 0 comments Download
M test/cctest/test-api.cc View 12 chunks +98 lines, -25 lines 0 comments Download
M test/cctest/test-cpu-profiler.cc View 4 chunks +8 lines, -4 lines 0 comments Download
M test/cctest/test-decls.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-heap.cc View 5 chunks +39 lines, -6 lines 0 comments Download
M test/cctest/test-heap-profiler.cc View 3 chunks +186 lines, -0 lines 0 comments Download
M test/cctest/test-macro-assembler-x64.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M test/mjsunit/allocation-folding.js View 1 chunk +14 lines, -0 lines 0 comments Download
M test/mjsunit/array-constructor-feedback.js View 4 chunks +40 lines, -5 lines 0 comments Download
M test/mjsunit/compiler/minus-zero.js View 2 chunks +57 lines, -1 line 0 comments Download
M test/mjsunit/constant-folding-2.js View 1 chunk +0 lines, -24 lines 0 comments Download
M test/mjsunit/harmony/object-observe.js View 1 chunk +63 lines, -0 lines 0 comments Download
A + test/mjsunit/harmony/private.js View 5 chunks +5 lines, -32 lines 0 comments Download
M test/mjsunit/harmony/symbols.js View 1 chunk +1 line, -0 lines 0 comments Download
A + test/mjsunit/keyed-array-call.js View 1 chunk +23 lines, -23 lines 0 comments Download
A + test/mjsunit/load-callback-from-value-classic.js View 1 chunk +8 lines, -7 lines 0 comments Download
M test/mjsunit/mjsunit.status View 1 chunk +4 lines, -0 lines 0 comments Download
A + test/mjsunit/regress/clear-keyed-call.js View 1 chunk +10 lines, -10 lines 0 comments Download
A + test/mjsunit/regress/regress-319120.js View 1 chunk +1 line, -2 lines 0 comments Download
A + test/mjsunit/regress/regress-319722-ArrayBuffer.js View 1 chunk +17 lines, -10 lines 0 comments Download
A + test/mjsunit/regress/regress-319722-TypedArrays.js View 2 chunks +16 lines, -17 lines 0 comments Download
A + test/mjsunit/regress/regress-crbug-318671.js View 1 chunk +7 lines, -6 lines 0 comments Download
A + test/mjsunit/regress/regress-crbug-319835.js View 1 chunk +18 lines, -15 lines 0 comments Download
A + test/mjsunit/regress/regress-crbug-319860.js View 1 chunk +14 lines, -7 lines 0 comments Download
M test/mjsunit/sin-cos.js View 1 chunk +94 lines, -1 line 0 comments Download
M test/mozilla/mozilla.status View 1 chunk +3 lines, -0 lines 0 comments Download
M test/test262/test262.status View 1 chunk +1 line, -0 lines 0 comments Download
M test/webkit/webkit.status View 1 chunk +2 lines, -0 lines 0 comments Download
M tools/gyp/v8.gyp View 1 chunk +2 lines, -0 lines 0 comments Download
A tools/lexer-shell.cc View 1 chunk +267 lines, -0 lines 0 comments Download
A + tools/lexer-shell.gyp View 1 chunk +27 lines, -16 lines 0 comments Download
M tools/push-to-trunk/common_includes.py View 1 chunk +8 lines, -0 lines 0 comments Download
M tools/push-to-trunk/push_to_trunk.py View 1 chunk +4 lines, -12 lines 0 comments Download
M tools/push-to-trunk/test_scripts.py View 2 chunks +17 lines, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
jbramley
6 years, 10 months ago (2014-02-05 19:39:24 UTC) #1
m.m.capewell
lgtm
6 years, 10 months ago (2014-02-05 19:39:45 UTC) #2
jbramley
6 years, 10 months ago (2014-02-05 19:43:24 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r19119 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698