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

Issue 185653004: Experimental parser: merge to r19637 (Closed)

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

Description

Experimental parser: merge to r19637 BUG= Committed: https://code.google.com/p/v8/source/detail?r=19659

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+89480 lines, -33223 lines) Patch
M .gitignore View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M AUTHORS View 1 2 3 chunks +6 lines, -1 line 0 comments Download
M ChangeLog View 1 2 1 chunk +210 lines, -0 lines 0 comments Download
M LICENSE View 1 2 1 chunk +1 line, -1 line 0 comments Download
M Makefile View 1 2 4 chunks +12 lines, -5 lines 0 comments Download
M Makefile.android View 1 2 3 chunks +38 lines, -22 lines 0 comments Download
M OWNERS View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M build/android.gypi View 1 2 2 chunks +16 lines, -2 lines 0 comments Download
M build/features.gypi View 1 2 2 chunks +6 lines, -0 lines 0 comments Download
M build/standalone.gypi View 1 2 3 chunks +6 lines, -2 lines 0 comments Download
M build/toolchain.gypi View 1 2 3 chunks +9 lines, -2 lines 0 comments Download
M include/v8.h View 1 2 4 chunks +42 lines, -11 lines 0 comments Download
M include/v8-profiler.h View 1 2 1 chunk +5 lines, -1 line 0 comments Download
M include/v8config.h View 1 2 2 chunks +4 lines, -1 line 0 comments Download
A src/a64/OWNERS View 1 2 1 chunk +1 line, -0 lines 0 comments Download
A src/a64/assembler-a64.h View 1 2 1 chunk +2085 lines, -0 lines 0 comments Download
A src/a64/assembler-a64.cc View 1 2 1 chunk +2606 lines, -0 lines 0 comments Download
A src/a64/assembler-a64-inl.h View 1 2 1 chunk +1200 lines, -0 lines 0 comments Download
A src/a64/builtins-a64.cc View 1 2 1 chunk +1479 lines, -0 lines 0 comments Download
A + src/a64/code-stubs-a64.h View 1 2 11 chunks +199 lines, -227 lines 0 comments Download
A src/a64/code-stubs-a64.cc View 1 2 1 chunk +5805 lines, -0 lines 0 comments Download
A + src/a64/codegen-a64.h View 1 2 5 chunks +6 lines, -53 lines 0 comments Download
A src/a64/codegen-a64.cc View 1 2 1 chunk +617 lines, -0 lines 0 comments Download
A src/a64/constants-a64.h View 1 2 1 chunk +1262 lines, -0 lines 0 comments Download
A src/a64/cpu-a64.h View 1 2 1 chunk +107 lines, -0 lines 0 comments Download
A src/a64/cpu-a64.cc View 1 2 1 chunk +199 lines, -0 lines 0 comments Download
A src/a64/debug-a64.cc View 1 2 1 chunk +394 lines, -0 lines 0 comments Download
A + src/a64/debugger-a64.h View 1 2 1 chunk +16 lines, -15 lines 0 comments Download
A src/a64/debugger-a64.cc View 1 2 1 chunk +111 lines, -0 lines 0 comments Download
A src/a64/decoder-a64.h View 1 2 1 chunk +210 lines, -0 lines 0 comments Download
A src/a64/decoder-a64.cc View 1 2 1 chunk +109 lines, -0 lines 0 comments Download
A src/a64/decoder-a64-inl.h View 1 2 1 chunk +671 lines, -0 lines 0 comments Download
A src/a64/deoptimizer-a64.cc View 1 2 1 chunk +381 lines, -0 lines 0 comments Download
A src/a64/disasm-a64.h View 1 2 1 chunk +115 lines, -0 lines 0 comments Download
A src/a64/disasm-a64.cc View 1 2 1 chunk +1855 lines, -0 lines 0 comments Download
A + src/a64/frames-a64.h View 1 2 5 chunks +39 lines, -47 lines 0 comments Download
A + src/a64/frames-a64.cc View 1 2 4 chunks +5 lines, -13 lines 0 comments Download
A + src/a64/full-codegen-a64.cc View 1 2 146 chunks +1927 lines, -1855 lines 0 comments Download
A src/a64/ic-a64.cc View 1 2 1 chunk +1413 lines, -0 lines 0 comments Download
A src/a64/instructions-a64.h View 1 2 1 chunk +516 lines, -0 lines 0 comments Download
src/a64/instructions-a64.cc View 1 2 1 chunk +334 lines, -0 lines 0 comments Download
A src/a64/instructions-a64.cc View 1 2 1 chunk +334 lines, -0 lines 0 comments Download
A + src/a64/instrument-a64.h View 1 2 1 chunk +60 lines, -27 lines 0 comments Download
A src/a64/instrument-a64.cc View 1 2 1 chunk +618 lines, -0 lines 0 comments Download
A + src/a64/lithium-a64.h View 1 2 39 chunks +1365 lines, -1222 lines 0 comments Download
A + src/a64/lithium-a64.cc View 1 2 23 chunks +1594 lines, -1687 lines 0 comments Download
A + src/a64/lithium-codegen-a64.h View 1 2 16 chunks +208 lines, -203 lines 0 comments Download
A src/a64/lithium-codegen-a64.cc View 1 2 1 chunk +5682 lines, -0 lines 0 comments Download
A + src/a64/lithium-gap-resolver-a64.h View 1 2 5 chunks +12 lines, -5 lines 0 comments Download
A + src/a64/lithium-gap-resolver-a64.cc View 1 2 7 chunks +109 lines, -101 lines 0 comments Download
A src/a64/macro-assembler-a64.h View 1 2 1 chunk +2327 lines, -0 lines 0 comments Download
A src/a64/macro-assembler-a64.cc View 1 2 1 chunk +5073 lines, -0 lines 0 comments Download
A src/a64/macro-assembler-a64-inl.h View 1 2 1 chunk +1648 lines, -0 lines 0 comments Download
A + src/a64/regexp-macro-assembler-a64.h View 1 2 8 chunks +120 lines, -46 lines 0 comments Download
A src/a64/regexp-macro-assembler-a64.cc View 1 2 1 chunk +1728 lines, -0 lines 0 comments Download
A src/a64/simulator-a64.h View 1 2 1 chunk +881 lines, -0 lines 0 comments Download
A src/a64/simulator-a64.cc View 1 2 1 chunk +3438 lines, -0 lines 0 comments Download
A src/a64/stub-cache-a64.cc View 1 2 1 chunk +1547 lines, -0 lines 0 comments Download
A src/a64/utils-a64.h View 1 2 1 chunk +109 lines, -0 lines 0 comments Download
A src/a64/utils-a64.cc View 1 2 1 chunk +112 lines, -0 lines 0 comments Download
M src/accessors.h View 1 2 1 chunk +4 lines, -3 lines 0 comments Download
M src/accessors.cc View 1 2 3 chunks +38 lines, -19 lines 0 comments Download
M src/allocation-tracker.cc View 1 2 3 chunks +7 lines, -0 lines 0 comments Download
M src/api.h View 1 2 2 chunks +5 lines, -13 lines 0 comments Download
M src/api.cc View 1 2 26 chunks +136 lines, -175 lines 0 comments Download
A src/arm/OWNERS View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M src/arm/code-stubs-arm.h View 1 2 3 chunks +0 lines, -55 lines 0 comments Download
M src/arm/code-stubs-arm.cc View 1 2 24 chunks +565 lines, -836 lines 0 comments Download
M src/arm/codegen-arm.h View 1 2 1 chunk +0 lines, -41 lines 0 comments Download
M src/arm/codegen-arm.cc View 1 2 1 chunk +9 lines, -6 lines 0 comments Download
M src/arm/debug-arm.cc View 1 2 2 chunks +6 lines, -4 lines 0 comments Download
M src/arm/deoptimizer-arm.cc View 1 2 1 chunk +25 lines, -2 lines 0 comments Download
M src/arm/full-codegen-arm.cc View 1 2 40 chunks +210 lines, -204 lines 0 comments Download
M src/arm/ic-arm.cc View 1 2 6 chunks +5 lines, -344 lines 0 comments Download
M src/arm/lithium-arm.h View 1 2 18 chunks +17 lines, -102 lines 0 comments Download
M src/arm/lithium-arm.cc View 1 2 14 chunks +32 lines, -89 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 1 2 32 chunks +131 lines, -209 lines 0 comments Download
M src/arm/macro-assembler-arm.h View 1 2 2 chunks +1 line, -10 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 1 2 12 chunks +39 lines, -82 lines 0 comments Download
M src/arm/simulator-arm.h View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M src/arm/simulator-arm.cc View 1 2 5 chunks +14 lines, -4 lines 0 comments Download
M src/arm/stub-cache-arm.cc View 1 2 18 chunks +103 lines, -1009 lines 0 comments Download
M src/array.js View 1 2 19 chunks +19 lines, -76 lines 0 comments Download
M src/assembler.h View 1 2 1 chunk +0 lines, -26 lines 0 comments Download
M src/assembler.cc View 1 2 4 chunks +6 lines, -1 line 0 comments Download
M src/ast.h View 1 2 109 chunks +318 lines, -271 lines 0 comments Download
M src/ast.cc View 1 2 13 chunks +49 lines, -153 lines 0 comments Download
M src/atomicops.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
A src/atomicops_internals_a64_gcc.h View 1 2 1 chunk +416 lines, -0 lines 0 comments Download
M src/bootstrapper.cc View 1 2 6 chunks +43 lines, -28 lines 0 comments Download
M src/builtins.cc View 1 2 4 chunks +8 lines, -6 lines 0 comments Download
M src/char-predicates.h View 1 2 1 chunk +21 lines, -0 lines 0 comments Download
M src/checks.h View 1 2 2 chunks +18 lines, -0 lines 0 comments Download
M src/code-stubs.h View 1 2 31 chunks +145 lines, -133 lines 0 comments Download
M src/code-stubs.cc View 1 2 9 chunks +45 lines, -53 lines 0 comments Download
M src/code-stubs-hydrogen.cc View 1 2 32 chunks +163 lines, -90 lines 0 comments Download
M src/codegen.h View 1 2 2 chunks +30 lines, -0 lines 0 comments Download
M src/codegen.cc View 1 2 2 chunks +4 lines, -2 lines 0 comments Download
M src/collection.js View 1 2 8 chunks +23 lines, -27 lines 0 comments Download
M src/compiler.h View 1 2 4 chunks +7 lines, -4 lines 0 comments Download
M src/compiler.cc View 1 2 11 chunks +27 lines, -10 lines 0 comments Download
M src/contexts.h View 1 2 5 chunks +13 lines, -8 lines 0 comments Download
M src/conversions-inl.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/cpu.cc View 1 2 3 chunks +4 lines, -4 lines 0 comments Download
M src/d8.cc View 1 2 7 chunks +33 lines, -33 lines 0 comments Download
M src/dateparser.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/debug.cc View 1 2 6 chunks +39 lines, -58 lines 0 comments Download
M src/debug-agent.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M src/debug-agent.cc View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M src/deoptimizer.h View 1 2 4 chunks +100 lines, -47 lines 0 comments Download
M src/deoptimizer.cc View 1 2 18 chunks +401 lines, -65 lines 0 comments Download
M src/disassembler.cc View 1 2 1 chunk +0 lines, -3 lines 0 comments Download
M src/effects.h View 1 2 6 chunks +13 lines, -15 lines 0 comments Download
M src/elements.cc View 1 2 10 chunks +87 lines, -284 lines 0 comments Download
M src/elements-kind.h View 1 2 3 chunks +13 lines, -13 lines 0 comments Download
M src/elements-kind.cc View 1 2 1 chunk +9 lines, -9 lines 0 comments Download
M src/execution.h View 1 2 4 chunks +5 lines, -4 lines 0 comments Download
M src/execution.cc View 1 2 3 chunks +21 lines, -7 lines 0 comments Download
M src/extensions/gc-extension.cc View 1 2 1 chunk +3 lines, -8 lines 0 comments Download
M src/factory.h View 1 2 2 chunks +0 lines, -4 lines 0 comments Download
M src/factory.cc View 1 2 5 chunks +8 lines, -34 lines 0 comments Download
A src/feedback-slots.h View 1 2 1 chunk +110 lines, -0 lines 0 comments Download
M src/flag-definitions.h View 1 2 13 chunks +44 lines, -18 lines 0 comments Download
M src/frames.h View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
src/frames.cc View 1 2 1 chunk +0 lines, -5 lines 0 comments Download
M src/frames.cc View 1 2 1 chunk +0 lines, -5 lines 0 comments Download
M src/frames-inl.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M src/full-codegen.h View 1 2 11 chunks +23 lines, -25 lines 0 comments Download
M src/full-codegen.cc View 1 2 9 chunks +22 lines, -40 lines 0 comments Download
M src/gdb-jit.h View 1 2 1 chunk +0 lines, -6 lines 0 comments Download
M src/global-handles.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/globals.h View 1 2 8 chunks +23 lines, -3 lines 0 comments Download
M src/harmony-array.js View 1 2 2 chunks +2 lines, -8 lines 0 comments Download
M src/harmony-math.js View 1 2 4 chunks +49 lines, -6 lines 0 comments Download
M src/harmony-string.js View 1 2 5 chunks +19 lines, -19 lines 0 comments Download
M src/heap.h View 1 2 21 chunks +129 lines, -55 lines 0 comments Download
M src/heap.cc View 1 2 50 chunks +199 lines, -193 lines 0 comments Download
M src/heap-inl.h View 1 2 5 chunks +34 lines, -23 lines 0 comments Download
M src/heap-snapshot-generator.h View 1 2 8 chunks +16 lines, -8 lines 0 comments Download
M src/heap-snapshot-generator.cc View 1 2 30 chunks +181 lines, -70 lines 0 comments Download
M src/hydrogen.h View 1 2 37 chunks +234 lines, -137 lines 0 comments Download
M src/hydrogen.cc View 1 2 177 chunks +1552 lines, -1260 lines 0 comments Download
M src/hydrogen-bce.cc View 1 2 8 chunks +70 lines, -93 lines 0 comments Download
M src/hydrogen-check-elimination.cc View 1 2 12 chunks +224 lines, -61 lines 0 comments Download
M src/hydrogen-flow-engine.h View 1 2 3 chunks +21 lines, -21 lines 0 comments Download
M src/hydrogen-gvn.h View 1 2 3 chunks +69 lines, -19 lines 0 comments Download
M src/hydrogen-gvn.cc View 1 2 24 chunks +280 lines, -257 lines 0 comments Download
M src/hydrogen-instructions.h View 1 2 98 chunks +366 lines, -444 lines 0 comments Download
M src/hydrogen-instructions.cc View 1 2 33 chunks +220 lines, -140 lines 0 comments Download
M src/hydrogen-load-elimination.cc View 1 2 12 chunks +76 lines, -45 lines 0 comments Download
M src/hydrogen-representation-changes.cc View 1 2 1 chunk +3 lines, -2 lines 0 comments Download
M src/hydrogen-uint32-analysis.cc View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
src/hydrogen-uint32-analysis.cc View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M src/i18n.js View 1 2 2 chunks +39 lines, -0 lines 0 comments Download
M src/ia32/assembler-ia32.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M src/ia32/assembler-ia32.cc View 1 2 1 chunk +8 lines, -0 lines 0 comments Download
M src/ia32/code-stubs-ia32.h View 1 2 3 chunks +0 lines, -53 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 1 2 22 chunks +549 lines, -813 lines 0 comments Download
M src/ia32/codegen-ia32.h View 1 2 1 chunk +0 lines, -37 lines 0 comments Download
M src/ia32/debug-ia32.cc View 1 2 2 chunks +8 lines, -4 lines 0 comments Download
M src/ia32/deoptimizer-ia32.cc View 1 2 3 chunks +26 lines, -3 lines 0 comments Download
M src/ia32/disasm-ia32.cc View 1 2 3 chunks +20 lines, -15 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 1 2 39 chunks +205 lines, -194 lines 0 comments Download
M src/ia32/ic-ia32.cc View 1 2 6 chunks +7 lines, -377 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 1 2 30 chunks +124 lines, -205 lines 0 comments Download
M src/ia32/lithium-ia32.h View 1 2 16 chunks +18 lines, -104 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 1 2 15 chunks +24 lines, -81 lines 0 comments Download
M src/ia32/macro-assembler-ia32.h View 1 2 3 chunks +9 lines, -9 lines 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 1 2 10 chunks +20 lines, -58 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 1 2 18 chunks +97 lines, -1090 lines 0 comments Download
M src/ic.h View 1 2 16 chunks +41 lines, -156 lines 0 comments Download
M src/ic.cc View 1 2 36 chunks +102 lines, -458 lines 0 comments Download
M src/ic-inl.h View 1 2 3 chunks +12 lines, -12 lines 0 comments Download
M src/incremental-marking.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/incremental-marking.cc View 1 2 1 chunk +4 lines, -6 lines 0 comments Download
M src/interface.cc View 1 2 1 chunk +4 lines, -3 lines 0 comments Download
M src/isolate.h View 1 2 25 chunks +76 lines, -104 lines 0 comments Download
M src/isolate.cc View 1 2 18 chunks +40 lines, -54 lines 0 comments Download
M src/json.js View 1 2 1 chunk +15 lines, -0 lines 0 comments Download
src/json.js View 1 2 1 chunk +15 lines, -0 lines 0 comments Download
M src/jsregexp.cc View 1 2 3 chunks +13 lines, -3 lines 0 comments Download
D src/lexer/experimental-scanner.h View 1 2 1 chunk +0 lines, -648 lines 0 comments Download
D src/lexer/experimental-scanner.cc View 1 2 1 chunk +0 lines, -249 lines 0 comments Download
A + src/lexer/lexer.h View 1 2 10 chunks +213 lines, -346 lines 0 comments Download
A src/lexer/lexer.cc View 1 2 1 chunk +678 lines, -0 lines 0 comments Download
M src/lexer/lexer.gyp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/lexer/lexer-shell.cc View 1 2 7 chunks +7 lines, -84 lines 0 comments Download
M src/libplatform/default-platform.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M src/list.h View 1 2 2 chunks +6 lines, -2 lines 0 comments Download
M src/list-inl.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M src/lithium.cc View 1 2 2 chunks +11 lines, -8 lines 0 comments Download
M src/lithium-allocator.cc View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M src/lithium-allocator-inl.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M src/lithium-codegen.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/lithium-codegen.cc View 1 2 4 chunks +10 lines, -8 lines 0 comments Download
M src/log.h View 1 2 2 chunks +0 lines, -2 lines 0 comments Download
M src/log.cc View 1 2 1 chunk +0 lines, -8 lines 0 comments Download
M src/macro-assembler.h View 1 2 1 chunk +8 lines, -0 lines 0 comments Download
M src/macros.py View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M src/mark-compact.h View 1 2 6 chunks +18 lines, -5 lines 0 comments Download
M src/mark-compact.cc View 1 2 24 chunks +150 lines, -42 lines 0 comments Download
M src/messages.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M src/messages.cc View 1 2 3 chunks +0 lines, -6 lines 0 comments Download
M src/messages.js View 1 2 6 chunks +11 lines, -20 lines 0 comments Download
M src/mips/assembler-mips.cc View 1 2 1 chunk +3 lines, -2 lines 0 comments Download
M src/mips/builtins-mips.cc View 1 2 3 chunks +4 lines, -8 lines 0 comments Download
M src/mips/code-stubs-mips.h View 1 2 3 chunks +0 lines, -55 lines 0 comments Download
M src/mips/code-stubs-mips.cc View 1 2 27 chunks +567 lines, -827 lines 0 comments Download
M src/mips/codegen-mips.h View 1 2 1 chunk +0 lines, -41 lines 0 comments Download
M src/mips/codegen-mips.cc View 1 2 2 chunks +11 lines, -7 lines 0 comments Download
M src/mips/debug-mips.cc View 1 2 2 chunks +6 lines, -4 lines 0 comments Download
M src/mips/deoptimizer-mips.cc View 1 2 3 chunks +29 lines, -6 lines 0 comments Download
M src/mips/full-codegen-mips.cc View 1 2 47 chunks +216 lines, -216 lines 0 comments Download
M src/mips/ic-mips.cc View 1 2 8 chunks +8 lines, -339 lines 0 comments Download
M src/mips/lithium-codegen-mips.cc View 1 2 33 chunks +98 lines, -167 lines 0 comments Download
M src/mips/lithium-mips.h View 1 2 17 chunks +15 lines, -102 lines 0 comments Download
M src/mips/lithium-mips.cc View 1 2 13 chunks +18 lines, -71 lines 0 comments Download
M src/mips/macro-assembler-mips.h View 1 2 4 chunks +2 lines, -18 lines 0 comments Download
M src/mips/macro-assembler-mips.cc View 1 2 14 chunks +61 lines, -98 lines 0 comments Download
M src/mips/simulator-mips.h View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M src/mips/simulator-mips.cc View 1 2 6 chunks +19 lines, -5 lines 0 comments Download
M src/mips/stub-cache-mips.cc View 1 2 20 chunks +111 lines, -1011 lines 0 comments Download
M src/mksnapshot.cc View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M src/object-observe.js View 1 2 2 chunks +4 lines, -3 lines 0 comments Download
M src/objects.h View 1 2 65 chunks +260 lines, -238 lines 0 comments Download
M src/objects.cc View 1 2 56 chunks +288 lines, -429 lines 0 comments Download
M src/objects-debug.cc View 1 2 7 chunks +30 lines, -120 lines 0 comments Download
M src/objects-inl.h View 1 2 37 chunks +158 lines, -213 lines 0 comments Download
M src/objects-printer.cc View 1 2 6 chunks +61 lines, -116 lines 0 comments Download
M src/objects-visiting.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/objects-visiting.cc View 1 2 1 chunk +5 lines, -9 lines 0 comments Download
M src/objects-visiting-inl.h View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M src/parser.h View 1 2 13 chunks +119 lines, -140 lines 0 comments Download
M src/parser.cc View 1 2 120 chunks +536 lines, -869 lines 0 comments Download
M src/platform.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M src/platform-cygwin.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M src/platform-freebsd.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M src/platform-linux.cc View 1 2 2 chunks +4 lines, -3 lines 0 comments Download
M src/platform-macos.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M src/platform-openbsd.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M src/platform-posix.cc View 1 2 3 chunks +8 lines, -6 lines 0 comments Download
M src/platform-solaris.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M src/platform-win32.cc View 1 2 2 chunks +5 lines, -6 lines 0 comments Download
M src/preparse-data.h View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M src/preparse-data.cc View 1 2 1 chunk +15 lines, -5 lines 0 comments Download
M src/preparse-data-format.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/preparser.h View 1 2 14 chunks +918 lines, -349 lines 0 comments Download
M src/preparser.cc View 1 2 37 chunks +298 lines, -561 lines 0 comments Download
M src/prettyprinter.h View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M src/prettyprinter.cc View 1 2 3 chunks +5 lines, -5 lines 0 comments Download
M src/promise.js View 1 2 1 chunk +18 lines, -26 lines 0 comments Download
M src/property.h View 1 2 10 chunks +54 lines, -72 lines 0 comments Download
M src/property.cc View 1 2 2 chunks +3 lines, -2 lines 0 comments Download
M src/property-details.h View 1 2 6 chunks +12 lines, -12 lines 0 comments Download
M src/regexp-macro-assembler.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M src/regexp-macro-assembler-tracer.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M src/rewriter.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M src/runtime.h View 1 2 9 chunks +28 lines, -17 lines 0 comments Download
M src/runtime.cc View 1 2 34 chunks +267 lines, -200 lines 0 comments Download
M src/runtime.js View 1 2 6 chunks +7 lines, -7 lines 0 comments Download
M src/sampler.cc View 1 2 5 chunks +39 lines, -2 lines 0 comments Download
M src/scanner.h View 1 2 6 chunks +33 lines, -1 line 0 comments Download
M src/scanner.cc View 1 2 5 chunks +15 lines, -8 lines 0 comments Download
M src/scanner-character-streams.h View 1 2 2 chunks +55 lines, -0 lines 0 comments Download
M src/scanner-character-streams.cc View 1 2 2 chunks +7 lines, -0 lines 0 comments Download
M src/scopes.cc View 1 2 2 chunks +2 lines, -3 lines 0 comments Download
M src/serialize.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M src/serialize.cc View 1 2 3 chunks +2 lines, -2 lines 0 comments Download
M src/simulator.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M src/spaces.h View 1 2 23 chunks +87 lines, -32 lines 0 comments Download
M src/spaces.cc View 1 2 15 chunks +58 lines, -37 lines 0 comments Download
M src/spaces-inl.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/string.js View 1 2 16 chunks +63 lines, -80 lines 0 comments Download
M src/stub-cache.h View 1 2 19 chunks +48 lines, -242 lines 0 comments Download
M src/stub-cache.cc View 1 2 29 chunks +114 lines, -661 lines 0 comments Download
M src/sweeper-thread.h View 1 2 2 chunks +0 lines, -5 lines 0 comments Download
M src/sweeper-thread.cc View 1 2 2 chunks +4 lines, -22 lines 0 comments Download
M src/symbol.js View 1 2 2 chunks +13 lines, -20 lines 0 comments Download
M src/transitions-inl.h View 1 2 1 chunk +1 line, -3 lines 0 comments Download
M src/type-info.h View 1 2 4 chunks +18 lines, -25 lines 0 comments Download
M src/type-info.cc View 1 2 17 chunks +63 lines, -139 lines 0 comments Download
M src/typedarray.js View 1 2 3 chunks +6 lines, -2 lines 0 comments Download
M src/types.h View 1 2 10 chunks +190 lines, -23 lines 0 comments Download
M src/types.cc View 1 2 15 chunks +84 lines, -48 lines 0 comments Download
M src/typing.h View 1 2 1 chunk +3 lines, -4 lines 0 comments Download
M src/typing.cc View 1 2 24 chunks +46 lines, -44 lines 0 comments Download
src/typing.cc View 1 2 24 chunks +46 lines, -44 lines 0 comments Download
M src/unicode.h View 1 2 4 chunks +13 lines, -5 lines 0 comments Download
M src/unicode.cc View 1 2 4 chunks +8 lines, -32 lines 0 comments Download
M src/unicode-inl.h View 1 2 2 chunks +15 lines, -5 lines 0 comments Download
M src/utils.h View 1 2 3 chunks +86 lines, -0 lines 0 comments Download
M src/v8.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M src/v8.cc View 1 2 3 chunks +21 lines, -3 lines 0 comments Download
M src/v8globals.h View 1 2 1 chunk +5 lines, -10 lines 0 comments Download
M src/v8natives.js View 1 2 8 chunks +49 lines, -24 lines 0 comments Download
M src/version.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M src/vm-state-inl.h View 1 2 1 chunk +1 line, -2 lines 0 comments Download
M src/x64/assembler-x64.h View 1 2 8 chunks +18 lines, -29 lines 0 comments Download
M src/x64/assembler-x64.cc View 1 2 2 chunks +10 lines, -1 line 0 comments Download
M src/x64/builtins-x64.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/x64/code-stubs-x64.h View 1 2 3 chunks +0 lines, -48 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 1 2 30 chunks +590 lines, -789 lines 0 comments Download
M src/x64/codegen-x64.h View 1 2 1 chunk +0 lines, -36 lines 0 comments Download
M src/x64/codegen-x64.cc View 1 2 3 chunks +9 lines, -9 lines 0 comments Download
M src/x64/debug-x64.cc View 1 2 3 chunks +9 lines, -5 lines 0 comments Download
M src/x64/deoptimizer-x64.cc View 1 2 5 chunks +30 lines, -4 lines 0 comments Download
M src/x64/disasm-x64.cc View 1 2 5 chunks +13 lines, -1 line 0 comments Download
M src/x64/full-codegen-x64.cc View 1 2 40 chunks +201 lines, -194 lines 0 comments Download
M src/x64/ic-x64.cc View 1 2 5 chunks +4 lines, -374 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 1 2 35 chunks +162 lines, -209 lines 0 comments Download
M src/x64/lithium-gap-resolver-x64.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/x64/lithium-x64.h View 1 2 17 chunks +16 lines, -102 lines 0 comments Download
M src/x64/lithium-x64.cc View 1 2 15 chunks +23 lines, -80 lines 0 comments Download
M src/x64/macro-assembler-x64.h View 1 2 6 chunks +6 lines, -14 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 1 2 21 chunks +65 lines, -74 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 1 2 17 chunks +97 lines, -1114 lines 0 comments Download
A + src/zone-allocator.h View 1 2 1 chunk +52 lines, -18 lines 0 comments Download
A + src/zone-containers.h View 1 2 2 chunks +12 lines, -14 lines 0 comments Download
M test/benchmarks/benchmarks.status View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
A test/cctest/OWNERS View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M test/cctest/cctest.h View 1 2 2 chunks +16 lines, -0 lines 0 comments Download
M test/cctest/cctest.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M test/cctest/cctest.gyp View 1 2 2 chunks +16 lines, -0 lines 0 comments Download
M test/cctest/cctest.status View 1 2 3 chunks +57 lines, -0 lines 0 comments Download
M test/cctest/test-accessors.cc View 1 2 3 chunks +40 lines, -8 lines 0 comments Download
M test/cctest/test-alloc.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M test/cctest/test-api.cc View 1 2 61 chunks +636 lines, -279 lines 0 comments Download
A test/cctest/test-assembler-a64.cc View 1 2 1 chunk +10025 lines, -0 lines 0 comments Download
M test/cctest/test-assembler-mips.cc View 1 2 3 chunks +14 lines, -22 lines 0 comments Download
M test/cctest/test-assembler-x64.cc View 1 2 2 chunks +5 lines, -5 lines 0 comments Download
M test/cctest/test-ast.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-code-stubs.cc View 1 2 3 chunks +31 lines, -2 lines 0 comments Download
A + test/cctest/test-code-stubs-a64.cc View 1 2 5 chunks +41 lines, -36 lines 0 comments Download
A + test/cctest/test-code-stubs-mips.cc View 1 2 5 chunks +35 lines, -31 lines 0 comments Download
M test/cctest/test-compiler.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M test/cctest/test-debug.cc View 1 2 3 chunks +54 lines, -24 lines 0 comments Download
M test/cctest/test-deoptimization.cc View 1 2 2 chunks +0 lines, -2 lines 0 comments Download
A test/cctest/test-disasm-a64.cc View 1 2 1 chunk +1763 lines, -0 lines 0 comments Download
M test/cctest/test-disasm-ia32.cc View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M test/cctest/test-disasm-x64.cc View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
A test/cctest/test-fuzz-a64.cc View 1 2 1 chunk +71 lines, -0 lines 0 comments Download
M test/cctest/test-global-handles.cc View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
test/cctest/test-hashing.cc View 1 2 6 chunks +38 lines, -4 lines 0 comments Download
M test/cctest/test-hashing.cc View 1 2 6 chunks +38 lines, -4 lines 0 comments Download
M test/cctest/test-heap.cc View 1 2 17 chunks +31 lines, -85 lines 0 comments Download
M test/cctest/test-heap-profiler.cc View 1 2 8 chunks +171 lines, -13 lines 0 comments Download
A test/cctest/test-javascript-a64.cc View 1 2 1 chunk +266 lines, -0 lines 0 comments Download
A test/cctest/test-js-a64-variables.cc View 1 2 1 chunk +143 lines, -0 lines 0 comments Download
M test/cctest/test-log.cc View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
M test/cctest/test-macro-assembler-mips.cc View 1 2 1 chunk +42 lines, -0 lines 0 comments Download
M test/cctest/test-macro-assembler-x64.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-mark-compact.cc View 1 2 3 chunks +3 lines, -2 lines 0 comments Download
A + test/cctest/test-mementos.cc View 1 2 2 chunks +46 lines, -27 lines 0 comments Download
A test/cctest/test-microtask-delivery.cc View 1 2 1 chunk +137 lines, -0 lines 0 comments Download
M test/cctest/test-parsing.cc View 1 2 17 chunks +900 lines, -34 lines 0 comments Download
M test/cctest/test-platform.cc View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M test/cctest/test-profile-generator.cc View 1 2 1 chunk +15 lines, -15 lines 0 comments Download
M test/cctest/test-regexp.cc View 1 2 5 chunks +15 lines, -21 lines 0 comments Download
M test/cctest/test-spaces.cc View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M test/cctest/test-strings.cc View 1 2 14 chunks +29 lines, -42 lines 0 comments Download
M test/cctest/test-symbols.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-threads.cc View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M test/cctest/test-types.cc View 1 2 1 chunk +786 lines, -643 lines 0 comments Download
A test/cctest/test-utils-a64.h View 1 2 1 chunk +233 lines, -0 lines 0 comments Download
A test/cctest/test-utils-a64.cc View 1 2 1 chunk +426 lines, -0 lines 0 comments Download
M test/intl/intl.status View 1 2 1 chunk +2 lines, -1 line 0 comments Download
A test/intl/string/normalization.js View 1 2 1 chunk +145 lines, -0 lines 0 comments Download
M test/message/message.status View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M test/message/testcfg.py View 1 2 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/allocation-folding.js View 1 2 1 chunk +1 line, -2 lines 0 comments Download
M test/mjsunit/allocation-site-info.js View 1 2 1 chunk +0 lines, -5 lines 0 comments Download
M test/mjsunit/array-constructor-feedback.js View 1 2 1 chunk +0 lines, -5 lines 0 comments Download
M test/mjsunit/array-feedback.js View 1 2 1 chunk +0 lines, -5 lines 0 comments Download
M test/mjsunit/array-literal-feedback.js View 1 2 1 chunk +0 lines, -5 lines 0 comments Download
M test/mjsunit/array-pop.js View 1 2 2 chunks +17 lines, -0 lines 0 comments Download
M test/mjsunit/array-push.js View 1 2 2 chunks +33 lines, -0 lines 0 comments Download
A + test/mjsunit/compiler/alloc-number-debug.js View 1 2 2 chunks +8 lines, -3 lines 0 comments Download
A + test/mjsunit/compiler/compare-map-elim.js View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/compiler/compare-map-elim2.js View 1 2 1 chunk +88 lines, -43 lines 0 comments Download
A + test/mjsunit/compiler/compare-objeq-elim.js View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
D test/mjsunit/compiler/compare_map_elim.js View 1 2 1 chunk +0 lines, -51 lines 0 comments Download
D test/mjsunit/compiler/compare_objeq_elim.js View 1 2 1 chunk +0 lines, -85 lines 0 comments Download
A test/mjsunit/compiler/escape-analysis-arguments.js View 1 2 1 chunk +187 lines, -0 lines 0 comments Download
M test/mjsunit/compiler/load-elimination.js View 1 2 3 chunks +31 lines, -0 lines 0 comments Download
M test/mjsunit/compiler/regress-arguments.js View 1 2 3 chunks +15 lines, -3 lines 0 comments Download
M test/mjsunit/compiler/regress-rep-change.js View 1 2 2 chunks +6 lines, -1 line 0 comments Download
test/mjsunit/compiler/regress-rep-change.js View 1 2 2 chunks +6 lines, -1 line 0 comments Download
A + test/mjsunit/compiler/smi-stores-opt.js View 1 2 2 chunks +15 lines, -9 lines 0 comments Download
A + test/mjsunit/compiler/to-fast-properties.js View 1 2 1 chunk +13 lines, -14 lines 0 comments Download
M test/mjsunit/d8-performance-now.js View 1 2 1 chunk +0 lines, -5 lines 0 comments Download
A test/mjsunit/deopt-with-fp-regs.js View 1 2 1 chunk +90 lines, -0 lines 0 comments Download
M test/mjsunit/div-mod.js View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M test/mjsunit/elements-kind.js View 1 2 2 chunks +10 lines, -11 lines 0 comments Download
M test/mjsunit/error-tostring-omit.js View 1 2 1 chunk +4 lines, -2 lines 0 comments Download
M test/mjsunit/fast-prototype.js View 1 2 1 chunk +0 lines, -5 lines 0 comments Download
A + test/mjsunit/function-arguments-duplicate.js View 1 2 2 chunks +7 lines, -10 lines 0 comments Download
M test/mjsunit/fuzz-natives-part1.js View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M test/mjsunit/fuzz-natives-part2.js View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M test/mjsunit/fuzz-natives-part3.js View 1 2 2 chunks +2 lines, -1 line 0 comments Download
M test/mjsunit/fuzz-natives-part4.js View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M test/mjsunit/getters-on-elements.js View 1 2 1 chunk +7 lines, -0 lines 0 comments Download
M test/mjsunit/harmony/collections.js View 1 2 1 chunk +22 lines, -0 lines 0 comments Download
A test/mjsunit/harmony/math-cbrt.js View 1 2 1 chunk +27 lines, -0 lines 0 comments Download
A test/mjsunit/harmony/math-clz32.js View 1 2 1 chunk +36 lines, -0 lines 0 comments Download
A test/mjsunit/harmony/math-expm1.js View 1 2 1 chunk +38 lines, -0 lines 0 comments Download
test/mjsunit/harmony/math-fround.js View 1 2 1 chunk +99 lines, -0 lines 0 comments Download
A test/mjsunit/harmony/math-fround.js View 1 2 1 chunk +99 lines, -0 lines 0 comments Download
M test/mjsunit/harmony/math-hyperbolic.js View 1 2 2 chunks +7 lines, -1 line 0 comments Download
A test/mjsunit/harmony/math-log1p.js View 1 2 1 chunk +41 lines, -0 lines 0 comments Download
A test/mjsunit/harmony/microtask-delivery.js View 1 2 1 chunk +168 lines, -0 lines 0 comments Download
M test/mjsunit/harmony/private.js View 1 2 6 chunks +26 lines, -20 lines 0 comments Download
M test/mjsunit/harmony/proxies.js View 1 2 1 chunk +5 lines, -1 line 0 comments Download
A + test/mjsunit/harmony/regress/regress-173361.js View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/harmony/regress/regress-2034.js View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/harmony/regress/regress-2156.js View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/harmony/regress/regress-2186.js View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/harmony/regress/regress-2219.js View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/harmony/regress/regress-2225.js View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/harmony/regress/regress-2243.js View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/harmony/regress/regress-2322.js View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/harmony/regress/regress-2681.js View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/harmony/regress/regress-2691.js View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/harmony/regress/regress-2829.js View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A test/mjsunit/harmony/regress/regress-343928.js View 1 2 1 chunk +22 lines, -0 lines 0 comments Download
A + test/mjsunit/harmony/regress/regress-crbug-248025.js View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A test/mjsunit/harmony/regress/regress-crbug-346141.js View 1 2 1 chunk +11 lines, -0 lines 0 comments Download
A + test/mjsunit/harmony/regress/regress-crbug-347528.js View 1 2 2 chunks +9 lines, -4 lines 0 comments Download
A test/mjsunit/harmony/regress/regress-lookup-transition.js View 1 2 1 chunk +14 lines, -0 lines 0 comments Download
A + test/mjsunit/harmony/regress/regress-observe-empty-double-array.js View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A test/mjsunit/harmony/set-prototype-of.js View 1 2 1 chunk +170 lines, -0 lines 0 comments Download
M test/mjsunit/harmony/string-endswith.js View 1 2 3 chunks +279 lines, -3 lines 0 comments Download
M test/mjsunit/harmony/string-startswith.js View 1 2 3 chunks +271 lines, -3 lines 0 comments Download
M test/mjsunit/harmony/symbols.js View 1 2 10 chunks +54 lines, -33 lines 0 comments Download
M test/mjsunit/mjsunit.status View 1 2 3 chunks +131 lines, -40 lines 0 comments Download
M test/mjsunit/object-seal.js View 1 2 1 chunk +1 line, -2 lines 0 comments Download
test/mjsunit/opt-elements-kind.js View 1 2 1 chunk +0 lines, -5 lines 0 comments Download
M test/mjsunit/opt-elements-kind.js View 1 2 1 chunk +0 lines, -5 lines 0 comments Download
M test/mjsunit/osr-elements-kind.js View 1 2 1 chunk +0 lines, -5 lines 0 comments Download
A test/mjsunit/proto-accessor.js View 1 2 1 chunk +146 lines, -0 lines 0 comments Download
D test/mjsunit/proto-poison.js View 1 2 1 chunk +0 lines, -45 lines 0 comments Download
M test/mjsunit/readonly.js View 1 2 2 chunks +7 lines, -2 lines 0 comments Download
A + test/mjsunit/recursive-store-opt.js View 1 2 2 chunks +6 lines, -5 lines 0 comments Download
D test/mjsunit/regress-330046.js View 1 2 1 chunk +0 lines, -61 lines 0 comments Download
A test/mjsunit/regress-sync-optimized-lists.js View 1 2 1 chunk +45 lines, -0 lines 0 comments Download
A + test/mjsunit/regress/binop-in-effect-context-deopt.js View 1 2 1 chunk +36 lines, -23 lines 0 comments Download
A + test/mjsunit/regress/call-function-in-effect-context-deopt.js View 1 2 2 chunks +10 lines, -8 lines 0 comments Download
A + test/mjsunit/regress/compare-map-elim1.js View 1 2 1 chunk +23 lines, -17 lines 0 comments Download
A + test/mjsunit/regress/comparison-in-effect-context-deopt.js View 1 2 2 chunks +15 lines, -6 lines 0 comments Download
A + test/mjsunit/regress/number-named-call-deopt.js View 1 2 2 chunks +10 lines, -6 lines 0 comments Download
A test/mjsunit/regress/polymorphic-accessor-test-context.js View 1 2 1 chunk +25 lines, -0 lines 0 comments Download
M test/mjsunit/regress/regress-165637.js View 1 2 1 chunk +0 lines, -4 lines 0 comments Download
D test/mjsunit/regress/regress-173361.js View 1 2 1 chunk +0 lines, -33 lines 0 comments Download
D test/mjsunit/regress/regress-2034.js View 1 2 1 chunk +0 lines, -46 lines 0 comments Download
D test/mjsunit/regress/regress-2156.js View 1 2 1 chunk +0 lines, -39 lines 0 comments Download
D test/mjsunit/regress/regress-2186.js View 1 2 1 chunk +0 lines, -49 lines 0 comments Download
D test/mjsunit/regress/regress-2219.js View 1 2 1 chunk +0 lines, -32 lines 0 comments Download
D test/mjsunit/regress/regress-2225.js View 1 2 1 chunk +0 lines, -65 lines 0 comments Download
D test/mjsunit/regress/regress-2243.js View 1 2 1 chunk +0 lines, -31 lines 0 comments Download
M test/mjsunit/regress/regress-2318.js View 1 2 1 chunk +1 line, -1 line 0 comments Download
D test/mjsunit/regress/regress-2322.js View 1 2 1 chunk +0 lines, -36 lines 0 comments Download
D test/mjsunit/regress/regress-2681.js View 1 2 1 chunk +0 lines, -48 lines 0 comments Download
D test/mjsunit/regress/regress-2691.js View 1 2 1 chunk +0 lines, -34 lines 0 comments Download
D test/mjsunit/regress/regress-2829.js View 1 2 1 chunk +0 lines, -53 lines 0 comments Download
A + test/mjsunit/regress/regress-2989.js View 1 2 1 chunk +10 lines, -9 lines 0 comments Download
M test/mjsunit/regress/regress-3027.js View 1 2 1 chunk +1 line, -1 line 0 comments Download
A test/mjsunit/regress/regress-3135.js View 1 2 1 chunk +53 lines, -0 lines 0 comments Download
A test/mjsunit/regress/regress-3138.js View 1 2 1 chunk +40 lines, -0 lines 0 comments Download
A test/mjsunit/regress/regress-3158.js View 1 2 1 chunk +24 lines, -0 lines 0 comments Download
A test/mjsunit/regress/regress-3159.js View 1 2 1 chunk +10 lines, -0 lines 0 comments Download
A test/mjsunit/regress/regress-3176.js View 1 2 1 chunk +28 lines, -0 lines 0 comments Download
D test/mjsunit/regress/regress-320948.js View 1 2 1 chunk +0 lines, -81 lines 0 comments Download
A + test/mjsunit/regress/regress-330046.js View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-333594.js View 1 2 2 chunks +11 lines, -10 lines 0 comments Download
A + test/mjsunit/regress/regress-334708.js View 1 2 2 chunks +11 lines, -10 lines 0 comments Download
A + test/mjsunit/regress/regress-336820.js View 1 2 2 chunks +10 lines, -9 lines 0 comments Download
A + test/mjsunit/regress/regress-340125.js View 1 2 2 chunks +5 lines, -3 lines 0 comments Download
A test/mjsunit/regress/regress-343609.js View 1 2 1 chunk +66 lines, -0 lines 0 comments Download
A + test/mjsunit/regress/regress-346343.js View 1 2 2 chunks +11 lines, -12 lines 0 comments Download
A + test/mjsunit/regress/regress-347262.js View 1 2 1 chunk +32 lines, -22 lines 0 comments Download
A test/mjsunit/regress/regress-347530.js View 1 2 1 chunk +12 lines, -0 lines 0 comments Download
A test/mjsunit/regress/regress-347542.js View 1 2 1 chunk +11 lines, -0 lines 0 comments Download
A test/mjsunit/regress/regress-347543.js View 1 2 1 chunk +19 lines, -0 lines 0 comments Download
A test/mjsunit/regress/regress-347904.js View 1 2 1 chunk +12 lines, -0 lines 0 comments Download
A test/mjsunit/regress/regress-347906.js View 1 2 1 chunk +14 lines, -0 lines 0 comments Download
A test/mjsunit/regress/regress-347909.js View 1 2 1 chunk +19 lines, -0 lines 0 comments Download
A test/mjsunit/regress/regress-347912.js View 1 2 1 chunk +10 lines, -0 lines 0 comments Download
A test/mjsunit/regress/regress-347914.js View 1 2 1 chunk +89 lines, -0 lines 0 comments Download
M test/mjsunit/regress/regress-490.js View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
test/mjsunit/regress/regress-634-debug.js View 1 2 2 chunks +6 lines, -5 lines 0 comments Download
A + test/mjsunit/regress/regress-634-debug.js View 1 2 2 chunks +6 lines, -5 lines 0 comments Download
A + test/mjsunit/regress/regress-array-pop-deopt.js View 1 2 2 chunks +9 lines, -11 lines 0 comments Download
A test/mjsunit/regress/regress-check-eliminate-loop-phis.js View 1 2 1 chunk +21 lines, -0 lines 0 comments Download
A + test/mjsunit/regress/regress-cr-344285.js View 1 2 2 chunks +7 lines, -7 lines 0 comments Download
D test/mjsunit/regress/regress-crbug-248025.js View 1 2 1 chunk +0 lines, -40 lines 0 comments Download
A + test/mjsunit/regress/regress-crbug-336148.js View 1 2 1 chunk +24 lines, -20 lines 0 comments Download
A + test/mjsunit/regress/regress-crbug-340064.js View 1 2 2 chunks +7 lines, -8 lines 0 comments Download
A test/mjsunit/regress/regress-crbug-344186.js View 1 2 1 chunk +20 lines, -0 lines 0 comments Download
A test/mjsunit/regress/regress-crbug-345715.js View 1 2 1 chunk +26 lines, -0 lines 0 comments Download
A test/mjsunit/regress/regress-crbug-345820.js View 1 2 1 chunk +18 lines, -0 lines 0 comments Download
A test/mjsunit/regress/regress-crbug-346636.js View 1 2 1 chunk +31 lines, -0 lines 0 comments Download
A test/mjsunit/regress/regress-crbug-347903.js View 1 2 1 chunk +19 lines, -0 lines 0 comments Download
A test/mjsunit/regress/regress-fast-empty-string.js View 1 2 1 chunk +13 lines, -0 lines 0 comments Download
A + test/mjsunit/regress/regress-keyed-access-string-length.js View 1 2 1 chunk +6 lines, -5 lines 0 comments Download
D test/mjsunit/regress/regress-observe-empty-double-array.js View 1 2 1 chunk +0 lines, -38 lines 0 comments Download
A test/mjsunit/regress/regress-put-prototype-transition.js View 1 2 1 chunk +49 lines, -0 lines 0 comments Download
A + test/mjsunit/regress/setvalueof-deopt.js View 1 2 2 chunks +10 lines, -11 lines 0 comments Download
A + test/mjsunit/regress/string-set-char-deopt.js View 1 2 2 chunks +47 lines, -31 lines 0 comments Download
M test/mjsunit/shift-for-integer-div.js View 1 2 2 chunks +12 lines, -1 line 0 comments Download
A + test/mjsunit/smi-mul-const.js View 1 2 2 chunks +45 lines, -25 lines 0 comments Download
D test/mjsunit/third_party/array-isarray.js View 1 2 1 chunk +0 lines, -48 lines 0 comments Download
D test/mjsunit/third_party/array-splice-webkit.js View 1 2 1 chunk +0 lines, -62 lines 0 comments Download
D test/mjsunit/third_party/string-trim.js View 1 2 1 chunk +0 lines, -107 lines 0 comments Download
M test/mjsunit/value-wrapper.js View 1 2 1 chunk +1 line, -0 lines 0 comments Download
A test/mjsunit/value-wrapper-accessor.js View 1 2 1 chunk +99 lines, -0 lines 0 comments Download
A test/mjsunit/whitespaces.js View 1 2 1 chunk +115 lines, -0 lines 0 comments Download
M test/mozilla/mozilla.status View 1 2 11 chunks +53 lines, -19 lines 0 comments Download
M test/mozilla/testcfg.py View 1 2 1 chunk +4 lines, -1 line 0 comments Download
M test/preparser/preparser.status View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M test/test262/README View 1 2 1 chunk +6 lines, -4 lines 0 comments Download
M test/test262/test262.status View 1 2 3 chunks +2 lines, -8 lines 0 comments Download
M test/test262/testcfg.py View 1 2 4 chunks +10 lines, -7 lines 0 comments Download
M test/webkit/Object-create-expected.txt View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
A + test/webkit/array-splice.js View 1 2 1 chunk +34 lines, -37 lines 0 comments Download
A + test/webkit/array-splice-expected.txt View 1 2 1 chunk +22 lines, -2 lines 0 comments Download
M test/webkit/dfg-check-structure-elimination-for-non-cell-expected.txt View 1 2 1 chunk +1 line, -1 line 0 comments Download
M test/webkit/fast/js/Object-getOwnPropertyNames.js View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M test/webkit/fast/js/Object-getOwnPropertyNames-expected.txt View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M test/webkit/fast/js/array-prototype-properties-expected.txt View 1 2 1 chunk +1 line, -1 line 0 comments Download
M test/webkit/fast/js/basic-strict-mode-expected.txt View 1 2 3 chunks +43 lines, -43 lines 0 comments Download
M test/webkit/fast/js/date-toisostring-expected.txt View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M test/webkit/fast/js/kde/inbuilt_function_proto.js View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M test/webkit/fast/js/kde/inbuilt_function_proto-expected.txt View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M test/webkit/fast/js/toString-overrides-expected.txt View 1 2 1 chunk +3 lines, -2 lines 0 comments Download
A + test/webkit/string-replacement-outofmemory.js View 1 2 1 chunk +11 lines, -21 lines 0 comments Download
A + test/webkit/string-replacement-outofmemory-expected.txt View 1 2 1 chunk +0 lines, -9 lines 0 comments Download
M test/webkit/string-trim-expected.txt View 1 2 1 chunk +31 lines, -13 lines 0 comments Download
M test/webkit/webkit.status View 1 2 2 chunks +13 lines, -4 lines 0 comments Download
M tools/bash-completion.sh View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
tools/blink_tests/TestExpectations View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M tools/blink_tests/TestExpectations View 1 2 1 chunk +1 line, -0 lines 0 comments Download
A + tools/cross_build_gcc.sh View 1 2 2 chunks +42 lines, -16 lines 0 comments Download
A tools/draw_instruction_graph.sh View 1 2 1 chunk +130 lines, -0 lines 0 comments Download
M tools/grokdump.py View 1 2 1 chunk +13 lines, -0 lines 0 comments Download
M tools/gyp/v8.gyp View 1 2 4 chunks +51 lines, -28 lines 0 comments Download
M tools/lexer_generator/code_generator.jinja View 1 2 3 chunks +9 lines, -4 lines 0 comments Download
M tools/merge-to-branch.sh View 1 2 2 chunks +45 lines, -2 lines 0 comments Download
M tools/push-to-trunk/auto_roll.py View 1 2 6 chunks +45 lines, -50 lines 0 comments Download
M tools/push-to-trunk/common_includes.py View 1 2 11 chunks +71 lines, -62 lines 0 comments Download
A tools/push-to-trunk/git_recipes.py View 1 2 1 chunk +163 lines, -0 lines 0 comments Download
A tools/push-to-trunk/merge_to_branch.py View 1 2 1 chunk +363 lines, -0 lines 0 comments Download
M tools/push-to-trunk/push_to_trunk.py View 1 2 19 chunks +165 lines, -167 lines 0 comments Download
M tools/push-to-trunk/test_scripts.py View 1 2 27 chunks +260 lines, -89 lines 0 comments Download
M tools/run-deopt-fuzzer.py View 1 2 3 chunks +11 lines, -5 lines 0 comments Download
M tools/run-tests.py View 1 2 9 chunks +44 lines, -13 lines 0 comments Download
M tools/testrunner/local/statusfile.py View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M tools/testrunner/local/utils.py View 1 2 1 chunk +7 lines, -0 lines 0 comments Download
M tools/v8heapconst.py View 1 2 3 chunks +171 lines, -150 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
dcarney
6 years, 9 months ago (2014-03-04 14:49:54 UTC) #1
Message was sent while issue was closed.
Committed patchset #3 manually as r19659 (tree was closed).

Powered by Google App Engine
This is Rietveld 408576698