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

Issue 148503002: A64: Synchronize with r15545. (Closed)

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

Description

A64: Synchronize with r15545. This brings experimental/a64 up to r15545, 2013-07-08. R=rodolph.perfetta@gmail.com, rodolph.perfetta@arm.com BUG=none Committed: https://code.google.com/p/v8/source/detail?r=18862

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+135382 lines, -9392 lines) Patch
M ChangeLog View 1 chunk +49 lines, -0 lines 0 comments Download
M DEPS View 1 chunk +4 lines, -1 line 0 comments Download
M Makefile View 4 chunks +13 lines, -3 lines 0 comments Download
M PRESUBMIT.py View 1 chunk +2 lines, -1 line 0 comments Download
M build/common.gypi View 3 chunks +27 lines, -0 lines 0 comments Download
A + build/shim_headers.gypi View 1 chunk +45 lines, -21 lines 0 comments Download
M build/standalone.gypi View 5 chunks +45 lines, -0 lines 0 comments Download
M include/v8.h View 8 chunks +32 lines, -10 lines 0 comments Download
M include/v8-profiler.h View 4 chunks +3 lines, -18 lines 0 comments Download
M preparser/preparser.gyp View 1 chunk +3 lines, -0 lines 0 comments Download
M samples/lineprocessor.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M samples/process.cc View 3 chunks +3 lines, -0 lines 0 comments Download
M samples/samples.gyp View 1 chunk +3 lines, -0 lines 0 comments Download
M src/a64/assembler-a64.cc View 5 chunks +8 lines, -1 line 0 comments Download
M src/a64/builtins-a64.cc View 2 chunks +3 lines, -1 line 0 comments Download
M src/a64/code-stubs-a64.h View 1 chunk +0 lines, -60 lines 0 comments Download
M src/a64/code-stubs-a64.cc View 18 chunks +100 lines, -293 lines 0 comments Download
M src/a64/codegen-a64.cc View 2 chunks +2 lines, -1 line 0 comments Download
M src/a64/cpu-a64.cc View 2 chunks +2 lines, -1 line 0 comments Download
M src/a64/debug-a64.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/a64/debugger-a64.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/a64/decoder-a64.cc View 2 chunks +2 lines, -1 line 0 comments Download
M src/a64/disasm-a64.cc View 2 chunks +2 lines, -1 line 0 comments Download
M src/a64/frames-a64.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/a64/full-codegen-a64.cc View 2 chunks +2 lines, -5 lines 0 comments Download
M src/a64/ic-a64.cc View 6 chunks +9 lines, -9 lines 0 comments Download
M src/a64/instructions-a64.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/a64/lithium-a64.h View 7 chunks +20 lines, -19 lines 0 comments Download
M src/a64/lithium-a64.cc View 8 chunks +18 lines, -13 lines 0 comments Download
M src/a64/lithium-codegen-a64.cc View 8 chunks +33 lines, -15 lines 0 comments Download
M src/a64/lithium-gap-resolver-a64.cc View 7 chunks +9 lines, -0 lines 0 comments Download
M src/a64/macro-assembler-a64.cc View 2 chunks +5 lines, -4 lines 0 comments Download
M src/a64/regexp-macro-assembler-a64.cc View 12 chunks +15 lines, -1 line 0 comments Download
M src/a64/simulator-a64.cc View 2 chunks +2 lines, -1 line 0 comments Download
M src/a64/stub-cache-a64.cc View 4 chunks +7 lines, -4 lines 0 comments Download
M src/a64/utils-a64.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/api.cc View 32 chunks +106 lines, -51 lines 0 comments Download
M src/arm/assembler-arm.cc View 9 chunks +9 lines, -1 line 0 comments Download
M src/arm/builtins-arm.cc View 2 chunks +2 lines, -1 line 0 comments Download
M src/arm/code-stubs-arm.h View 1 chunk +0 lines, -65 lines 0 comments Download
M src/arm/code-stubs-arm.cc View 21 chunks +118 lines, -320 lines 0 comments Download
M src/arm/codegen-arm.cc View 2 chunks +2 lines, -1 line 0 comments Download
M src/arm/constants-arm.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/arm/cpu-arm.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/arm/debug-arm.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/arm/disasm-arm.cc View 2 chunks +3 lines, -1 line 0 comments Download
M src/arm/frames-arm.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/arm/full-codegen-arm.cc View 2 chunks +2 lines, -5 lines 0 comments Download
M src/arm/ic-arm.cc View 6 chunks +9 lines, -9 lines 0 comments Download
M src/arm/lithium-arm.h View 7 chunks +20 lines, -20 lines 0 comments Download
M src/arm/lithium-arm.cc View 6 chunks +18 lines, -14 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 6 chunks +32 lines, -17 lines 0 comments Download
M src/arm/lithium-gap-resolver-arm.cc View 2 chunks +4 lines, -1 line 0 comments Download
M src/arm/macro-assembler-arm.cc View 4 chunks +7 lines, -5 lines 0 comments Download
M src/arm/regexp-macro-assembler-arm.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/arm/simulator-arm.cc View 4 chunks +4 lines, -1 line 0 comments Download
M src/arm/stub-cache-arm.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M src/assembler.cc View 5 chunks +5 lines, -1 line 0 comments Download
M src/ast.cc View 1 chunk +4 lines, -2 lines 0 comments Download
M src/atomicops.h View 1 chunk +6 lines, -9 lines 0 comments Download
M src/atomicops_internals_x86_gcc.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/bignum.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/bootstrapper.cc View 9 chunks +31 lines, -3 lines 0 comments Download
M src/builtins.cc View 7 chunks +13 lines, -2 lines 0 comments Download
M src/code-stubs.h View 23 chunks +203 lines, -40 lines 0 comments Download
M src/code-stubs.cc View 12 chunks +136 lines, -49 lines 0 comments Download
M src/code-stubs-hydrogen.cc View 15 chunks +169 lines, -25 lines 0 comments Download
M src/codegen.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/collection.js View 2 chunks +12 lines, -1 line 0 comments Download
M src/compilation-cache.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler.cc View 5 chunks +9 lines, -3 lines 0 comments Download
M src/contexts.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/counters.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M src/cpu-profiler.h View 7 chunks +47 lines, -47 lines 0 comments Download
M src/cpu-profiler.cc View 16 chunks +208 lines, -225 lines 0 comments Download
M src/cpu-profiler-inl.h View 1 chunk +12 lines, -11 lines 0 comments Download
M src/d8.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/d8.gyp View 1 chunk +2 lines, -1 line 0 comments Download
M src/d8.js View 1 chunk +1 line, -1 line 0 comments Download
M src/dateparser.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/debug.h View 4 chunks +14 lines, -3 lines 0 comments Download
M src/debug.cc View 8 chunks +60 lines, -14 lines 0 comments Download
M src/debug-debugger.js View 11 chunks +32 lines, -13 lines 0 comments Download
M src/deoptimizer.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M src/disassembler.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M src/elements-kind.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/execution.h View 1 chunk +1 line, -1 line 0 comments Download
M src/execution.cc View 1 chunk +1 line, -0 lines 0 comments Download
A src/extensions/i18n/break-iterator.h View 1 chunk +85 lines, -0 lines 0 comments Download
A src/extensions/i18n/break-iterator.cc View 1 chunk +333 lines, -0 lines 0 comments Download
A src/extensions/i18n/break-iterator.js View 1 chunk +197 lines, -0 lines 0 comments Download
A + src/extensions/i18n/collator.h View 1 chunk +29 lines, -32 lines 0 comments Download
A src/extensions/i18n/collator.cc View 1 chunk +366 lines, -0 lines 0 comments Download
A src/extensions/i18n/collator.js View 1 chunk +212 lines, -0 lines 0 comments Download
A + src/extensions/i18n/date-format.h View 1 chunk +34 lines, -19 lines 0 comments Download
A src/extensions/i18n/date-format.cc View 1 chunk +329 lines, -0 lines 0 comments Download
A src/extensions/i18n/date-format.js View 1 chunk +478 lines, -0 lines 0 comments Download
A + src/extensions/i18n/footer.js View 1 chunk +11 lines, -8 lines 0 comments Download
A src/extensions/i18n/globals.js View 1 chunk +168 lines, -0 lines 0 comments Download
A + src/extensions/i18n/header.js View 1 chunk +11 lines, -7 lines 0 comments Download
A + src/extensions/i18n/i18n-extension.h View 2 chunks +14 lines, -10 lines 0 comments Download
A src/extensions/i18n/i18n-extension.cc View 1 chunk +117 lines, -0 lines 0 comments Download
A src/extensions/i18n/i18n-utils.h View 1 chunk +91 lines, -0 lines 0 comments Download
A src/extensions/i18n/i18n-utils.cc View 1 chunk +181 lines, -0 lines 0 comments Download
A src/extensions/i18n/i18n-utils.js View 1 chunk +541 lines, -0 lines 0 comments Download
A + src/extensions/i18n/locale.h View 1 chunk +21 lines, -16 lines 0 comments Download
A src/extensions/i18n/locale.cc View 1 chunk +251 lines, -0 lines 0 comments Download
A src/extensions/i18n/locale.js View 1 chunk +192 lines, -0 lines 0 comments Download
A + src/extensions/i18n/number-format.h View 1 chunk +32 lines, -19 lines 0 comments Download
A src/extensions/i18n/number-format.cc View 1 chunk +418 lines, -0 lines 0 comments Download
A src/extensions/i18n/number-format.js View 1 chunk +295 lines, -0 lines 0 comments Download
A src/extensions/i18n/overrides.js View 1 chunk +220 lines, -0 lines 0 comments Download
M src/factory.h View 2 chunks +78 lines, -0 lines 0 comments Download
M src/factory.cc View 6 chunks +14 lines, -1 line 0 comments Download
M src/flag-definitions.h View 4 chunks +4 lines, -1 line 0 comments Download
M src/flags.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/frames.h View 5 chunks +11 lines, -2 lines 0 comments Download
M src/frames.cc View 7 chunks +32 lines, -21 lines 0 comments Download
M src/frames-inl.h View 1 chunk +11 lines, -0 lines 0 comments Download
M src/full-codegen.h View 1 chunk +1 line, -1 line 0 comments Download
M src/full-codegen.cc View 2 chunks +8 lines, -0 lines 0 comments Download
M src/gdb-jit.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/gdb-jit.cc View 25 chunks +62 lines, -42 lines 0 comments Download
M src/global-handles.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/globals.h View 3 chunks +15 lines, -19 lines 0 comments Download
M src/handles.h View 3 chunks +8 lines, -2 lines 0 comments Download
M src/handles.cc View 3 chunks +2 lines, -7 lines 0 comments Download
M src/heap.h View 13 chunks +20 lines, -8 lines 0 comments Download
M src/heap.cc View 24 chunks +41 lines, -22 lines 0 comments Download
M src/heap-inl.h View 1 chunk +2 lines, -3 lines 0 comments Download
M src/heap-profiler.h View 2 chunks +1 line, -1 line 0 comments Download
M src/heap-profiler.cc View 2 chunks +1 line, -5 lines 0 comments Download
M src/heap-snapshot-generator.h View 5 chunks +4 lines, -10 lines 0 comments Download
M src/heap-snapshot-generator.cc View 15 chunks +28 lines, -47 lines 0 comments Download
M src/hydrogen.h View 25 chunks +135 lines, -95 lines 0 comments Download
M src/hydrogen.cc View 165 chunks +574 lines, -1969 lines 0 comments Download
A + src/hydrogen-bce.h View 1 chunk +30 lines, -29 lines 0 comments Download
A src/hydrogen-bce.cc View 1 chunk +390 lines, -0 lines 0 comments Download
A + src/hydrogen-dce.h View 1 chunk +17 lines, -17 lines 0 comments Download
A src/hydrogen-dce.cc View 1 chunk +125 lines, -0 lines 0 comments Download
A + src/hydrogen-escape-analysis.h View 1 chunk +17 lines, -16 lines 0 comments Download
A + src/hydrogen-escape-analysis.cc View 1 chunk +29 lines, -34 lines 0 comments Download
M src/hydrogen-gvn.cc View 4 chunks +5 lines, -3 lines 0 comments Download
A + src/hydrogen-infer-representation.h View 1 chunk +17 lines, -16 lines 0 comments Download
A src/hydrogen-infer-representation.cc View 1 chunk +172 lines, -0 lines 0 comments Download
A + src/hydrogen-infer-types.h View 1 chunk +19 lines, -16 lines 0 comments Download
A + src/hydrogen-infer-types.cc View 1 chunk +38 lines, -49 lines 0 comments Download
M src/hydrogen-instructions.h View 46 chunks +136 lines, -67 lines 0 comments Download
M src/hydrogen-instructions.cc View 26 chunks +63 lines, -17 lines 0 comments Download
A + src/hydrogen-osr.h View 1 chunk +29 lines, -30 lines 0 comments Download
A src/hydrogen-osr.cc View 1 chunk +124 lines, -0 lines 0 comments Download
A + src/hydrogen-range-analysis.h View 1 chunk +21 lines, -30 lines 0 comments Download
A src/hydrogen-range-analysis.cc View 1 chunk +170 lines, -0 lines 0 comments Download
A + src/hydrogen-redundant-phi.h View 1 chunk +13 lines, -16 lines 0 comments Download
A src/hydrogen-redundant-phi.cc View 1 chunk +76 lines, -0 lines 0 comments Download
A + src/hydrogen-representation-changes.h View 1 chunk +15 lines, -16 lines 0 comments Download
A src/hydrogen-representation-changes.cc View 1 chunk +167 lines, -0 lines 0 comments Download
A + src/hydrogen-sce.h View 2 chunks +13 lines, -9 lines 0 comments Download
A + src/hydrogen-sce.cc View 1 chunk +28 lines, -17 lines 0 comments Download
A + src/hydrogen-uint32-analysis.h View 1 chunk +18 lines, -30 lines 0 comments Download
A src/hydrogen-uint32-analysis.cc View 1 chunk +231 lines, -0 lines 0 comments Download
M src/ia32/assembler-ia32.cc View 4 chunks +4 lines, -1 line 0 comments Download
M src/ia32/builtins-ia32.cc View 2 chunks +3 lines, -1 line 0 comments Download
M src/ia32/code-stubs-ia32.h View 1 chunk +0 lines, -74 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 15 chunks +104 lines, -348 lines 0 comments Download
M src/ia32/codegen-ia32.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/ia32/cpu-ia32.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/ia32/debug-ia32.cc View 2 chunks +2 lines, -1 line 0 comments Download
M src/ia32/deoptimizer-ia32.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/ia32/disasm-ia32.cc View 2 chunks +2 lines, -1 line 0 comments Download
M src/ia32/frames-ia32.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/ia32/full-codegen-ia32.cc View 3 chunks +3 lines, -5 lines 0 comments Download
M src/ia32/ic-ia32.cc View 6 chunks +9 lines, -9 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.h View 2 chunks +1 line, -1 line 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 9 chunks +44 lines, -19 lines 0 comments Download
M src/ia32/lithium-gap-resolver-ia32.cc View 2 chunks +26 lines, -1 line 0 comments Download
M src/ia32/lithium-ia32.h View 9 chunks +33 lines, -20 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 9 chunks +30 lines, -17 lines 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 2 chunks +3 lines, -1 line 0 comments Download
M src/ia32/regexp-macro-assembler-ia32.cc View 2 chunks +3 lines, -1 line 0 comments Download
M src/ia32/stub-cache-ia32.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M src/ic.h View 5 chunks +8 lines, -24 lines 0 comments Download
M src/ic.cc View 10 chunks +36 lines, -135 lines 0 comments Download
M src/incremental-marking.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/isolate.h View 16 chunks +39 lines, -23 lines 0 comments Download
M src/isolate.cc View 21 chunks +87 lines, -19 lines 0 comments Download
M src/lithium.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/lithium-allocator.h View 4 chunks +5 lines, -7 lines 0 comments Download
M src/lithium-allocator.cc View 39 chunks +95 lines, -64 lines 0 comments Download
M src/lithium-allocator-inl.h View 1 chunk +2 lines, -3 lines 0 comments Download
M src/liveedit.cc View 4 chunks +4 lines, -0 lines 0 comments Download
M src/log.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/log.cc View 13 chunks +23 lines, -8 lines 0 comments Download
M src/log-inl.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/macros.py View 1 chunk +1 line, -0 lines 0 comments Download
M src/mark-compact.h View 1 chunk +5 lines, -0 lines 0 comments Download
M src/mark-compact.cc View 5 chunks +31 lines, -0 lines 0 comments Download
M src/marking-thread.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/messages.js View 1 chunk +1 line, -1 line 0 comments Download
M src/mips/assembler-mips.cc View 9 chunks +11 lines, -2 lines 0 comments Download
M src/mips/builtins-mips.cc View 3 chunks +3 lines, -2 lines 0 comments Download
M src/mips/code-stubs-mips.h View 1 chunk +0 lines, -65 lines 0 comments Download
M src/mips/code-stubs-mips.cc View 21 chunks +87 lines, -337 lines 0 comments Download
M src/mips/codegen-mips.cc View 3 chunks +3 lines, -1 line 0 comments Download
M src/mips/constants-mips.cc View 4 chunks +5 lines, -1 line 0 comments Download
M src/mips/cpu-mips.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/mips/debug-mips.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/mips/disasm-mips.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/mips/frames-mips.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/mips/full-codegen-mips.cc View 2 chunks +2 lines, -5 lines 0 comments Download
M src/mips/ic-mips.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M src/mips/lithium-codegen-mips.cc View 8 chunks +34 lines, -17 lines 0 comments Download
M src/mips/lithium-gap-resolver-mips.cc View 2 chunks +4 lines, -1 line 0 comments Download
M src/mips/lithium-mips.h View 7 chunks +20 lines, -20 lines 0 comments Download
M src/mips/lithium-mips.cc View 6 chunks +19 lines, -14 lines 0 comments Download
M src/mips/macro-assembler-mips.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/mips/macro-assembler-mips.cc View 8 chunks +18 lines, -5 lines 0 comments Download
M src/mips/regexp-macro-assembler-mips.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/mips/simulator-mips.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/mips/stub-cache-mips.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/mksnapshot.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M src/natives.h View 2 chunks +2 lines, -1 line 0 comments Download
M src/objects.h View 22 chunks +120 lines, -54 lines 0 comments Download
M src/objects.cc View 43 chunks +355 lines, -299 lines 0 comments Download
M src/objects-debug.cc View 4 chunks +10 lines, -2 lines 0 comments Download
M src/objects-inl.h View 7 chunks +9 lines, -5 lines 0 comments Download
M src/objects-printer.cc View 3 chunks +14 lines, -2 lines 0 comments Download
M src/objects-visiting-inl.h View 4 chunks +6 lines, -6 lines 0 comments Download
M src/optimizing-compiler-thread.h View 3 chunks +7 lines, -1 line 0 comments Download
M src/optimizing-compiler-thread.cc View 4 chunks +10 lines, -2 lines 0 comments Download
M src/parser.cc View 4 chunks +4 lines, -0 lines 0 comments Download
M src/platform-cygwin.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/platform-linux.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/platform-macos.cc View 2 chunks +2 lines, -1 line 0 comments Download
M src/platform-openbsd.cc View 2 chunks +2 lines, -1 line 0 comments Download
M src/platform-posix.cc View 4 chunks +5 lines, -3 lines 0 comments Download
M src/platform-tls-mac.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/platform-win32.cc View 7 chunks +11 lines, -2 lines 0 comments Download
M src/preparse-data.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/preparser.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M src/profile-generator.h View 11 chunks +28 lines, -63 lines 0 comments Download
M src/profile-generator.cc View 15 chunks +81 lines, -311 lines 0 comments Download
M src/profile-generator-inl.h View 1 chunk +3 lines, -3 lines 0 comments Download
M src/property-details.h View 2 chunks +6 lines, -0 lines 0 comments Download
M src/runtime.h View 2 chunks +4 lines, -3 lines 0 comments Download
M src/runtime.cc View 40 chunks +156 lines, -80 lines 0 comments Download
M src/runtime.js View 1 chunk +1 line, -1 line 0 comments Download
M src/runtime-profiler.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M src/sampler.h View 5 chunks +18 lines, -11 lines 0 comments Download
M src/sampler.cc View 14 chunks +108 lines, -105 lines 0 comments Download
M src/scanner-character-streams.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M src/spaces.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/spaces.cc View 4 chunks +4 lines, -0 lines 0 comments Download
M src/string.js View 2 chunks +4 lines, -2 lines 0 comments Download
M src/strtod.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/stub-cache.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/stub-cache.cc View 4 chunks +25 lines, -12 lines 0 comments Download
M src/sweeper-thread.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/third_party/vtune/v8vtune.gyp View 1 chunk +3 lines, -0 lines 0 comments Download
M src/type-info.cc View 8 chunks +33 lines, -16 lines 0 comments Download
M src/types.h View 5 chunks +6 lines, -2 lines 0 comments Download
M src/types.cc View 5 chunks +16 lines, -1 line 0 comments Download
M src/unicode.cc View 10 chunks +12 lines, -0 lines 0 comments Download
M src/v8.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/v8.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M src/v8-counters.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/v8threads.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/v8utils.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/version.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/x64/assembler-x64.cc View 6 chunks +8 lines, -1 line 0 comments Download
M src/x64/builtins-x64.cc View 10 chunks +35 lines, -32 lines 0 comments Download
M src/x64/code-stubs-x64.h View 1 chunk +0 lines, -71 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 38 chunks +175 lines, -382 lines 0 comments Download
M src/x64/codegen-x64.cc View 2 chunks +6 lines, -2 lines 0 comments Download
M src/x64/cpu-x64.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/debug-x64.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/deoptimizer-x64.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/disasm-x64.cc View 6 chunks +6 lines, -1 line 0 comments Download
M src/x64/frames-x64.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/full-codegen-x64.cc View 2 chunks +2 lines, -5 lines 0 comments Download
M src/x64/ic-x64.cc View 23 chunks +86 lines, -86 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 7 chunks +33 lines, -18 lines 0 comments Download
M src/x64/lithium-gap-resolver-x64.cc View 2 chunks +15 lines, -1 line 0 comments Download
M src/x64/lithium-x64.h View 7 chunks +20 lines, -20 lines 0 comments Download
M src/x64/lithium-x64.cc View 9 chunks +20 lines, -15 lines 0 comments Download
M src/x64/macro-assembler-x64.h View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/macro-assembler-x64.cc View 9 chunks +19 lines, -60 lines 0 comments Download
M src/x64/regexp-macro-assembler-x64.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/x64/stub-cache-x64.cc View 7 chunks +19 lines, -18 lines 0 comments Download
M src/zone.h View 4 chunks +27 lines, -2 lines 0 comments Download
M src/zone.cc View 1 chunk +61 lines, -13 lines 0 comments Download
M test/cctest/cctest.gyp View 1 chunk +2 lines, -1 line 0 comments Download
M test/cctest/cctest.status View 1 chunk +6 lines, -0 lines 0 comments Download
M test/cctest/test-accessors.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M test/cctest/test-api.cc View 81 chunks +447 lines, -96 lines 0 comments Download
M test/cctest/test-assembler-a64.cc View 3 chunks +3 lines, -0 lines 0 comments Download
M test/cctest/test-assembler-arm.cc View 1 chunk +1 line, -0 lines 0 comments Download
M test/cctest/test-assembler-ia32.cc View 1 chunk +89 lines, -0 lines 0 comments Download
M test/cctest/test-assembler-x64.cc View 8 chunks +93 lines, -0 lines 0 comments Download
M test/cctest/test-compare-nil-ic-stub.cc View 4 chunks +4 lines, -0 lines 0 comments Download
M test/cctest/test-conversions.cc View 3 chunks +3 lines, -0 lines 0 comments Download
M test/cctest/test-cpu-profiler.cc View 7 chunks +315 lines, -136 lines 0 comments Download
M test/cctest/test-date.cc View 1 chunk +1 line, -0 lines 0 comments Download
M test/cctest/test-debug.cc View 29 chunks +35 lines, -12 lines 0 comments Download
M test/cctest/test-disasm-a64.cc View 12 chunks +12 lines, -0 lines 0 comments Download
M test/cctest/test-double.cc View 1 chunk +1 line, -0 lines 0 comments Download
M test/cctest/test-fuzz-a64.cc View 1 chunk +1 line, -0 lines 0 comments Download
M test/cctest/test-hashing.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M test/cctest/test-heap.cc View 4 chunks +13 lines, -3 lines 0 comments Download
M test/cctest/test-heap-profiler.cc View 12 chunks +17 lines, -9 lines 0 comments Download
M test/cctest/test-javascript-a64.cc View 6 chunks +9 lines, -0 lines 0 comments Download
M test/cctest/test-js-a64-variables.cc View 1 chunk +1 line, -0 lines 0 comments Download
M test/cctest/test-list.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M test/cctest/test-lockers.cc View 13 chunks +21 lines, -9 lines 0 comments Download
M test/cctest/test-log.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M test/cctest/test-log-stack-tracer.cc View 4 chunks +10 lines, -6 lines 0 comments Download
M test/cctest/test-macro-assembler-x64.cc View 3 chunks +3 lines, -1 line 0 comments Download
M test/cctest/test-mark-compact.cc View 2 chunks +23 lines, -1 line 0 comments Download
M test/cctest/test-object-observe.cc View 9 chunks +9 lines, -0 lines 0 comments Download
M test/cctest/test-parsing.cc View 4 chunks +9 lines, -2 lines 0 comments Download
M test/cctest/test-platform.cc View 1 chunk +63 lines, -0 lines 0 comments Download
M test/cctest/test-platform-tls.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M test/cctest/test-profile-generator.cc View 17 chunks +144 lines, -168 lines 0 comments Download
M test/cctest/test-regexp.cc View 5 chunks +9 lines, -5 lines 0 comments Download
M test/cctest/test-thread-termination.cc View 4 chunks +4 lines, -0 lines 0 comments Download
M test/cctest/test-threads.cc View 1 chunk +1 line, -0 lines 0 comments Download
M test/cctest/test-types.cc View 4 chunks +4 lines, -0 lines 0 comments Download
M test/mjsunit/allocation-site-info.js View 4 chunks +20 lines, -8 lines 0 comments Download
M test/mjsunit/array-constructor-feedback.js View 1 chunk +132 lines, -14 lines 0 comments Download
M test/mjsunit/array-feedback.js View 1 chunk +10 lines, -7 lines 0 comments Download
A + test/mjsunit/bugs/bug-2758.js View 1 chunk +16 lines, -28 lines 0 comments Download
M test/mjsunit/date.js View 2 chunks +2 lines, -2 lines 0 comments Download
M test/mjsunit/debug-breakpoints.js View 3 chunks +22 lines, -3 lines 0 comments Download
M test/mjsunit/debug-script.js View 1 chunk +2 lines, -3 lines 0 comments Download
M test/mjsunit/function-call.js View 1 chunk +2 lines, -1 line 0 comments Download
M test/mjsunit/fuzz-natives-part1.js View 2 chunks +5 lines, -1 line 0 comments Download
M test/mjsunit/fuzz-natives-part2.js View 2 chunks +4 lines, -1 line 0 comments Download
M test/mjsunit/fuzz-natives-part3.js View 3 chunks +6 lines, -1 line 0 comments Download
M test/mjsunit/fuzz-natives-part4.js View 3 chunks +6 lines, -1 line 0 comments Download
M test/mjsunit/harmony/collections.js View 1 chunk +35 lines, -13 lines 0 comments Download
M test/mjsunit/regress/regress-2537.js View 1 chunk +2 lines, -1 line 0 comments Download
M test/mjsunit/regress/regress-2618.js View 3 chunks +3 lines, -3 lines 0 comments Download
M test/mjsunit/regress/regress-crbug-217858.js View 1 chunk +5 lines, -8 lines 0 comments Download
A + test/mjsunit/regress/regress-debug-deopt-while-recompile.js View 2 chunks +41 lines, -27 lines 0 comments Download
A + test/mjsunit/regress/regress-opt-after-debug-deopt.js View 2 chunks +29 lines, -26 lines 0 comments Download
M test/mjsunit/tools/tickprocessor-test.log View 1 chunk +13 lines, -13 lines 0 comments Download
M test/mjsunit/tools/tickprocessor-test-func-info.log View 1 chunk +3 lines, -3 lines 0 comments Download
A + test/webkit/Array-isArray.js View 1 chunk +15 lines, -7 lines 0 comments Download
A + test/webkit/Array-isArray-expected.txt View 1 chunk +15 lines, -2 lines 0 comments Download
A test/webkit/JSON-stringify-replacer.js View 1 chunk +95 lines, -0 lines 0 comments Download
A + test/webkit/JSON-stringify-replacer-expected.txt View 1 chunk +19 lines, -2 lines 0 comments Download
A test/webkit/Object-create.js View 1 chunk +48 lines, -0 lines 0 comments Download
A test/webkit/Object-create-expected.txt View 1 chunk +48 lines, -0 lines 0 comments Download
A + test/webkit/Object-defineProperties.js View 1 chunk +12 lines, -7 lines 0 comments Download
A + test/webkit/Object-defineProperties-expected.txt View 1 chunk +11 lines, -2 lines 0 comments Download
A + test/webkit/Object-keys.js View 1 chunk +12 lines, -7 lines 0 comments Download
A + test/webkit/Object-keys-expected.txt View 1 chunk +12 lines, -2 lines 0 comments Download
A test/webkit/ToNumber.js View 1 chunk +194 lines, -0 lines 0 comments Download
A test/webkit/ToNumber-expected.txt View 1 chunk +170 lines, -0 lines 0 comments Download
A + test/webkit/add-recovery.js View 1 chunk +15 lines, -3 lines 0 comments Download
A + test/webkit/add-recovery-expected.txt View 1 chunk +6 lines, -2 lines 0 comments Download
A test/webkit/apply-varargs.js View 1 chunk +97 lines, -0 lines 0 comments Download
A + test/webkit/apply-varargs-expected.txt View 1 chunk +10 lines, -2 lines 0 comments Download
A + test/webkit/arguments-bad-index.js View 1 chunk +9 lines, -3 lines 0 comments Download
A + test/webkit/arguments-bad-index-expected.txt View 1 chunk +5 lines, -2 lines 0 comments Download
A + test/webkit/array-constructor-host-call.js View 1 chunk +9 lines, -4 lines 0 comments Download
A + test/webkit/array-constructor-host-call-expected.txt View 1 chunk +7 lines, -2 lines 0 comments Download
A test/webkit/array-defineOwnProperty.js View 1 chunk +83 lines, -0 lines 0 comments Download
A test/webkit/array-defineOwnProperty-expected.txt View 1 chunk +67 lines, -0 lines 0 comments Download
A test/webkit/array-enumerators-functions.js View 1 chunk +145 lines, -0 lines 0 comments Download
A test/webkit/array-enumerators-functions-expected.txt View 1 chunk +978 lines, -0 lines 0 comments Download
A test/webkit/array-every.js View 1 chunk +116 lines, -0 lines 0 comments Download
A test/webkit/array-every-expected.txt View 1 chunk +75 lines, -0 lines 0 comments Download
A test/webkit/array-filter.js View 1 chunk +100 lines, -0 lines 0 comments Download
A test/webkit/array-filter-expected.txt View 1 chunk +90 lines, -0 lines 0 comments Download
A test/webkit/array-holes.js View 1 chunk +134 lines, -0 lines 0 comments Download
A test/webkit/array-holes-expected.txt View 1 chunk +85 lines, -0 lines 0 comments Download
A + test/webkit/array-index-immediate-types.js View 1 chunk +16 lines, -3 lines 0 comments Download
A + test/webkit/array-index-immediate-types-expected.txt View 1 chunk +8 lines, -2 lines 0 comments Download
A + test/webkit/array-indexing.js View 1 chunk +10 lines, -4 lines 0 comments Download
A + test/webkit/array-indexing-expected.txt View 1 chunk +4 lines, -2 lines 0 comments Download
A + test/webkit/array-iterate-backwards.js View 1 chunk +27 lines, -3 lines 0 comments Download
A + test/webkit/array-iterate-backwards-expected.txt View 1 chunk +4 lines, -2 lines 0 comments Download
A + test/webkit/array-lastIndexOf.js View 1 chunk +47 lines, -3 lines 0 comments Download
A + test/webkit/array-lastIndexOf-expected.txt View 1 chunk +15 lines, -2 lines 0 comments Download
A + test/webkit/array-proto-func-length-getter-except.js View 1 chunk +36 lines, -3 lines 0 comments Download
A + test/webkit/array-proto-func-length-getter-except-expected.txt View 1 chunk +19 lines, -2 lines 0 comments Download
A test/webkit/array-proto-func-property-getter-except.js View 1 chunk +68 lines, -0 lines 0 comments Download
A + test/webkit/array-proto-func-property-getter-except-expected.txt View 1 chunk +19 lines, -2 lines 0 comments Download
A test/webkit/array-reduce.js View 1 chunk +91 lines, -0 lines 0 comments Download
A test/webkit/array-reduce-expected.txt View 1 chunk +63 lines, -0 lines 0 comments Download
A test/webkit/array-reduceRight.js View 1 chunk +93 lines, -0 lines 0 comments Download
A test/webkit/array-reduceRight-expected.txt View 1 chunk +64 lines, -0 lines 0 comments Download
A + test/webkit/array-reset-large-index.js View 1 chunk +8 lines, -4 lines 0 comments Download
A + test/webkit/array-reset-large-index-expected.txt View 1 chunk +3 lines, -2 lines 0 comments Download
A + test/webkit/array-sort-numericCompare.js View 1 chunk +11 lines, -3 lines 0 comments Download
A + test/webkit/array-sort-numericCompare-expected.txt View 1 chunk +3 lines, -2 lines 0 comments Download
A + test/webkit/array-sort-reentrance.js View 1 chunk +12 lines, -3 lines 0 comments Download
A + test/webkit/array-sort-reentrance-expected.txt View 1 chunk +1 line, -2 lines 0 comments Download
A + test/webkit/array-sort-small-sparse-array-with-large-length.js View 1 chunk +14 lines, -5 lines 0 comments Download
A + test/webkit/array-sort-small-sparse-array-with-large-length-expected.txt View 1 chunk +5 lines, -2 lines 0 comments Download
A + test/webkit/array-sort-sparse.js View 1 chunk +8 lines, -4 lines 0 comments Download
A + test/webkit/array-sort-sparse-expected.txt View 1 chunk +3 lines, -2 lines 0 comments Download
A + test/webkit/array-tostring-and-join.js View 1 chunk +9 lines, -4 lines 0 comments Download
A + test/webkit/array-tostring-and-join-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
A test/webkit/array-type-speculation.js View 1 chunk +65 lines, -0 lines 0 comments Download
A + test/webkit/array-type-speculation-expected.txt View 1 chunk +17 lines, -2 lines 0 comments Download
A test/webkit/avl-crash.js View 1 chunk +121 lines, -0 lines 0 comments Download
A + test/webkit/avl-crash-expected.txt View 1 chunk +1 line, -2 lines 0 comments Download
A + test/webkit/bitops-type-tag.js View 1 chunk +8 lines, -6 lines 0 comments Download
A + test/webkit/bitops-type-tag-expected.txt View 1 chunk +7 lines, -2 lines 0 comments Download
A + test/webkit/boolean-argument-prediction.js View 1 chunk +40 lines, -3 lines 0 comments Download
A + test/webkit/boolean-argument-prediction-expected.txt View 1 chunk +17 lines, -2 lines 0 comments Download
A + test/webkit/boxed-double-to-int.js View 1 chunk +11 lines, -4 lines 0 comments Download
A + test/webkit/boxed-double-to-int-expected.txt View 1 chunk +6 lines, -2 lines 0 comments Download
A + test/webkit/break-ASI.js View 1 chunk +6 lines, -7 lines 0 comments Download
A + test/webkit/break-ASI-expected.txt View 1 chunk +10 lines, -2 lines 0 comments Download
A + test/webkit/cached-call-uninitialized-arguments.js View 1 chunk +38 lines, -3 lines 0 comments Download
A + test/webkit/cached-call-uninitialized-arguments-expected.txt View 1 chunk +4 lines, -2 lines 0 comments Download
A + test/webkit/call-apply-crash.js View 1 chunk +9 lines, -7 lines 0 comments Download
A + test/webkit/call-apply-crash-expected.txt View 1 chunk +3 lines, -2 lines 0 comments Download
A test/webkit/char-at.js View 1 chunk +131 lines, -0 lines 0 comments Download
A test/webkit/char-at-expected.txt View 1 chunk +110 lines, -0 lines 0 comments Download
A + test/webkit/closure-inside-extra-arg-call.js View 1 chunk +51 lines, -3 lines 0 comments Download
A + test/webkit/closure-inside-extra-arg-call-expected.txt View 1 chunk +3 lines, -2 lines 0 comments Download
A + test/webkit/codegen-assign-nontemporary-as-rexp.js View 1 chunk +28 lines, -3 lines 0 comments Download
A + test/webkit/codegen-assign-nontemporary-as-rexp-expected.txt View 1 chunk +3 lines, -2 lines 0 comments Download
A + test/webkit/codegen-jless.js View 1 chunk +4 lines, -2 lines 0 comments Download
A + test/webkit/codegen-jless-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
A test/webkit/codegen-loops-logical-nodes.js View 1 chunk +1080 lines, -0 lines 0 comments Download
A test/webkit/codegen-loops-logical-nodes-expected.txt View 1 chunk +127 lines, -0 lines 0 comments Download
A + test/webkit/codegen-peephole-locals.js View 1 chunk +78 lines, -3 lines 0 comments Download
A + test/webkit/codegen-peephole-locals-expected.txt View 1 chunk +9 lines, -2 lines 0 comments Download
A test/webkit/codegen-temporaries.js View 1 chunk +955 lines, -0 lines 0 comments Download
A test/webkit/codegen-temporaries-expected.txt View 1 chunk +139 lines, -0 lines 0 comments Download
A test/webkit/comparison-operators.js View 1 chunk +94 lines, -0 lines 0 comments Download
A test/webkit/comparison-operators-expected.txt View 1 chunk +2816 lines, -0 lines 0 comments Download
A test/webkit/comparison-operators-greater.js View 1 chunk +253 lines, -0 lines 0 comments Download
A test/webkit/comparison-operators-greater-expected.txt View 1 chunk +1934 lines, -0 lines 0 comments Download
A test/webkit/comparison-operators-less.js View 1 chunk +252 lines, -0 lines 0 comments Download
A test/webkit/comparison-operators-less-expected.txt View 1 chunk +1934 lines, -0 lines 0 comments Download
A + test/webkit/const-without-initializer.js View 1 chunk +10 lines, -2 lines 0 comments Download
A + test/webkit/const-without-initializer-expected.txt View 1 chunk +3 lines, -2 lines 0 comments Download
A + test/webkit/constant-count.js View 1 chunk +17 lines, -3 lines 0 comments Download
A + test/webkit/constant-count-expected.txt View 1 chunk +3 lines, -2 lines 0 comments Download
A + test/webkit/constant-encoding.js View 1 chunk +6 lines, -2 lines 0 comments Download
A + test/webkit/constant-encoding-expected.txt View 1 chunk +6 lines, -2 lines 0 comments Download
A test/webkit/constant-folding.js View 1 chunk +491 lines, -0 lines 0 comments Download
A test/webkit/constant-folding-expected.txt View 1 chunk +467 lines, -0 lines 0 comments Download
A + test/webkit/continue-break-multiple-labels.js View 1 chunk +83 lines, -3 lines 0 comments Download
A + test/webkit/continue-break-multiple-labels-expected.txt View 1 chunk +6 lines, -2 lines 0 comments Download
A test/webkit/convert-nan-to-bool.js View 1 chunk +90 lines, -0 lines 0 comments Download
A test/webkit/convert-nan-to-bool-expected.txt View 1 chunk +97 lines, -0 lines 0 comments Download
A + test/webkit/cyclic-prototypes.js View 1 chunk +15 lines, -5 lines 0 comments Download
A + test/webkit/cyclic-prototypes-expected.txt View 1 chunk +5 lines, -2 lines 0 comments Download
A + test/webkit/date-DST-pre-1970.js View 1 chunk +4 lines, -5 lines 0 comments Download
A + test/webkit/date-DST-pre-1970-expected.txt View 1 chunk +4 lines, -2 lines 0 comments Download
A test/webkit/date-constructor.js View 1 chunk +91 lines, -0 lines 0 comments Download
A test/webkit/date-constructor-expected.txt View 1 chunk +63 lines, -0 lines 0 comments Download
A + test/webkit/date-daysfrom1970-overflow.js View 1 chunk +6 lines, -5 lines 0 comments Download
A + test/webkit/date-daysfrom1970-overflow-expected.txt View 1 chunk +4 lines, -2 lines 0 comments Download
A test/webkit/date-parse-comments-test.js View 1 chunk +98 lines, -0 lines 0 comments Download
A test/webkit/date-parse-comments-test-expected.txt View 1 chunk +170 lines, -0 lines 0 comments Download
A test/webkit/date-set-to-nan.js View 1 chunk +473 lines, -0 lines 0 comments Download
A test/webkit/date-set-to-nan-expected.txt View 1 chunk +129 lines, -0 lines 0 comments Download
A + test/webkit/date-utc-timeclip.js View 1 chunk +9 lines, -6 lines 0 comments Download
A + test/webkit/date-utc-timeclip-expected.txt View 1 chunk +9 lines, -2 lines 0 comments Download
A + test/webkit/debugger.js View 1 chunk +5 lines, -2 lines 0 comments Download
A + test/webkit/debugger-expected.txt View 1 chunk +1 line, -2 lines 0 comments Download
A + test/webkit/declaration-in-block.js View 1 chunk +5 lines, -2 lines 0 comments Download
A + test/webkit/declaration-in-block-expected.txt View 1 chunk +1 line, -2 lines 0 comments Download
A test/webkit/delete-getters-setters.js View 1 chunk +122 lines, -0 lines 0 comments Download
A + test/webkit/delete-getters-setters-expected.txt View 1 chunk +17 lines, -2 lines 0 comments Download
A + test/webkit/delete-then-put.js View 1 chunk +20 lines, -3 lines 0 comments Download
A + test/webkit/delete-then-put-expected.txt View 1 chunk +7 lines, -2 lines 0 comments Download
A + test/webkit/dfg-abs-backwards-propagation.js View 1 chunk +21 lines, -3 lines 0 comments Download
A test/webkit/dfg-abs-backwards-propagation-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A + test/webkit/dfg-add-not-number.js View 1 chunk +11 lines, -2 lines 0 comments Download
A test/webkit/dfg-add-not-number-expected.txt View 1 chunk +132 lines, -0 lines 0 comments Download
A + test/webkit/dfg-arguments-alias.js View 1 chunk +14 lines, -3 lines 0 comments Download
A + test/webkit/dfg-arguments-alias-escape.js View 1 chunk +15 lines, -3 lines 0 comments Download
A test/webkit/dfg-arguments-alias-escape-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A test/webkit/dfg-arguments-alias-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A + test/webkit/dfg-arguments-alias-one-block.js View 1 chunk +7 lines, -4 lines 0 comments Download
A test/webkit/dfg-arguments-alias-one-block-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A test/webkit/dfg-arguments-alias-one-block-osr-exit.js View 1 chunk +45 lines, -0 lines 0 comments Download
A test/webkit/dfg-arguments-alias-one-block-osr-exit-expected.txt View 1 chunk +33 lines, -0 lines 0 comments Download
A + test/webkit/dfg-arguments-alias-one-block-overwrite.js View 1 chunk +17 lines, -3 lines 0 comments Download
A test/webkit/dfg-arguments-alias-one-block-overwrite-arguments.js View 1 chunk +45 lines, -0 lines 0 comments Download
A test/webkit/dfg-arguments-alias-one-block-overwrite-arguments-expected.txt View 1 chunk +33 lines, -0 lines 0 comments Download
A test/webkit/dfg-arguments-alias-one-block-overwrite-expected.txt View 1 chunk +332 lines, -0 lines 0 comments Download
A + test/webkit/dfg-arguments-cross-code-origin.js View 1 chunk +16 lines, -3 lines 0 comments Download
A test/webkit/dfg-arguments-cross-code-origin-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A + test/webkit/dfg-arguments-mixed-alias.js View 1 chunk +14 lines, -3 lines 0 comments Download
A test/webkit/dfg-arguments-mixed-alias-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A + test/webkit/dfg-arguments-osr-exit.js View 1 chunk +28 lines, -3 lines 0 comments Download
A test/webkit/dfg-arguments-osr-exit-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A + test/webkit/dfg-arguments-osr-exit-multiple-blocks.js View 1 chunk +32 lines, -3 lines 0 comments Download
A + test/webkit/dfg-arguments-osr-exit-multiple-blocks-before-exit.js View 1 chunk +34 lines, -3 lines 0 comments Download
A test/webkit/dfg-arguments-osr-exit-multiple-blocks-before-exit-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A test/webkit/dfg-arguments-osr-exit-multiple-blocks-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A + test/webkit/dfg-arguments-out-of-bounds.js View 1 chunk +24 lines, -3 lines 0 comments Download
A test/webkit/dfg-arguments-out-of-bounds-expected.txt View 1 chunk +3032 lines, -0 lines 0 comments Download
A + test/webkit/dfg-arguments-unexpected-escape.js View 1 chunk +19 lines, -3 lines 0 comments Download
A test/webkit/dfg-arguments-unexpected-escape-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A + test/webkit/dfg-arith-add-overflow-check-elimination-predicted-but-not-proven-int.js View 1 chunk +39 lines, -3 lines 0 comments Download
A test/webkit/dfg-arith-add-overflow-check-elimination-predicted-but-not-proven-int-expected.txt View 1 chunk +140 lines, -0 lines 0 comments Download
A + test/webkit/dfg-arith-add-overflow-check-elimination-tower-of-large-numbers.js View 1 chunk +32 lines, -3 lines 0 comments Download
A test/webkit/dfg-arith-add-overflow-check-elimination-tower-of-large-numbers-expected.txt View 1 chunk +233 lines, -0 lines 0 comments Download
A + test/webkit/dfg-array-dead.js View 1 chunk +24 lines, -3 lines 0 comments Download
A test/webkit/dfg-array-dead-expected.txt View 1 chunk +1032 lines, -0 lines 0 comments Download
A + test/webkit/dfg-array-length-dead.js View 1 chunk +8 lines, -3 lines 0 comments Download
A test/webkit/dfg-array-length-dead-expected.txt View 1 chunk +1032 lines, -0 lines 0 comments Download
A + test/webkit/dfg-array-pop-side-effects.js View 1 chunk +34 lines, -3 lines 0 comments Download
A test/webkit/dfg-array-pop-side-effects-expected.txt View 1 chunk +283 lines, -0 lines 0 comments Download
A + test/webkit/dfg-array-pop-value-clearing.js View 1 chunk +8 lines, -4 lines 0 comments Download
A test/webkit/dfg-array-pop-value-clearing-expected.txt View 1 chunk +1032 lines, -0 lines 0 comments Download
A + test/webkit/dfg-arrayify-elimination.js View 1 chunk +15 lines, -7 lines 0 comments Download
A test/webkit/dfg-arrayify-elimination-expected.txt View 1 chunk +1027 lines, -0 lines 0 comments Download
A + test/webkit/dfg-arrayify-when-late-prevent-extensions.js View 1 chunk +15 lines, -4 lines 0 comments Download
A test/webkit/dfg-arrayify-when-late-prevent-extensions-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A + test/webkit/dfg-arrayify-when-prevent-extensions.js View 1 chunk +10 lines, -4 lines 0 comments Download
A test/webkit/dfg-arrayify-when-prevent-extensions-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A + test/webkit/dfg-bool-to-int32-reuse.js View 1 chunk +6 lines, -4 lines 0 comments Download
A test/webkit/dfg-bool-to-int32-reuse-expected.txt View 1 chunk +132 lines, -0 lines 0 comments Download
A + test/webkit/dfg-branch-logical-not-peephole-around-osr-exit.js View 1 chunk +14 lines, -3 lines 0 comments Download
A test/webkit/dfg-branch-logical-not-peephole-around-osr-exit-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A + test/webkit/dfg-branch-not-fail.js View 1 chunk +26 lines, -3 lines 0 comments Download
A test/webkit/dfg-branch-not-fail-expected.txt View 1 chunk +832 lines, -0 lines 0 comments Download
A + test/webkit/dfg-call-function-hit-watchpoint.js View 1 chunk +18 lines, -3 lines 0 comments Download
A test/webkit/dfg-call-function-hit-watchpoint-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A + test/webkit/dfg-call-method-hit-watchpoint.js View 1 chunk +25 lines, -3 lines 0 comments Download
A test/webkit/dfg-call-method-hit-watchpoint-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A + test/webkit/dfg-captured-var-get-local.js View 1 chunk +74 lines, -4 lines 0 comments Download
A test/webkit/dfg-captured-var-get-local-expected.txt View 1 chunk +132 lines, -0 lines 0 comments Download
A + test/webkit/dfg-cfa-merge-with-dead-use-at-tail.js View 1 chunk +18 lines, -4 lines 0 comments Download
A test/webkit/dfg-cfa-merge-with-dead-use-at-tail-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A + test/webkit/dfg-cfa-prove-put-by-id-simple-when-storing-to-specialized-function.js View 1 chunk +27 lines, -3 lines 0 comments Download
A test/webkit/dfg-cfa-prove-put-by-id-simple-when-storing-to-specialized-function-expected.txt View 1 chunk +234 lines, -0 lines 0 comments Download
A + test/webkit/dfg-cfg-simplify-eliminate-set-local-type-check-then-branch-not-null.js View 1 chunk +24 lines, -3 lines 0 comments Download
A + test/webkit/dfg-cfg-simplify-eliminate-set-local-type-check-then-branch-not-null-and-decrement.js View 1 chunk +27 lines, -3 lines 0 comments Download
A test/webkit/dfg-cfg-simplify-eliminate-set-local-type-check-then-branch-not-null-and-decrement-expected.txt View 1 chunk +532 lines, -0 lines 0 comments Download
A test/webkit/dfg-cfg-simplify-eliminate-set-local-type-check-then-branch-not-null-expected.txt View 1 chunk +532 lines, -0 lines 0 comments Download
A + test/webkit/dfg-cfg-simplify-eliminate-set-local-type-check-then-typeof.js View 1 chunk +26 lines, -3 lines 0 comments Download
A test/webkit/dfg-cfg-simplify-eliminate-set-local-type-check-then-typeof-expected.txt View 1 chunk +1032 lines, -0 lines 0 comments Download
A + test/webkit/dfg-cfg-simplify-phantom-get-local-on-same-block-set-local.js View 1 chunk +35 lines, -3 lines 0 comments Download
A test/webkit/dfg-cfg-simplify-phantom-get-local-on-same-block-set-local-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A + test/webkit/dfg-cfg-simplify-redundant-dead-get-local.js View 1 chunk +26 lines, -3 lines 0 comments Download
A test/webkit/dfg-cfg-simplify-redundant-dead-get-local-expected.txt View 1 chunk +1032 lines, -0 lines 0 comments Download
A + test/webkit/dfg-check-structure-elimination-for-non-cell.js View 1 chunk +21 lines, -3 lines 0 comments Download
A test/webkit/dfg-check-structure-elimination-for-non-cell-expected.txt View 1 chunk +233 lines, -0 lines 0 comments Download
A + test/webkit/dfg-check-two-structures.js View 1 chunk +27 lines, -3 lines 0 comments Download
A test/webkit/dfg-check-two-structures-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A + test/webkit/dfg-compare-final-object-to-final-object-or-other-when-both-proven-final-object.js View 1 chunk +11 lines, -3 lines 0 comments Download
A test/webkit/dfg-compare-final-object-to-final-object-or-other-when-both-proven-final-object-expected.txt View 1 chunk +132 lines, -0 lines 0 comments Download
A + test/webkit/dfg-compare-final-object-to-final-object-or-other-when-proven-final-object.js View 1 chunk +11 lines, -3 lines 0 comments Download
A test/webkit/dfg-compare-final-object-to-final-object-or-other-when-proven-final-object-expected.txt View 1 chunk +132 lines, -0 lines 0 comments Download
A + test/webkit/dfg-constant-fold-first-local-read-after-block-merge.js View 1 chunk +19 lines, -3 lines 0 comments Download
A test/webkit/dfg-constant-fold-first-local-read-after-block-merge-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A + test/webkit/dfg-constant-fold-logical-not-branch.js View 1 chunk +27 lines, -3 lines 0 comments Download
A test/webkit/dfg-constant-fold-logical-not-branch-expected.txt View 1 chunk +2032 lines, -0 lines 0 comments Download
A test/webkit/dfg-constant-fold-misprediction.js View 1 chunk +60 lines, -0 lines 0 comments Download
A + test/webkit/dfg-constant-fold-misprediction-expected.txt View 1 chunk +6 lines, -2 lines 0 comments Download
A + test/webkit/dfg-constant-fold-uncaptured-variable-that-is-later-captured.js View 1 chunk +24 lines, -3 lines 0 comments Download
A test/webkit/dfg-constant-fold-uncaptured-variable-that-is-later-captured-expected.txt View 1 chunk +132 lines, -0 lines 0 comments Download
A test/webkit/dfg-convert-this-dom-window.js View 1 chunk +47 lines, -0 lines 0 comments Download
A test/webkit/dfg-convert-this-dom-window-expected.txt View 1 chunk +1232 lines, -0 lines 0 comments Download
A + test/webkit/dfg-convert-this-object-then-exit-on-other.js View 1 chunk +13 lines, -3 lines 0 comments Download
A test/webkit/dfg-convert-this-object-then-exit-on-other-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A + test/webkit/dfg-convert-this-other-then-exit-on-object.js View 1 chunk +13 lines, -3 lines 0 comments Download
A test/webkit/dfg-convert-this-other-then-exit-on-object-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A + test/webkit/dfg-convert-this-polymorphic-object-then-exit-on-other.js View 1 chunk +15 lines, -3 lines 0 comments Download
A test/webkit/dfg-convert-this-polymorphic-object-then-exit-on-other-expected.txt View 1 chunk +1032 lines, -0 lines 0 comments Download
A + test/webkit/dfg-convert-this-polymorphic-object-then-exit-on-string.js View 1 chunk +17 lines, -3 lines 0 comments Download
A test/webkit/dfg-convert-this-polymorphic-object-then-exit-on-string-expected.txt View 1 chunk +1032 lines, -0 lines 0 comments Download
A + test/webkit/dfg-create-inlined-arguments-in-closure-inline.js View 1 chunk +16 lines, -4 lines 0 comments Download
A test/webkit/dfg-create-inlined-arguments-in-closure-inline-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A + test/webkit/dfg-cse-cfa-discrepancy.js View 1 chunk +26 lines, -3 lines 0 comments Download
A test/webkit/dfg-cse-cfa-discrepancy-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A + test/webkit/dfg-cse-dead-get-scoped-var.js View 1 chunk +13 lines, -3 lines 0 comments Download
A test/webkit/dfg-cse-dead-get-scoped-var-expected.txt View 1 chunk +1032 lines, -0 lines 0 comments Download
A + test/webkit/dfg-dead-min-one-arg.js View 1 chunk +19 lines, -3 lines 0 comments Download
A test/webkit/dfg-dead-min-one-arg-expected.txt View 1 chunk +282 lines, -0 lines 0 comments Download
A + test/webkit/dfg-dead-min-two-args.js View 1 chunk +42 lines, -3 lines 0 comments Download
A test/webkit/dfg-dead-min-two-args-expected.txt View 1 chunk +532 lines, -0 lines 0 comments Download
A + test/webkit/dfg-dead-redundant-get-array-length.js View 1 chunk +7 lines, -4 lines 0 comments Download
A test/webkit/dfg-dead-redundant-get-array-length-expected.txt View 1 chunk +160 lines, -0 lines 0 comments Download
A + test/webkit/dfg-dead-speculation.js View 1 chunk +17 lines, -3 lines 0 comments Download
A test/webkit/dfg-dead-speculation-expected.txt View 1 chunk +432 lines, -0 lines 0 comments Download
A + test/webkit/dfg-dead-unreachable-code-with-chain-of-dead-unchecked-nodes.js View 1 chunk +13 lines, -4 lines 0 comments Download
A test/webkit/dfg-dead-unreachable-code-with-chain-of-dead-unchecked-nodes-expected.txt View 1 chunk +1032 lines, -0 lines 0 comments Download
A + test/webkit/dfg-dead-variable-on-exit.js View 1 chunk +59 lines, -3 lines 0 comments Download
A test/webkit/dfg-dead-variable-on-exit-expected.txt View 1 chunk +332 lines, -0 lines 0 comments Download
A + test/webkit/dfg-double-addition-simplify-to-int.js View 1 chunk +22 lines, -4 lines 0 comments Download
A test/webkit/dfg-double-addition-simplify-to-int-expected.txt View 1 chunk +1032 lines, -0 lines 0 comments Download
A + test/webkit/dfg-double-use-of-post-simplification-double-prediction.js View 1 chunk +12 lines, -3 lines 0 comments Download
A test/webkit/dfg-double-use-of-post-simplification-double-prediction-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A test/webkit/dfg-double-vote-fuzz.js View 1 chunk +91 lines, -0 lines 0 comments Download
A test/webkit/dfg-double-vote-fuzz-expected.txt View 1 chunk +289 lines, -0 lines 0 comments Download
A + test/webkit/dfg-ensure-array-storage-on-string.js View 1 chunk +16 lines, -3 lines 0 comments Download
A test/webkit/dfg-ensure-array-storage-on-string-expected.txt View 1 chunk +1233 lines, -0 lines 0 comments Download
A + test/webkit/dfg-ensure-array-storage-on-window.js View 1 chunk +19 lines, -3 lines 0 comments Download
A test/webkit/dfg-ensure-array-storage-on-window-expected.txt View 1 chunk +1233 lines, -0 lines 0 comments Download
A + test/webkit/dfg-ensure-contiguous-on-string.js View 1 chunk +15 lines, -3 lines 0 comments Download
A test/webkit/dfg-ensure-contiguous-on-string-expected.txt View 1 chunk +1233 lines, -0 lines 0 comments Download
A test/webkit/dfg-ensure-non-array-array-storage-on-window.js View 1 chunk +88 lines, -0 lines 0 comments Download
A test/webkit/dfg-ensure-non-array-array-storage-on-window-expected.txt View 1 chunk +2437 lines, -0 lines 0 comments Download
A test/webkit/dfg-exception.js View 1 chunk +113 lines, -0 lines 0 comments Download
A + test/webkit/dfg-exception-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
A + test/webkit/dfg-float32-array-nan.js View 1 chunk +17 lines, -3 lines 0 comments Download
A test/webkit/dfg-float32-array-nan-expected.txt View 1 chunk +234 lines, -0 lines 0 comments Download
A + test/webkit/dfg-flush-get-local.js View 1 chunk +19 lines, -3 lines 0 comments Download
A + test/webkit/dfg-flush-get-local-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
A + test/webkit/dfg-force-exit-then-sparse-conditional-constant-prop-in-loop.js View 1 chunk +17 lines, -3 lines 0 comments Download
A test/webkit/dfg-force-exit-then-sparse-conditional-constant-prop-in-loop-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A + test/webkit/dfg-get-by-val-clobber.js View 1 chunk +24 lines, -3 lines 0 comments Download
A test/webkit/dfg-get-by-val-clobber-expected.txt View 1 chunk +3032 lines, -0 lines 0 comments Download
A + test/webkit/dfg-getter.js View 1 chunk +10 lines, -3 lines 0 comments Download
A test/webkit/dfg-getter-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A + test/webkit/dfg-getter-throw.js View 1 chunk +23 lines, -3 lines 0 comments Download
A test/webkit/dfg-getter-throw-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A + test/webkit/dfg-holy-put-by-val-interferes-with-get-array-length.js View 1 chunk +9 lines, -3 lines 0 comments Download
A test/webkit/dfg-holy-put-by-val-interferes-with-get-array-length-expected.txt View 1 chunk +132 lines, -0 lines 0 comments Download
A + test/webkit/dfg-inline-arguments-become-double.js View 1 chunk +26 lines, -3 lines 0 comments Download
A test/webkit/dfg-inline-arguments-become-double-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A + test/webkit/dfg-inline-arguments-become-int32.js View 1 chunk +26 lines, -3 lines 0 comments Download
A test/webkit/dfg-inline-arguments-become-int32-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A + test/webkit/dfg-inline-arguments-int32.js View 1 chunk +25 lines, -3 lines 0 comments Download
A test/webkit/dfg-inline-arguments-int32-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A + test/webkit/dfg-inline-arguments-osr-exit-and-capture.js View 1 chunk +28 lines, -3 lines 0 comments Download
A test/webkit/dfg-inline-arguments-osr-exit-and-capture-expected.txt View 1 chunk +332 lines, -0 lines 0 comments Download
A + test/webkit/dfg-inline-arguments-out-of-bounds.js View 1 chunk +25 lines, -3 lines 0 comments Download
A test/webkit/dfg-inline-arguments-out-of-bounds-expected.txt View 1 chunk +3032 lines, -0 lines 0 comments Download
A + test/webkit/dfg-inline-arguments-reset.js View 1 chunk +26 lines, -3 lines 0 comments Download
A + test/webkit/dfg-inline-arguments-reset-changetype.js View 1 chunk +26 lines, -3 lines 0 comments Download
A test/webkit/dfg-inline-arguments-reset-changetype-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A test/webkit/dfg-inline-arguments-reset-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A + test/webkit/dfg-inline-arguments-simple.js View 1 chunk +25 lines, -3 lines 0 comments Download
A test/webkit/dfg-inline-arguments-simple-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A + test/webkit/dfg-inline-arguments-use-directly-from-inlined-code.js View 1 chunk +20 lines, -3 lines 0 comments Download
A test/webkit/dfg-inline-arguments-use-directly-from-inlined-code-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A test/webkit/dfg-inline-arguments-use-from-all-the-places.js View 1 chunk +65 lines, -0 lines 0 comments Download
A + test/webkit/dfg-inline-arguments-use-from-all-the-places-broken.js View 1 chunk +33 lines, -3 lines 0 comments Download
A test/webkit/dfg-inline-arguments-use-from-all-the-places-broken-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A test/webkit/dfg-inline-arguments-use-from-all-the-places-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A + test/webkit/dfg-inline-arguments-use-from-getter.js View 1 chunk +23 lines, -3 lines 0 comments Download
A test/webkit/dfg-inline-arguments-use-from-getter-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A + test/webkit/dfg-inline-arguments-use-from-uninlined-code.js View 1 chunk +27 lines, -3 lines 0 comments Download
A test/webkit/dfg-inline-arguments-use-from-uninlined-code-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A + test/webkit/dfg-inline-constant.js View 1 chunk +16 lines, -3 lines 0 comments Download
A + test/webkit/dfg-inline-constant-expected.txt View 1 chunk +5 lines, -2 lines 0 comments Download
A + test/webkit/dfg-inline-constructor-that-uses-arguments.js View 1 chunk +9 lines, -3 lines 0 comments Download
A test/webkit/dfg-inline-constructor-that-uses-arguments-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A + test/webkit/dfg-inline-early-return.js View 1 chunk +16 lines, -3 lines 0 comments Download
A + test/webkit/dfg-inline-early-return-expected.txt View 1 chunk +3 lines, -2 lines 0 comments Download
A + test/webkit/dfg-inline-function-dot-caller.js View 1 chunk +41 lines, -3 lines 0 comments Download
A + test/webkit/dfg-inline-function-dot-caller-expected.txt View 1 chunk +6 lines, -2 lines 0 comments Download
A + test/webkit/dfg-inline-new-array-buffer.js View 1 chunk +19 lines, -3 lines 0 comments Download
A + test/webkit/dfg-inline-new-array-buffer-expected.txt View 1 chunk +41 lines, -2 lines 0 comments Download
A + test/webkit/dfg-inline-unused-this.js View 1 chunk +29 lines, -3 lines 0 comments Download
A test/webkit/dfg-inline-unused-this-expected.txt View 1 chunk +1032 lines, -0 lines 0 comments Download
A + test/webkit/dfg-inline-unused-this-method-check.js View 1 chunk +26 lines, -3 lines 0 comments Download
A test/webkit/dfg-inline-unused-this-method-check-expected.txt View 1 chunk +1032 lines, -0 lines 0 comments Download
A + test/webkit/dfg-int-overflow-in-loop.js View 1 chunk +12 lines, -3 lines 0 comments Download
A + test/webkit/dfg-int-overflow-in-loop-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
A + test/webkit/dfg-int-overflow-large-constants-in-a-line.js View 1 chunk +48 lines, -3 lines 0 comments Download
A test/webkit/dfg-int-overflow-large-constants-in-a-line-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A + test/webkit/dfg-int32-to-double-on-known-number.js View 1 chunk +16 lines, -4 lines 0 comments Download
A test/webkit/dfg-int32-to-double-on-known-number-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A + test/webkit/dfg-int32-to-double-on-set-local-and-exit.js View 1 chunk +35 lines, -3 lines 0 comments Download
A test/webkit/dfg-int32-to-double-on-set-local-and-exit-expected.txt View 1 chunk +1233 lines, -0 lines 0 comments Download
A + test/webkit/dfg-int32-to-double-on-set-local-and-sometimes-exit.js View 1 chunk +37 lines, -3 lines 0 comments Download
A test/webkit/dfg-int32-to-double-on-set-local-and-sometimes-exit-expected.txt View 1 chunk +1233 lines, -0 lines 0 comments Download
A + test/webkit/dfg-integer-optimization.js View 1 chunk +18 lines, -3 lines 0 comments Download
A test/webkit/dfg-integer-optimization-expected.txt View 1 chunk +2032 lines, -0 lines 0 comments Download
A + test/webkit/dfg-intrinsic-osr-exit.js View 1 chunk +12 lines, -3 lines 0 comments Download
A + test/webkit/dfg-intrinsic-osr-exit-expected.txt View 1 chunk +12 lines, -2 lines 0 comments Download
A + test/webkit/dfg-intrinsic-side-effect-assignment-osr-exit.js View 1 chunk +21 lines, -3 lines 0 comments Download
A test/webkit/dfg-intrinsic-side-effect-assignment-osr-exit-expected.txt View 1 chunk +532 lines, -0 lines 0 comments Download
A + test/webkit/dfg-intrinsic-unused-this.js View 1 chunk +25 lines, -3 lines 0 comments Download
A test/webkit/dfg-intrinsic-unused-this-expected.txt View 1 chunk +1032 lines, -0 lines 0 comments Download
A + test/webkit/dfg-intrinsic-unused-this-method-check.js View 1 chunk +22 lines, -3 lines 0 comments Download
A test/webkit/dfg-intrinsic-unused-this-method-check-expected.txt View 1 chunk +1032 lines, -0 lines 0 comments Download
A + test/webkit/dfg-max-backwards-propagation.js View 1 chunk +21 lines, -3 lines 0 comments Download
A test/webkit/dfg-max-backwards-propagation-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A + test/webkit/dfg-min-backwards-propagation.js View 1 chunk +21 lines, -3 lines 0 comments Download
A test/webkit/dfg-min-backwards-propagation-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A + test/webkit/dfg-min-max.js View 1 chunk +37 lines, -3 lines 0 comments Download
A + test/webkit/dfg-min-max-expected.txt View 1 chunk +19 lines, -2 lines 0 comments Download
A + test/webkit/dfg-mispredict-variable-but-prove-int.js View 1 chunk +16 lines, -3 lines 0 comments Download
A test/webkit/dfg-mispredict-variable-but-prove-int-expected.txt View 1 chunk +233 lines, -0 lines 0 comments Download
A + test/webkit/dfg-mul-big-integer-with-small-integer.js View 1 chunk +9 lines, -2 lines 0 comments Download
A + test/webkit/dfg-mul-big-integer-with-small-integer-and-bitor.js View 1 chunk +8 lines, -3 lines 0 comments Download
A test/webkit/dfg-mul-big-integer-with-small-integer-and-bitor-expected.txt View 1 chunk +132 lines, -0 lines 0 comments Download
A + test/webkit/dfg-mul-big-integer-with-small-integer-and-detect-overflow.js View 1 chunk +7 lines, -3 lines 0 comments Download
A test/webkit/dfg-mul-big-integer-with-small-integer-and-detect-overflow-expected.txt View 1 chunk +1032 lines, -0 lines 0 comments Download
A test/webkit/dfg-mul-big-integer-with-small-integer-expected.txt View 1 chunk +132 lines, -0 lines 0 comments Download
A + test/webkit/dfg-mul-big-integers.js View 1 chunk +7 lines, -3 lines 0 comments Download
A test/webkit/dfg-mul-big-integers-expected.txt View 1 chunk +132 lines, -0 lines 0 comments Download
A + test/webkit/dfg-multi-basic-block-structure-clobber.js View 1 chunk +28 lines, -3 lines 0 comments Download
A test/webkit/dfg-multi-basic-block-structure-clobber-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A test/webkit/dfg-multiply.js View 1 chunk +68 lines, -0 lines 0 comments Download
A test/webkit/dfg-multiply-expected.txt View 1 chunk +1052 lines, -0 lines 0 comments Download
A + test/webkit/dfg-negative-array-index.js View 1 chunk +13 lines, -2 lines 0 comments Download
A test/webkit/dfg-negative-array-index-expected.txt View 1 chunk +132 lines, -0 lines 0 comments Download
A + test/webkit/dfg-obvious-constant-cfa.js View 1 chunk +18 lines, -3 lines 0 comments Download
A + test/webkit/dfg-obvious-constant-cfa-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
A + test/webkit/dfg-other-branch.js View 1 chunk +23 lines, -3 lines 0 comments Download
A + test/webkit/dfg-other-branch-expected.txt View 1 chunk +21 lines, -2 lines 0 comments Download
A + test/webkit/dfg-patchable-get-by-id-after-watchpoint.js View 1 chunk +42 lines, -3 lines 0 comments Download
A test/webkit/dfg-patchable-get-by-id-after-watchpoint-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A + test/webkit/dfg-peephole-compare-final-object-to-final-object-or-other-when-both-proven-final-object.js View 1 chunk +18 lines, -3 lines 0 comments Download
A test/webkit/dfg-peephole-compare-final-object-to-final-object-or-other-when-both-proven-final-object-expected.txt View 1 chunk +132 lines, -0 lines 0 comments Download
A + test/webkit/dfg-peephole-compare-final-object-to-final-object-or-other-when-proven-final-object.js View 1 chunk +17 lines, -3 lines 0 comments Download
A test/webkit/dfg-peephole-compare-final-object-to-final-object-or-other-when-proven-final-object-expected.txt View 1 chunk +132 lines, -0 lines 0 comments Download
A + test/webkit/dfg-phantom-base.js View 1 chunk +14 lines, -3 lines 0 comments Download
A test/webkit/dfg-phantom-base-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A + test/webkit/dfg-phantom-get-local.js View 1 chunk +14 lines, -3 lines 0 comments Download
A test/webkit/dfg-phantom-get-local-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A + test/webkit/dfg-post-inc-then-exit.js View 1 chunk +11 lines, -4 lines 0 comments Download
A + test/webkit/dfg-post-inc-then-exit-expected.txt View 1 chunk +101 lines, -2 lines 0 comments Download
A + test/webkit/dfg-proto-access-inline-osr-exit.js View 1 chunk +16 lines, -3 lines 0 comments Download
A test/webkit/dfg-proto-access-inline-osr-exit-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A + test/webkit/dfg-proto-stub-watchpoint-fire.js View 1 chunk +15 lines, -3 lines 0 comments Download
A test/webkit/dfg-proto-stub-watchpoint-fire-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A + test/webkit/dfg-proven-sqrt-backwards-propagation.js View 1 chunk +22 lines, -3 lines 0 comments Download
A test/webkit/dfg-proven-sqrt-backwards-propagation-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A + test/webkit/dfg-put-by-id-allocate-storage.js View 1 chunk +23 lines, -3 lines 0 comments Download
A test/webkit/dfg-put-by-id-allocate-storage-expected.txt View 1 chunk +1082 lines, -0 lines 0 comments Download
A + test/webkit/dfg-put-by-id-allocate-storage-polymorphic.js View 1 chunk +30 lines, -3 lines 0 comments Download
A test/webkit/dfg-put-by-id-allocate-storage-polymorphic-expected.txt View 1 chunk +1232 lines, -0 lines 0 comments Download
A + test/webkit/dfg-put-by-id-prototype-check.js View 1 chunk +24 lines, -3 lines 0 comments Download
A test/webkit/dfg-put-by-id-prototype-check-expected.txt View 1 chunk +1132 lines, -0 lines 0 comments Download
A + test/webkit/dfg-put-by-id-reallocate-storage.js View 1 chunk +37 lines, -3 lines 0 comments Download
A test/webkit/dfg-put-by-id-reallocate-storage-expected.txt View 1 chunk +2132 lines, -0 lines 0 comments Download
A + test/webkit/dfg-put-by-id-reallocate-storage-polymorphic.js View 1 chunk +44 lines, -3 lines 0 comments Download
A test/webkit/dfg-put-by-id-reallocate-storage-polymorphic-expected.txt View 1 chunk +2282 lines, -0 lines 0 comments Download
A + test/webkit/dfg-put-by-val-setter-then-get-by-val.js View 1 chunk +18 lines, -3 lines 0 comments Download
A test/webkit/dfg-put-by-val-setter-then-get-by-val-expected.txt View 1 chunk +432 lines, -0 lines 0 comments Download
A + test/webkit/dfg-put-scoped-var-backward-flow.js View 1 chunk +10 lines, -3 lines 0 comments Download
A test/webkit/dfg-put-scoped-var-backward-flow-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A + test/webkit/dfg-putbyval-cfa-clobber.js View 1 chunk +17 lines, -3 lines 0 comments Download
A test/webkit/dfg-putbyval-cfa-clobber-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A + test/webkit/dfg-redundant-load-of-captured-variable-proven-constant.js View 1 chunk +20 lines, -3 lines 0 comments Download
A test/webkit/dfg-redundant-load-of-captured-variable-proven-constant-expected.txt View 1 chunk +132 lines, -0 lines 0 comments Download
A + test/webkit/dfg-resolve-global-polymorphic-non-dictionary.js View 1 chunk +11 lines, -4 lines 0 comments Download
A test/webkit/dfg-resolve-global-polymorphic-non-dictionary-expected.txt View 1 chunk +2032 lines, -0 lines 0 comments Download
A + test/webkit/dfg-resolve-global-specific-dictionary.js View 1 chunk +16 lines, -4 lines 0 comments Download
A test/webkit/dfg-resolve-global-specific-dictionary-expected.txt View 1 chunk +1032 lines, -0 lines 0 comments Download
A + test/webkit/dfg-rshift-by-zero-eliminate-valuetoint32.js View 1 chunk +10 lines, -3 lines 0 comments Download
A test/webkit/dfg-rshift-by-zero-eliminate-valuetoint32-expected.txt View 1 chunk +1032 lines, -0 lines 0 comments Download
A + test/webkit/dfg-side-effect-assignment-osr-exit.js View 1 chunk +19 lines, -3 lines 0 comments Download
A test/webkit/dfg-side-effect-assignment-osr-exit-expected.txt View 1 chunk +1032 lines, -0 lines 0 comments Download
A + test/webkit/dfg-sqrt-backwards-propagation.js View 1 chunk +21 lines, -3 lines 0 comments Download
A test/webkit/dfg-sqrt-backwards-propagation-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A + test/webkit/dfg-store-unexpected-value-into-argument-and-osr-exit.js View 1 chunk +36 lines, -3 lines 0 comments Download
A test/webkit/dfg-store-unexpected-value-into-argument-and-osr-exit-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A + test/webkit/dfg-string-stricteq.js View 1 chunk +24 lines, -3 lines 0 comments Download
A test/webkit/dfg-string-stricteq-expected.txt View 1 chunk +2032 lines, -0 lines 0 comments Download
A + test/webkit/dfg-tear-off-arguments-not-activation.js View 1 chunk +17 lines, -3 lines 0 comments Download
A test/webkit/dfg-tear-off-arguments-not-activation-expected.txt View 1 chunk +432 lines, -0 lines 0 comments Download
A + test/webkit/dfg-tear-off-function-dot-arguments.js View 1 chunk +17 lines, -3 lines 0 comments Download
A test/webkit/dfg-tear-off-function-dot-arguments-expected.txt View 1 chunk +432 lines, -0 lines 0 comments Download
A + test/webkit/dfg-to-string-bad-toString.js View 1 chunk +9 lines, -3 lines 0 comments Download
A test/webkit/dfg-to-string-bad-toString-expected.txt View 1 chunk +132 lines, -0 lines 0 comments Download
A + test/webkit/dfg-to-string-bad-valueOf.js View 1 chunk +9 lines, -3 lines 0 comments Download
A test/webkit/dfg-to-string-bad-valueOf-expected.txt View 1 chunk +132 lines, -0 lines 0 comments Download
A + test/webkit/dfg-to-string-int.js View 1 chunk +8 lines, -4 lines 0 comments Download
A test/webkit/dfg-to-string-int-expected.txt View 1 chunk +132 lines, -0 lines 0 comments Download
A + test/webkit/dfg-to-string-int-or-string.js View 1 chunk +8 lines, -4 lines 0 comments Download
A test/webkit/dfg-to-string-int-or-string-expected.txt View 1 chunk +1032 lines, -0 lines 0 comments Download
A + test/webkit/dfg-to-string-on-cell.js View 1 chunk +8 lines, -2 lines 0 comments Download
A test/webkit/dfg-to-string-on-cell-expected.txt View 1 chunk +132 lines, -0 lines 0 comments Download
A + test/webkit/dfg-to-string-on-value.js View 1 chunk +6 lines, -5 lines 0 comments Download
A test/webkit/dfg-to-string-on-value-expected.txt View 1 chunk +132 lines, -0 lines 0 comments Download
A + test/webkit/dfg-to-string-side-effect.js View 1 chunk +8 lines, -4 lines 0 comments Download
A + test/webkit/dfg-to-string-side-effect-clobbers-toString.js View 1 chunk +13 lines, -4 lines 0 comments Download
A test/webkit/dfg-to-string-side-effect-clobbers-toString-expected.txt View 1 chunk +282 lines, -0 lines 0 comments Download
A test/webkit/dfg-to-string-side-effect-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A + test/webkit/dfg-to-string-toString-becomes-bad.js View 1 chunk +14 lines, -3 lines 0 comments Download
A test/webkit/dfg-to-string-toString-becomes-bad-expected.txt View 1 chunk +182 lines, -0 lines 0 comments Download
A + test/webkit/dfg-to-string-toString-becomes-bad-with-check-structure.js View 1 chunk +9 lines, -3 lines 0 comments Download
A test/webkit/dfg-to-string-toString-becomes-bad-with-check-structure-expected.txt View 1 chunk +132 lines, -0 lines 0 comments Download
A + test/webkit/dfg-to-string-toString-becomes-bad-with-dictionary-string-prototype.js View 1 chunk +21 lines, -3 lines 0 comments Download
A test/webkit/dfg-to-string-toString-becomes-bad-with-dictionary-string-prototype-expected.txt View 1 chunk +182 lines, -0 lines 0 comments Download
A + test/webkit/dfg-to-string-toString-in-string.js View 1 chunk +16 lines, -3 lines 0 comments Download
A test/webkit/dfg-to-string-toString-in-string-expected.txt View 1 chunk +182 lines, -0 lines 0 comments Download
A + test/webkit/dfg-to-string-valueOf-in-string.js View 1 chunk +14 lines, -3 lines 0 comments Download
A test/webkit/dfg-to-string-valueOf-in-string-expected.txt View 1 chunk +182 lines, -0 lines 0 comments Download
A + test/webkit/dfg-uint32-to-number.js View 1 chunk +14 lines, -3 lines 0 comments Download
A + test/webkit/dfg-uint32-to-number-expected.txt View 1 chunk +5 lines, -2 lines 0 comments Download
A + test/webkit/dfg-uint32-to-number-in-middle-of-copy-propagation.js View 1 chunk +10 lines, -3 lines 0 comments Download
A test/webkit/dfg-uint32-to-number-in-middle-of-copy-propagation-expected.txt View 1 chunk +132 lines, -0 lines 0 comments Download
A + test/webkit/dfg-uint32-to-number-on-captured-variable.js View 1 chunk +9 lines, -3 lines 0 comments Download
A test/webkit/dfg-uint32-to-number-on-captured-variable-expected.txt View 1 chunk +132 lines, -0 lines 0 comments Download
A + test/webkit/dfg-uint32-to-number-skip-then-exit.js View 1 chunk +17 lines, -3 lines 0 comments Download
A test/webkit/dfg-uint32-to-number-skip-then-exit-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A + test/webkit/dfg-uint32array-overflow-constant.js View 1 chunk +10 lines, -3 lines 0 comments Download
A test/webkit/dfg-uint32array-overflow-constant-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A + test/webkit/dfg-uint8clampedarray-out-of-bounds-put-by-val-alias.js View 1 chunk +11 lines, -4 lines 0 comments Download
A test/webkit/dfg-uint8clampedarray-out-of-bounds-put-by-val-alias-expected.txt View 1 chunk +232 lines, -0 lines 0 comments Download
A + test/webkit/dfg-value-to-int32-with-side-effect.js View 1 chunk +12 lines, -3 lines 0 comments Download
A test/webkit/dfg-value-to-int32-with-side-effect-expected.txt View 1 chunk +233 lines, -0 lines 0 comments Download
A + test/webkit/dfg-weak-js-constant-silent-fill.js View 1 chunk +20 lines, -3 lines 0 comments Download
A test/webkit/dfg-weak-js-constant-silent-fill-expected.txt View 1 chunk +3032 lines, -0 lines 0 comments Download
A test/webkit/dictionary-no-cache.js View 1 chunk +112 lines, -0 lines 0 comments Download
A + test/webkit/dictionary-no-cache-expected.txt View 1 chunk +8 lines, -2 lines 0 comments Download
A test/webkit/dictionary-prototype-caching.js View 1 chunk +95 lines, -0 lines 0 comments Download
A + test/webkit/dictionary-prototype-caching-expected.txt View 1 chunk +8 lines, -2 lines 0 comments Download
A + test/webkit/do-while-semicolon.js View 1 chunk +39 lines, -3 lines 0 comments Download
A + test/webkit/do-while-semicolon-expected.txt View 1 chunk +5 lines, -2 lines 0 comments Download
A + test/webkit/duplicate-param-crash.js View 1 chunk +14 lines, -3 lines 0 comments Download
A + test/webkit/duplicate-param-crash-expected.txt View 1 chunk +3 lines, -2 lines 0 comments Download
A + test/webkit/duplicate-param-gc-crash.js View 1 chunk +42 lines, -3 lines 0 comments Download
A + test/webkit/duplicate-param-gc-crash-expected.txt View 1 chunk +3 lines, -2 lines 0 comments Download
A + test/webkit/enter-dictionary-indexing-mode-with-blank-indexing-type.js View 1 chunk +4 lines, -4 lines 0 comments Download
A + test/webkit/enter-dictionary-indexing-mode-with-blank-indexing-type-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
A test/webkit/equality.js View 1 chunk +77 lines, -0 lines 0 comments Download
A test/webkit/equality-expected.txt View 1 chunk +832 lines, -0 lines 0 comments Download
A + test/webkit/eval-and-with.js View 1 chunk +29 lines, -3 lines 0 comments Download
A + test/webkit/eval-and-with-expected.txt View 1 chunk +10 lines, -2 lines 0 comments Download
A + test/webkit/eval-cache-crash.js View 1 chunk +10 lines, -3 lines 0 comments Download
A + test/webkit/eval-cache-crash-expected.txt View 1 chunk +3 lines, -2 lines 0 comments Download
A + test/webkit/eval-throw-return.js View 1 chunk +28 lines, -5 lines 0 comments Download
A + test/webkit/eval-throw-return-expected.txt View 1 chunk +17 lines, -2 lines 0 comments Download
A + test/webkit/eval-var-decl.js View 1 chunk +37 lines, -3 lines 0 comments Download
A + test/webkit/eval-var-decl-expected.txt View 1 chunk +7 lines, -2 lines 0 comments Download
A + test/webkit/exception-for-nonobject.js View 1 chunk +3 lines, -2 lines 0 comments Download
A + test/webkit/exception-for-nonobject-expected.txt View 1 chunk +3 lines, -2 lines 0 comments Download
A test/webkit/exception-propagate-from-dfg-to-llint.js View 1 chunk +210 lines, -0 lines 0 comments Download
A + test/webkit/exception-propagate-from-dfg-to-llint-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
A + test/webkit/exception-try-finally-scope-error.js View 1 chunk +33 lines, -5 lines 0 comments Download
A + test/webkit/exception-try-finally-scope-error-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
A test/webkit/exception-with-handler-inside-eval-with-dynamic-scope.js View 1 chunk +55 lines, -0 lines 0 comments Download
A + test/webkit/exception-with-handler-inside-eval-with-dynamic-scope-expected.txt View 1 chunk +12 lines, -2 lines 0 comments Download
A + test/webkit/finally-codegen-failure.js View 1 chunk +18 lines, -5 lines 0 comments Download
A + test/webkit/finally-codegen-failure-expected.txt View 1 chunk +4 lines, -2 lines 0 comments Download
A + test/webkit/flatten-dictionary-structure-from-which-all-properties-were-deleted.js View 1 chunk +15 lines, -3 lines 0 comments Download
A test/webkit/flatten-dictionary-structure-from-which-all-properties-were-deleted-expected.txt View 1 chunk +132 lines, -0 lines 0 comments Download
A + test/webkit/for-in-avoid-duplicates.js View 1 chunk +15 lines, -3 lines 0 comments Download
A + test/webkit/for-in-avoid-duplicates-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
A test/webkit/for-in-cached.js View 1 chunk +97 lines, -0 lines 0 comments Download
A + test/webkit/for-in-cached-expected.txt View 1 chunk +11 lines, -2 lines 0 comments Download
A + test/webkit/for-in-exeception.js View 1 chunk +20 lines, -5 lines 0 comments Download
A + test/webkit/for-in-exeception-expected.txt View 1 chunk +4 lines, -2 lines 0 comments Download
A + test/webkit/for-in-to-text.js View 1 chunk +7 lines, -4 lines 0 comments Download
A + test/webkit/for-in-to-text-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
A + test/webkit/for-in-var-scope.js View 1 chunk +14 lines, -3 lines 0 comments Download
A + test/webkit/for-in-var-scope-expected.txt View 1 chunk +3 lines, -2 lines 0 comments Download
A test/webkit/function-apply-aliased.js View 1 chunk +84 lines, -0 lines 0 comments Download
A test/webkit/function-apply-aliased-expected.txt View 1 chunk +54 lines, -0 lines 0 comments Download
A + test/webkit/function-call-aliased.js View 1 chunk +18 lines, -4 lines 0 comments Download
A + test/webkit/function-call-aliased-expected.txt View 1 chunk +13 lines, -2 lines 0 comments Download
A test/webkit/function-call-register-allocation.js View 1 chunk +62 lines, -0 lines 0 comments Download
A + test/webkit/function-call-register-allocation-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
A + test/webkit/function-constructor-newline-after-brace.js View 1 chunk +26 lines, -3 lines 0 comments Download
A + test/webkit/function-constructor-newline-after-brace-expected.txt View 1 chunk +1 line, -2 lines 0 comments Download
A + test/webkit/function-constructor-single-line-comment.js View 1 chunk +5 lines, -5 lines 0 comments Download
A + test/webkit/function-constructor-single-line-comment-expected.txt View 1 chunk +5 lines, -2 lines 0 comments Download
A + test/webkit/function-declaration.js View 1 chunk +4 lines, -5 lines 0 comments Download
A + test/webkit/function-declaration-expected.txt View 1 chunk +4 lines, -2 lines 0 comments Download
A test/webkit/function-declaration-statement.js View 1 chunk +183 lines, -0 lines 0 comments Download
A + test/webkit/function-declaration-statement-expected.txt View 1 chunk +12 lines, -2 lines 0 comments Download
A + test/webkit/function-declarations-in-switch-statement.js View 1 chunk +22 lines, -6 lines 0 comments Download
A + test/webkit/function-declarations-in-switch-statement-expected.txt View 1 chunk +6 lines, -6 lines 0 comments Download
A + test/webkit/function-dot-apply-replace-base.js View 1 chunk +21 lines, -3 lines 0 comments Download
A + test/webkit/function-dot-apply-replace-base-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
A + test/webkit/function-dot-length-read-only.js View 1 chunk +8 lines, -3 lines 0 comments Download
A + test/webkit/function-dot-length-read-only-expected.txt View 1 chunk +3 lines, -2 lines 0 comments Download
A + test/webkit/function-prototype-descriptor.js View 1 chunk +21 lines, -3 lines 0 comments Download
A + test/webkit/function-prototype-descriptor-expected.txt View 1 chunk +11 lines, -2 lines 0 comments Download
A test/webkit/function-toString-object-literals.js View 1 chunk +63 lines, -0 lines 0 comments Download
A test/webkit/function-toString-object-literals-expected.txt View 1 chunk +53 lines, -0 lines 0 comments Download
A + test/webkit/get-by-pname.js View 1 chunk +20 lines, -3 lines 0 comments Download
A test/webkit/get-by-pname-expected.txt View 1 chunk +532 lines, -0 lines 0 comments Download
A + test/webkit/get-by-pname-non-final-object.js View 1 chunk +45 lines, -3 lines 0 comments Download
A test/webkit/get-by-pname-non-final-object-expected.txt View 1 chunk +532 lines, -0 lines 0 comments Download
A + test/webkit/get-by-pname-that-looks-like-a-patchable-get-by-val.js View 1 chunk +16 lines, -3 lines 0 comments Download
A + test/webkit/get-by-pname-that-looks-like-a-patchable-get-by-val-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
A + test/webkit/getter-setter-gc.js View 1 chunk +13 lines, -3 lines 0 comments Download
A + test/webkit/getter-setter-gc-expected.txt View 1 chunk +3 lines, -2 lines 0 comments Download
A + test/webkit/global-resolve-through-eval.js View 1 chunk +6 lines, -5 lines 0 comments Download
A + test/webkit/global-resolve-through-eval-expected.txt View 1 chunk +3 lines, -2 lines 0 comments Download
A + test/webkit/gmail-re-re.js View 1 chunk +32 lines, -4 lines 0 comments Download
A + test/webkit/gmail-re-re-expected.txt View 1 chunk +4 lines, -2 lines 0 comments Download
A + test/webkit/has-own-property.js View 1 chunk +7 lines, -4 lines 0 comments Download
A + test/webkit/has-own-property-expected.txt View 1 chunk +7 lines, -2 lines 0 comments Download
A + test/webkit/ignored-result-null-comparison-crash.js View 1 chunk +14 lines, -3 lines 0 comments Download
A + test/webkit/ignored-result-null-comparison-crash-expected.txt View 1 chunk +3 lines, -2 lines 0 comments Download
A + test/webkit/ignored-result-ref-crash.js View 1 chunk +58 lines, -3 lines 0 comments Download
A + test/webkit/ignored-result-ref-crash-expected.txt View 1 chunk +6 lines, -2 lines 0 comments Download
A + test/webkit/indexed-setter-on-global-object.js View 1 chunk +9 lines, -3 lines 0 comments Download
A + test/webkit/indexed-setter-on-global-object-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
A test/webkit/instance-of-immediates.js View 1 chunk +63 lines, -0 lines 0 comments Download
A test/webkit/instance-of-immediates-expected.txt View 1 chunk +50 lines, -0 lines 0 comments Download
A + test/webkit/instanceof-operator.js View 1 chunk +9 lines, -2 lines 0 comments Download
A + test/webkit/instanceof-operator-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
A test/webkit/integer-extremes.js View 1 chunk +165 lines, -0 lines 0 comments Download
A test/webkit/integer-extremes-expected.txt View 1 chunk +641 lines, -0 lines 0 comments Download
A + test/webkit/interpreter-no-activation.js View 1 chunk +15 lines, -6 lines 0 comments Download
A + test/webkit/interpreter-no-activation-expected.txt View 1 chunk +4 lines, -2 lines 0 comments Download
A + test/webkit/invalid-callframe-during-unwind.js View 1 chunk +4 lines, -2 lines 0 comments Download
A + test/webkit/invalid-callframe-during-unwind-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
A + test/webkit/isPrototypeOf.js View 1 chunk +12 lines, -3 lines 0 comments Download
A + test/webkit/isPrototypeOf-expected.txt View 1 chunk +5 lines, -2 lines 0 comments Download
A + test/webkit/jit-float32-array-nan.js View 1 chunk +14 lines, -3 lines 0 comments Download
A test/webkit/jit-float32-array-nan-expected.txt View 1 chunk +234 lines, -0 lines 0 comments Download
A test/webkit/js-continue-break-restrictions.js View 1 chunk +58 lines, -0 lines 0 comments Download
A test/webkit/js-continue-break-restrictions-expected.txt View 1 chunk +60 lines, -0 lines 0 comments Download
A test/webkit/keywords-and-reserved_words.js View 1 chunk +136 lines, -0 lines 0 comments Download
A test/webkit/keywords-and-reserved_words-expected.txt View 1 chunk +96 lines, -0 lines 0 comments Download
A + test/webkit/legitimately-captured-argument.js View 1 chunk +11 lines, -4 lines 0 comments Download
A test/webkit/legitimately-captured-argument-expected.txt View 1 chunk +1032 lines, -0 lines 0 comments Download
A + test/webkit/logical-or-jless.js View 1 chunk +5 lines, -5 lines 0 comments Download
A + test/webkit/logical-or-jless-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
A test/webkit/math.js View 1 chunk +267 lines, -0 lines 0 comments Download
A test/webkit/math-expected.txt View 1 chunk +194 lines, -0 lines 0 comments Download
A test/webkit/math-transforms.js View 1 chunk +85 lines, -0 lines 0 comments Download
A test/webkit/math-transforms-expected.txt View 1 chunk +2254 lines, -0 lines 0 comments Download
A + test/webkit/mod-by-zero.js View 1 chunk +8 lines, -2 lines 0 comments Download
A + test/webkit/mod-by-zero-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
A + test/webkit/mod-crash.js View 1 chunk +34 lines, -3 lines 0 comments Download
A + test/webkit/mod-crash-expected.txt View 1 chunk +6 lines, -2 lines 0 comments Download
A + test/webkit/multiline-comment-newline.js View 1 chunk +9 lines, -2 lines 0 comments Download
A + test/webkit/multiline-comment-newline-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
A test/webkit/named-function-expression.js View 1 chunk +151 lines, -0 lines 0 comments Download
A test/webkit/named-function-expression-expected.txt View 1 chunk +64 lines, -0 lines 0 comments Download
A test/webkit/nested-functions.js View 1 chunk +57 lines, -0 lines 0 comments Download
A + test/webkit/nested-functions-expected.txt View 1 chunk +5 lines, -2 lines 0 comments Download
A + test/webkit/new-array-double-with-holes.js View 1 chunk +6 lines, -3 lines 0 comments Download
A test/webkit/new-array-double-with-holes-expected.txt View 1 chunk +132 lines, -0 lines 0 comments Download
A + test/webkit/no-semi-insertion-at-end-of-script.js View 1 chunk +3 lines, -2 lines 0 comments Download
A + test/webkit/no-semi-insertion-at-end-of-script-expected.txt View 1 chunk +3 lines, -2 lines 0 comments Download
A + test/webkit/number-cell-reuse.js View 1 chunk +58 lines, -3 lines 0 comments Download
A + test/webkit/number-cell-reuse-expected.txt View 1 chunk +13 lines, -2 lines 0 comments Download
A + test/webkit/number-parsing-crash.js View 1 chunk +3 lines, -4 lines 0 comments Download
A + test/webkit/number-parsing-crash-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
A test/webkit/number-toExponential.js View 1 chunk +71 lines, -0 lines 0 comments Download
A test/webkit/number-toExponential-expected.txt View 1 chunk +60 lines, -0 lines 0 comments Download
A + test/webkit/numeric-compare.js View 1 chunk +5 lines, -2 lines 0 comments Download
A + test/webkit/numeric-compare-expected.txt View 1 chunk +1 line, -2 lines 0 comments Download
A test/webkit/numeric-conversion.js View 1 chunk +52 lines, -0 lines 0 comments Download
A test/webkit/numeric-conversion-expected.txt View 1 chunk +50 lines, -0 lines 0 comments Download
A + test/webkit/object-literal-direct-put.js View 1 chunk +10 lines, -6 lines 0 comments Download
A + test/webkit/object-literal-direct-put-expected.txt View 1 chunk +10 lines, -2 lines 0 comments Download
A + test/webkit/object-literal-syntax.js View 1 chunk +21 lines, -2 lines 0 comments Download
A test/webkit/object-literal-syntax-expected.txt View 1 chunk +52 lines, -0 lines 0 comments Download
A test/webkit/order-of-operations.js View 1 chunk +67 lines, -0 lines 0 comments Download
A test/webkit/order-of-operations-expected.txt View 1 chunk +45 lines, -0 lines 0 comments Download
A + test/webkit/parse-nan.js View 1 chunk +4 lines, -2 lines 0 comments Download
A + test/webkit/parse-nan-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
A test/webkit/parseFloat.js View 1 chunk +98 lines, -0 lines 0 comments Download
A test/webkit/parseFloat-expected.txt View 1 chunk +76 lines, -0 lines 0 comments Download
A test/webkit/parseInt.js View 1 chunk +77 lines, -0 lines 0 comments Download
A + test/webkit/parseInt-expected.txt View 1 chunk +38 lines, -2 lines 0 comments Download
A + test/webkit/parser-high-byte-character.js View 1 chunk +20 lines, -4 lines 0 comments Download
A + test/webkit/parser-high-byte-character-expected.txt View 1 chunk +1 line, -2 lines 0 comments Download
A + test/webkit/parser-xml-close-comment.js View 1 chunk +8 lines, -6 lines 0 comments Download
A + test/webkit/parser-xml-close-comment-expected.txt View 1 chunk +10 lines, -2 lines 0 comments Download
A + test/webkit/polymorphic-construct.js View 1 chunk +24 lines, -3 lines 0 comments Download
A + test/webkit/polymorphic-construct-expected.txt View 1 chunk +13 lines, -2 lines 0 comments Download
A + test/webkit/pretty-print.js View 1 chunk +13 lines, -3 lines 0 comments Download
A + test/webkit/pretty-print-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
A test/webkit/preventExtensions.js View 1 chunk +157 lines, -0 lines 0 comments Download
A test/webkit/preventExtensions-expected.txt View 1 chunk +66 lines, -0 lines 0 comments Download
A + test/webkit/primitive-method-this.js View 1 chunk +10 lines, -3 lines 0 comments Download
A + test/webkit/primitive-method-this-expected.txt View 1 chunk +5 lines, -2 lines 0 comments Download
A test/webkit/property-getters-and-setters.js View 1 chunk +104 lines, -0 lines 0 comments Download
A test/webkit/property-getters-and-setters-expected.txt View 1 chunk +65 lines, -0 lines 0 comments Download
A + test/webkit/property-iteration.js View 1 chunk +17 lines, -5 lines 0 comments Download
A + test/webkit/property-iteration-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
A + test/webkit/propertyIsEnumerable.js View 1 chunk +14 lines, -3 lines 0 comments Download
A + test/webkit/propertyIsEnumerable-expected.txt View 1 chunk +9 lines, -2 lines 0 comments Download
A test/webkit/prototypes.js View 1 chunk +91 lines, -0 lines 0 comments Download
A test/webkit/prototypes-expected.txt View 1 chunk +90 lines, -0 lines 0 comments Download
A test/webkit/reentrant-caching.js View 1 chunk +112 lines, -0 lines 0 comments Download
A + test/webkit/reentrant-caching-expected.txt View 1 chunk +1 line, -2 lines 0 comments Download
A + test/webkit/reentrant-call-unwind.js View 1 chunk +13 lines, -4 lines 0 comments Download
A + test/webkit/reentrant-call-unwind-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
A + test/webkit/regexp-alternatives.js View 1 chunk +14 lines, -3 lines 0 comments Download
A + test/webkit/regexp-alternatives-expected.txt View 1 chunk +10 lines, -2 lines 0 comments Download
A + test/webkit/regexp-backreferences.js View 1 chunk +14 lines, -5 lines 0 comments Download
A + test/webkit/regexp-backreferences-expected.txt View 1 chunk +13 lines, -2 lines 0 comments Download
A + test/webkit/regexp-char-insensitive.js View 1 chunk +19 lines, -3 lines 0 comments Download
A + test/webkit/regexp-char-insensitive-expected.txt View 1 chunk +17 lines, -2 lines 0 comments Download
A + test/webkit/regexp-character-match-out-of-order.js View 1 chunk +2 lines, -2 lines 0 comments Download
A + test/webkit/regexp-character-match-out-of-order-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
A + test/webkit/regexp-compile.js View 1 chunk +46 lines, -3 lines 0 comments Download
A + test/webkit/regexp-compile-crash.js View 1 chunk +8 lines, -6 lines 0 comments Download
A + test/webkit/regexp-compile-crash-expected.txt View 1 chunk +8 lines, -2 lines 0 comments Download
A + test/webkit/regexp-compile-expected.txt View 1 chunk +21 lines, -2 lines 0 comments Download
A + test/webkit/regexp-divequal.js View 1 chunk +6 lines, -7 lines 0 comments Download
A + test/webkit/regexp-divequal-expected.txt View 1 chunk +6 lines, -2 lines 0 comments Download
A + test/webkit/regexp-extended-characters-match.js View 1 chunk +13 lines, -4 lines 0 comments Download
A + test/webkit/regexp-extended-characters-match-expected.txt View 1 chunk +12 lines, -2 lines 0 comments Download
A + test/webkit/regexp-extended-characters-more.js View 1 chunk +4 lines, -5 lines 0 comments Download
A + test/webkit/regexp-extended-characters-more-expected.txt View 1 chunk +4 lines, -2 lines 0 comments Download
A + test/webkit/regexp-find-first-asserted.js View 1 chunk +4 lines, -4 lines 0 comments Download
A + test/webkit/regexp-find-first-asserted-expected.txt View 1 chunk +4 lines, -2 lines 0 comments Download
A + test/webkit/regexp-in-and-foreach-handling.js View 1 chunk +46 lines, -5 lines 0 comments Download
A + test/webkit/regexp-in-and-foreach-handling-expected.txt View 1 chunk +13 lines, -2 lines 0 comments Download
A + test/webkit/regexp-literals-arent-constants.js View 1 chunk +31 lines, -5 lines 0 comments Download
A + test/webkit/regexp-literals-arent-constants-expected.txt View 1 chunk +8 lines, -2 lines 0 comments Download
A + test/webkit/regexp-many-brackets.js View 1 chunk +16 lines, -3 lines 0 comments Download
A + test/webkit/regexp-many-brackets-expected.txt View 1 chunk +3 lines, -2 lines 0 comments Download
A test/webkit/regexp-negative-special-characters.js View 1 chunk +86 lines, -0 lines 0 comments Download
A + test/webkit/regexp-negative-special-characters-expected.txt View 1 chunk +43 lines, -2 lines 0 comments Download
A + test/webkit/regexp-non-bmp.js View 1 chunk +16 lines, -3 lines 0 comments Download
A + test/webkit/regexp-non-bmp-expected.txt View 1 chunk +10 lines, -2 lines 0 comments Download
A + test/webkit/regexp-non-character.js View 1 chunk +15 lines, -5 lines 0 comments Download
A + test/webkit/regexp-non-character-expected.txt View 1 chunk +15 lines, -2 lines 0 comments Download
A + test/webkit/regexp-norepeat.js View 1 chunk +6 lines, -2 lines 0 comments Download
A + test/webkit/regexp-norepeat-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
A + test/webkit/regexp-range-bound-ffff.js View 1 chunk +3 lines, -4 lines 0 comments Download
A + test/webkit/regexp-range-bound-ffff-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
A test/webkit/regexp-zero-length-alternatives.js View 1 chunk +275 lines, -0 lines 0 comments Download
A test/webkit/regexp-zero-length-alternatives-expected.txt View 1 chunk +169 lines, -0 lines 0 comments Download
A + test/webkit/registerCachingAcrossBranchTargets.js View 1 chunk +6 lines, -5 lines 0 comments Download
A + test/webkit/registerCachingAcrossBranchTargets-expected.txt View 1 chunk +6 lines, -2 lines 0 comments Download
A test/webkit/rehash-assign.js View 1 chunk +136 lines, -0 lines 0 comments Download
A + test/webkit/rehash-assign-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
A + test/webkit/reserved-words.js View 1 chunk +90 lines, -3 lines 0 comments Download
A test/webkit/reserved-words-expected.txt View 1 chunk +95 lines, -0 lines 0 comments Download
A + test/webkit/resize-array-assign.js View 1 chunk +13 lines, -5 lines 0 comments Download
A + test/webkit/resize-array-assign-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
A + test/webkit/resolve-arguments-from-scope.js View 1 chunk +17 lines, -3 lines 0 comments Download
A test/webkit/resolve-arguments-from-scope-expected.txt View 1 chunk +332 lines, -0 lines 0 comments Download
A + test/webkit/slash-lineterminator-parse.js View 1 chunk +6 lines, -2 lines 0 comments Download
A + test/webkit/slash-lineterminator-parse-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
A + test/webkit/sort-large-array.js View 1 chunk +17 lines, -5 lines 0 comments Download
A + test/webkit/sort-large-array-expected.txt View 1 chunk +9 lines, -2 lines 0 comments Download
A + test/webkit/sort-no-jit-code-crash.js View 1 chunk +22 lines, -2 lines 0 comments Download
A + test/webkit/sort-no-jit-code-crash-expected.txt View 1 chunk +1 line, -2 lines 0 comments Download
A + test/webkit/sort-non-numbers.js View 1 chunk +7 lines, -2 lines 0 comments Download
A + test/webkit/sort-non-numbers-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
A + test/webkit/sort-randomly.js View 1 chunk +17 lines, -3 lines 0 comments Download
A + test/webkit/sort-randomly-expected.txt View 1 chunk +1 line, -2 lines 0 comments Download
A + test/webkit/sort-with-side-effecting-comparisons.js View 1 chunk +16 lines, -3 lines 0 comments Download
A + test/webkit/sort-with-side-effecting-comparisons-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
A + test/webkit/sparse-array.js View 1 chunk +22 lines, -3 lines 0 comments Download
A + test/webkit/sparse-array-expected.txt View 1 chunk +14 lines, -2 lines 0 comments Download
A + test/webkit/stack-overflow-catch.js View 1 chunk +50 lines, -5 lines 0 comments Download
A + test/webkit/stack-overflow-catch-expected.txt View 1 chunk +3 lines, -2 lines 0 comments Download
A + test/webkit/stack-unwinding.js View 1 chunk +37 lines, -3 lines 0 comments Download
A + test/webkit/stack-unwinding-expected.txt View 1 chunk +5 lines, -2 lines 0 comments Download
A + test/webkit/statement-list-register-crash.js View 1 chunk +14 lines, -2 lines 0 comments Download
A + test/webkit/statement-list-register-crash-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
A + test/webkit/static-scope-object.js View 1 chunk +17 lines, -5 lines 0 comments Download
A + test/webkit/static-scope-object-expected.txt View 1 chunk +3 lines, -2 lines 0 comments Download
A test/webkit/strict-callback-this.js View 1 chunk +126 lines, -0 lines 0 comments Download
A + test/webkit/strict-callback-this-expected.txt View 1 chunk +15 lines, -2 lines 0 comments Download
A test/webkit/strict-throw-type-error.js View 1 chunk +73 lines, -0 lines 0 comments Download
A + test/webkit/strict-throw-type-error-expected.txt View 1 chunk +12 lines, -2 lines 0 comments Download
A + test/webkit/string-from-char-code.js View 1 chunk +4 lines, -2 lines 0 comments Download
A + test/webkit/string-from-char-code-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
A + test/webkit/string-index-overflow.js View 1 chunk +3 lines, -5 lines 0 comments Download
A + test/webkit/string-index-overflow-expected.txt View 1 chunk +3 lines, -2 lines 0 comments Download
A + test/webkit/string-property-deletion.js View 1 chunk +16 lines, -7 lines 0 comments Download
A + test/webkit/string-property-deletion-expected.txt View 1 chunk +15 lines, -2 lines 0 comments Download
A + test/webkit/string-property-iteration.js View 1 chunk +12 lines, -6 lines 0 comments Download
A + test/webkit/string-property-iteration-expected.txt View 1 chunk +7 lines, -2 lines 0 comments Download
A + test/webkit/string-slice-abnormal-values.js View 1 chunk +5 lines, -2 lines 0 comments Download
A + test/webkit/string-slice-abnormal-values-expected.txt View 1 chunk +3 lines, -2 lines 0 comments Download
A + test/webkit/string-sort.js View 1 chunk +16 lines, -6 lines 0 comments Download
A + test/webkit/string-sort-expected.txt View 1 chunk +21 lines, -2 lines 0 comments Download
A + test/webkit/string-substr.js View 1 chunk +38 lines, -3 lines 0 comments Download
A + test/webkit/string-substr-expected.txt View 1 chunk +32 lines, -2 lines 0 comments Download
A test/webkit/string-trim.js View 1 chunk +95 lines, -0 lines 0 comments Download
A test/webkit/string-trim-expected.txt View 1 chunk +134 lines, -0 lines 0 comments Download
A + test/webkit/string_replace.js View 1 chunk +4 lines, -5 lines 0 comments Download
A + test/webkit/string_replace-expected.txt View 1 chunk +4 lines, -2 lines 0 comments Download
M test/webkit/testcfg.py View 1 chunk +33 lines, -9 lines 0 comments Download
A + test/webkit/this-non-object-proto.js View 1 chunk +6 lines, -3 lines 0 comments Download
A + test/webkit/this-non-object-proto-expected.txt View 1 chunk +3 lines, -2 lines 0 comments Download
A + test/webkit/throw-from-finally.js View 1 chunk +53 lines, -3 lines 0 comments Download
A + test/webkit/throw-from-finally-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
A test/webkit/toString-elision-trailing-comma.js View 1 chunk +131 lines, -0 lines 0 comments Download
A test/webkit/toString-elision-trailing-comma-expected.txt View 1 chunk +113 lines, -0 lines 0 comments Download
A + test/webkit/toString-for-var-decl.js View 1 chunk +11 lines, -3 lines 0 comments Download
A + test/webkit/toString-for-var-decl-expected.txt View 1 chunk +6 lines, -2 lines 0 comments Download
A test/webkit/toString-number-dot-expr.js View 1 chunk +214 lines, -0 lines 0 comments Download
A + test/webkit/toString-number-dot-expr-expected.txt View 1 chunk +6 lines, -2 lines 0 comments Download
A test/webkit/toString-prefix-postfix-preserve-parens.js View 1 chunk +154 lines, -0 lines 0 comments Download
A test/webkit/toString-prefix-postfix-preserve-parens-expected.txt View 1 chunk +84 lines, -0 lines 0 comments Download
A + test/webkit/toString-recursion.js View 1 chunk +7 lines, -3 lines 0 comments Download
A + test/webkit/toString-recursion-expected.txt View 1 chunk +4 lines, -2 lines 0 comments Download
A + test/webkit/tostring-exception-in-property-access.js View 1 chunk +30 lines, -5 lines 0 comments Download
A + test/webkit/tostring-exception-in-property-access-expected.txt View 1 chunk +7 lines, -2 lines 0 comments Download
A + test/webkit/try-catch-try-try-catch-try-finally-return-catch-finally.js View 1 chunk +25 lines, -3 lines 0 comments Download
A + test/webkit/try-catch-try-try-catch-try-finally-return-catch-finally-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
A + test/webkit/try-try-return-finally-finally.js View 1 chunk +20 lines, -3 lines 0 comments Download
A + test/webkit/try-try-return-finally-finally-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
A + test/webkit/typeof-codegen-crash.js View 1 chunk +9 lines, -4 lines 0 comments Download
A + test/webkit/typeof-codegen-crash-expected.txt View 1 chunk +8 lines, -2 lines 0 comments Download
A test/webkit/typeof-constant-string.js View 1 chunk +318 lines, -0 lines 0 comments Download
A + test/webkit/typeof-constant-string-expected.txt View 1 chunk +39 lines, -2 lines 0 comments Download
A + test/webkit/unexpected-constant-crash.js View 1 chunk +6 lines, -2 lines 0 comments Download
A + test/webkit/unexpected-constant-crash-expected.txt View 1 chunk +1 line, -2 lines 0 comments Download
A + test/webkit/unmatching-argument-count.js View 1 chunk +18 lines, -8 lines 0 comments Download
A + test/webkit/unmatching-argument-count-expected.txt View 1 chunk +7 lines, -6 lines 0 comments Download
A + test/webkit/var-declarations-zero-width.js View 1 chunk +4 lines, -2 lines 0 comments Download
A + test/webkit/var-declarations-zero-width-expected.txt View 1 chunk +4 lines, -2 lines 0 comments Download
A + test/webkit/var-shadows-arg-crash.js View 1 chunk +8 lines, -3 lines 0 comments Download
A + test/webkit/var-shadows-arg-crash-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
A + test/webkit/var-shadows-arg-gc-crash.js View 1 chunk +29 lines, -3 lines 0 comments Download
A + test/webkit/var-shadows-arg-gc-crash-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
A + test/webkit/vardecl-blocks-init.js View 1 chunk +49 lines, -3 lines 0 comments Download
A + test/webkit/vardecl-blocks-init-expected.txt View 1 chunk +5 lines, -2 lines 0 comments Download
M test/webkit/webkit.status View 1 chunk +6 lines, -0 lines 0 comments Download
M tools/android-run.py View 1 chunk +1 line, -1 line 0 comments Download
M tools/blink_tests/TestExpectations View 1 chunk +19 lines, -28 lines 0 comments Download
A tools/generate_shim_headers/generate_shim_headers.py View 1 chunk +122 lines, -0 lines 0 comments Download
M tools/grokdump.py View 9 chunks +71 lines, -13 lines 0 comments Download
M tools/gyp/v8.gyp View 7 chunks +88 lines, -0 lines 0 comments Download
M tools/oom_dump/oom_dump.cc View 1 chunk +1 line, -0 lines 0 comments Download
A tools/perf_tests/chromium_revision View 1 chunk +1 line, -0 lines 0 comments Download
M tools/presubmit.py View 4 chunks +34 lines, -2 lines 0 comments Download
M tools/profviz/composer.js View 10 chunks +46 lines, -10 lines 0 comments Download
M tools/profviz/profviz.css View 2 chunks +53 lines, -13 lines 0 comments Download
M tools/profviz/profviz.html View 4 chunks +35 lines, -13 lines 0 comments Download
M tools/profviz/profviz.js View 8 chunks +62 lines, -10 lines 0 comments Download
M tools/profviz/worker.js View 5 chunks +40 lines, -7 lines 0 comments Download
M tools/tickprocessor.js View 3 chunks +2 lines, -3 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
jbramley
6 years, 11 months ago (2014-01-27 19:14:49 UTC) #1
Rodolph Perfetta
lgtm
6 years, 11 months ago (2014-01-27 19:16:03 UTC) #2
jbramley
6 years, 11 months ago (2014-01-27 19:35:17 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r18862 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698