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

Issue 142893003: Merge bleeding_edge 18658:18677 (Closed)

Created:
6 years, 11 months ago by ulan
Modified:
6 years, 11 months ago
Reviewers:
marja
CC:
v8-dev, Paweł Hajdan Jr.
Visibility:
Public.

Description

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1509 lines, -3686 lines) Patch
M ChangeLog View 1 chunk +8 lines, -0 lines 0 comments Download
M include/v8.h View 1 chunk +0 lines, -11 lines 0 comments Download
M src/arm/full-codegen-arm.cc View 4 chunks +9 lines, -6 lines 0 comments Download
M src/arm/ic-arm.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/arm/lithium-arm.h View 2 chunks +0 lines, -23 lines 0 comments Download
M src/arm/lithium-arm.cc View 1 chunk +0 lines, -10 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 2 chunks +1 line, -15 lines 0 comments Download
M src/arm/stub-cache-arm.cc View 4 chunks +4 lines, -406 lines 0 comments Download
M src/ast.h View 1 chunk +11 lines, -0 lines 0 comments Download
M src/ast.cc View 1 chunk +17 lines, -1 line 0 comments Download
M src/bootstrapper.h View 2 chunks +7 lines, -0 lines 0 comments Download
M src/bootstrapper.cc View 1 chunk +32 lines, -5 lines 0 comments Download
M src/code-stubs.h View 2 chunks +4 lines, -7 lines 0 comments Download
M src/disassembler.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/extensions/externalize-string-extension.h View 1 chunk +1 line, -1 line 0 comments Download
M src/extensions/externalize-string-extension.cc View 1 chunk +0 lines, -6 lines 0 comments Download
M src/extensions/free-buffer-extension.h View 1 chunk +2 lines, -3 lines 0 comments Download
M src/extensions/free-buffer-extension.cc View 1 chunk +0 lines, -10 lines 0 comments Download
M src/extensions/gc-extension.h View 1 chunk +12 lines, -2 lines 0 comments Download
src/extensions/gc-extension.cc View 1 chunk +0 lines, -14 lines 0 comments Download
M src/extensions/statistics-extension.h View 1 chunk +1 line, -1 line 0 comments Download
src/extensions/statistics-extension.cc View 1 chunk +0 lines, -6 lines 0 comments Download
src/extensions/trigger-failure-extension.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/extensions/trigger-failure-extension.cc View 1 chunk +0 lines, -6 lines 0 comments Download
src/full-codegen.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/hydrogen.cc View 4 chunks +8 lines, -5 lines 0 comments Download
M src/hydrogen-instructions.h View 2 chunks +0 lines, -47 lines 0 comments Download
M src/hydrogen-instructions.cc View 2 chunks +1 line, -9 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 4 chunks +9 lines, -6 lines 0 comments Download
M src/ia32/ic-ia32.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 2 chunks +1 line, -15 lines 0 comments Download
M src/ia32/lithium-ia32.h View 4 chunks +1 line, -26 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 1 chunk +0 lines, -10 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 4 chunks +4 lines, -436 lines 0 comments Download
M src/ic.h View 10 chunks +42 lines, -61 lines 0 comments Download
M src/ic.cc View 8 chunks +9 lines, -61 lines 0 comments Download
M src/mips/full-codegen-mips.cc View 4 chunks +9 lines, -6 lines 0 comments Download
M src/mips/ic-mips.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/mips/lithium-codegen-mips.cc View 2 chunks +1 line, -14 lines 0 comments Download
M src/mips/lithium-mips.h View 2 chunks +0 lines, -23 lines 0 comments Download
M src/mips/lithium-mips.cc View 1 chunk +0 lines, -10 lines 0 comments Download
src/mips/stub-cache-mips.cc View 4 chunks +3 lines, -417 lines 0 comments Download
src/objects.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/objects.cc View 2 chunks +0 lines, -16 lines 0 comments Download
src/promise.js View 1 chunk +2 lines, -1 line 0 comments Download
M src/proxy.js View 1 chunk +2 lines, -1 line 0 comments Download
src/stub-cache.h View 7 chunks +7 lines, -30 lines 0 comments Download
M src/stub-cache.cc View 8 chunks +10 lines, -35 lines 0 comments Download
src/type-info.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M src/v8.cc View 1 chunk +1 line, -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 46 chunks +78 lines, -78 lines 0 comments Download
M src/x64/code-stubs-x64.h View 2 chunks +4 lines, -4 lines 0 comments Download
src/x64/code-stubs-x64.cc View 128 chunks +264 lines, -263 lines 0 comments Download
M src/x64/codegen-x64.cc View 19 chunks +29 lines, -29 lines 0 comments Download
M src/x64/debug-x64.cc View 3 chunks +5 lines, -5 lines 0 comments Download
M src/x64/deoptimizer-x64.cc View 6 chunks +17 lines, -17 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 99 chunks +185 lines, -182 lines 0 comments Download
M src/x64/ic-x64.cc View 44 chunks +57 lines, -57 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 68 chunks +98 lines, -112 lines 0 comments Download
M src/x64/lithium-gap-resolver-x64.cc View 4 chunks +12 lines, -12 lines 0 comments Download
M src/x64/lithium-x64.h View 2 chunks +0 lines, -23 lines 0 comments Download
M src/x64/lithium-x64.cc View 1 chunk +0 lines, -10 lines 0 comments Download
M src/x64/macro-assembler-x64.h View 1 chunk +1 line, -1 line 0 comments Download
src/x64/macro-assembler-x64.cc View 131 chunks +197 lines, -197 lines 0 comments Download
M src/x64/regexp-macro-assembler-x64.cc View 24 chunks +42 lines, -42 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 63 chunks +94 lines, -511 lines 0 comments Download
M test/cctest/cctest.h View 1 chunk +5 lines, -4 lines 0 comments Download
M test/cctest/cctest.cc View 2 chunks +11 lines, -0 lines 0 comments Download
test/cctest/cctest.gyp View 2 chunks +3 lines, -1 line 0 comments Download
test/cctest/profiler-extension.h View 2 chunks +11 lines, -0 lines 0 comments Download
M test/cctest/profiler-extension.cc View 2 chunks +5 lines, -4 lines 0 comments Download
M test/cctest/test-compiler.cc View 1 chunk +0 lines, -44 lines 0 comments Download
M test/cctest/test-cpu-profiler.cc View 16 chunks +26 lines, -31 lines 0 comments Download
M test/cctest/test-heap-profiler.cc View 1 chunk +0 lines, -51 lines 0 comments Download
M test/cctest/test-log-stack-tracer.cc View 9 chunks +11 lines, -138 lines 0 comments Download
M test/cctest/test-profile-generator.cc View 5 chunks +11 lines, -16 lines 0 comments Download
M test/mjsunit/array-feedback.js View 2 chunks +78 lines, -78 lines 0 comments Download
M tools/push-to-trunk/auto_roll.py View 4 chunks +19 lines, -4 lines 0 comments Download
M tools/push-to-trunk/common_includes.py View 1 chunk +3 lines, -0 lines 0 comments Download
M tools/push-to-trunk/push_to_trunk.py View 1 chunk +14 lines, -0 lines 0 comments Download
M tools/push-to-trunk/test_scripts.py View 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
ulan
6 years, 11 months ago (2014-01-20 09:41:35 UTC) #1
Message was sent while issue was closed.
Committed patchset #1 manually as r18681 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698