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

Issue 148343005: A64: Synchronize with r18147. (Closed)

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

Description

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

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3773 lines, -3093 lines) Patch
M ChangeLog View 1 chunk +17 lines, -0 lines 0 comments Download
M Makefile View 2 chunks +11 lines, -1 line 0 comments Download
M include/v8.h View 45 chunks +310 lines, -206 lines 0 comments Download
M src/a64/full-codegen-a64.cc View 3 chunks +10 lines, -4 lines 0 comments Download
M src/a64/ic-a64.cc View 6 chunks +5 lines, -7 lines 0 comments Download
M src/a64/stub-cache-a64.cc View 48 chunks +144 lines, -355 lines 0 comments Download
M src/allocation-site-scopes.h View 5 chunks +9 lines, -8 lines 0 comments Download
M src/allocation-site-scopes.cc View 1 chunk +17 lines, -0 lines 0 comments Download
M src/api.cc View 1 chunk +1 line, -2 lines 0 comments Download
M src/arm/assembler-arm.h View 1 chunk +0 lines, -6 lines 0 comments Download
M src/arm/builtins-arm.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/arm/code-stubs-arm.cc View 5 chunks +12 lines, -12 lines 0 comments Download
M src/arm/constants-arm.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/arm/disasm-arm.cc View 1 chunk +8 lines, -0 lines 0 comments Download
M src/arm/frames-arm.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/arm/full-codegen-arm.cc View 3 chunks +9 lines, -4 lines 0 comments Download
M src/arm/ic-arm.cc View 6 chunks +5 lines, -7 lines 0 comments Download
M src/arm/lithium-arm.h View 1 chunk +2 lines, -4 lines 0 comments Download
M src/arm/lithium-arm.cc View 3 chunks +10 lines, -14 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 4 chunks +4 lines, -10 lines 0 comments Download
M src/arm/macro-assembler-arm.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 3 chunks +6 lines, -14 lines 0 comments Download
M src/arm/stub-cache-arm.cc View 43 chunks +121 lines, -326 lines 0 comments Download
M src/ast.h View 6 chunks +11 lines, -4 lines 0 comments Download
M src/ast.cc View 2 chunks +0 lines, -61 lines 0 comments Download
M src/bootstrapper.cc View 8 chunks +32 lines, -48 lines 0 comments Download
M src/builtins.h View 4 chunks +69 lines, -72 lines 0 comments Download
M src/builtins.cc View 5 chunks +4 lines, -18 lines 0 comments Download
M src/code-stubs.h View 13 chunks +17 lines, -19 lines 0 comments Download
M src/code-stubs.cc View 2 chunks +0 lines, -2 lines 0 comments Download
M src/code-stubs-hydrogen.cc View 3 chunks +13 lines, -5 lines 0 comments Download
M src/contexts.h View 4 chunks +2 lines, -2 lines 0 comments Download
M src/d8.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/d8-posix.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/date.js View 1 chunk +1 line, -2 lines 0 comments Download
M src/execution.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/execution.cc View 1 chunk +14 lines, -0 lines 0 comments Download
M src/extensions/externalize-string-extension.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/extensions/externalize-string-extension.cc View 1 chunk +3 lines, -3 lines 0 comments Download
A + src/extensions/free-buffer-extension.h View 1 chunk +11 lines, -17 lines 0 comments Download
A + src/extensions/free-buffer-extension.cc View 1 chunk +19 lines, -15 lines 0 comments Download
M src/extensions/gc-extension.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/extensions/gc-extension.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/extensions/statistics-extension.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/extensions/statistics-extension.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/flag-definitions.h View 5 chunks +8 lines, -0 lines 0 comments Download
M src/heap.h View 3 chunks +7 lines, -3 lines 0 comments Download
M src/heap.cc View 8 chunks +48 lines, -16 lines 0 comments Download
M src/heap-inl.h View 2 chunks +13 lines, -6 lines 0 comments Download
M src/hydrogen.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/hydrogen.cc View 9 chunks +46 lines, -10 lines 0 comments Download
M src/hydrogen-check-elimination.h View 2 chunks +24 lines, -2 lines 0 comments Download
M src/hydrogen-check-elimination.cc View 9 chunks +297 lines, -152 lines 0 comments Download
M src/hydrogen-flow-engine.h View 1 chunk +9 lines, -2 lines 0 comments Download
M src/hydrogen-instructions.h View 3 chunks +15 lines, -3 lines 0 comments Download
M src/hydrogen-load-elimination.cc View 1 chunk +3 lines, -1 line 0 comments Download
M src/ia32/full-codegen-ia32.cc View 3 chunks +9 lines, -4 lines 0 comments Download
M src/ia32/ic-ia32.cc View 5 chunks +5 lines, -5 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 36 chunks +77 lines, -307 lines 0 comments Download
M src/ic.h View 13 chunks +64 lines, -28 lines 0 comments Download
M src/ic.cc View 20 chunks +17 lines, -27 lines 0 comments Download
M src/ic-inl.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/isolate.h View 1 chunk +1 line, -1 line 0 comments Download
M src/mark-compact.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/mark-compact.cc View 5 chunks +15 lines, -13 lines 0 comments Download
M src/messages.js View 2 chunks +6 lines, -0 lines 0 comments Download
M src/mips/full-codegen-mips.cc View 3 chunks +9 lines, -4 lines 0 comments Download
M src/mips/ic-mips.cc View 6 chunks +5 lines, -7 lines 0 comments Download
M src/mips/lithium-codegen-mips.cc View 1 chunk +4 lines, -1 line 0 comments Download
M src/mips/lithium-mips.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/mips/macro-assembler-mips.h View 1 chunk +7 lines, -0 lines 0 comments Download
M src/mips/macro-assembler-mips.cc View 3 chunks +15 lines, -2 lines 0 comments Download
M src/mips/stub-cache-mips.cc View 45 chunks +149 lines, -444 lines 0 comments Download
M src/object-observe.js View 3 chunks +6 lines, -5 lines 0 comments Download
M src/objects.h View 12 chunks +60 lines, -38 lines 0 comments Download
M src/objects.cc View 6 chunks +22 lines, -23 lines 0 comments Download
M src/objects-inl.h View 5 chunks +56 lines, -4 lines 0 comments Download
A src/promise.js View 1 chunk +305 lines, -0 lines 0 comments Download
M src/runtime.h View 3 chunks +5 lines, -1 line 0 comments Download
M src/runtime.cc View 3 chunks +26 lines, -4 lines 0 comments Download
M src/stub-cache.h View 13 chunks +31 lines, -28 lines 0 comments Download
M src/stub-cache.cc View 29 chunks +59 lines, -51 lines 0 comments Download
M src/type-info.h View 5 chunks +23 lines, -11 lines 0 comments Download
M src/type-info.cc View 11 chunks +72 lines, -27 lines 0 comments Download
M src/typedarray.js View 1 chunk +3 lines, -0 lines 0 comments Download
M src/typing.cc View 5 chunks +31 lines, -9 lines 0 comments Download
M src/v8.cc View 1 chunk +4 lines, -6 lines 0 comments Download
M src/v8natives.js View 1 chunk +15 lines, -0 lines 0 comments Download
M src/version.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/full-codegen-x64.cc View 3 chunks +9 lines, -4 lines 0 comments Download
M src/x64/ic-x64.cc View 5 chunks +5 lines, -5 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 36 chunks +82 lines, -301 lines 0 comments Download
M test/cctest/cctest.status View 2 chunks +14 lines, -0 lines 0 comments Download
M test/cctest/test-accessors.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M test/cctest/test-api.cc View 71 chunks +196 lines, -122 lines 0 comments Download
M test/cctest/test-assembler-ia32.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-assembler-x64.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-compiler.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M test/cctest/test-cpu-profiler.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M test/cctest/test-debug.cc View 5 chunks +6 lines, -5 lines 0 comments Download
M test/cctest/test-heap.cc View 11 chunks +12 lines, -1 line 0 comments Download
M test/cctest/test-heap-profiler.cc View 4 chunks +9 lines, -7 lines 0 comments Download
M test/cctest/test-log.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M test/cctest/test-log-stack-tracer.cc View 2 chunks +8 lines, -9 lines 0 comments Download
M test/cctest/test-object-observe.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M test/cctest/test-parsing.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M test/cctest/test-profile-generator.cc View 2 chunks +6 lines, -7 lines 0 comments Download
M test/cctest/test-strings.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M test/cctest/test-weaktypedarrays.cc View 2 chunks +6 lines, -3 lines 0 comments Download
A + test/mjsunit/compiler/load-elimination-params.js View 1 chunk +33 lines, -27 lines 0 comments Download
A + test/mjsunit/error-tostring-omit.js View 1 chunk +27 lines, -8 lines 0 comments Download
M test/mjsunit/harmony/iteration-semantics.js View 1 chunk +2 lines, -1 line 0 comments Download
A test/mjsunit/harmony/promises.js View 1 chunk +754 lines, -0 lines 0 comments Download
M test/mjsunit/mjsunit.status View 2 chunks +13 lines, -1 line 0 comments Download
A + test/mjsunit/regress/regress-3027.js View 1 chunk +11 lines, -10 lines 0 comments Download
A + test/mjsunit/regress/regress-324028.js View 1 chunk +10 lines, -21 lines 0 comments Download
A + test/mjsunit/regress/regress-crbug-323942.js View 1 chunk +22 lines, -21 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 5 chunks +15 lines, -9 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
jbramley
6 years, 10 months ago (2014-02-06 16:51:22 UTC) #1
m.m.capewell
lgtm
6 years, 10 months ago (2014-02-06 16:51:52 UTC) #2
jbramley
6 years, 10 months ago (2014-02-06 16:53:42 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r19169 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698