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

Issue 112863002: Merge bleeding_edge 18021:18297 (Closed)

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

Description

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10038 lines, -8942 lines) Patch
M .clang-format View 1 chunk +1 line, -0 lines 0 comments Download
M ChangeLog View 1 chunk +65 lines, -0 lines 0 comments Download
M Makefile View 7 chunks +36 lines, -16 lines 0 comments Download
M OWNERS View 1 chunk +1 line, -0 lines 0 comments Download
M build/android.gypi View 2 chunks +3 lines, -3 lines 0 comments Download
M build/gyp_v8 View 1 chunk +4 lines, -0 lines 0 comments Download
M build/standalone.gypi View 3 chunks +8 lines, -2 lines 0 comments Download
M build/toolchain.gypi View 4 chunks +6 lines, -6 lines 0 comments Download
M include/v8.h View 54 chunks +370 lines, -204 lines 0 comments Download
M include/v8-profiler.h View 2 chunks +9 lines, -3 lines 0 comments Download
M samples/process.cc View 9 chunks +12 lines, -12 lines 0 comments Download
M src/allocation-site-scopes.h View 4 chunks +31 lines, -22 lines 0 comments Download
M src/allocation-site-scopes.cc View 1 chunk +13 lines, -19 lines 0 comments Download
M src/allocation-tracker.h View 1 chunk +1 line, -1 line 0 comments Download
M src/allocation-tracker.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M src/api.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/api.cc View 32 chunks +227 lines, -126 lines 0 comments Download
M src/arm/assembler-arm.h View 2 chunks +0 lines, -11 lines 0 comments Download
M src/arm/assembler-arm-inl.h View 1 chunk +0 lines, -6 lines 0 comments Download
M src/arm/builtins-arm.cc View 3 chunks +4 lines, -13 lines 0 comments Download
M src/arm/code-stubs-arm.h View 3 chunks +0 lines, -4 lines 0 comments Download
M src/arm/code-stubs-arm.cc View 16 chunks +25 lines, -142 lines 0 comments Download
M src/arm/codegen-arm.cc View 2 chunks +2 lines, -3 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 10 chunks +40 lines, -46 lines 0 comments Download
M src/arm/ic-arm.cc View 8 chunks +7 lines, -9 lines 0 comments Download
M src/arm/lithium-arm.h View 6 chunks +8 lines, -52 lines 0 comments Download
M src/arm/lithium-arm.cc View 17 chunks +36 lines, -55 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 17 chunks +59 lines, -113 lines 0 comments Download
M src/arm/macro-assembler-arm.h View 5 chunks +19 lines, -5 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 11 chunks +51 lines, -22 lines 0 comments Download
M src/arm/simulator-arm.h View 1 chunk +1 line, -1 line 0 comments Download
M src/arm/stub-cache-arm.cc View 62 chunks +248 lines, -530 lines 0 comments Download
M src/array.js View 6 chunks +47 lines, -7 lines 0 comments Download
M src/assembler.h View 1 chunk +0 lines, -3 lines 0 comments Download
M src/assembler.cc View 2 chunks +2 lines, -39 lines 0 comments Download
M src/ast.h View 9 chunks +21 lines, -5 lines 0 comments Download
M src/ast.cc View 4 chunks +14 lines, -101 lines 0 comments Download
M src/bootstrapper.cc View 9 chunks +37 lines, -48 lines 0 comments Download
M src/builtins.h View 4 chunks +67 lines, -74 lines 0 comments Download
M src/builtins.cc View 10 chunks +12 lines, -38 lines 0 comments Download
M src/cached-powers.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M src/code-stubs.h View 23 chunks +44 lines, -210 lines 0 comments Download
M src/code-stubs.cc View 10 chunks +31 lines, -477 lines 0 comments Download
M src/code-stubs-hydrogen.cc View 13 chunks +44 lines, -35 lines 0 comments Download
M src/codegen.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M src/compiler.h View 5 chunks +9 lines, -1 line 0 comments Download
M src/compiler.cc View 11 chunks +20 lines, -21 lines 0 comments Download
M src/contexts.h View 4 chunks +2 lines, -2 lines 0 comments Download
M src/conversions.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M src/d8.cc View 6 chunks +29 lines, -22 lines 0 comments Download
M src/d8-debug.h View 1 chunk +1 line, -1 line 0 comments Download
M src/d8-debug.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/d8-posix.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/d8-readline.cc View 2 chunks +10 lines, -8 lines 0 comments Download
M src/date.cc View 1 chunk +0 lines, -1 line 0 comments Download
M src/date.js View 1 chunk +1 line, -2 lines 0 comments Download
M src/debug.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M src/debug-agent.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/deoptimizer.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M src/disassembler.cc View 1 chunk +1 line, -1 line 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
A + src/extensions/trigger-failure-extension.h View 2 chunks +15 lines, -9 lines 0 comments Download
A + src/extensions/trigger-failure-extension.cc View 1 chunk +39 lines, -13 lines 0 comments Download
M src/factory.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M src/flag-definitions.h View 10 chunks +17 lines, -22 lines 0 comments Download
M src/flags.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/frames.cc View 3 chunks +11 lines, -3 lines 0 comments Download
M src/full-codegen.cc View 3 chunks +9 lines, -4 lines 0 comments Download
M src/gdb-jit.cc View 6 chunks +7 lines, -6 lines 0 comments Download
M src/globals.h View 2 chunks +9 lines, -5 lines 0 comments Download
M src/handles.h View 1 chunk +1 line, -1 line 0 comments Download
M src/harmony-math.js View 1 chunk +70 lines, -1 line 0 comments Download
M src/heap.h View 5 chunks +8 lines, -12 lines 0 comments Download
M src/heap.cc View 17 chunks +61 lines, -65 lines 0 comments Download
M src/heap-inl.h View 5 chunks +16 lines, -22 lines 0 comments Download
M src/heap-profiler.h View 3 chunks +20 lines, -18 lines 0 comments Download
M src/heap-profiler.cc View 4 chunks +75 lines, -33 lines 0 comments Download
M src/heap-snapshot-generator.h View 9 chunks +9 lines, -70 lines 0 comments Download
M src/heap-snapshot-generator.cc View 31 chunks +54 lines, -173 lines 0 comments Download
M src/hydrogen.h View 29 chunks +89 lines, -36 lines 0 comments Download
M src/hydrogen.cc View 37 chunks +261 lines, -83 lines 0 comments Download
M src/hydrogen-check-elimination.h View 2 chunks +30 lines, -2 lines 0 comments Download
M src/hydrogen-check-elimination.cc View 10 chunks +331 lines, -152 lines 0 comments Download
M src/hydrogen-dce.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/hydrogen-environment-liveness.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/hydrogen-flow-engine.h View 1 chunk +9 lines, -2 lines 0 comments Download
M src/hydrogen-gvn.cc View 7 chunks +16 lines, -12 lines 0 comments Download
M src/hydrogen-instructions.h View 19 chunks +102 lines, -36 lines 0 comments Download
M src/hydrogen-instructions.cc View 14 chunks +75 lines, -27 lines 0 comments Download
M src/hydrogen-load-elimination.cc View 1 chunk +3 lines, -1 line 0 comments Download
M src/hydrogen-mark-unreachable.h View 1 chunk +1 line, -1 line 0 comments Download
M src/ia32/assembler-ia32.h View 1 chunk +0 lines, -7 lines 0 comments Download
M src/ia32/builtins-ia32.cc View 1 chunk +2 lines, -10 lines 0 comments Download
M src/ia32/code-stubs-ia32.h View 2 chunks +0 lines, -3 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 11 chunks +16 lines, -194 lines 0 comments Download
M src/ia32/codegen-ia32.cc View 1 chunk +0 lines, -3 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 11 chunks +42 lines, -44 lines 0 comments Download
M src/ia32/ic-ia32.cc View 6 chunks +7 lines, -8 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 6 chunks +11 lines, -73 lines 0 comments Download
M src/ia32/lithium-ia32.h View 5 chunks +6 lines, -48 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 9 chunks +27 lines, -35 lines 0 comments Download
M src/ia32/macro-assembler-ia32.h View 3 chunks +7 lines, -3 lines 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 8 chunks +24 lines, -15 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 54 chunks +199 lines, -520 lines 0 comments Download
M src/ic.h View 17 chunks +165 lines, -47 lines 0 comments Download
M src/ic.cc View 34 chunks +475 lines, -102 lines 0 comments Download
M src/ic-inl.h View 2 chunks +3 lines, -3 lines 0 comments Download
M src/isolate.h View 2 chunks +1 line, -4 lines 0 comments Download
M src/isolate.cc View 6 chunks +16 lines, -13 lines 0 comments Download
M src/jsregexp.cc View 4 chunks +5 lines, -5 lines 0 comments Download
M src/list.h View 1 chunk +7 lines, -0 lines 0 comments Download
M src/lithium-allocator.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/lithium-codegen.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/lithium-codegen.cc View 1 chunk +30 lines, -0 lines 0 comments Download
M src/log.h View 2 chunks +4 lines, -0 lines 0 comments Download
M src/log.cc View 14 chunks +267 lines, -20 lines 0 comments Download
M src/log-utils.h View 1 chunk +2 lines, -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 12 chunks +32 lines, -36 lines 0 comments Download
M src/math.js View 2 chunks +3 lines, -1 line 0 comments Download
M src/messages.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M src/messages.js View 2 chunks +8 lines, -0 lines 0 comments Download
M src/mips/assembler-mips.h View 3 chunks +13 lines, -7 lines 0 comments Download
M src/mips/assembler-mips.cc View 2 chunks +15 lines, -0 lines 0 comments Download
M src/mips/assembler-mips-inl.h View 1 chunk +3 lines, -5 lines 0 comments Download
M src/mips/builtins-mips.cc View 3 chunks +4 lines, -19 lines 0 comments Download
M src/mips/code-stubs-mips.h View 3 chunks +0 lines, -4 lines 0 comments Download
M src/mips/code-stubs-mips.cc View 11 chunks +13 lines, -138 lines 0 comments Download
M src/mips/codegen-mips.cc View 5 chunks +439 lines, -16 lines 0 comments Download
M src/mips/constants-mips.h View 2 chunks +12 lines, -0 lines 0 comments Download
M src/mips/disasm-mips.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M src/mips/full-codegen-mips.cc View 12 chunks +44 lines, -47 lines 0 comments Download
M src/mips/ic-mips.cc View 8 chunks +7 lines, -9 lines 0 comments Download
M src/mips/lithium-codegen-mips.h View 2 chunks +3 lines, -1 line 0 comments Download
M src/mips/lithium-codegen-mips.cc View 11 chunks +34 lines, -83 lines 0 comments Download
M src/mips/lithium-mips.h View 5 chunks +6 lines, -48 lines 0 comments Download
M src/mips/lithium-mips.cc View 12 chunks +25 lines, -39 lines 0 comments Download
M src/mips/macro-assembler-mips.h View 4 chunks +12 lines, -3 lines 0 comments Download
M src/mips/macro-assembler-mips.cc View 9 chunks +51 lines, -15 lines 0 comments Download
M src/mips/simulator-mips.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/mips/simulator-mips.cc View 5 chunks +6 lines, -1 line 0 comments Download
M src/mips/stub-cache-mips.cc View 61 chunks +245 lines, -545 lines 0 comments Download
M src/object-observe.js View 3 chunks +6 lines, -5 lines 0 comments Download
M src/objects.h View 18 chunks +82 lines, -56 lines 0 comments Download
M src/objects.cc View 9 chunks +195 lines, -229 lines 0 comments Download
M src/objects-inl.h View 6 chunks +56 lines, -17 lines 0 comments Download
M src/objects-printer.cc View 3 chunks +13 lines, -3 lines 0 comments Download
M src/parser.cc View 6 chunks +6 lines, -6 lines 0 comments Download
M src/platform.h View 2 chunks +20 lines, -4 lines 0 comments Download
M src/platform-freebsd.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/platform-posix.cc View 4 chunks +9 lines, -12 lines 0 comments Download
M src/platform-win32.cc View 3 chunks +0 lines, -11 lines 0 comments Download
A src/promise.js View 1 chunk +305 lines, -0 lines 0 comments Download
M src/property-details.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/regexp-macro-assembler-tracer.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/runtime.h View 7 chunks +24 lines, -7 lines 0 comments Download
M src/runtime.cc View 20 chunks +91 lines, -90 lines 0 comments Download
M src/runtime-profiler.h View 1 chunk +0 lines, -29 lines 0 comments Download
M src/runtime-profiler.cc View 5 chunks +26 lines, -183 lines 0 comments Download
M src/scanner-character-streams.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/scopes.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/serialize.h View 1 chunk +1 line, -1 line 0 comments Download
M src/smart-pointers.h View 6 chunks +25 lines, -22 lines 0 comments Download
M src/stub-cache.h View 31 chunks +85 lines, -77 lines 0 comments Download
M src/stub-cache.cc View 45 chunks +228 lines, -159 lines 0 comments Download
M src/token.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/type-info.h View 4 chunks +52 lines, -44 lines 0 comments Download
M src/type-info.cc View 12 chunks +135 lines, -78 lines 0 comments Download
M src/typedarray.js View 2 chunks +5 lines, -1 line 0 comments Download
M src/typing.h View 1 chunk +1 line, -1 line 0 comments Download
M src/typing.cc View 5 chunks +56 lines, -30 lines 0 comments Download
M src/v8.cc View 1 chunk +4 lines, -6 lines 0 comments Download
M src/v8-counters.h View 2 chunks +3 lines, -4 lines 0 comments Download
M src/v8natives.js View 1 chunk +15 lines, -0 lines 0 comments Download
M src/v8utils.h View 2 chunks +21 lines, -0 lines 0 comments Download
M src/version.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/x64/assembler-x64.h View 6 chunks +48 lines, -23 lines 0 comments Download
M src/x64/assembler-x64.cc View 2 chunks +21 lines, -58 lines 0 comments Download
M src/x64/builtins-x64.cc View 1 chunk +2 lines, -10 lines 0 comments Download
M src/x64/code-stubs-x64.h View 2 chunks +0 lines, -3 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 11 chunks +20 lines, -202 lines 0 comments Download
M src/x64/codegen-x64.cc View 1 chunk +0 lines, -3 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 11 chunks +42 lines, -44 lines 0 comments Download
M src/x64/ic-x64.cc View 7 chunks +7 lines, -7 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 8 chunks +40 lines, -74 lines 0 comments Download
M src/x64/lithium-gap-resolver-x64.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/lithium-x64.h View 5 chunks +6 lines, -48 lines 0 comments Download
M src/x64/lithium-x64.cc View 9 chunks +27 lines, -35 lines 0 comments Download
M src/x64/macro-assembler-x64.h View 3 chunks +7 lines, -3 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 9 chunks +26 lines, -30 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 55 chunks +206 lines, -530 lines 0 comments Download
M test/cctest/cctest.h View 1 chunk +3 lines, -3 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 3 chunks +8 lines, -7 lines 0 comments Download
M test/cctest/test-api.cc View 103 chunks +590 lines, -447 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-code-stubs-arm.cc View 1 chunk +0 lines, -1 line 0 comments Download
M test/cctest/test-code-stubs-ia32.cc View 1 chunk +0 lines, -1 line 0 comments Download
M test/cctest/test-code-stubs-x64.cc View 1 chunk +0 lines, -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 7 chunks +11 lines, -13 lines 0 comments Download
M test/cctest/test-debug.cc View 11 chunks +10 lines, -72 lines 0 comments Download
M test/cctest/test-declarative-accessors.cc View 5 chunks +5 lines, -5 lines 0 comments Download
M test/cctest/test-func-name-inference.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-heap.cc View 12 chunks +13 lines, -2 lines 0 comments Download
M test/cctest/test-heap-profiler.cc View 17 chunks +65 lines, -62 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-macro-assembler-arm.cc View 1 chunk +0 lines, -1 line 0 comments Download
M test/cctest/test-macro-assembler-ia32.cc View 1 chunk +0 lines, -1 line 0 comments Download
M test/cctest/test-macro-assembler-x64.cc View 33 chunks +10 lines, -33 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 8 chunks +12 lines, -10 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-regexp.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M test/cctest/test-reloc-info.cc View 4 chunks +6 lines, -6 lines 0 comments Download
M test/cctest/test-representation.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M test/cctest/test-strings.cc View 7 chunks +9 lines, -9 lines 0 comments Download
M test/cctest/test-weaktypedarrays.cc View 2 chunks +6 lines, -3 lines 0 comments Download
M test/mjsunit/array-literal-feedback.js View 1 chunk +6 lines, -2 lines 0 comments Download
A + test/mjsunit/bool-concat.js View 1 chunk +9 lines, -10 lines 0 comments Download
A + test/mjsunit/compiler/compare_map_elim.js View 1 chunk +20 lines, -14 lines 0 comments Download
A + test/mjsunit/compiler/dead-loops.js View 1 chunk +52 lines, -9 lines 0 comments Download
A + test/mjsunit/compiler/dead-loops-neg.js View 1 chunk +64 lines, -33 lines 0 comments Download
A + test/mjsunit/compiler/load-elimination-params.js View 1 chunk +33 lines, -27 lines 0 comments Download
M test/mjsunit/compiler/math-floor-global.js View 3 chunks +4 lines, -3 lines 0 comments Download
M test/mjsunit/compiler/math-floor-local.js View 2 chunks +3 lines, -2 lines 0 comments Download
M test/mjsunit/compiler/osr-with-args.js View 2 chunks +3 lines, -3 lines 0 comments Download
M test/mjsunit/compiler/regress-4.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/debug-step-4-in-frame.js View 2 chunks +8 lines, -8 lines 0 comments Download
M test/mjsunit/div-mul-minus-one.js View 1 chunk +0 lines, -2 lines 0 comments Download
A + test/mjsunit/error-tostring-omit.js View 1 chunk +27 lines, -8 lines 0 comments Download
M test/mjsunit/fuzz-natives-part1.js View 1 chunk +3 lines, -0 lines 0 comments Download
M test/mjsunit/fuzz-natives-part2.js View 1 chunk +3 lines, -0 lines 0 comments Download
M test/mjsunit/fuzz-natives-part3.js View 1 chunk +3 lines, -0 lines 0 comments Download
M test/mjsunit/fuzz-natives-part4.js View 1 chunk +3 lines, -0 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/math-hyperbolic.js View 1 chunk +132 lines, -0 lines 0 comments Download
M test/mjsunit/harmony/private.js View 1 chunk +1 line, -1 line 0 comments Download
A test/mjsunit/harmony/promises.js View 1 chunk +754 lines, -0 lines 0 comments Download
M test/mjsunit/harmony/symbols.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/json2.js View 1 chunk +6 lines, -5 lines 0 comments Download
M test/mjsunit/limit-locals.js View 1 chunk +2 lines, -2 lines 0 comments Download
M test/mjsunit/math-floor-part1.js View 2 chunks +3 lines, -2 lines 0 comments Download
M test/mjsunit/mjsunit.status View 3 chunks +18 lines, -1 line 0 comments Download
M test/mjsunit/object-freeze.js View 1 chunk +23 lines, -0 lines 0 comments Download
M test/mjsunit/object-seal.js View 2 chunks +76 lines, -0 lines 0 comments Download
A + test/mjsunit/regress/internalized-string-not-equal.js View 1 chunk +10 lines, -9 lines 0 comments Download
M test/mjsunit/regress/regress-2318.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/regress/regress-2711.js View 1 chunk +2 lines, -2 lines 0 comments Download
M test/mjsunit/regress/regress-2790.js View 1 chunk +1 line, -1 line 0 comments Download
A + test/mjsunit/regress/regress-299979.js View 1 chunk +6 lines, -4 lines 0 comments Download
A + test/mjsunit/regress/regress-3025.js View 1 chunk +5 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-3029.js View 1 chunk +9 lines, -7 lines 0 comments Download
A + test/mjsunit/regress/regress-3032.js View 1 chunk +3 lines, -1 line 0 comments Download
A + test/mjsunit/regress/regress-3039.js View 1 chunk +9 lines, -16 lines 0 comments Download
A + test/mjsunit/regress/regress-323845.js View 1 chunk +13 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-context-osr.js View 1 chunk +8 lines, -6 lines 0 comments Download
A + test/mjsunit/regress/regress-crbug-323942.js View 1 chunk +22 lines, -21 lines 0 comments Download
A + test/mjsunit/regress/regress-crbug-325225.js View 1 chunk +13 lines, -10 lines 0 comments Download
M test/mjsunit/regress/regress-json-stringify-gc.js View 2 chunks +5 lines, -5 lines 0 comments Download
A + test/mjsunit/regress/regress-param-local-type.js View 1 chunk +11 lines, -6 lines 0 comments Download
M test/mjsunit/sin-cos.js View 2 chunks +16 lines, -11 lines 0 comments Download
A + test/mjsunit/verify-assert-false.js View 1 chunk +3 lines, -1 line 0 comments Download
A + test/mjsunit/verify-check-false.js View 1 chunk +3 lines, -1 line 0 comments Download
M test/mozilla/mozilla.status View 1 chunk +4 lines, -4 lines 0 comments Download
M tools/gyp/v8.gyp View 6 chunks +14 lines, -7 lines 0 comments Download
M tools/merge-to-branch.sh View 9 chunks +30 lines, -15 lines 0 comments Download
M tools/push-to-trunk/auto_roll.py View 2 chunks +5 lines, -1 line 0 comments Download
M tools/push-to-trunk/common_includes.py View 13 chunks +76 lines, -34 lines 0 comments Download
M tools/push-to-trunk/push_to_trunk.py View 11 chunks +42 lines, -11 lines 0 comments Download
M tools/push-to-trunk/test_scripts.py View 21 chunks +159 lines, -93 lines 0 comments Download
M tools/run-tests.py View 11 chunks +66 lines, -20 lines 0 comments Download
M tools/testrunner/local/commands.py View 3 chunks +39 lines, -36 lines 0 comments Download
M tools/testrunner/local/progress.py View 1 chunk +1 line, -0 lines 0 comments Download
M tools/testrunner/local/statusfile.py View 1 chunk +5 lines, -1 line 0 comments Download
M tools/testrunner/local/testsuite.py View 3 chunks +21 lines, -2 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
marja
7 years ago (2013-12-11 14:48:04 UTC) #1
Message was sent while issue was closed.
Committed patchset #1 manually as r18303.

Powered by Google App Engine
This is Rietveld 408576698