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

Issue 145773008: A64: Synchronize with r17104. (Closed)

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

Description

A64: Synchronize with r17104. This brings experimental/a64 up to 2013-10-04. BUG=none R=m.m.capewell@googlemail.com Committed: https://code.google.com/p/v8/source/detail?r=19098

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5467 lines, -8954 lines) Patch
M ChangeLog View 1 chunk +38 lines, -0 lines 0 comments Download
M Makefile View 2 chunks +6 lines, -2 lines 0 comments Download
M OWNERS View 1 chunk +2 lines, -0 lines 0 comments Download
M build/features.gypi View 3 chunks +14 lines, -0 lines 0 comments Download
M include/v8.h View 31 chunks +101 lines, -139 lines 0 comments Download
M include/v8-profiler.h View 1 chunk +0 lines, -5 lines 0 comments Download
M include/v8config.h View 2 chunks +10 lines, -5 lines 0 comments Download
M src/a64/code-stubs-a64.cc View 3 chunks +15 lines, -695 lines 0 comments Download
M src/a64/ic-a64.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M src/a64/lithium-a64.h View 5 chunks +12 lines, -5 lines 0 comments Download
M src/a64/lithium-a64.cc View 13 chunks +34 lines, -28 lines 0 comments Download
M src/a64/lithium-codegen-a64.h View 10 chunks +7 lines, -46 lines 0 comments Download
M src/a64/lithium-codegen-a64.cc View 13 chunks +62 lines, -99 lines 0 comments Download
M src/a64/macro-assembler-a64.h View 1 chunk +14 lines, -3 lines 0 comments Download
M src/a64/macro-assembler-a64.cc View 2 chunks +3 lines, -19 lines 0 comments Download
M src/a64/stub-cache-a64.cc View 12 chunks +44 lines, -44 lines 0 comments Download
M src/api.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/api.cc View 21 chunks +40 lines, -87 lines 0 comments Download
M src/arguments.h View 5 chunks +5 lines, -5 lines 0 comments Download
M src/arguments.cc View 7 chunks +6 lines, -7 lines 0 comments Download
M src/arm/code-stubs-arm.cc View 3 chunks +13 lines, -987 lines 0 comments Download
M src/arm/ic-arm.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/arm/lithium-arm.h View 5 chunks +13 lines, -6 lines 0 comments Download
M src/arm/lithium-arm.cc View 17 chunks +38 lines, -30 lines 0 comments Download
M src/arm/lithium-codegen-arm.h View 9 chunks +7 lines, -48 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 18 chunks +75 lines, -94 lines 0 comments Download
M src/arm/macro-assembler-arm.h View 1 chunk +10 lines, -3 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 2 chunks +3 lines, -16 lines 0 comments Download
M src/arm/stub-cache-arm.cc View 10 chunks +34 lines, -39 lines 0 comments Download
M src/ast.h View 5 chunks +17 lines, -19 lines 0 comments Download
M src/ast.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/builtins.h View 7 chunks +12 lines, -10 lines 0 comments Download
M src/builtins.cc View 2 chunks +18 lines, -0 lines 0 comments Download
M src/code-stubs.h View 6 chunks +147 lines, -123 lines 0 comments Download
M src/code-stubs.cc View 2 chunks +453 lines, -95 lines 0 comments Download
M src/code-stubs-hydrogen.cc View 2 chunks +106 lines, -1 line 0 comments Download
M src/compiler.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/d8-debug.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M src/debug.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/defaults.cc View 3 chunks +22 lines, -10 lines 0 comments Download
M src/deoptimizer.h View 1 chunk +26 lines, -19 lines 0 comments Download
M src/deoptimizer.cc View 1 chunk +3 lines, -38 lines 0 comments Download
M src/disassembler.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/factory.h View 2 chunks +4 lines, -1 line 0 comments Download
M src/factory.cc View 2 chunks +17 lines, -2 lines 0 comments Download
M src/flag-definitions.h View 6 chunks +14 lines, -4 lines 0 comments Download
M src/full-codegen.cc View 2 chunks +29 lines, -6 lines 0 comments Download
M src/global-handles.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/handles.h View 2 chunks +4 lines, -1 line 0 comments Download
M src/handles.cc View 2 chunks +12 lines, -1 line 0 comments Download
M src/handles-inl.h View 1 chunk +1 line, -1 line 0 comments Download
M src/heap.h View 9 chunks +37 lines, -7 lines 0 comments Download
M src/heap.cc View 8 chunks +41 lines, -7 lines 0 comments Download
M src/heap-inl.h View 2 chunks +11 lines, -4 lines 0 comments Download
M src/hydrogen.h View 8 chunks +33 lines, -20 lines 0 comments Download
M src/hydrogen.cc View 31 chunks +195 lines, -193 lines 0 comments Download
D src/hydrogen-deoptimizing-mark.h View 1 chunk +0 lines, -56 lines 0 comments Download
D src/hydrogen-deoptimizing-mark.cc View 1 chunk +0 lines, -126 lines 0 comments Download
M src/hydrogen-gvn.cc View 2 chunks +19 lines, -21 lines 0 comments Download
M src/hydrogen-instructions.h View 17 chunks +119 lines, -43 lines 0 comments Download
M src/hydrogen-instructions.cc View 5 chunks +46 lines, -0 lines 0 comments Download
A + src/hydrogen-mark-unreachable.h View 2 chunks +9 lines, -7 lines 0 comments Download
A + src/hydrogen-mark-unreachable.cc View 1 chunk +37 lines, -49 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 7 chunks +14 lines, -1448 lines 0 comments Download
M src/ia32/deoptimizer-ia32.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/ia32/ic-ia32.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.h View 10 chunks +13 lines, -49 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 16 chunks +87 lines, -100 lines 0 comments Download
M src/ia32/lithium-ia32.h View 3 chunks +9 lines, -2 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 20 chunks +42 lines, -32 lines 0 comments Download
M src/ia32/macro-assembler-ia32.h View 2 chunks +11 lines, -3 lines 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 5 chunks +20 lines, -18 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 8 chunks +34 lines, -41 lines 0 comments Download
M src/ic.h View 25 chunks +129 lines, -171 lines 0 comments Download
M src/ic.cc View 80 chunks +523 lines, -916 lines 0 comments Download
M src/ic-inl.h View 2 chunks +2 lines, -20 lines 0 comments Download
M src/incremental-marking.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M src/isolate.h View 9 chunks +17 lines, -39 lines 0 comments Download
M src/isolate.cc View 8 chunks +1 line, -32 lines 0 comments Download
M src/lithium.cc View 1 chunk +8 lines, -0 lines 0 comments Download
M src/lithium-allocator.h View 6 chunks +7 lines, -8 lines 0 comments Download
M src/lithium-allocator.cc View 15 chunks +30 lines, -17 lines 0 comments Download
M src/lithium-allocator-inl.h View 1 chunk +4 lines, -6 lines 0 comments Download
A + src/lithium-codegen.h View 1 chunk +55 lines, -61 lines 0 comments Download
A src/lithium-codegen.cc View 1 chunk +147 lines, -0 lines 0 comments Download
M src/log.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/log.cc View 2 chunks +10 lines, -1 line 0 comments Download
M src/mark-compact.h View 3 chunks +5 lines, -6 lines 0 comments Download
M src/mark-compact.cc View 18 chunks +71 lines, -32 lines 0 comments Download
D src/marking-thread.h View 1 chunk +0 lines, -66 lines 0 comments Download
D src/marking-thread.cc View 1 chunk +0 lines, -89 lines 0 comments Download
M src/mips/assembler-mips.h View 2 chunks +11 lines, -4 lines 0 comments Download
M src/mips/ic-mips.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/mips/lithium-codegen-mips.h View 10 chunks +10 lines, -49 lines 0 comments Download
M src/mips/lithium-codegen-mips.cc View 66 chunks +211 lines, -159 lines 0 comments Download
M src/mips/lithium-mips.h View 37 chunks +252 lines, -137 lines 0 comments Download
M src/mips/lithium-mips.cc View 34 chunks +164 lines, -87 lines 0 comments Download
M src/mips/macro-assembler-mips.h View 1 chunk +10 lines, -3 lines 0 comments Download
M src/mips/macro-assembler-mips.cc View 3 chunks +3 lines, -20 lines 0 comments Download
M src/mips/stub-cache-mips.cc View 11 chunks +31 lines, -37 lines 0 comments Download
M src/objects.h View 22 chunks +85 lines, -33 lines 0 comments Download
M src/objects.cc View 34 chunks +211 lines, -109 lines 0 comments Download
M src/objects-debug.cc View 1 chunk +10 lines, -6 lines 0 comments Download
M src/objects-inl.h View 6 chunks +37 lines, -8 lines 0 comments Download
M src/objects-visiting-inl.h View 1 chunk +2 lines, -4 lines 0 comments Download
M src/optimizing-compiler-thread.h View 1 chunk +0 lines, -2 lines 0 comments Download
M src/optimizing-compiler-thread.cc View 3 chunks +2 lines, -9 lines 0 comments Download
M src/parser.h View 2 chunks +3 lines, -3 lines 0 comments Download
M src/parser.cc View 3 chunks +3 lines, -25 lines 0 comments Download
M src/platform-win32.cc View 1 chunk +1 line, -3 lines 0 comments Download
M src/platform/elapsed-timer.h View 1 chunk +1 line, -1 line 0 comments Download
M src/platform/time.h View 1 chunk +4 lines, -1 line 0 comments Download
M src/platform/time.cc View 10 chunks +56 lines, -78 lines 0 comments Download
M src/prettyprinter.cc View 2 chunks +5 lines, -7 lines 0 comments Download
M src/property-details.h View 4 chunks +4 lines, -1 line 0 comments Download
M src/runtime.cc View 15 chunks +74 lines, -62 lines 0 comments Download
M src/sampler.cc View 1 chunk +1 line, -5 lines 0 comments Download
M src/scopeinfo.cc View 2 chunks +7 lines, -7 lines 0 comments Download
M src/serialize.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M src/snapshot-common.cc View 1 chunk +10 lines, -1 line 0 comments Download
M src/spaces.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/stub-cache.h View 6 chunks +15 lines, -42 lines 0 comments Download
M src/stub-cache.cc View 33 chunks +89 lines, -193 lines 0 comments Download
M src/type-info.h View 2 chunks +3 lines, -2 lines 0 comments Download
M src/type-info.cc View 4 chunks +21 lines, -33 lines 0 comments Download
M src/typing.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/utils/random-number-generator.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/v8.cc View 1 chunk +0 lines, -13 lines 0 comments Download
M src/v8-counters.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/version.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/builtins-x64.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 24 chunks +56 lines, -765 lines 0 comments Download
M src/x64/codegen-x64.h View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/codegen-x64.cc View 1 chunk +0 lines, -1 line 0 comments Download
M src/x64/frames-x64.h View 2 chunks +3 lines, -3 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 3 chunks +6 lines, -5 lines 0 comments Download
M src/x64/ic-x64.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/x64/lithium-codegen-x64.h View 10 chunks +7 lines, -47 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 16 chunks +40 lines, -106 lines 0 comments Download
M src/x64/lithium-x64.h View 5 chunks +13 lines, -6 lines 0 comments Download
M src/x64/lithium-x64.cc View 15 chunks +44 lines, -31 lines 0 comments Download
M src/x64/macro-assembler-x64.h View 4 chunks +16 lines, -14 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 12 chunks +68 lines, -68 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 20 chunks +65 lines, -57 lines 0 comments Download
M test/cctest/cctest.status View 2 chunks +0 lines, -8 lines 0 comments Download
M test/cctest/test-api.cc View 13 chunks +132 lines, -16 lines 0 comments Download
M test/cctest/test-debug.cc View 2 chunks +0 lines, -2 lines 0 comments Download
M test/cctest/test-macro-assembler-x64.cc View 5 chunks +121 lines, -7 lines 0 comments Download
M test/cctest/test-object-observe.cc View 7 chunks +26 lines, -29 lines 0 comments Download
M test/cctest/test-parsing.cc View 6 chunks +11 lines, -9 lines 0 comments Download
M test/cctest/test-time.cc View 2 chunks +52 lines, -1 line 0 comments Download
M test/mjsunit/big-array-literal.js View 1 chunk +9 lines, -0 lines 0 comments Download
M test/mjsunit/big-object-literal.js View 1 chunk +9 lines, -0 lines 0 comments Download
A + test/mjsunit/compare-known-objects.js View 2 chunks +5 lines, -9 lines 0 comments Download
A + test/mjsunit/compare-objects.js View 2 chunks +55 lines, -16 lines 0 comments Download
M test/mjsunit/debug-step-4-in-frame.js View 4 chunks +66 lines, -29 lines 0 comments Download
M test/mjsunit/mjsunit.status View 1 chunk +0 lines, -4 lines 0 comments Download
A + test/mjsunit/regress/regress-polymorphic-load.js View 1 chunk +11 lines, -13 lines 0 comments Download
D test/mjsunit/timer.js View 1 chunk +0 lines, -53 lines 0 comments Download
M tools/gyp/v8.gyp View 4 chunks +4 lines, -4 lines 0 comments Download
D tools/status-file-converter.py View 1 chunk +0 lines, -39 lines 0 comments Download
M tools/testrunner/README View 1 chunk +0 lines, -6 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
jbramley
6 years, 10 months ago (2014-02-05 11:18:26 UTC) #1
m.m.capewell
lgtm
6 years, 10 months ago (2014-02-05 11:18:50 UTC) #2
jbramley
6 years, 10 months ago (2014-02-05 11:20:50 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r19098 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698