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

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

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3151 lines, -1975 lines) Patch
M ChangeLog View 1 chunk +27 lines, -0 lines 0 comments Download
M PRESUBMIT.py View 2 chunks +15 lines, -3 lines 0 comments Download
M include/v8.h View 21 chunks +75 lines, -57 lines 0 comments Download
A + include/v8-defaults.h View 1 chunk +19 lines, -16 lines 0 comments Download
M include/v8-testing.h View 1 chunk +0 lines, -4 lines 0 comments Download
M samples/lineprocessor.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M samples/shell.cc View 3 chunks +12 lines, -6 lines 0 comments Download
M src/a64/builtins-a64.cc View 2 chunks +17 lines, -19 lines 0 comments Download
M src/a64/full-codegen-a64.cc View 1 chunk +45 lines, -48 lines 0 comments Download
M src/a64/lithium-a64.cc View 1 chunk +7 lines, -0 lines 0 comments Download
M src/a64/stub-cache-a64.cc View 4 chunks +17 lines, -18 lines 0 comments Download
M src/accessors.h View 1 chunk +7 lines, -0 lines 0 comments Download
M src/accessors.cc View 1 chunk +55 lines, -0 lines 0 comments Download
M src/api.cc View 19 chunks +86 lines, -42 lines 0 comments Download
M src/arguments.h View 1 chunk +6 lines, -0 lines 0 comments Download
M src/arm/assembler-arm.h View 4 chunks +31 lines, -21 lines 0 comments Download
M src/arm/builtins-arm.cc View 2 chunks +18 lines, -15 lines 0 comments Download
M src/arm/full-codegen-arm.cc View 1 chunk +57 lines, -67 lines 0 comments Download
M src/arm/lithium-arm.h View 33 chunks +239 lines, -129 lines 0 comments Download
M src/arm/lithium-arm.cc View 25 chunks +103 lines, -46 lines 0 comments Download
M src/arm/lithium-codegen-arm.h View 1 chunk +3 lines, -1 line 0 comments Download
M src/arm/lithium-codegen-arm.cc View 47 chunks +104 lines, -33 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M src/arm/stub-cache-arm.cc View 4 chunks +20 lines, -18 lines 0 comments Download
M src/bootstrapper.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/builtins.h View 4 chunks +3 lines, -4 lines 0 comments Download
M src/compiler.h View 7 chunks +15 lines, -7 lines 0 comments Download
M src/compiler.cc View 8 chunks +32 lines, -34 lines 0 comments Download
M src/d8.cc View 5 chunks +5 lines, -2 lines 0 comments Download
M src/d8-posix.cc View 13 chunks +29 lines, -22 lines 0 comments Download
M src/debug.cc View 1 chunk +1 line, -2 lines 0 comments Download
A + src/defaults.cc View 1 chunk +38 lines, -24 lines 0 comments Download
M src/extensions/externalize-string-extension.cc View 5 chunks +6 lines, -5 lines 0 comments Download
M src/flag-definitions.h View 8 chunks +9 lines, -10 lines 0 comments Download
M src/full-codegen.h View 2 chunks +14 lines, -12 lines 0 comments Download
M src/full-codegen.cc View 5 chunks +30 lines, -9 lines 0 comments Download
M src/globals.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/handles.h View 1 chunk +0 lines, -5 lines 0 comments Download
M src/handles.cc View 1 chunk +0 lines, -9 lines 0 comments Download
M src/handles-inl.h View 1 chunk +5 lines, -4 lines 0 comments Download
M src/heap.h View 4 chunks +16 lines, -10 lines 0 comments Download
M src/heap.cc View 7 chunks +25 lines, -55 lines 0 comments Download
M src/hydrogen.h View 6 chunks +37 lines, -15 lines 0 comments Download
M src/hydrogen.cc View 45 chunks +81 lines, -115 lines 0 comments Download
A + src/hydrogen-check-elimination.h View 2 chunks +8 lines, -7 lines 0 comments Download
A src/hydrogen-check-elimination.cc View 1 chunk +357 lines, -0 lines 0 comments Download
M src/hydrogen-instructions.h View 38 chunks +224 lines, -172 lines 0 comments Download
M src/hydrogen-instructions.cc View 7 chunks +44 lines, -18 lines 0 comments Download
M src/hydrogen-osr.h View 2 chunks +3 lines, -3 lines 0 comments Download
M src/hydrogen-osr.cc View 2 chunks +3 lines, -14 lines 0 comments Download
M src/ia32/builtins-ia32.cc View 2 chunks +18 lines, -19 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 1 chunk +42 lines, -51 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 2 chunks +2 lines, -1 line 0 comments Download
M src/ia32/lithium-ia32.h View 1 chunk +3 lines, -2 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 1 chunk +7 lines, -0 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 2 chunks +22 lines, -24 lines 0 comments Download
M src/ic.h View 5 chunks +33 lines, -10 lines 0 comments Download
M src/ic.cc View 3 chunks +21 lines, -22 lines 0 comments Download
M src/isolate.h View 4 chunks +2 lines, -10 lines 0 comments Download
M src/isolate.cc View 8 chunks +12 lines, -12 lines 0 comments Download
M src/mips/builtins-mips.cc View 2 chunks +17 lines, -17 lines 0 comments Download
M src/mips/code-stubs-mips.h View 2 chunks +0 lines, -28 lines 0 comments Download
M src/mips/code-stubs-mips.cc View 4 chunks +23 lines, -43 lines 0 comments Download
M src/mips/codegen-mips.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/mips/codegen-mips.cc View 1 chunk +37 lines, -22 lines 0 comments Download
M src/mips/full-codegen-mips.cc View 2 chunks +58 lines, -63 lines 0 comments Download
M src/mips/lithium-codegen-mips.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M src/mips/lithium-mips.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/mips/lithium-mips.cc View 2 chunks +8 lines, -1 line 0 comments Download
M src/mips/regexp-macro-assembler-mips.h View 1 chunk +0 lines, -8 lines 0 comments Download
M src/mips/regexp-macro-assembler-mips.cc View 3 chunks +45 lines, -36 lines 0 comments Download
M src/mips/simulator-mips.cc View 1 chunk +7 lines, -3 lines 0 comments Download
M src/mips/stub-cache-mips.cc View 4 chunks +19 lines, -18 lines 0 comments Download
M src/objects.h View 2 chunks +1 line, -5 lines 0 comments Download
M src/objects.cc View 4 chunks +20 lines, -3 lines 0 comments Download
M src/objects-inl.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/optimizing-compiler-thread.h View 5 chunks +31 lines, -20 lines 0 comments Download
M src/optimizing-compiler-thread.cc View 6 chunks +117 lines, -79 lines 0 comments Download
M src/platform.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/platform-posix.cc View 1 chunk +42 lines, -0 lines 0 comments Download
M src/platform-win32.cc View 5 chunks +81 lines, -1 line 0 comments Download
M src/runtime.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/runtime.cc View 4 chunks +11 lines, -22 lines 0 comments Download
M src/runtime-profiler.cc View 1 chunk +0 lines, -1 line 0 comments Download
M src/unique.h View 3 chunks +19 lines, -0 lines 0 comments Download
M src/utils/random-number-generator.cc View 3 chunks +12 lines, -0 lines 0 comments Download
M src/v8threads.cc View 3 chunks +5 lines, -14 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 2 chunks +17 lines, -15 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 1 chunk +46 lines, -55 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 2 chunks +5 lines, -4 lines 0 comments Download
M src/x64/lithium-x64.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/x64/lithium-x64.cc View 1 chunk +7 lines, -0 lines 0 comments Download
M src/x64/macro-assembler-x64.h View 2 chunks +6 lines, -7 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 3 chunks +48 lines, -38 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 2 chunks +28 lines, -30 lines 0 comments Download
M test/cctest/test-accessors.cc View 6 chunks +9 lines, -7 lines 0 comments Download
M test/cctest/test-api.cc View 47 chunks +130 lines, -88 lines 0 comments Download
M test/cctest/test-debug.cc View 9 chunks +16 lines, -12 lines 0 comments Download
M test/cctest/test-decls.cc View 18 chunks +24 lines, -17 lines 0 comments Download
M test/cctest/test-heap.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M test/cctest/test-object-observe.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-threads.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M test/cctest/test-unique.cc View 1 chunk +40 lines, -0 lines 0 comments Download
M test/mjsunit/compiler/escape-analysis.js View 1 chunk +30 lines, -0 lines 0 comments Download
A + test/mjsunit/div-mul-minus-one.js View 1 chunk +19 lines, -14 lines 0 comments Download
M test/mjsunit/mjsunit.status View 1 chunk +4 lines, -0 lines 0 comments Download
M test/mjsunit/regress/regress-embedded-cons-string.js View 1 chunk +1 line, -1 line 0 comments Download
A + test/mjsunit/timer.js View 1 chunk +21 lines, -21 lines 0 comments Download
M tools/gyp/v8.gyp View 3 chunks +6 lines, -0 lines 0 comments Download
M tools/merge-to-branch.sh View 1 chunk +2 lines, -1 line 0 comments Download
M tools/profviz/composer.js View 1 chunk +2 lines, -0 lines 0 comments Download
M tools/push-to-trunk.sh View 1 chunk +2 lines, -1 line 0 comments Download
M tools/testrunner/local/statusfile.py View 1 chunk +2 lines, -1 line 0 comments Download
M tools/testrunner/local/utils.py View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
jbramley
Fails a few tests.
6 years, 10 months ago (2014-02-04 19:06:37 UTC) #1
m.m.capewell
lgtm
6 years, 10 months ago (2014-02-04 19:07:22 UTC) #2
jbramley
6 years, 10 months ago (2014-02-04 19:08:55 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r19083 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698