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

Issue 39973003: Merge bleeding_edge. (Closed)

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

Description

Patch Set 1 #

Patch Set 2 : again #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10920 lines, -6889 lines) Patch
M ChangeLog View 1 1 chunk +101 lines, -0 lines 0 comments Download
M OWNERS View 1 2 chunks +2 lines, -1 line 0 comments Download
M build/features.gypi View 1 1 chunk +1 line, -1 line 0 comments Download
M build/standalone.gypi View 1 1 chunk +14 lines, -0 lines 0 comments Download
M build/toolchain.gypi View 1 1 chunk +0 lines, -14 lines 0 comments Download
M include/v8.h View 1 10 chunks +51 lines, -9 lines 0 comments Download
M include/v8-profiler.h View 1 3 chunks +20 lines, -0 lines 0 comments Download
A src/OWNERS View 1 1 chunk +2 lines, -0 lines 0 comments Download
A src/allocation-site-scopes.h View 1 1 chunk +115 lines, -0 lines 0 comments Download
A src/allocation-site-scopes.cc View 1 1 chunk +108 lines, -0 lines 0 comments Download
A src/allocation-tracker.h View 1 1 chunk +138 lines, -0 lines 0 comments Download
A src/allocation-tracker.cc View 1 1 chunk +279 lines, -0 lines 0 comments Download
M src/api.cc View 1 8 chunks +59 lines, -17 lines 0 comments Download
M src/arm/assembler-arm-inl.h View 1 1 chunk +7 lines, -0 lines 0 comments Download
M src/arm/builtins-arm.cc View 1 1 chunk +33 lines, -0 lines 0 comments Download
M src/arm/code-stubs-arm.cc View 1 4 chunks +6 lines, -27 lines 0 comments Download
M src/arm/codegen-arm.cc View 1 5 chunks +5 lines, -8 lines 0 comments Download
M src/arm/deoptimizer-arm.cc View 1 1 chunk +1 line, -4 lines 0 comments Download
M src/arm/full-codegen-arm.cc View 1 1 chunk +1 line, -10 lines 0 comments Download
M src/arm/lithium-arm.h View 1 3 chunks +0 lines, -11 lines 0 comments Download
M src/arm/lithium-arm.cc View 1 3 chunks +1 line, -3 lines 0 comments Download
M src/arm/lithium-codegen-arm.h View 1 3 chunks +3 lines, -6 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 1 12 chunks +36 lines, -43 lines 0 comments Download
M src/arm/macro-assembler-arm.h View 1 2 chunks +15 lines, -2 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 1 3 chunks +31 lines, -5 lines 0 comments Download
M src/arm/regexp-macro-assembler-arm.h View 1 1 chunk +0 lines, -5 lines 0 comments Download
M src/arm/stub-cache-arm.cc View 1 13 chunks +44 lines, -43 lines 0 comments Download
M src/array.js View 1 5 chunks +6 lines, -6 lines 0 comments Download
M src/array-iterator.js View 1 2 chunks +4 lines, -4 lines 0 comments Download
M src/assembler.h View 1 3 chunks +6 lines, -0 lines 0 comments Download
M src/assembler.cc View 1 4 chunks +24 lines, -0 lines 0 comments Download
M src/ast.h View 1 100 chunks +259 lines, -246 lines 0 comments Download
M src/ast.cc View 1 9 chunks +14 lines, -38 lines 0 comments Download
M src/bootstrapper.cc View 1 2 chunks +6 lines, -1 line 0 comments Download
M src/builtins.h View 1 4 chunks +16 lines, -4 lines 0 comments Download
M src/builtins.cc View 1 4 chunks +26 lines, -5 lines 0 comments Download
M src/code-stubs.h View 1 6 chunks +8 lines, -7 lines 0 comments Download
M src/code-stubs.cc View 1 5 chunks +30 lines, -21 lines 0 comments Download
M src/code-stubs-hydrogen.cc View 1 17 chunks +83 lines, -64 lines 0 comments Download
M src/codegen.cc View 1 3 chunks +11 lines, -3 lines 0 comments Download
M src/compiler.h View 1 2 chunks +2 lines, -4 lines 0 comments Download
M src/compiler.cc View 1 5 chunks +69 lines, -3 lines 0 comments Download
M src/cpu-profiler.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/cpu-profiler.cc View 1 3 chunks +11 lines, -9 lines 0 comments Download
M src/d8.h View 1 2 chunks +3 lines, -0 lines 0 comments Download
M src/d8.cc View 1 3 chunks +17 lines, -0 lines 0 comments Download
M src/d8.js View 1 7 chunks +7 lines, -7 lines 0 comments Download
M src/date.js View 1 10 chunks +16 lines, -16 lines 0 comments Download
M src/debug.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/debug-debugger.js View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/deoptimizer.h View 1 2 chunks +10 lines, -8 lines 0 comments Download
M src/deoptimizer.cc View 1 7 chunks +29 lines, -19 lines 0 comments Download
M src/factory.h View 1 5 chunks +13 lines, -2 lines 0 comments Download
M src/factory.cc View 1 5 chunks +104 lines, -9 lines 0 comments Download
M src/flag-definitions.h View 1 17 chunks +45 lines, -32 lines 0 comments Download
M src/frames.h View 1 1 chunk +7 lines, -0 lines 0 comments Download
M src/full-codegen.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/full-codegen.cc View 1 10 chunks +18 lines, -13 lines 0 comments Download
M src/globals.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M src/handles.h View 1 1 chunk +0 lines, -8 lines 0 comments Download
M src/handles.cc View 1 1 chunk +0 lines, -48 lines 0 comments Download
A + src/harmony-math.js View 1 1 chunk +25 lines, -30 lines 0 comments Download
M src/heap.h View 1 10 chunks +66 lines, -44 lines 0 comments Download
M src/heap.cc View 1 18 chunks +135 lines, -74 lines 0 comments Download
M src/heap-inl.h View 1 1 chunk +5 lines, -0 lines 0 comments Download
M src/heap-profiler.h View 1 3 chunks +24 lines, -9 lines 0 comments Download
M src/heap-profiler.cc View 1 3 chunks +77 lines, -3 lines 0 comments Download
M src/heap-snapshot-generator.h View 1 8 chunks +30 lines, -6 lines 0 comments Download
M src/heap-snapshot-generator.cc View 1 15 chunks +324 lines, -6 lines 0 comments Download
M src/hydrogen.h View 1 33 chunks +95 lines, -86 lines 0 comments Download
M src/hydrogen.cc View 1 194 chunks +509 lines, -565 lines 0 comments Download
M src/hydrogen-dce.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M src/hydrogen-dce.cc View 1 2 chunks +38 lines, -36 lines 0 comments Download
M src/hydrogen-escape-analysis.cc View 1 2 chunks +8 lines, -3 lines 0 comments Download
A src/hydrogen-flow-engine.h View 1 1 chunk +235 lines, -0 lines 0 comments Download
M src/hydrogen-instructions.h View 1 51 chunks +265 lines, -183 lines 0 comments Download
M src/hydrogen-instructions.cc View 1 5 chunks +20 lines, -0 lines 0 comments Download
M src/hydrogen-load-elimination.cc View 1 5 chunks +280 lines, -97 lines 0 comments Download
M src/hydrogen-osr.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M src/hydrogen-representation-changes.cc View 1 1 chunk +5 lines, -0 lines 0 comments Download
M src/i18n.js View 1 9 chunks +11 lines, -11 lines 0 comments Download
M src/ia32/assembler-ia32.h View 1 2 chunks +4 lines, -7 lines 0 comments Download
M src/ia32/assembler-ia32.cc View 1 7 chunks +11 lines, -14 lines 0 comments Download
M src/ia32/assembler-ia32-inl.h View 1 3 chunks +10 lines, -1 line 0 comments Download
M src/ia32/builtins-ia32.cc View 1 1 chunk +38 lines, -0 lines 0 comments Download
M src/ia32/code-stubs-ia32.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 1 22 chunks +29 lines, -50 lines 0 comments Download
M src/ia32/codegen-ia32.cc View 1 16 chunks +24 lines, -28 lines 0 comments Download
M src/ia32/deoptimizer-ia32.cc View 1 4 chunks +5 lines, -8 lines 0 comments Download
M src/ia32/disasm-ia32.cc View 1 2 chunks +4 lines, -4 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 1 2 chunks +2 lines, -5 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.h View 1 3 chunks +2 lines, -6 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 1 32 chunks +61 lines, -66 lines 0 comments Download
M src/ia32/lithium-gap-resolver-ia32.cc View 1 5 chunks +10 lines, -10 lines 0 comments Download
M src/ia32/lithium-ia32.h View 1 5 chunks +0 lines, -13 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 1 5 chunks +10 lines, -8 lines 0 comments Download
M src/ia32/macro-assembler-ia32.h View 1 2 chunks +16 lines, -2 lines 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 1 15 chunks +45 lines, -27 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 1 17 chunks +50 lines, -54 lines 0 comments Download
M src/ic.h View 1 12 chunks +56 lines, -19 lines 0 comments Download
M src/ic.cc View 1 19 chunks +205 lines, -252 lines 0 comments Download
M src/isolate.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/json.js View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/lithium.h View 1 3 chunks +1 line, -4 lines 0 comments Download
M src/lithium.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/lithium-codegen.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/lithium-codegen.cc View 1 1 chunk +7 lines, -1 line 0 comments Download
M src/liveedit-debugger.js View 1 6 chunks +13 lines, -13 lines 0 comments Download
M src/log.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/log.cc View 1 2 chunks +4 lines, -3 lines 0 comments Download
M src/macros.py View 1 1 chunk +5 lines, -0 lines 0 comments Download
M src/mark-compact.cc View 1 9 chunks +25 lines, -27 lines 0 comments Download
M src/math.js View 1 7 chunks +24 lines, -41 lines 0 comments Download
M src/messages.js View 1 8 chunks +10 lines, -10 lines 0 comments Download
M src/mips/assembler-mips-inl.h View 1 1 chunk +7 lines, -0 lines 0 comments Download
M src/mips/builtins-mips.cc View 1 1 chunk +43 lines, -0 lines 0 comments Download
M src/mips/code-stubs-mips.cc View 1 6 chunks +18 lines, -33 lines 0 comments Download
M src/mips/codegen-mips.cc View 1 5 chunks +5 lines, -6 lines 0 comments Download
M src/mips/deoptimizer-mips.cc View 1 1 chunk +1 line, -4 lines 0 comments Download
M src/mips/full-codegen-mips.cc View 1 1 chunk +1 line, -6 lines 0 comments Download
M src/mips/lithium-codegen-mips.h View 1 3 chunks +3 lines, -6 lines 0 comments Download
M src/mips/lithium-codegen-mips.cc View 1 12 chunks +38 lines, -48 lines 0 comments Download
M src/mips/lithium-mips.h View 1 3 chunks +0 lines, -11 lines 0 comments Download
M src/mips/lithium-mips.cc View 1 3 chunks +1 line, -3 lines 0 comments Download
M src/mips/macro-assembler-mips.h View 1 2 chunks +19 lines, -5 lines 0 comments Download
M src/mips/macro-assembler-mips.cc View 1 2 chunks +41 lines, -6 lines 0 comments Download
M src/mips/stub-cache-mips.cc View 1 13 chunks +44 lines, -43 lines 0 comments Download
M src/mirror-debugger.js View 1 4 chunks +4 lines, -4 lines 0 comments Download
M src/mksnapshot.cc View 1 1 chunk +0 lines, -43 lines 0 comments Download
A + src/msan.h View 1 1 chunk +17 lines, -16 lines 0 comments Download
M src/object-observe.js View 1 3 chunks +4 lines, -4 lines 0 comments Download
M src/objects.h View 1 27 chunks +200 lines, -58 lines 0 comments Download
M src/objects.cc View 1 47 chunks +467 lines, -290 lines 0 comments Download
M src/objects-debug.cc View 1 2 chunks +8 lines, -0 lines 0 comments Download
M src/objects-inl.h View 1 8 chunks +115 lines, -2 lines 0 comments Download
M src/objects-printer.cc View 1 2 chunks +20 lines, -0 lines 0 comments Download
M src/objects-visiting.h View 1 2 chunks +2 lines, -0 lines 0 comments Download
M src/objects-visiting.cc View 1 1 chunk +3 lines, -0 lines 0 comments Download
M src/objects-visiting-inl.h View 1 2 chunks +18 lines, -0 lines 0 comments Download
M src/optimizing-compiler-thread.h View 1 4 chunks +41 lines, -30 lines 0 comments Download
M src/optimizing-compiler-thread.cc View 1 11 chunks +97 lines, -53 lines 0 comments Download
M src/parser.h View 1 10 chunks +14 lines, -73 lines 0 comments Download
M src/parser.cc View 1 143 chunks +276 lines, -300 lines 0 comments Download
M src/preparser.h View 1 10 chunks +189 lines, -195 lines 0 comments Download
M src/preparser.cc View 1 64 chunks +340 lines, -357 lines 0 comments Download
M src/prettyprinter.cc View 1 4 chunks +28 lines, -28 lines 0 comments Download
M src/profile-generator.h View 1 8 chunks +35 lines, -34 lines 0 comments Download
M src/profile-generator.cc View 1 10 chunks +70 lines, -30 lines 0 comments Download
M src/profile-generator-inl.h View 1 2 chunks +3 lines, -30 lines 0 comments Download
M src/proxy.js View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/regexp.js View 1 4 chunks +4 lines, -4 lines 0 comments Download
M src/rewriter.cc View 1 2 chunks +8 lines, -4 lines 0 comments Download
M src/runtime.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/runtime.cc View 1 15 chunks +110 lines, -60 lines 0 comments Download
M src/runtime.js View 1 2 chunks +4 lines, -4 lines 0 comments Download
M src/scopes.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/serialize.h View 1 4 chunks +9 lines, -5 lines 0 comments Download
M src/serialize.cc View 1 4 chunks +37 lines, -30 lines 0 comments Download
M src/spaces.h View 1 1 chunk +8 lines, -1 line 0 comments Download
M src/spaces.cc View 1 6 chunks +16 lines, -25 lines 0 comments Download
M src/spaces-inl.h View 1 5 chunks +20 lines, -2 lines 0 comments Download
M src/store-buffer-inl.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/string.js View 1 5 chunks +4 lines, -5 lines 0 comments Download
M src/stub-cache.h View 1 11 chunks +97 lines, -212 lines 0 comments Download
M src/stub-cache.cc View 1 21 chunks +67 lines, -399 lines 0 comments Download
M src/type-info.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M src/type-info.cc View 1 3 chunks +20 lines, -6 lines 0 comments Download
M src/typedarray.js View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/types.h View 1 5 chunks +25 lines, -10 lines 0 comments Download
M src/types.cc View 1 3 chunks +17 lines, -4 lines 0 comments Download
M src/typing.cc View 1 5 chunks +27 lines, -12 lines 0 comments Download
M src/v8-counters.h View 1 6 chunks +35 lines, -0 lines 0 comments Download
M src/v8-counters.cc View 1 1 chunk +8 lines, -0 lines 0 comments Download
M src/v8natives.js View 1 20 chunks +34 lines, -33 lines 0 comments Download
M src/version.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/x64/assembler-x64.h View 1 8 chunks +20 lines, -3 lines 0 comments Download
M src/x64/assembler-x64.cc View 1 8 chunks +47 lines, -20 lines 0 comments Download
M src/x64/assembler-x64-inl.h View 1 4 chunks +11 lines, -5 lines 0 comments Download
M src/x64/builtins-x64.cc View 1 2 chunks +39 lines, -3 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 1 5 chunks +14 lines, -30 lines 0 comments Download
M src/x64/codegen-x64.cc View 1 6 chunks +7 lines, -15 lines 0 comments Download
M src/x64/deoptimizer-x64.cc View 1 1 chunk +1 line, -4 lines 0 comments Download
M src/x64/disasm-x64.cc View 1 11 chunks +19 lines, -19 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 1 2 chunks +2 lines, -5 lines 0 comments Download
M src/x64/lithium-codegen-x64.h View 1 3 chunks +2 lines, -6 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 1 21 chunks +74 lines, -57 lines 0 comments Download
M src/x64/lithium-gap-resolver-x64.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M src/x64/lithium-x64.h View 1 5 chunks +0 lines, -13 lines 0 comments Download
M src/x64/lithium-x64.cc View 1 5 chunks +5 lines, -6 lines 0 comments Download
M src/x64/macro-assembler-x64.h View 1 4 chunks +26 lines, -23 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 1 13 chunks +81 lines, -46 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 1 15 chunks +44 lines, -43 lines 0 comments Download
M test/benchmarks/testcfg.py View 1 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/cctest.h View 1 1 chunk +22 lines, -0 lines 0 comments Download
M test/cctest/cctest.gyp View 1 1 chunk +1 line, -0 lines 0 comments Download
M test/cctest/cctest.status View 1 1 chunk +4 lines, -2 lines 0 comments Download
M test/cctest/test-api.cc View 1 7 chunks +232 lines, -246 lines 0 comments Download
M test/cctest/test-assembler-ia32.cc View 1 3 chunks +39 lines, -4 lines 0 comments Download
M test/cctest/test-assembler-x64.cc View 1 8 chunks +195 lines, -36 lines 0 comments Download
M test/cctest/test-ast.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-compiler.cc View 1 1 chunk +4 lines, -2 lines 0 comments Download
A test/cctest/test-constantpool.cc View 1 1 chunk +50 lines, -0 lines 0 comments Download
M test/cctest/test-cpu-profiler.cc View 1 12 chunks +89 lines, -9 lines 0 comments Download
M test/cctest/test-debug.cc View 1 8 chunks +8 lines, -8 lines 0 comments Download
M test/cctest/test-disasm-ia32.cc View 1 2 chunks +3 lines, -2 lines 0 comments Download
M test/cctest/test-disasm-x64.cc View 1 1 chunk +7 lines, -0 lines 0 comments Download
M test/cctest/test-heap.cc View 1 4 chunks +69 lines, -0 lines 0 comments Download
M test/cctest/test-heap-profiler.cc View 1 3 chunks +172 lines, -0 lines 0 comments Download
M test/cctest/test-macro-assembler-x64.cc View 1 2 chunks +3 lines, -6 lines 0 comments Download
M test/cctest/test-object-observe.cc View 1 1 chunk +15 lines, -0 lines 0 comments Download
M test/cctest/test-parsing.cc View 1 4 chunks +12 lines, -16 lines 0 comments Download
M test/cctest/test-types.cc View 1 22 chunks +86 lines, -51 lines 0 comments Download
A test/intl/OWNERS View 1 1 chunk +2 lines, -0 lines 0 comments Download
M test/intl/date-format/parse-MMMdy.js View 1 1 chunk +9 lines, -6 lines 0 comments Download
M test/intl/date-format/parse-mdy.js View 1 1 chunk +17 lines, -15 lines 0 comments Download
M test/intl/date-format/parse-mdyhms.js View 1 1 chunk +14 lines, -8 lines 0 comments Download
A + test/intl/date-format/timezone-name.js View 1 1 chunk +19 lines, -21 lines 0 comments Download
D test/intl/date-format/utils.js View 1 1 chunk +0 lines, -36 lines 0 comments Download
M test/intl/testcfg.py View 1 1 chunk +0 lines, -1 line 0 comments Download
M test/message/paren_in_arg_string.out View 1 1 chunk +2 lines, -2 lines 0 comments Download
M test/mjsunit/allocation-site-info.js View 1 1 chunk +110 lines, -0 lines 0 comments Download
A + test/mjsunit/bitwise-operations-bools.js View 1 1 chunk +54 lines, -66 lines 0 comments Download
A + test/mjsunit/compiler/concurrent-invalidate-transition-map.js View 1 2 chunks +7 lines, -3 lines 0 comments Download
A + test/mjsunit/compiler/concurrent-proto-change.js View 1 2 chunks +7 lines, -5 lines 0 comments Download
M test/mjsunit/compiler/escape-analysis.js View 1 1 chunk +40 lines, -0 lines 0 comments Download
A + test/mjsunit/compiler/escape-analysis-representation.js View 1 1 chunk +39 lines, -36 lines 0 comments Download
A + test/mjsunit/compiler/load-elimination-global.js View 1 3 chunks +100 lines, -10 lines 0 comments Download
A + test/mjsunit/compiler/load-elimination-osr.js View 1 1 chunk +28 lines, -22 lines 0 comments Download
A + test/mjsunit/compiler/manual-concurrent-recompile.js View 1 2 chunks +7 lines, -4 lines 0 comments Download
D test/mjsunit/compiler/parallel-proto-change.js View 1 1 chunk +0 lines, -54 lines 0 comments Download
A + test/mjsunit/concurrent-initial-prototype-change.js View 1 2 chunks +7 lines, -4 lines 0 comments Download
A + test/mjsunit/d8-performance-now.js View 1 1 chunk +28 lines, -19 lines 0 comments Download
A + test/mjsunit/harmony/math-sign.js View 1 1 chunk +21 lines, -28 lines 0 comments Download
A + test/mjsunit/harmony/math-trunc.js View 1 1 chunk +24 lines, -36 lines 0 comments Download
M test/mjsunit/harmony/object-observe.js View 1 1 chunk +14 lines, -0 lines 0 comments Download
D test/mjsunit/manual-parallel-recompile.js View 1 1 chunk +0 lines, -64 lines 0 comments Download
M test/mjsunit/mjsunit.status View 1 3 chunks +8 lines, -1 line 0 comments Download
A test/mjsunit/number-tostring-add.js View 1 1 chunk +89 lines, -0 lines 0 comments Download
A test/mjsunit/number-tostring-func.js View 1 1 chunk +367 lines, -0 lines 0 comments Download
D test/mjsunit/parallel-initial-prototype-change.js View 1 1 chunk +0 lines, -54 lines 0 comments Download
D test/mjsunit/parallel-invalidate-transition-map.js View 1 1 chunk +0 lines, -57 lines 0 comments Download
D test/mjsunit/regress/regress-1713.js View 1 1 chunk +0 lines, -127 lines 0 comments Download
D test/mjsunit/regress/regress-1713b.js View 1 1 chunk +0 lines, -126 lines 0 comments Download
A + test/mjsunit/regress/regress-2931.js View 1 1 chunk +5 lines, -14 lines 0 comments Download
M test/mjsunit/regress/regress-binop.js View 1 1 chunk +13 lines, -0 lines 0 comments Download
A + test/mjsunit/regress/regress-crbug-305309.js View 1 1 chunk +17 lines, -17 lines 0 comments Download
A + test/mjsunit/regress/regress-crbug-306851.js View 1 1 chunk +20 lines, -10 lines 0 comments Download
D test/mjsunit/regress/regress-crbug-84186.js View 1 1 chunk +0 lines, -41 lines 0 comments Download
M test/mjsunit/regress/regress-embedded-cons-string.js View 1 2 chunks +6 lines, -4 lines 0 comments Download
M test/mjsunit/regress/regress-opt-after-debug-deopt.js View 1 2 chunks +7 lines, -1 line 0 comments Download
A + test/mjsunit/regress/regress-parse-use-strict.js View 1 1 chunk +13 lines, -11 lines 0 comments Download
M test/mjsunit/regress/regress-prepare-break-while-recompile.js View 1 2 chunks +8 lines, -3 lines 0 comments Download
M test/mjsunit/unbox-double-arrays.js View 1 1 chunk +0 lines, -2 lines 0 comments Download
M test/preparser/testcfg.py View 1 1 chunk +1 line, -1 line 0 comments Download
M tools/gen-postmortem-metadata.py View 1 3 chunks +12 lines, -0 lines 0 comments Download
M tools/gyp/v8.gyp View 1 3 chunks +6 lines, -0 lines 0 comments Download
M tools/run-tests.py View 1 1 chunk +3 lines, -2 lines 0 comments Download
A tools/sodium/index.html View 1 1 chunk +36 lines, -0 lines 0 comments Download
A tools/sodium/sodium.js View 1 1 chunk +409 lines, -0 lines 0 comments Download
A tools/sodium/styles.css View 1 1 chunk +70 lines, -0 lines 0 comments Download
A tools/test-push-to-trunk.sh View 1 1 chunk +246 lines, -0 lines 0 comments Download
M tools/testrunner/local/statusfile.py View 1 3 chunks +6 lines, -1 line 0 comments Download
M tools/testrunner/local/testsuite.py View 1 1 chunk +4 lines, -2 lines 0 comments Download
M tools/v8heapconst.py View 1 3 chunks +123 lines, -121 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
marja
7 years, 2 months ago (2013-10-24 13:19:34 UTC) #1
Message was sent while issue was closed.
Committed patchset #2 manually as r17378 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698