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

Issue 153773002: A64: Synchronize with r16679. (Closed)

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

Description

A64: Synchronize with r16679. This brings experimental/a64 up to 2013-09-12. This patch also fixes some misplaced V8_FINAL markers. BUG=none R=m.m.capewell@googlemail.com Committed: https://code.google.com/p/v8/source/detail?r=19070

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3037 lines, -1980 lines) Patch
M ChangeLog View 1 chunk +27 lines, -0 lines 0 comments Download
M include/v8.h View 93 chunks +265 lines, -256 lines 0 comments Download
M include/v8-debug.h View 1 chunk +2 lines, -0 lines 0 comments Download
M include/v8-profiler.h View 1 chunk +13 lines, -11 lines 0 comments Download
M include/v8config.h View 1 chunk +10 lines, -6 lines 0 comments Download
M src/a64/assembler-a64.cc View 1 chunk +1 line, -4 lines 0 comments Download
M src/a64/assembler-a64-inl.h View 2 chunks +2 lines, -3 lines 0 comments Download
M src/a64/builtins-a64.cc View 1 chunk +12 lines, -4 lines 0 comments Download
M src/a64/code-stubs-a64.h View 2 chunks +5 lines, -2 lines 0 comments Download
M src/a64/code-stubs-a64.cc View 3 chunks +6 lines, -2 lines 0 comments Download
M src/a64/debug-a64.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M src/a64/ic-a64.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M src/a64/lithium-a64.h View 3 chunks +3 lines, -3 lines 0 comments Download
M src/a64/macro-assembler-a64.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/a64/regexp-macro-assembler-a64.cc View 2 chunks +1 line, -2 lines 0 comments Download
M src/a64/stub-cache-a64.cc View 1 chunk +0 lines, -43 lines 0 comments Download
M src/accessors.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/api.cc View 6 chunks +9 lines, -14 lines 0 comments Download
M src/arm/assembler-arm.h View 3 chunks +4 lines, -5 lines 0 comments Download
M src/arm/assembler-arm.cc View 6 chunks +109 lines, -26 lines 0 comments Download
M src/arm/assembler-arm-inl.h View 2 chunks +2 lines, -3 lines 0 comments Download
M src/arm/builtins-arm.cc View 1 chunk +12 lines, -3 lines 0 comments Download
M src/arm/code-stubs-arm.h View 4 chunks +3 lines, -20 lines 0 comments Download
M src/arm/code-stubs-arm.cc View 7 chunks +14 lines, -20 lines 0 comments Download
M src/arm/constants-arm.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/arm/debug-arm.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M src/arm/ic-arm.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M src/arm/macro-assembler-arm.h View 2 chunks +9 lines, -1 line 0 comments Download
M src/arm/macro-assembler-arm.cc View 2 chunks +8 lines, -3 lines 0 comments Download
M src/arm/regexp-macro-assembler-arm.h View 2 chunks +0 lines, -11 lines 0 comments Download
M src/arm/regexp-macro-assembler-arm.cc View 7 chunks +24 lines, -95 lines 0 comments Download
M src/arm/stub-cache-arm.cc View 1 chunk +0 lines, -41 lines 0 comments Download
M src/assembler.h View 2 chunks +1 line, -2 lines 0 comments Download
M src/assembler.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/ast.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/bootstrapper.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/bootstrapper.cc View 4 chunks +13 lines, -9 lines 0 comments Download
M src/builtins.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/checks.cc View 1 chunk +7 lines, -21 lines 0 comments Download
M src/code-stubs.h View 9 chunks +10 lines, -9 lines 0 comments Download
M src/code-stubs.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M src/compiler.h View 1 chunk +1 line, -5 lines 0 comments Download
M src/compiler.cc View 6 chunks +10 lines, -169 lines 0 comments Download
M src/cpu.h View 1 chunk +1 line, -1 line 0 comments Download
M src/cpu.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/cpu-profiler.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/d8.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/debug.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/debug.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M src/debug-agent.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/disassembler.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/elements.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/extensions/externalize-string-extension.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M src/extensions/gc-extension.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M src/factory.h View 1 chunk +18 lines, -0 lines 0 comments Download
M src/factory.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M src/flag-definitions.h View 1 chunk +1 line, -1 line 0 comments Download
M src/flags.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/frames.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/globals.h View 2 chunks +3 lines, -15 lines 0 comments Download
M src/handles-inl.h View 3 chunks +7 lines, -4 lines 0 comments Download
M src/heap.h View 6 chunks +1 line, -10 lines 0 comments Download
M src/heap.cc View 13 chunks +24 lines, -18 lines 0 comments Download
M src/heap-inl.h View 11 chunks +31 lines, -23 lines 0 comments Download
M src/heap-snapshot-generator.h View 2 chunks +4 lines, -2 lines 0 comments Download
M src/heap-snapshot-generator.cc View 9 chunks +22 lines, -7 lines 0 comments Download
M src/hydrogen.cc View 2 chunks +3 lines, -2 lines 0 comments Download
A src/hydrogen-alias-analysis.h View 1 chunk +105 lines, -0 lines 0 comments Download
M src/hydrogen-instructions.h View 4 chunks +29 lines, -17 lines 0 comments Download
M src/hydrogen-instructions.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/ia32/assembler-ia32.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/ia32/assembler-ia32.cc View 2 chunks +18 lines, -0 lines 0 comments Download
M src/ia32/assembler-ia32-inl.h View 3 chunks +3 lines, -7 lines 0 comments Download
M src/ia32/builtins-ia32.cc View 1 chunk +11 lines, -4 lines 0 comments Download
M src/ia32/code-stubs-ia32.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 3 chunks +3 lines, -5 lines 0 comments Download
M src/ia32/debug-ia32.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M src/ia32/disasm-ia32.cc View 5 chunks +12 lines, -1 line 0 comments Download
M src/ia32/ic-ia32.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.h View 2 chunks +2 lines, -1 line 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 5 chunks +52 lines, -4 lines 0 comments Download
M src/ia32/lithium-ia32.h View 2 chunks +17 lines, -3 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 3 chunks +12 lines, -2 lines 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 1 chunk +7 lines, -2 lines 0 comments Download
M src/ia32/regexp-macro-assembler-ia32.cc View 1 chunk +0 lines, -1 line 0 comments Download
M src/ia32/stub-cache-ia32.cc View 1 chunk +0 lines, -42 lines 0 comments Download
M src/isolate.h View 7 chunks +23 lines, -12 lines 0 comments Download
M src/isolate.cc View 5 chunks +10 lines, -2 lines 0 comments Download
M src/isolate-inl.h View 2 chunks +9 lines, -2 lines 0 comments Download
M src/jsregexp.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/jsregexp.cc View 5 chunks +6 lines, -6 lines 0 comments Download
M src/liveedit.cc View 4 chunks +6 lines, -4 lines 0 comments Download
M src/log.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/mark-compact.cc View 11 chunks +22 lines, -16 lines 0 comments Download
M src/mark-compact-inl.h View 1 chunk +1 line, -1 line 0 comments Download
M src/mips/assembler-mips.cc View 1 chunk +1 line, -4 lines 0 comments Download
M src/mips/assembler-mips-inl.h View 2 chunks +2 lines, -3 lines 0 comments Download
M src/mips/builtins-mips.cc View 1 chunk +12 lines, -3 lines 0 comments Download
M src/mips/code-stubs-mips.h View 3 chunks +3 lines, -3 lines 0 comments Download
M src/mips/code-stubs-mips.cc View 5 chunks +7 lines, -6 lines 0 comments Download
M src/mips/debug-mips.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/mips/ic-mips.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M src/mips/regexp-macro-assembler-mips.cc View 2 chunks +1 line, -2 lines 0 comments Download
M src/mips/stub-cache-mips.cc View 1 chunk +0 lines, -40 lines 0 comments Download
M src/mksnapshot.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/object-observe.js View 12 chunks +274 lines, -166 lines 0 comments Download
M src/objects.h View 6 chunks +23 lines, -3 lines 0 comments Download
M src/objects.cc View 12 chunks +133 lines, -30 lines 0 comments Download
M src/objects-debug.cc View 6 chunks +32 lines, -14 lines 0 comments Download
M src/objects-inl.h View 14 chunks +20 lines, -20 lines 0 comments Download
M src/objects-visiting-inl.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/optimizing-compiler-thread.h View 2 chunks +5 lines, -3 lines 0 comments Download
M src/optimizing-compiler-thread.cc View 2 chunks +22 lines, -6 lines 0 comments Download
M src/platform.h View 3 chunks +1 line, -9 lines 0 comments Download
M src/platform-cygwin.cc View 6 chunks +6 lines, -18 lines 0 comments Download
M src/platform-freebsd.cc View 4 chunks +3 lines, -15 lines 0 comments Download
M src/platform-linux.cc View 3 chunks +1 line, -10 lines 0 comments Download
M src/platform-macos.cc View 3 chunks +2 lines, -10 lines 0 comments Download
M src/platform-openbsd.cc View 3 chunks +1 line, -10 lines 0 comments Download
M src/platform-posix.cc View 3 chunks +4 lines, -6 lines 0 comments Download
M src/platform-solaris.cc View 3 chunks +2 lines, -14 lines 0 comments Download
M src/platform-win32.cc View 12 chunks +13 lines, -29 lines 0 comments Download
M src/platform/condition-variable.h View 1 chunk +2 lines, -2 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 3 chunks +6 lines, -6 lines 0 comments Download
M src/platform/mutex.cc View 4 chunks +12 lines, -12 lines 0 comments Download
M src/platform/semaphore.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/platform/socket.h View 2 chunks +4 lines, -4 lines 0 comments Download
M src/platform/time.h View 2 chunks +18 lines, -0 lines 0 comments Download
M src/profile-generator.h View 3 chunks +3 lines, -2 lines 0 comments Download
M src/profile-generator.cc View 4 chunks +7 lines, -6 lines 0 comments Download
M src/property.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/runtime.h View 3 chunks +4 lines, -2 lines 0 comments Download
M src/runtime.cc View 4 chunks +146 lines, -23 lines 0 comments Download
M src/runtime-profiler.cc View 2 chunks +11 lines, -0 lines 0 comments Download
M src/scopeinfo.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M src/serialize.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/serialize.cc View 6 chunks +7 lines, -6 lines 0 comments Download
M src/spaces.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/spaces.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/spaces-inl.h View 2 chunks +4 lines, -4 lines 0 comments Download
M src/store-buffer.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/store-buffer-inl.h View 1 chunk +1 line, -1 line 0 comments Download
M src/string-stream.h View 1 chunk +1 line, -1 line 0 comments Download
M src/string-stream.cc View 4 chunks +36 lines, -45 lines 0 comments Download
M src/stub-cache.h View 1 chunk +0 lines, -4 lines 0 comments Download
M src/stub-cache.cc View 1 chunk +1 line, -1 line 0 comments Download
A src/utils/random-number-generator.h View 1 chunk +106 lines, -0 lines 0 comments Download
A src/utils/random-number-generator.cc View 1 chunk +136 lines, -0 lines 0 comments Download
M src/v8.h View 1 chunk +0 lines, -5 lines 0 comments Download
M src/v8.cc View 4 chunks +10 lines, -47 lines 0 comments Download
M src/version.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/assembler-x64.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/x64/assembler-x64-inl.h View 2 chunks +2 lines, -3 lines 0 comments Download
M src/x64/builtins-x64.cc View 1 chunk +11 lines, -4 lines 0 comments Download
M src/x64/code-stubs-x64.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 9 chunks +14 lines, -18 lines 0 comments Download
M src/x64/debug-x64.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/x64/ic-x64.cc View 4 chunks +7 lines, -7 lines 0 comments Download
M src/x64/lithium-codegen-x64.h View 3 chunks +3 lines, -1 line 0 comments Download
M src/x64/lithium-codegen-x64.cc View 5 chunks +33 lines, -77 lines 0 comments Download
M src/x64/macro-assembler-x64.h View 1 chunk +14 lines, -0 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 2 chunks +115 lines, -3 lines 0 comments Download
M src/x64/regexp-macro-assembler-x64.cc View 2 chunks +1 line, -2 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 2 chunks +0 lines, -49 lines 0 comments Download
M test/cctest/cctest.h View 1 chunk +4 lines, -0 lines 0 comments Download
M test/cctest/cctest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M test/cctest/cctest.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M test/cctest/cctest.status View 1 chunk +2 lines, -0 lines 0 comments Download
M test/cctest/test-alloc.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-api.cc View 4 chunks +11 lines, -10 lines 0 comments Download
M test/cctest/test-assembler-a64.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-assembler-arm.cc View 1 chunk +71 lines, -0 lines 0 comments Download
M test/cctest/test-assembler-x64.cc View 7 chunks +0 lines, -7 lines 0 comments Download
M test/cctest/test-cpu-profiler.cc View 4 chunks +5 lines, -4 lines 0 comments Download
M test/cctest/test-dictionary.cc View 1 chunk +51 lines, -0 lines 0 comments Download
M test/cctest/test-disasm-a64.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M test/cctest/test-heap.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-heap-profiler.cc View 1 chunk +45 lines, -0 lines 0 comments Download
M test/cctest/test-javascript-a64.cc View 7 chunks +9 lines, -9 lines 0 comments Download
M test/cctest/test-js-a64-variables.cc View 6 chunks +6 lines, -6 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-object-observe.cc View 2 chunks +278 lines, -9 lines 0 comments Download
M test/cctest/test-platform-linux.cc View 2 chunks +0 lines, -2 lines 0 comments Download
M test/cctest/test-platform-win32.cc View 2 chunks +0 lines, -2 lines 0 comments Download
M test/cctest/test-profile-generator.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M test/cctest/test-random.cc View 1 chunk +1 line, -10 lines 0 comments Download
A + test/cctest/test-random-number-generator.cc View 1 chunk +52 lines, -15 lines 0 comments Download
M test/cctest/test-spaces.cc View 4 chunks +0 lines, -4 lines 0 comments Download
M test/cctest/test-strings.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M test/cctest/test-strtod.cc View 3 chunks +4 lines, -3 lines 0 comments Download
M test/cctest/test-thread-termination.cc View 2 chunks +3 lines, -4 lines 0 comments Download
M test/cctest/test-utils.cc View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/harmony/object-observe.js View 6 chunks +29 lines, -29 lines 0 comments Download
M tools/gyp/v8.gyp View 2 chunks +3 lines, -0 lines 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-04 12:53:25 UTC) #1
m.m.capewell
lgtm
6 years, 10 months ago (2014-02-04 12:57:30 UTC) #2
jbramley
6 years, 10 months ago (2014-02-04 12:59:50 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r19070 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698