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

Issue 153913002: A64: Synchronize with r16756. (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 r16756. This brings experimental/a64 up to 2013-09-17. BUG=none R=m.m.capewell@googlemail.com Committed: https://code.google.com/p/v8/source/detail?r=19075

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5717 lines, -5292 lines) Patch
M ChangeLog View 1 chunk +20 lines, -0 lines 0 comments Download
M build/standalone.gypi View 1 chunk +3 lines, -0 lines 0 comments Download
M include/v8.h View 2 chunks +6 lines, -6 lines 0 comments Download
M samples/samples.gyp View 1 chunk +3 lines, -3 lines 0 comments Download
M src/a64/builtins-a64.cc View 4 chunks +44 lines, -76 lines 0 comments Download
M src/a64/code-stubs-a64.cc View 8 chunks +142 lines, -109 lines 0 comments Download
M src/a64/codegen-a64.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M src/a64/full-codegen-a64.cc View 4 chunks +12 lines, -5 lines 0 comments Download
M src/a64/lithium-a64.h View 2 chunks +2 lines, -1 line 0 comments Download
M src/a64/lithium-a64.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M src/a64/lithium-codegen-a64.cc View 4 chunks +17 lines, -9 lines 0 comments Download
M src/a64/stub-cache-a64.cc View 10 chunks +43 lines, -29 lines 0 comments Download
M src/accessors.cc View 2 chunks +3 lines, -4 lines 0 comments Download
M src/api.cc View 5 chunks +2 lines, -25 lines 0 comments Download
M src/apinatives.js View 1 chunk +0 lines, -1 line 0 comments Download
M src/arguments.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/arm/builtins-arm.cc View 3 chunks +44 lines, -98 lines 0 comments Download
M src/arm/code-stubs-arm.cc View 7 chunks +131 lines, -109 lines 0 comments Download
M src/arm/codegen-arm.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M src/arm/full-codegen-arm.cc View 4 chunks +12 lines, -6 lines 0 comments Download
M src/arm/lithium-arm.h View 3 chunks +14 lines, -5 lines 0 comments Download
M src/arm/lithium-arm.cc View 7 chunks +68 lines, -84 lines 0 comments Download
M src/arm/lithium-codegen-arm.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/arm/lithium-codegen-arm.cc View 7 chunks +98 lines, -90 lines 0 comments Download
M src/arm/stub-cache-arm.cc View 9 chunks +31 lines, -25 lines 0 comments Download
M src/array.js View 6 chunks +4 lines, -8 lines 0 comments Download
M src/ast.h View 3 chunks +0 lines, -3 lines 0 comments Download
M src/ast.cc View 1 chunk +1 line, -4 lines 0 comments Download
M src/bootstrapper.cc View 3 chunks +0 lines, -13 lines 0 comments Download
M src/builtins.h View 4 chunks +2 lines, -5 lines 0 comments Download
M src/checks.h View 1 chunk +14 lines, -0 lines 0 comments Download
M src/code-stubs.h View 5 chunks +14 lines, -17 lines 0 comments Download
M src/code-stubs-hydrogen.cc View 4 chunks +28 lines, -24 lines 0 comments Download
M src/compiler.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/d8.gyp View 1 chunk +3 lines, -3 lines 0 comments Download
M src/debug.cc View 1 chunk +1 line, -2 lines 0 comments Download
M src/deoptimizer.cc View 1 chunk +4 lines, -3 lines 0 comments Download
M src/execution.h View 2 chunks +4 lines, -1 line 0 comments Download
M src/execution.cc View 3 chunks +22 lines, -1 line 0 comments Download
D src/extensions/i18n/break-iterator.js View 1 chunk +0 lines, -190 lines 0 comments Download
D src/extensions/i18n/collator.js View 1 chunk +0 lines, -209 lines 0 comments Download
D src/extensions/i18n/date-format.js View 1 chunk +0 lines, -474 lines 0 comments Download
D src/extensions/i18n/footer.js View 1 chunk +0 lines, -40 lines 0 comments Download
D src/extensions/i18n/globals.js View 1 chunk +0 lines, -168 lines 0 comments Download
D src/extensions/i18n/header.js View 1 chunk +0 lines, -41 lines 0 comments Download
D src/extensions/i18n/i18n-extension.h View 1 chunk +0 lines, -48 lines 0 comments Download
D src/extensions/i18n/i18n-extension.cc View 1 chunk +0 lines, -51 lines 0 comments Download
D src/extensions/i18n/i18n-utils.js View 1 chunk +0 lines, -536 lines 0 comments Download
D src/extensions/i18n/locale.js View 1 chunk +0 lines, -190 lines 0 comments Download
D src/extensions/i18n/number-format.js View 1 chunk +0 lines, -289 lines 0 comments Download
D src/extensions/i18n/overrides.js View 1 chunk +0 lines, -220 lines 0 comments Download
M src/flag-definitions.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/handles.h View 1 chunk +0 lines, -4 lines 0 comments Download
M src/handles.cc View 1 chunk +0 lines, -15 lines 0 comments Download
M src/heap.cc View 4 chunks +4 lines, -1 line 0 comments Download
M src/heap-snapshot-generator.h View 3 chunks +9 lines, -8 lines 0 comments Download
M src/heap-snapshot-generator.cc View 2 chunks +11 lines, -27 lines 0 comments Download
M src/hydrogen.h View 2 chunks +2 lines, -3 lines 0 comments Download
M src/hydrogen.cc View 18 chunks +47 lines, -30 lines 0 comments Download
M src/hydrogen-alias-analysis.h View 1 chunk +0 lines, -9 lines 0 comments Download
M src/hydrogen-instructions.h View 2 chunks +10 lines, -4 lines 0 comments Download
M src/hydrogen-instructions.cc View 1 chunk +4 lines, -2 lines 0 comments Download
A src/i18n.js View 1 chunk +2116 lines, -0 lines 0 comments Download
M src/ia32/builtins-ia32.cc View 5 chunks +41 lines, -84 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 19 chunks +143 lines, -124 lines 0 comments Download
M src/ia32/codegen-ia32.cc View 3 chunks +4 lines, -3 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 4 chunks +10 lines, -5 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 16 chunks +98 lines, -102 lines 0 comments Download
M src/ia32/lithium-ia32.h View 3 chunks +14 lines, -5 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 10 chunks +62 lines, -86 lines 0 comments Download
M src/ia32/macro-assembler-ia32.h View 1 chunk +6 lines, -0 lines 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 6 chunks +12 lines, -4 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 11 chunks +33 lines, -27 lines 0 comments Download
M src/ic.h View 7 chunks +11 lines, -8 lines 0 comments Download
M src/ic.cc View 19 chunks +64 lines, -54 lines 0 comments Download
M src/isolate.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/mips/builtins-mips.cc View 4 chunks +42 lines, -98 lines 0 comments Download
M src/mips/code-stubs-mips.cc View 7 chunks +128 lines, -103 lines 0 comments Download
M src/mips/codegen-mips.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M src/mips/full-codegen-mips.cc View 4 chunks +12 lines, -6 lines 0 comments Download
M src/mips/lithium-codegen-mips.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/mips/lithium-codegen-mips.cc View 3 chunks +72 lines, -73 lines 0 comments Download
M src/mips/lithium-mips.h View 3 chunks +14 lines, -5 lines 0 comments Download
M src/mips/lithium-mips.cc View 7 chunks +66 lines, -81 lines 0 comments Download
M src/mips/stub-cache-mips.cc View 8 chunks +32 lines, -26 lines 0 comments Download
M src/mksnapshot.cc View 1 chunk +0 lines, -3 lines 0 comments Download
M src/natives.h View 2 chunks +1 line, -2 lines 0 comments Download
M src/object-observe.js View 1 chunk +0 lines, -5 lines 0 comments Download
M src/objects.h View 12 chunks +30 lines, -19 lines 0 comments Download
M src/objects.cc View 11 chunks +85 lines, -87 lines 0 comments Download
M src/objects-debug.cc View 2 chunks +10 lines, -13 lines 0 comments Download
M src/objects-inl.h View 1 chunk +0 lines, -6 lines 0 comments Download
M src/optimizing-compiler-thread.h View 1 chunk +3 lines, -2 lines 0 comments Download
M src/optimizing-compiler-thread.cc View 5 chunks +13 lines, -10 lines 0 comments Download
M src/platform.h View 1 chunk +0 lines, -2 lines 0 comments Download
M src/platform-cygwin.cc View 1 chunk +0 lines, -6 lines 0 comments Download
M src/platform-freebsd.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M src/platform-linux.cc View 1 chunk +0 lines, -10 lines 0 comments Download
M src/platform-macos.cc View 1 chunk +0 lines, -8 lines 0 comments Download
M src/platform-openbsd.cc View 1 chunk +0 lines, -28 lines 0 comments Download
M src/platform-posix.h View 2 chunks +0 lines, -27 lines 0 comments Download
M src/platform-solaris.cc View 1 chunk +0 lines, -14 lines 0 comments Download
M src/platform-win32.cc View 1 chunk +0 lines, -124 lines 0 comments Download
M src/runtime.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/runtime.cc View 15 chunks +82 lines, -75 lines 0 comments Download
M src/runtime-profiler.cc View 2 chunks +0 lines, -7 lines 0 comments Download
M src/stub-cache.h View 3 chunks +15 lines, -6 lines 0 comments Download
M src/stub-cache.cc View 32 chunks +68 lines, -77 lines 0 comments Download
A src/unique.h View 1 chunk +284 lines, -0 lines 0 comments Download
M src/version.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/builtins-x64.cc View 5 chunks +37 lines, -85 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 19 chunks +141 lines, -119 lines 0 comments Download
M src/x64/codegen-x64.cc View 3 chunks +4 lines, -3 lines 0 comments Download
M src/x64/disasm-x64.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/full-codegen-x64.cc View 5 chunks +16 lines, -13 lines 0 comments Download
M src/x64/lithium-codegen-x64.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/x64/lithium-codegen-x64.cc View 13 chunks +96 lines, -95 lines 0 comments Download
M src/x64/lithium-x64.h View 3 chunks +13 lines, -4 lines 0 comments Download
M src/x64/lithium-x64.cc View 9 chunks +55 lines, -74 lines 0 comments Download
M src/x64/macro-assembler-x64.h View 1 chunk +6 lines, -0 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 4 chunks +15 lines, -3 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 11 chunks +35 lines, -27 lines 0 comments Download
M test/cctest/cctest.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M test/cctest/test-api.cc View 1 chunk +10 lines, -1 line 0 comments Download
M test/cctest/test-heap.cc View 2 chunks +1 line, -5 lines 0 comments Download
A test/cctest/test-unique.cc View 1 chunk +556 lines, -0 lines 0 comments Download
M test/mjsunit/compiler/rotate.js View 1 chunk +86 lines, -0 lines 0 comments Download
M test/mjsunit/debug-script.js View 1 chunk +3 lines, -3 lines 0 comments Download
M test/mjsunit/fuzz-natives-part1.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/fuzz-natives-part2.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/fuzz-natives-part3.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/fuzz-natives-part4.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/harmony/object-observe.js View 4 chunks +97 lines, -7 lines 0 comments Download
A + test/mjsunit/lithium/DivI.js View 1 chunk +25 lines, -10 lines 0 comments Download
A + test/mjsunit/lithium/SeqStringSetChar.js View 1 chunk +15 lines, -15 lines 0 comments Download
M test/mjsunit/regress/regress-2855.js View 1 chunk +16 lines, -0 lines 0 comments Download
M tools/gyp/v8.gyp View 11 chunks +17 lines, -49 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
jbramley
Broken, as requested.
6 years, 10 months ago (2014-02-04 15:29:10 UTC) #1
m.m.capewell
lgtm
6 years, 10 months ago (2014-02-04 15:30:05 UTC) #2
jbramley
6 years, 10 months ago (2014-02-04 15:31:46 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r19075 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698