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

Issue 151603008: A64: Synchronize with r16599. (Closed)

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

Description

A64: Synchronize with r16599. This brings experimental/a64 up to 2013-09-09, and introduces the new OSR entry point mechanism. BUG=none R=m.m.capewell@googlemail.com Committed: https://code.google.com/p/v8/source/detail?r=19060

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1119 lines, -1775 lines) Patch
M ChangeLog View 1 chunk +20 lines, -0 lines 0 comments Download
M include/v8.h View 32 chunks +235 lines, -323 lines 0 comments Download
M src/a64/builtins-a64.cc View 1 chunk +19 lines, -12 lines 0 comments Download
M src/a64/deoptimizer-a64.cc View 2 chunks +8 lines, -168 lines 0 comments Download
M src/a64/lithium-a64.cc View 3 chunks +24 lines, -4 lines 0 comments Download
M src/a64/lithium-codegen-a64.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/a64/lithium-codegen-a64.cc View 4 chunks +18 lines, -5 lines 0 comments Download
M src/api.cc View 2 chunks +11 lines, -20 lines 0 comments Download
M src/arm/builtins-arm.cc View 1 chunk +19 lines, -11 lines 0 comments Download
M src/arm/deoptimizer-arm.cc View 2 chunks +2 lines, -168 lines 0 comments Download
M src/arm/lithium-arm.cc View 3 chunks +22 lines, -4 lines 0 comments Download
M src/arm/lithium-codegen-arm.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 4 chunks +18 lines, -5 lines 0 comments Download
M src/compiler.h View 2 chunks +4 lines, -3 lines 0 comments Download
M src/compiler.cc View 10 chunks +56 lines, -53 lines 0 comments Download
M src/deoptimizer.h View 3 chunks +0 lines, -9 lines 0 comments Download
M src/deoptimizer.cc View 7 chunks +9 lines, -209 lines 0 comments Download
M src/factory.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/factory.cc View 1 chunk +0 lines, -7 lines 0 comments Download
M src/flag-definitions.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/global-handles.h View 2 chunks +12 lines, -1 line 0 comments Download
M src/global-handles.cc View 11 chunks +50 lines, -14 lines 0 comments Download
M src/hydrogen.h View 2 chunks +9 lines, -5 lines 0 comments Download
M src/hydrogen-escape-analysis.h View 1 chunk +1 line, -1 line 0 comments Download
M src/hydrogen-escape-analysis.cc View 4 chunks +15 lines, -4 lines 0 comments Download
M src/hydrogen-instructions.h View 5 chunks +20 lines, -10 lines 0 comments Download
M src/hydrogen-instructions.cc View 1 chunk +9 lines, -0 lines 0 comments Download
M src/hydrogen-osr.h View 2 chunks +8 lines, -1 line 0 comments Download
M src/hydrogen-osr.cc View 2 chunks +12 lines, -2 lines 0 comments Download
M src/ia32/builtins-ia32.cc View 1 chunk +19 lines, -11 lines 0 comments Download
M src/ia32/deoptimizer-ia32.cc View 4 chunks +12 lines, -210 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 4 chunks +25 lines, -5 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 3 chunks +26 lines, -4 lines 0 comments Download
M src/ic.cc View 3 chunks +6 lines, -3 lines 0 comments Download
M src/json-stringifier.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/mips/builtins-mips.cc View 1 chunk +20 lines, -12 lines 0 comments Download
M src/mips/deoptimizer-mips.cc View 2 chunks +2 lines, -167 lines 0 comments Download
M src/mips/lithium-codegen-mips.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/mips/lithium-codegen-mips.cc View 10 chunks +24 lines, -11 lines 0 comments Download
M src/mips/lithium-mips.h View 1 chunk +3 lines, -1 line 0 comments Download
M src/mips/lithium-mips.cc View 3 chunks +22 lines, -4 lines 0 comments Download
M src/objects.h View 6 chunks +9 lines, -5 lines 0 comments Download
M src/objects.cc View 4 chunks +36 lines, -31 lines 0 comments Download
M src/objects-inl.h View 1 chunk +5 lines, -6 lines 0 comments Download
M src/runtime.cc View 8 chunks +25 lines, -23 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 1 chunk +18 lines, -11 lines 0 comments Download
M src/x64/deoptimizer-x64.cc View 2 chunks +1 line, -170 lines 0 comments Download
M src/x64/lithium-codegen-x64.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 4 chunks +18 lines, -5 lines 0 comments Download
M src/x64/lithium-x64.cc View 3 chunks +22 lines, -4 lines 0 comments Download
M test/cctest/test-accessors.cc View 1 chunk +15 lines, -0 lines 0 comments Download
M test/cctest/test-api.cc View 2 chunks +69 lines, -5 lines 0 comments Download
M test/cctest/test-strings.cc View 1 chunk +30 lines, -0 lines 0 comments Download
M test/mjsunit/compiler/escape-analysis.js View 2 chunks +31 lines, -1 line 0 comments Download
A + test/mjsunit/compiler/osr-assert.js View 1 chunk +7 lines, -10 lines 0 comments Download
A + test/mjsunit/compiler/osr-sar.js View 1 chunk +18 lines, -8 lines 0 comments Download
A + test/mjsunit/compiler/osr-uint32.js View 1 chunk +9 lines, -7 lines 0 comments Download
A + test/mjsunit/compiler/osr-warm.js View 1 chunk +17 lines, -11 lines 0 comments Download
M test/mjsunit/regress/regress-map-invalidation-2.js View 2 chunks +10 lines, -7 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
jbramley
6 years, 10 months ago (2014-02-04 11:12:39 UTC) #1
jbramley
6 years, 10 months ago (2014-02-04 11:13:03 UTC) #2
m.m.capewell
lgtm
6 years, 10 months ago (2014-02-04 11:16:57 UTC) #3
jbramley
6 years, 10 months ago (2014-02-04 11:18:11 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 manually as r19060 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698