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

Issue 151603004: A64: Synchronize with r16587. (Closed)

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

Description

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

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5461 lines, -4145 lines) Patch
M ChangeLog View 1 chunk +21 lines, -0 lines 0 comments Download
M include/v8.h View 15 chunks +186 lines, -175 lines 0 comments Download
M include/v8-profiler.h View 2 chunks +9 lines, -6 lines 0 comments Download
M samples/process.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M src/a64/lithium-a64.h View 1 chunk +3 lines, -1 line 0 comments Download
M src/a64/lithium-codegen-a64.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M src/a64/stub-cache-a64.cc View 5 chunks +56 lines, -2 lines 0 comments Download
M src/accessors.cc View 1 chunk +4 lines, -2 lines 0 comments Download
M src/api.cc View 42 chunks +166 lines, -129 lines 0 comments Download
M src/apinatives.js View 2 chunks +3 lines, -1 line 0 comments Download
M src/arm/lithium-arm.h View 2 chunks +5 lines, -5 lines 0 comments Download
M src/arm/lithium-arm.cc View 1 chunk +31 lines, -12 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 11 chunks +35 lines, -34 lines 0 comments Download
M src/arm/stub-cache-arm.cc View 5 chunks +56 lines, -2 lines 0 comments Download
M src/assembler.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/ast.h View 9 chunks +24 lines, -9 lines 0 comments Download
M src/ast.cc View 4 chunks +11 lines, -13 lines 0 comments Download
M src/bootstrapper.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/builtins.h View 3 chunks +8 lines, -0 lines 0 comments Download
M src/builtins.cc View 5 chunks +23 lines, -3 lines 0 comments Download
M src/circular-queue.h View 1 chunk +5 lines, -6 lines 0 comments Download
M src/circular-queue-inl.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/code-stubs-hydrogen.cc View 1 chunk +1 line, -2 lines 0 comments Download
M src/compiler.h View 6 chunks +21 lines, -6 lines 0 comments Download
M src/compiler.cc View 19 chunks +217 lines, -35 lines 0 comments Download
M src/contexts.h View 2 chunks +14 lines, -4 lines 0 comments Download
M src/contexts.cc View 1 chunk +36 lines, -2 lines 0 comments Download
M src/cpu-profiler.h View 4 chunks +9 lines, -2 lines 0 comments Download
M src/cpu-profiler.cc View 7 chunks +51 lines, -34 lines 0 comments Download
M src/d8.cc View 5 chunks +6 lines, -6 lines 0 comments Download
M src/d8-debug.cc View 2 chunks +4 lines, -10 lines 0 comments Download
M src/debug.h View 6 chunks +10 lines, -6 lines 0 comments Download
M src/debug.cc View 36 chunks +46 lines, -48 lines 0 comments Download
M src/debug-agent.h View 2 chunks +8 lines, -22 lines 0 comments Download
M src/debug-agent.cc View 12 chunks +61 lines, -23 lines 0 comments Download
M src/debug-debugger.js View 1 chunk +7 lines, -2 lines 0 comments Download
M src/deoptimizer.h View 8 chunks +24 lines, -66 lines 0 comments Download
M src/deoptimizer.cc View 11 chunks +186 lines, -262 lines 0 comments Download
M src/disassembler.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/elements.cc View 1 chunk +0 lines, -1 line 0 comments Download
M src/execution.h View 5 chunks +30 lines, -16 lines 0 comments Download
M src/execution.cc View 16 chunks +52 lines, -44 lines 0 comments Download
M src/extensions/statistics-extension.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/factory.cc View 7 chunks +58 lines, -15 lines 0 comments Download
M src/flag-definitions.h View 3 chunks +4 lines, -10 lines 0 comments Download
M src/frames.cc View 1 chunk +1 line, -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 1 chunk +1 line, -1 line 0 comments Download
M src/handles.cc View 1 chunk +6 lines, -2 lines 0 comments Download
M src/heap.h View 3 chunks +3 lines, -2 lines 0 comments Download
M src/heap.cc View 15 chunks +69 lines, -33 lines 0 comments Download
M src/heap-inl.h View 1 chunk +1 line, -1 line 0 comments Download
M src/heap-snapshot-generator.h View 2 chunks +2 lines, -1 line 0 comments Download
M src/heap-snapshot-generator.cc View 7 chunks +12 lines, -10 lines 0 comments Download
M src/hydrogen.h View 3 chunks +27 lines, -15 lines 0 comments Download
M src/hydrogen.cc View 40 chunks +283 lines, -343 lines 0 comments Download
M src/hydrogen-escape-analysis.h View 1 chunk +1 line, -4 lines 0 comments Download
M src/hydrogen-escape-analysis.cc View 1 chunk +9 lines, -0 lines 0 comments Download
M src/hydrogen-infer-representation.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/hydrogen-instructions.h View 7 chunks +8 lines, -8 lines 0 comments Download
M src/hydrogen-instructions.cc View 4 chunks +10 lines, -6 lines 0 comments Download
M src/i18n.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M src/ia32/codegen-ia32.cc View 7 chunks +31 lines, -26 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M src/ia32/lithium-ia32.h View 1 chunk +3 lines, -1 line 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 4 chunks +59 lines, -1 line 0 comments Download
M src/ic.h View 12 chunks +37 lines, -19 lines 0 comments Download
M src/ic.cc View 12 chunks +87 lines, -46 lines 0 comments Download
M src/ic-inl.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/isolate.h View 7 chunks +15 lines, -15 lines 0 comments Download
M src/isolate.cc View 15 chunks +26 lines, -40 lines 0 comments Download
M src/isolate-inl.h View 1 chunk +3 lines, -1 line 0 comments Download
M src/json-stringifier.h View 5 chunks +11 lines, -8 lines 0 comments Download
M src/jsregexp.cc View 6 chunks +6 lines, -6 lines 0 comments Download
M src/liveedit.cc View 24 chunks +72 lines, -48 lines 0 comments Download
M src/log.cc View 3 chunks +7 lines, -7 lines 0 comments Download
M src/macros.py View 2 chunks +3 lines, -2 lines 0 comments Download
M src/mark-compact.h View 1 chunk +1 line, -1 line 0 comments Download
M src/mark-compact.cc View 6 chunks +11 lines, -35 lines 0 comments Download
M src/mips/code-stubs-mips.cc View 3 chunks +76 lines, -11 lines 0 comments Download
M src/mips/codegen-mips.h View 1 chunk +1 line, -1 line 0 comments Download
M src/mips/full-codegen-mips.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/mips/macro-assembler-mips.h View 3 chunks +1 line, -25 lines 0 comments Download
M src/mips/macro-assembler-mips.cc View 3 chunks +4 lines, -157 lines 0 comments Download
M src/mips/stub-cache-mips.cc View 5 chunks +57 lines, -2 lines 0 comments Download
M src/mksnapshot.cc View 2 chunks +7 lines, -5 lines 0 comments Download
M src/objects.h View 27 chunks +87 lines, -37 lines 0 comments Download
M src/objects.cc View 50 chunks +174 lines, -98 lines 0 comments Download
M src/objects-debug.cc View 3 chunks +2 lines, -2 lines 0 comments Download
M src/objects-inl.h View 14 chunks +47 lines, -32 lines 0 comments Download
M src/objects-printer.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M src/objects-visiting-inl.h View 1 chunk +1 line, -1 line 0 comments Download
M src/optimizing-compiler-thread.h View 5 chunks +27 lines, -2 lines 0 comments Download
M src/optimizing-compiler-thread.cc View 5 chunks +71 lines, -4 lines 0 comments Download
M src/parser.h View 2 chunks +3 lines, -2 lines 0 comments Download
M src/parser.cc View 8 chunks +12 lines, -6 lines 0 comments Download
M src/platform.h View 5 chunks +0 lines, -58 lines 0 comments Download
M src/platform-cygwin.cc View 5 chunks +0 lines, -37 lines 0 comments Download
M src/platform-freebsd.cc View 5 chunks +0 lines, -37 lines 0 comments Download
M src/platform-linux.cc View 5 chunks +0 lines, -36 lines 0 comments Download
M src/platform-macos.cc View 4 chunks +0 lines, -37 lines 0 comments Download
M src/platform-openbsd.cc View 5 chunks +0 lines, -37 lines 0 comments Download
M src/platform-posix.cc View 1 chunk +0 lines, -198 lines 0 comments Download
M src/platform-solaris.cc View 5 chunks +0 lines, -37 lines 0 comments Download
M src/platform-win32.cc View 6 chunks +0 lines, -233 lines 0 comments Download
A src/platform/condition-variable.h View 1 chunk +140 lines, -0 lines 0 comments Download
A src/platform/condition-variable.cc View 1 chunk +345 lines, -0 lines 0 comments Download
M src/platform/elapsed-timer.h View 2 chunks +3 lines, -3 lines 0 comments Download
M src/platform/mutex.h View 2 chunks +17 lines, -2 lines 0 comments Download
M src/platform/mutex.cc View 3 chunks +9 lines, -18 lines 0 comments Download
A + src/platform/socket.h View 2 chunks +45 lines, -70 lines 0 comments Download
A src/platform/socket.cc View 1 chunk +224 lines, -0 lines 0 comments Download
M src/platform/time.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/platform/time.cc View 2 chunks +25 lines, -1 line 0 comments Download
M src/profile-generator.h View 3 chunks +6 lines, -0 lines 0 comments Download
M src/profile-generator.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M src/profile-generator-inl.h View 2 chunks +3 lines, -4 lines 0 comments Download
M src/regexp-macro-assembler.cc View 3 chunks +0 lines, -3 lines 0 comments Download
M src/regexp-stack.cc View 1 chunk +0 lines, -1 line 0 comments Download
M src/runtime.h View 1 chunk +1 line, -1 line 0 comments Download
M src/runtime.cc View 45 chunks +96 lines, -136 lines 0 comments Download
M src/runtime-profiler.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/scopeinfo.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/scopes.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M src/serialize.h View 8 chunks +14 lines, -11 lines 0 comments Download
M src/serialize.cc View 13 chunks +23 lines, -25 lines 0 comments Download
M src/snapshot.h View 1 chunk +1 line, -1 line 0 comments Download
M src/snapshot-common.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/spaces.h View 6 chunks +28 lines, -6 lines 0 comments Download
M src/spaces.cc View 15 chunks +38 lines, -21 lines 0 comments Download
M src/store-buffer.cc View 2 chunks +8 lines, -2 lines 0 comments Download
M src/string-stream.h View 2 chunks +4 lines, -4 lines 0 comments Download
M src/string-stream.cc View 5 chunks +15 lines, -16 lines 0 comments Download
M src/stub-cache.h View 10 chunks +37 lines, -3 lines 0 comments Download
M src/stub-cache.cc View 5 chunks +74 lines, -3 lines 0 comments Download
M src/transitions.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/transitions.cc View 4 chunks +10 lines, -10 lines 0 comments Download
M src/v8.h View 3 chunks +0 lines, -18 lines 0 comments Download
M src/v8.cc View 5 chunks +2 lines, -34 lines 0 comments Download
M src/v8threads.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/v8threads.cc View 3 chunks +5 lines, -6 lines 0 comments Download
M src/version.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/disasm-x64.cc View 10 chunks +26 lines, -23 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M src/x64/lithium-x64.h View 1 chunk +3 lines, -1 line 0 comments Download
M src/x64/stub-cache-x64.cc View 4 chunks +59 lines, -1 line 0 comments Download
M test/cctest/cctest.h View 1 chunk +4 lines, -0 lines 0 comments Download
M test/cctest/cctest.gyp View 2 chunks +2 lines, -1 line 0 comments Download
M test/cctest/cctest.status View 2 chunks +5 lines, -1 line 0 comments Download
M test/cctest/test-accessors.cc View 7 chunks +33 lines, -8 lines 0 comments Download
M test/cctest/test-alloc.cc View 4 chunks +8 lines, -10 lines 0 comments Download
M test/cctest/test-api.cc View 43 chunks +347 lines, -146 lines 0 comments Download
M test/cctest/test-circular-queue.cc View 4 chunks +31 lines, -31 lines 0 comments Download
M test/cctest/test-code-stubs-arm.cc View 2 chunks +5 lines, -1 line 0 comments Download
M test/cctest/test-compiler.cc View 11 chunks +28 lines, -24 lines 0 comments Download
A test/cctest/test-condition-variable.cc View 1 chunk +304 lines, -0 lines 0 comments Download
M test/cctest/test-debug.cc View 29 chunks +92 lines, -105 lines 0 comments Download
M test/cctest/test-declarative-accessors.cc View 3 chunks +6 lines, -6 lines 0 comments Download
M test/cctest/test-decls.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-deoptimization.cc View 5 chunks +5 lines, -5 lines 0 comments Download
M test/cctest/test-global-handles.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M test/cctest/test-heap.cc View 28 chunks +39 lines, -36 lines 0 comments Download
M test/cctest/test-heap-profiler.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M test/cctest/test-mark-compact.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-parsing.cc View 4 chunks +6 lines, -5 lines 0 comments Download
M test/cctest/test-platform-linux.cc View 1 chunk +0 lines, -49 lines 0 comments Download
M test/cctest/test-profile-generator.cc View 1 chunk +46 lines, -0 lines 0 comments Download
M test/cctest/test-random.cc View 4 chunks +11 lines, -10 lines 0 comments Download
M test/cctest/test-serialize.cc View 13 chunks +29 lines, -26 lines 0 comments Download
A + test/cctest/test-socket.cc View 5 chunks +3 lines, -17 lines 0 comments Download
D test/cctest/test-sockets.cc View 1 chunk +0 lines, -190 lines 0 comments Download
M test/cctest/test-thread-termination.cc View 1 chunk +0 lines, -67 lines 0 comments Download
M test/cctest/test-weakmaps.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-weaksets.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/compiler/optimized-for-in.js View 1 chunk +1 line, -0 lines 0 comments Download
A test/mjsunit/debug-step-4-in-frame.js View 1 chunk +132 lines, -0 lines 0 comments Download
A + test/mjsunit/lithium/MulI.js View 1 chunk +37 lines, -19 lines 0 comments Download
A + test/mjsunit/regress/post-increment-close-context.js View 1 chunk +12 lines, -6 lines 0 comments Download
A + test/mjsunit/regress/regress-crbug-285355.js View 1 chunk +10 lines, -10 lines 0 comments Download
M test/mjsunit/regress/regress-map-invalidation-2.js View 1 chunk +2 lines, -0 lines 0 comments Download
A + test/mjsunit/regress/regress-regexp-construct-result.js View 1 chunk +14 lines, -13 lines 0 comments Download
M test/mjsunit/track-fields.js View 1 chunk +0 lines, -1 line 0 comments Download
M tools/gyp/v8.gyp View 1 chunk +4 lines, -0 lines 0 comments Download
M tools/plot-timer-events View 1 chunk +10 lines, -1 line 0 comments Download
M tools/profviz/composer.js View 4 chunks +11 lines, -62 lines 0 comments Download
M tools/profviz/profviz.html View 2 chunks +6 lines, -1 line 0 comments Download
M tools/profviz/profviz.js View 3 chunks +10 lines, -12 lines 0 comments Download
M tools/profviz/stdio.js View 1 chunk +5 lines, -1 line 0 comments Download
M tools/profviz/worker.js View 2 chunks +7 lines, -1 line 0 comments Download
M tools/run-tests.py View 1 chunk +1 line, -1 line 0 comments Download
M tools/v8heapconst.py View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
jbramley
6 years, 10 months ago (2014-02-03 18:34:50 UTC) #1
m.m.capewell
lgtm
6 years, 10 months ago (2014-02-03 18:36:59 UTC) #2
jbramley
6 years, 10 months ago (2014-02-03 18:44:04 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r19039 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698