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

Issue 148593004: A64: Synchronize with r18084. (Closed)

Created:
6 years, 10 months ago by jbramley
Modified:
6 years, 10 months ago
Reviewers:
Alexandre Rames
CC:
v8-dev, Paweł Hajdan Jr.
Visibility:
Public.

Description

A64: Synchronize with r18084. This brings experimental/a64 up to 2013-11-26. BUG= R=alexandre.rames@arm.com Committed: https://code.google.com/p/v8/source/detail?r=19159

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6367 lines, -5573 lines) Patch
A .clang-format View 1 chunk +3 lines, -0 lines 0 comments Download
M ChangeLog View 1 chunk +37 lines, -0 lines 0 comments Download
M build/all.gyp View 1 chunk +0 lines, -1 line 0 comments Download
M build/features.gypi View 2 chunks +6 lines, -0 lines 0 comments Download
M build/standalone.gypi View 1 chunk +1 line, -0 lines 0 comments Download
M include/v8.h View 38 chunks +152 lines, -41 lines 0 comments Download
A + include/v8-platform.h View 2 chunks +40 lines, -25 lines 0 comments Download
M samples/lineprocessor.cc View 9 chunks +18 lines, -13 lines 0 comments Download
M samples/process.cc View 13 chunks +40 lines, -23 lines 0 comments Download
M samples/shell.cc View 9 chunks +34 lines, -24 lines 0 comments Download
M src/a64/assembler-a64.h View 1 chunk +0 lines, -5 lines 0 comments Download
M src/a64/assembler-a64-inl.h View 1 chunk +0 lines, -6 lines 0 comments Download
M src/a64/builtins-a64.cc View 2 chunks +12 lines, -1 line 0 comments Download
M src/a64/code-stubs-a64.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/a64/deoptimizer-a64.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M src/a64/full-codegen-a64.cc View 5 chunks +10 lines, -41 lines 0 comments Download
M src/a64/lithium-a64.h View 2 chunks +0 lines, -15 lines 0 comments Download
M src/a64/lithium-a64.cc View 2 chunks +7 lines, -10 lines 0 comments Download
M src/a64/lithium-codegen-a64.h View 2 chunks +3 lines, -1 line 0 comments Download
M src/a64/lithium-codegen-a64.cc View 7 chunks +45 lines, -94 lines 0 comments Download
M src/a64/macro-assembler-a64.h View 1 chunk +5 lines, -3 lines 0 comments Download
M src/a64/macro-assembler-a64.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M src/a64/stub-cache-a64.cc View 31 chunks +125 lines, -142 lines 0 comments Download
M src/allocation-site-scopes.h View 4 chunks +22 lines, -14 lines 0 comments Download
M src/allocation-site-scopes.cc View 1 chunk +0 lines, -23 lines 0 comments Download
M src/allocation-tracker.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/allocation-tracker.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/api.cc View 22 chunks +223 lines, -102 lines 0 comments Download
M src/arguments.h View 1 chunk +11 lines, -0 lines 0 comments Download
M src/arguments.cc View 1 chunk +7 lines, -0 lines 0 comments Download
M src/arm/assembler-arm.h View 1 chunk +0 lines, -5 lines 0 comments Download
M src/arm/assembler-arm-inl.h View 1 chunk +0 lines, -6 lines 0 comments Download
M src/arm/builtins-arm.cc View 3 chunks +13 lines, -2 lines 0 comments Download
M src/arm/code-stubs-arm.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/arm/deoptimizer-arm.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M src/arm/full-codegen-arm.cc View 5 chunks +11 lines, -52 lines 0 comments Download
M src/arm/lithium-arm.h View 2 chunks +0 lines, -23 lines 0 comments Download
M src/arm/lithium-arm.cc View 4 chunks +12 lines, -16 lines 0 comments Download
M src/arm/lithium-codegen-arm.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 10 chunks +67 lines, -103 lines 0 comments Download
M src/arm/macro-assembler-arm.h View 2 chunks +14 lines, -2 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 2 chunks +29 lines, -1 line 0 comments Download
M src/arm/simulator-arm.h View 1 chunk +1 line, -1 line 0 comments Download
M src/arm/stub-cache-arm.cc View 33 chunks +116 lines, -121 lines 0 comments Download
M src/arraybuffer.js View 1 chunk +0 lines, -2 lines 0 comments Download
M src/assembler.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/assembler.cc View 1 chunk +0 lines, -6 lines 0 comments Download
M src/ast.h View 6 chunks +26 lines, -5 lines 0 comments Download
M src/ast.cc View 6 chunks +14 lines, -13 lines 0 comments Download
M src/bootstrapper.cc View 3 chunks +59 lines, -11 lines 0 comments Download
M src/builtins.h View 2 chunks +3 lines, -0 lines 0 comments Download
M src/checks.cc View 1 chunk +0 lines, -1 line 0 comments Download
M src/code-stubs-hydrogen.cc View 6 chunks +24 lines, -14 lines 0 comments Download
M src/contexts.h View 2 chunks +1 line, -3 lines 0 comments Download
M src/conversions.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M src/d8.h View 3 chunks +2 lines, -5 lines 0 comments Download
M src/d8.cc View 35 chunks +94 lines, -124 lines 0 comments Download
M src/d8-debug.cc View 9 chunks +21 lines, -16 lines 0 comments Download
M src/d8-posix.cc View 28 chunks +94 lines, -65 lines 0 comments Download
M src/d8-readline.cc View 2 chunks +10 lines, -8 lines 0 comments Download
M src/d8-windows.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/debug.cc View 6 chunks +11 lines, -9 lines 0 comments Download
A + src/default-platform.h View 1 chunk +14 lines, -12 lines 0 comments Download
A + src/default-platform.cc View 1 chunk +17 lines, -12 lines 0 comments Download
M src/deoptimizer.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/deoptimizer.cc View 1 chunk +1 line, -2 lines 0 comments Download
M src/execution.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M src/extensions/externalize-string-extension.cc View 5 chunks +10 lines, -6 lines 0 comments Download
M src/extensions/statistics-extension.cc View 2 chunks +59 lines, -40 lines 0 comments Download
M src/flag-definitions.h View 2 chunks +4 lines, -4 lines 0 comments Download
M src/full-codegen.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/globals.h View 1 chunk +0 lines, -3 lines 0 comments Download
M src/harmony-array.js View 1 chunk +1 line, -1 line 0 comments Download
M src/harmony-string.js View 1 chunk +1 line, -1 line 0 comments Download
M src/heap.h View 5 chunks +10 lines, -7 lines 0 comments Download
M src/heap.cc View 6 chunks +15 lines, -7 lines 0 comments Download
M src/heap-inl.h View 3 chunks +7 lines, -7 lines 0 comments Download
M src/heap-profiler.h View 1 chunk +0 lines, -2 lines 0 comments Download
M src/heap-profiler.cc View 3 chunks +0 lines, -41 lines 0 comments Download
M src/heap-snapshot-generator.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/heap-snapshot-generator.cc View 1 chunk +9 lines, -0 lines 0 comments Download
M src/heap-snapshot-generator-inl.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/hydrogen.h View 30 chunks +87 lines, -36 lines 0 comments Download
M src/hydrogen.cc View 25 chunks +403 lines, -288 lines 0 comments Download
M src/hydrogen-instructions.h View 8 chunks +52 lines, -29 lines 0 comments Download
M src/hydrogen-instructions.cc View 2 chunks +39 lines, -0 lines 0 comments Download
M src/i18n.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M src/ia32/assembler-ia32.h View 1 chunk +0 lines, -7 lines 0 comments Download
M src/ia32/builtins-ia32.cc View 3 chunks +13 lines, -2 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/ia32/deoptimizer-ia32.cc View 1 chunk +7 lines, -0 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 5 chunks +10 lines, -58 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 6 chunks +40 lines, -85 lines 0 comments Download
M src/ia32/lithium-ia32.h View 2 chunks +0 lines, -23 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 2 chunks +15 lines, -13 lines 0 comments Download
M src/ia32/macro-assembler-ia32.h View 1 chunk +4 lines, -2 lines 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 2 chunks +8 lines, -0 lines 0 comments Download
M src/ia32/simulator-ia32.cc View 1 chunk +0 lines, -1 line 0 comments Download
M src/ia32/stub-cache-ia32.cc View 32 chunks +101 lines, -115 lines 0 comments Download
M src/ic.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/ic.cc View 13 chunks +26 lines, -13 lines 0 comments Download
M src/ic-inl.h View 1 chunk +1 line, -1 line 0 comments Download
M src/isolate.h View 7 chunks +10 lines, -15 lines 0 comments Download
M src/isolate.cc View 7 chunks +13 lines, -20 lines 0 comments Download
M src/log.h View 2 chunks +4 lines, -0 lines 0 comments Download
M src/log.cc View 4 chunks +250 lines, -0 lines 0 comments Download
M src/log-utils.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/mark-compact.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/math.js View 6 chunks +82 lines, -93 lines 0 comments Download
M src/mips/assembler-mips.h View 1 chunk +0 lines, -7 lines 0 comments Download
M src/mips/assembler-mips-inl.h View 1 chunk +3 lines, -5 lines 0 comments Download
M src/mips/builtins-mips.cc View 12 chunks +32 lines, -21 lines 0 comments Download
M src/mips/code-stubs-mips.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M src/mips/codegen-mips.cc View 3 chunks +15 lines, -13 lines 0 comments Download
M src/mips/deoptimizer-mips.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M src/mips/frames-mips.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/mips/full-codegen-mips.cc View 9 chunks +17 lines, -56 lines 0 comments Download
M src/mips/lithium-codegen-mips.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/mips/lithium-codegen-mips.cc View 18 chunks +87 lines, -134 lines 0 comments Download
M src/mips/lithium-mips.h View 2 chunks +0 lines, -23 lines 0 comments Download
M src/mips/lithium-mips.cc View 4 chunks +11 lines, -26 lines 0 comments Download
M src/mips/macro-assembler-mips.h View 3 chunks +27 lines, -2 lines 0 comments Download
M src/mips/macro-assembler-mips.cc View 9 chunks +25 lines, -19 lines 0 comments Download
M src/mips/simulator-mips.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/mips/simulator-mips.cc View 5 chunks +6 lines, -1 line 0 comments Download
M src/mips/stub-cache-mips.cc View 33 chunks +117 lines, -123 lines 0 comments Download
M src/mksnapshot.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/objects.h View 10 chunks +36 lines, -7 lines 0 comments Download
M src/objects.cc View 7 chunks +193 lines, -209 lines 0 comments Download
M src/objects-inl.h View 5 chunks +34 lines, -21 lines 0 comments Download
M src/objects-printer.cc View 2 chunks +13 lines, -2 lines 0 comments Download
M src/platform.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/platform-freebsd.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/platform-posix.cc View 1 chunk +0 lines, -6 lines 0 comments Download
M src/platform-win32.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M src/property-details.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/runtime.h View 5 chunks +18 lines, -4 lines 0 comments Download
M src/runtime.cc View 8 chunks +45 lines, -69 lines 0 comments Download
M src/serialize.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M src/stub-cache.h View 12 chunks +21 lines, -32 lines 0 comments Download
M src/stub-cache.cc View 17 chunks +100 lines, -95 lines 0 comments Download
A + src/trig-table.h View 1 chunk +20 lines, -14 lines 0 comments Download
M src/typedarray.js View 1 chunk +2 lines, -1 line 0 comments Download
M src/types.h View 6 chunks +13 lines, -36 lines 0 comments Download
M src/types.cc View 4 chunks +37 lines, -19 lines 0 comments Download
M src/v8.h View 4 chunks +7 lines, -2 lines 0 comments Download
M src/v8.cc View 6 chunks +32 lines, -19 lines 0 comments Download
M src/v8-counters.h View 2 chunks +3 lines, -1 line 0 comments Download
M src/v8threads.h View 1 chunk +0 lines, -28 lines 0 comments Download
M src/v8threads.cc View 2 chunks +0 lines, -70 lines 0 comments Download
M src/version.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/assembler-x64.h View 1 chunk +0 lines, -7 lines 0 comments Download
M src/x64/builtins-x64.cc View 3 chunks +13 lines, -2 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/deoptimizer-x64.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 5 chunks +10 lines, -48 lines 0 comments Download
M src/x64/lithium-codegen-x64.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 9 chunks +63 lines, -88 lines 0 comments Download
M src/x64/lithium-x64.h View 2 chunks +0 lines, -23 lines 0 comments Download
M src/x64/lithium-x64.cc View 2 chunks +15 lines, -13 lines 0 comments Download
M src/x64/macro-assembler-x64.h View 1 chunk +4 lines, -2 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M src/x64/simulator-x64.cc View 1 chunk +0 lines, -1 line 0 comments Download
M src/x64/stub-cache-x64.cc View 33 chunks +104 lines, -123 lines 0 comments Download
M test/benchmarks/testcfg.py View 5 chunks +14 lines, -4 lines 0 comments Download
M test/cctest/cctest.h View 4 chunks +8 lines, -5 lines 0 comments Download
M test/cctest/cctest.status View 2 chunks +1 line, -4 lines 0 comments Download
M test/cctest/test-accessors.cc View 11 chunks +37 lines, -22 lines 0 comments Download
M test/cctest/test-alloc.cc View 1 chunk +4 lines, -3 lines 0 comments Download
M test/cctest/test-api.cc View 96 chunks +292 lines, -324 lines 0 comments Download
M test/cctest/test-assembler-a64.cc View 1 chunk +0 lines, -1 line 0 comments Download
M test/cctest/test-compiler.cc View 3 chunks +9 lines, -5 lines 0 comments Download
M test/cctest/test-cpu-profiler.cc View 38 chunks +251 lines, -160 lines 0 comments Download
M test/cctest/test-debug.cc View 117 chunks +574 lines, -399 lines 0 comments Download
M test/cctest/test-declarative-accessors.cc View 1 chunk +1 line, -2 lines 0 comments Download
M test/cctest/test-decls.cc View 3 chunks +5 lines, -3 lines 0 comments Download
M test/cctest/test-deoptimization.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M test/cctest/test-disasm-a64.cc View 1 chunk +0 lines, -1 line 0 comments Download
M test/cctest/test-func-name-inference.cc View 25 chunks +26 lines, -2 lines 0 comments Download
M test/cctest/test-heap.cc View 6 chunks +11 lines, -9 lines 0 comments Download
M test/cctest/test-heap-profiler.cc View 9 chunks +14 lines, -11 lines 0 comments Download
M test/cctest/test-javascript-a64.cc View 1 chunk +0 lines, -1 line 0 comments Download
M test/cctest/test-lockers.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-log.cc View 2 chunks +7 lines, -4 lines 0 comments Download
M test/cctest/test-log-stack-tracer.cc View 1 chunk +7 lines, -4 lines 0 comments Download
M test/cctest/test-mark-compact.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-object-observe.cc View 20 chunks +77 lines, -46 lines 0 comments Download
M test/cctest/test-parsing.cc View 2 chunks +6 lines, -7 lines 0 comments Download
M test/cctest/test-profile-generator.cc View 6 chunks +30 lines, -24 lines 0 comments Download
M test/cctest/test-representation.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M test/cctest/test-serialize.cc View 5 chunks +5 lines, -5 lines 0 comments Download
M test/cctest/test-strings.cc View 4 chunks +9 lines, -8 lines 0 comments Download
M test/cctest/test-thread-termination.cc View 14 chunks +102 lines, -82 lines 0 comments Download
M test/cctest/test-threads.cc View 2 chunks +2 lines, -23 lines 0 comments Download
M test/cctest/test-unbound-queue.cc View 1 chunk +0 lines, -1 line 0 comments Download
M test/cctest/test-unique.cc View 1 chunk +0 lines, -1 line 0 comments Download
M test/cctest/test-weakmaps.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-weaksets.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-weaktypedarrays.cc View 12 chunks +14 lines, -12 lines 0 comments Download
M test/intl/collator/sr-sort.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/intl/overrides/caching.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/message/isvar.js View 1 chunk +1 line, -1 line 0 comments Download
M test/message/paren_in_arg_string.js View 1 chunk +1 line, -1 line 0 comments Download
M test/message/replacement-marker-as-argument.js View 1 chunk +1 line, -1 line 0 comments Download
M test/message/single-function-literal.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/arguments.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/arguments-load-across-eval.js View 1 chunk +0 lines, -2 lines 0 comments Download
M test/mjsunit/arguments-read-and-assignment.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/array-iteration.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/array-literal-feedback.js View 1 chunk +6 lines, -2 lines 0 comments Download
M test/mjsunit/array-non-smi-length.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/array-tostring.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/bugs/bug-1344252.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/bugs/bug-proto.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/closures.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/compare-character.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/compare-nan.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/compiler/control-flow-1.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/compiler/inline-throw.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/compiler/lazy-const-lookup.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/compiler/math-floor-global.js View 3 chunks +4 lines, -3 lines 0 comments Download
M test/mjsunit/compiler/math-floor-local.js View 2 chunks +3 lines, -2 lines 0 comments Download
M test/mjsunit/compiler/optimized-closures.js View 1 chunk +0 lines, -4 lines 0 comments Download
M test/mjsunit/compiler/osr-with-args.js View 2 chunks +3 lines, -3 lines 0 comments Download
M test/mjsunit/compiler/regress-1394.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/compiler/regress-3260426.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/compiler/regress-4.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/compiler/regress-closures-with-eval.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/compiler/regress-inline-callfunctionstub.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/compiler/regress-toint32.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/compiler/rotate.js View 1 chunk +0 lines, -2 lines 0 comments Download
M test/mjsunit/const-declaration.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/cyclic-array-to-string.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/debug-breakpoints.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/debug-constructor.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/debug-evaluate-const.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/debug-function-scopes.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/debug-ignore-breakpoints.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/debug-liveedit-3.js View 1 chunk +0 lines, -2 lines 0 comments Download
M test/mjsunit/debug-liveedit-check-stack.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/debug-liveedit-compile-error.js View 1 chunk +0 lines, -2 lines 0 comments Download
M test/mjsunit/debug-liveedit-diff.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/debug-liveedit-utils.js View 1 chunk +0 lines, -2 lines 0 comments Download
M test/mjsunit/debug-mirror-cache.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/debug-setbreakpoint.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/debug-step-4-in-frame.js View 2 chunks +8 lines, -8 lines 0 comments Download
M test/mjsunit/debug-stepin-positions.js View 1 chunk +0 lines, -2 lines 0 comments Download
M test/mjsunit/debug-stepout-scope-part1.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/elide-double-hole-check-9.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/enumeration-order.js View 1 chunk +0 lines, -4 lines 0 comments Download
M test/mjsunit/error-accessors.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/eval-stack-trace.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/extra-arguments.js View 1 chunk +0 lines, -2 lines 0 comments Download
M test/mjsunit/fast-array-length.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/fast-literal.js View 1 chunk +0 lines, -3 lines 0 comments Download
M test/mjsunit/fun-name.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/function.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/fuzz-natives-part1.js View 1 chunk +3 lines, -0 lines 0 comments Download
M test/mjsunit/fuzz-natives-part2.js View 1 chunk +3 lines, -0 lines 0 comments Download
M test/mjsunit/fuzz-natives-part3.js View 1 chunk +3 lines, -0 lines 0 comments Download
M test/mjsunit/fuzz-natives-part4.js View 1 chunk +3 lines, -0 lines 0 comments Download
M test/mjsunit/get-prototype-of.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/getter-in-value-prototype.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/global-load-from-eval-in-with.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/global-load-from-nested-eval.js View 1 chunk +0 lines, -5 lines 0 comments Download
M test/mjsunit/harmony/array-find.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/harmony/array-findindex.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/harmony/collections.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/harmony/private.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/harmony/string-repeat.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/harmony/symbols.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/json2.js View 1 chunk +6 lines, -5 lines 0 comments Download
M test/mjsunit/large-object-literal.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/limit-locals.js View 1 chunk +2 lines, -2 lines 0 comments Download
M test/mjsunit/local-load-from-eval.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/math-floor-part1.js View 2 chunks +3 lines, -2 lines 0 comments Download
M test/mjsunit/math-pow.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/math-round.js View 1 chunk +0 lines, -2 lines 0 comments Download
M test/mjsunit/math-sqrt.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/mirror-boolean.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/mirror-undefined.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/mjsunit.js View 3 chunks +10 lines, -1 line 0 comments Download
M test/mjsunit/mjsunit.status View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/mul-exhaustive-part6.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/nans.js View 1 chunk +0 lines, -4 lines 0 comments Download
M test/mjsunit/never-optimize.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/new.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/newline-in-string.js View 1 chunk +0 lines, -2 lines 0 comments Download
M test/mjsunit/number-tostring.js View 1 chunk +0 lines, -3 lines 0 comments Download
M test/mjsunit/number-tostring-func.js View 1 chunk +0 lines, -3 lines 0 comments Download
M test/mjsunit/number-tostring-small.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/object-literal-conversions.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/object-literal-gc.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/packed-elements.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/property-object-key.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/prototype.js View 1 chunk +0 lines, -2 lines 0 comments Download
M test/mjsunit/regexp-indexof.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/regexp-results-cache.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/regress/regress-1017.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/regress/regress-1039610.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/regress/regress-105.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/regress/regress-1066899.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/regress/regress-1092.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/regress/regress-1099.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/regress/regress-1112.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/regress/regress-1114040.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/regress/regress-1117.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/regress/regress-1178598.js View 1 chunk +0 lines, -2 lines 0 comments Download
M test/mjsunit/regress/regress-1181.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/regress/regress-1246.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/regress/regress-1254366.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/regress/regress-131994.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/regress/regress-137.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/regress/regress-1546.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/regress/regress-1591.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/regress/regress-1647.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/regress/regress-166379.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/regress/regress-1748.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/regress/regress-1757.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/regress/regress-1853.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/regress/regress-186.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/regress/regress-1919169.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/regress/regress-193.js View 1 chunk +0 lines, -2 lines 0 comments Download
M test/mjsunit/regress/regress-20070207.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/regress/regress-2027.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/regress/regress-2119.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/regress/regress-2170.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/regress/regress-2172.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/regress/regress-2250.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/regress/regress-2285.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/regress/regress-2289.js View 1 chunk +0 lines, -2 lines 0 comments Download
M test/mjsunit/regress/regress-231.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/regress/regress-2318.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/regress/regress-2374.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/regress/regress-237617.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/regress/regress-2419.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/regress/regress-2438.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/regress/regress-2444.js View 1 chunk +0 lines, -2 lines 0 comments Download
M test/mjsunit/regress/regress-246.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/regress/regress-2570.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/regress/regress-2596.js View 1 chunk +0 lines, -3 lines 0 comments Download
M test/mjsunit/regress/regress-2624.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/regress/regress-2671.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/regress/regress-2671-1.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/regress/regress-2690.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/regress/regress-2790.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/regress/regress-298269.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/regress/regress-2984.js View 1 chunk +0 lines, -1 line 0 comments Download
A + test/mjsunit/regress/regress-3025.js View 1 chunk +5 lines, -6 lines 0 comments Download
M test/mjsunit/regress/regress-317.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/regress/regress-319722-ArrayBuffer.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/regress/regress-45469.js View 1 chunk +0 lines, -2 lines 0 comments Download
M test/mjsunit/regress/regress-483.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/regress/regress-588599.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/regress/regress-619.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/regress/regress-670147.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/regress/regress-674753.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/regress/regress-675.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/regress/regress-678525.js View 1 chunk +0 lines, -2 lines 0 comments Download
M test/mjsunit/regress/regress-734862.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/regress/regress-74.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/regress/regress-753.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/regress/regress-806473.js View 1 chunk +0 lines, -2 lines 0 comments Download
M test/mjsunit/regress/regress-85177.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/regress/regress-892742.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/regress/regress-925537.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/regress/regress-94873.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/regress/regress-990205.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/regress/regress-995.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/regress/regress-998565.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/regress/regress-add-minus-zero.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/regress/regress-array-pop-nonconfigurable.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/regress/regress-binop-nosse2.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/regress/regress-builtin-array-op.js View 1 chunk +0 lines, -1 line 0 comments Download
A + test/mjsunit/regress/regress-clobbered-fp-regs.js View 1 chunk +25 lines, -9 lines 0 comments Download
M test/mjsunit/regress/regress-crbug-158185.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/regress/regress-crbug-178790.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/regress/regress-crbug-18639.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/regress/regress-crbug-222893.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/regress/regress-crbug-233737.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/regress/regress-crbug-245480.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/regress/regress-crbug-259300.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/regress/regress-crbug-3184.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/regress/regress-frame-details-null-receiver.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/regress/regress-json-stringify-gc.js View 2 chunks +5 lines, -5 lines 0 comments Download
M test/mjsunit/regress/regress-map-invalidation-1.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/regress/regress-seqstrsetchar-ex1.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/regress/regress-seqstrsetchar-ex2.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/regress/regress-seqstrsetchar-ex3.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/regress/regress-transcendental.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/simple-constructor.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/sin-cos.js View 5 chunks +43 lines, -4 lines 0 comments Download
M test/mjsunit/smi-mul-const.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/sparse-array.js View 1 chunk +0 lines, -2 lines 0 comments Download
M test/mjsunit/stack-traces-2.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/stack-traces-custom-lazy.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/store-dictionary.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/str-to-num.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/strict-equals.js View 1 chunk +0 lines, -4 lines 0 comments Download
M test/mjsunit/string-natives.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/string-replace-gc.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/string-search.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/string-slices.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/to-precision.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/tobool.js View 1 chunk +0 lines, -2 lines 0 comments Download
M test/mjsunit/tools/profile.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/touint32.js View 1 chunk +0 lines, -2 lines 0 comments Download
M test/mjsunit/transcendentals.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/try-finally-continue.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/unicode-string-to-number.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/unicode-test.js View 1 chunk +0 lines, -2 lines 0 comments Download
M test/mjsunit/with-value.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mozilla/mozilla.status View 2 chunks +4 lines, -8 lines 0 comments Download
M test/preparser/non-use-strict-hex-escape.js View 1 chunk +1 line, -1 line 0 comments Download
M test/preparser/non-use-strict-octal-escape.js View 1 chunk +1 line, -1 line 0 comments Download
M test/preparser/non-use-strict-uhex-escape.js View 1 chunk +1 line, -1 line 0 comments Download
M test/preparser/nonstrict-arguments.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/preparser/nonstrict-eval.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/preparser/nonstrict-with.js View 1 chunk +0 lines, -3 lines 0 comments Download
M test/preparser/strict-const.js View 1 chunk +1 line, -1 line 0 comments Download
M test/preparser/strict-octal-indirect-regexp.js View 1 chunk +1 line, -1 line 0 comments Download
M test/preparser/strict-octal-number.js View 1 chunk +1 line, -1 line 0 comments Download
M test/preparser/strict-octal-regexp.js View 1 chunk +1 line, -1 line 0 comments Download
M test/preparser/strict-octal-string.js View 1 chunk +1 line, -1 line 0 comments Download
M test/preparser/strict-octal-use-strict-after.js View 1 chunk +1 line, -1 line 0 comments Download
M test/preparser/strict-octal-use-strict-before.js View 1 chunk +1 line, -1 line 0 comments Download
M test/preparser/strict-with.js View 1 chunk +1 line, -1 line 0 comments Download
M test/webkit/arguments-bad-index.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/webkit/concat-while-having-a-bad-time.js View 1 chunk +0 lines, -2 lines 0 comments Download
M test/webkit/dfg-abs-backwards-propagation.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/webkit/dfg-add-not-number.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/webkit/dfg-arguments-alias.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/webkit/dfg-arguments-alias-escape.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/webkit/dfg-arguments-alias-one-block-overwrite.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/webkit/dfg-arguments-mixed-alias.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/webkit/dfg-arguments-out-of-bounds.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/webkit/dfg-arith-add-overflow-check-elimination-predicted-but-not-proven-int.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/webkit/dfg-arith-add-overflow-check-elimination-tower-of-large-numbers.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/webkit/dfg-array-dead.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/webkit/dfg-array-length-dead.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/webkit/dfg-branch-logical-not-peephole-around-osr-exit.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/webkit/dfg-branch-not-fail.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/webkit/dfg-call-function-hit-watchpoint.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/webkit/dfg-call-method-hit-watchpoint.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/webkit/dfg-cfa-prove-put-by-id-simple-when-storing-to-specialized-function.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/webkit/dfg-cfg-simplify-eliminate-set-local-type-check-then-branch-not-null.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/webkit/dfg-cfg-simplify-eliminate-set-local-type-check-then-branch-not-null-and-decrement.js View 1 chunk +0 lines, -2 lines 0 comments Download
M test/webkit/dfg-cfg-simplify-eliminate-set-local-type-check-then-typeof.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/webkit/dfg-cfg-simplify-phantom-get-local-on-same-block-set-local.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/webkit/dfg-compare-final-object-to-final-object-or-other-when-both-proven-final-object.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/webkit/dfg-compare-final-object-to-final-object-or-other-when-proven-final-object.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/webkit/dfg-constant-fold-first-local-read-after-block-merge.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/webkit/dfg-constant-fold-logical-not-branch.js View 1 chunk +0 lines, -2 lines 0 comments Download
M test/webkit/dfg-constant-fold-misprediction.js View 1 chunk +0 lines, -2 lines 0 comments Download
M test/webkit/dfg-cse-cfa-discrepancy.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/webkit/dfg-cse-dead-get-scoped-var.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/webkit/dfg-dead-min-one-arg.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/webkit/dfg-dead-min-two-args.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/webkit/dfg-dead-speculation.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/webkit/dfg-dead-variable-on-exit.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/webkit/dfg-double-use-of-post-simplification-double-prediction.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/webkit/dfg-double-vote-fuzz.js View 1 chunk +0 lines, -2 lines 0 comments Download
M test/webkit/dfg-ensure-non-array-array-storage-on-window.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/webkit/dfg-get-by-val-clobber.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/webkit/dfg-getter.js View 1 chunk +0 lines, -2 lines 0 comments Download
M test/webkit/dfg-getter-throw.js View 1 chunk +0 lines, -2 lines 0 comments Download
M test/webkit/dfg-holy-put-by-val-interferes-with-get-array-length.js View 1 chunk +0 lines, -2 lines 0 comments Download
M test/webkit/dfg-inline-arguments-osr-exit-and-capture.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/webkit/dfg-inline-arguments-out-of-bounds.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/webkit/dfg-inline-arguments-use-directly-from-inlined-code.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/webkit/dfg-inline-arguments-use-from-all-the-places.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/webkit/dfg-inline-arguments-use-from-all-the-places-broken.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/webkit/dfg-inline-arguments-use-from-getter.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/webkit/dfg-inline-function-dot-caller.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/webkit/dfg-inline-unused-this.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/webkit/dfg-inline-unused-this-method-check.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/webkit/dfg-int-overflow-in-loop.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/webkit/dfg-int-overflow-large-constants-in-a-line.js View 1 chunk +0 lines, -2 lines 0 comments Download
M test/webkit/dfg-integer-optimization.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/webkit/dfg-intrinsic-side-effect-assignment-osr-exit.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/webkit/dfg-intrinsic-unused-this.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/webkit/dfg-intrinsic-unused-this-method-check.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/webkit/dfg-max-backwards-propagation.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/webkit/dfg-min-backwards-propagation.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/webkit/dfg-mispredict-variable-but-prove-int.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/webkit/dfg-mul-big-integer-with-small-integer-and-bitor.js View 1 chunk +0 lines, -3 lines 0 comments Download
M test/webkit/dfg-mul-big-integer-with-small-integer-and-detect-overflow.js View 1 chunk +0 lines, -2 lines 0 comments Download
M test/webkit/dfg-mul-big-integers.js View 1 chunk +0 lines, -2 lines 0 comments Download
M test/webkit/dfg-multi-basic-block-structure-clobber.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/webkit/dfg-multiply.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/webkit/dfg-negative-array-index.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/webkit/dfg-patchable-get-by-id-after-watchpoint.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/webkit/dfg-peephole-compare-final-object-to-final-object-or-other-when-both-proven-final-object.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/webkit/dfg-peephole-compare-final-object-to-final-object-or-other-when-proven-final-object.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/webkit/dfg-phantom-base.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/webkit/dfg-phantom-get-local.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/webkit/dfg-proto-access-inline-osr-exit.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/webkit/dfg-proven-sqrt-backwards-propagation.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/webkit/dfg-put-by-id-allocate-storage.js View 1 chunk +0 lines, -2 lines 0 comments Download
M test/webkit/dfg-put-by-id-allocate-storage-polymorphic.js View 1 chunk +0 lines, -2 lines 0 comments Download
M test/webkit/dfg-put-by-id-prototype-check.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/webkit/dfg-put-by-id-reallocate-storage.js View 1 chunk +0 lines, -2 lines 0 comments Download
M test/webkit/dfg-put-by-id-reallocate-storage-polymorphic.js View 1 chunk +0 lines, -2 lines 0 comments Download
M test/webkit/dfg-put-by-val-setter-then-get-by-val.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/webkit/dfg-put-scoped-var-backward-flow.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/webkit/dfg-sqrt-backwards-propagation.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/webkit/dfg-store-unexpected-value-into-argument-and-osr-exit.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/webkit/dfg-string-stricteq.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/webkit/dfg-tear-off-arguments-not-activation.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/webkit/dfg-tear-off-function-dot-arguments.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/webkit/dfg-to-string-on-cell.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/webkit/dfg-to-string-on-value.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/webkit/dfg-to-string-toString-becomes-bad.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/webkit/dfg-to-string-toString-becomes-bad-with-check-structure.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/webkit/dfg-to-string-toString-becomes-bad-with-dictionary-string-prototype.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/webkit/dfg-to-string-toString-in-string.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/webkit/dfg-to-string-valueOf-in-string.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/webkit/dfg-uint32-to-number.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/webkit/dfg-uint32-to-number-in-middle-of-copy-propagation.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/webkit/dfg-uint32-to-number-on-captured-variable.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/webkit/dfg-uint32-to-number-skip-then-exit.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/webkit/dfg-uint32array-overflow-constant.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/webkit/dfg-weak-js-constant-silent-fill.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/webkit/fast/js/JSON-parse-reviver.js View 1 chunk +0 lines, -2 lines 0 comments Download
M test/webkit/fast/js/deep-recursion-test.js View 1 chunk +1 line, -1 line 0 comments Download
M test/webkit/fast/js/function-decompilation-operators.js View 1 chunk +1 line, -1 line 0 comments Download
M test/webkit/fast/js/kde/Array.js View 1 chunk +1 line, -1 line 0 comments Download
M test/webkit/fast/js/kde/Boolean.js View 1 chunk +1 line, -1 line 0 comments Download
M test/webkit/fast/js/kde/Date-setYear.js View 1 chunk +1 line, -1 line 0 comments Download
M test/webkit/fast/js/kde/Error.js View 1 chunk +1 line, -1 line 0 comments Download
M test/webkit/fast/js/kde/GlobalObject.js View 1 chunk +1 line, -1 line 0 comments Download
M test/webkit/fast/js/kde/Number.js View 1 chunk +1 line, -1 line 0 comments Download
M test/webkit/fast/js/kde/Object.js View 1 chunk +1 line, -1 line 0 comments Download
M test/webkit/fast/js/kde/Prototype.js View 1 chunk +1 line, -1 line 0 comments Download
M test/webkit/fast/js/kde/RegExp.js View 1 chunk +1 line, -1 line 0 comments Download
M test/webkit/fast/js/kde/arguments-scope.js View 1 chunk +1 line, -1 line 0 comments Download
M test/webkit/fast/js/kde/assignments.js View 1 chunk +1 line, -1 line 0 comments Download
M test/webkit/fast/js/kde/cast.js View 1 chunk +1 line, -1 line 0 comments Download
M test/webkit/fast/js/kde/comment-1.js View 1 chunk +1 line, -1 line 0 comments Download
M test/webkit/fast/js/kde/comment-2.js View 1 chunk +1 line, -1 line 0 comments Download
M test/webkit/fast/js/kde/completion.js View 1 chunk +1 line, -1 line 0 comments Download
M test/webkit/fast/js/kde/conditional.js View 1 chunk +1 line, -1 line 0 comments Download
M test/webkit/fast/js/kde/constructor_length.js View 1 chunk +1 line, -1 line 0 comments Download
M test/webkit/fast/js/kde/crash-1.js View 1 chunk +1 line, -1 line 0 comments Download
M test/webkit/fast/js/kde/crash-2.js View 1 chunk +1 line, -1 line 0 comments Download
M test/webkit/fast/js/kde/delete.js View 1 chunk +1 line, -1 line 0 comments Download
M test/webkit/fast/js/kde/empty.js View 1 chunk +1 line, -1 line 0 comments Download
M test/webkit/fast/js/kde/encode_decode_uri.js View 1 chunk +1 line, -1 line 0 comments Download
M test/webkit/fast/js/kde/eval.js View 1 chunk +1 line, -1 line 0 comments Download
M test/webkit/fast/js/kde/evil-n.js View 1 chunk +1 line, -1 line 0 comments Download
M test/webkit/fast/js/kde/exception_propagation.js View 1 chunk +1 line, -1 line 0 comments Download
M test/webkit/fast/js/kde/exceptions.js View 1 chunk +1 line, -1 line 0 comments Download
M test/webkit/fast/js/kde/func-decl.js View 1 chunk +1 line, -1 line 0 comments Download
M test/webkit/fast/js/kde/inbuilt_function_proto.js View 1 chunk +1 line, -1 line 0 comments Download
M test/webkit/fast/js/kde/iteration.js View 1 chunk +1 line, -1 line 0 comments Download
M test/webkit/fast/js/kde/j-comment-3.js View 1 chunk +1 line, -1 line 0 comments Download
M test/webkit/fast/js/kde/j-comment-4.js View 1 chunk +1 line, -1 line 0 comments Download
M test/webkit/fast/js/kde/literals.js View 1 chunk +1 line, -1 line 0 comments Download
M test/webkit/fast/js/kde/lval-exceptions.js View 1 chunk +1 line, -1 line 0 comments Download
M test/webkit/fast/js/kde/math.js View 1 chunk +1 line, -1 line 0 comments Download
M test/webkit/fast/js/kde/md5-1.js View 1 chunk +1 line, -1 line 0 comments Download
M test/webkit/fast/js/kde/md5-2.js View 1 chunk +1 line, -1 line 0 comments Download
M test/webkit/fast/js/kde/object_prototype.js View 1 chunk +1 line, -1 line 0 comments Download
M test/webkit/fast/js/kde/object_prototype_tostring.js View 1 chunk +1 line, -1 line 0 comments Download
M test/webkit/fast/js/kde/operators.js View 1 chunk +1 line, -1 line 0 comments Download
M test/webkit/fast/js/kde/parse.js View 1 chunk +1 line, -1 line 0 comments Download
M test/webkit/fast/js/kde/prototype_length.js View 1 chunk +1 line, -1 line 0 comments Download
M test/webkit/fast/js/kde/prototype_proto.js View 1 chunk +1 line, -1 line 0 comments Download
M test/webkit/fast/js/kde/scope.js View 1 chunk +1 line, -1 line 0 comments Download
M test/webkit/fast/js/kde/statements.js View 1 chunk +1 line, -1 line 0 comments Download
M test/webkit/fast/js/kde/var_decl_init.js View 1 chunk +1 line, -1 line 0 comments Download
M test/webkit/fast/js/string-anchor.js View 1 chunk +1 line, -1 line 0 comments Download
M test/webkit/fast/js/string-fontcolor.js View 1 chunk +1 line, -1 line 0 comments Download
M test/webkit/fast/js/string-fontsize.js View 1 chunk +1 line, -1 line 0 comments Download
M test/webkit/fast/js/string-link.js View 1 chunk +1 line, -1 line 0 comments Download
M test/webkit/fast/js/toString-number.js View 1 chunk +1 line, -1 line 0 comments Download
M test/webkit/fast/regex/assertion.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/webkit/fast/regex/constructor.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/webkit/fast/regex/dotstar.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/webkit/fast/regex/parentheses.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/webkit/function-dot-apply-replace-base.js View 1 chunk +0 lines, -3 lines 0 comments Download
M test/webkit/get-by-pname.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/webkit/get-by-pname-non-final-object.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/webkit/get-by-pname-that-looks-like-a-patchable-get-by-val.js View 1 chunk +0 lines, -2 lines 0 comments Download
M test/webkit/indexed-setter-on-global-object.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/webkit/new-array-double-with-holes.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/webkit/regexp-in-and-foreach-handling.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/webkit/regexp-zero-length-alternatives.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/webkit/resolve-arguments-from-scope.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/webkit/sort-with-side-effecting-comparisons.js View 1 chunk +0 lines, -2 lines 0 comments Download
M test/webkit/stack-unwinding.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/webkit/string-trim.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/webkit/throw-from-finally.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/webkit/try-catch-try-try-catch-try-finally-return-catch-finally.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/webkit/try-try-return-finally-finally.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/webkit/var-declarations-zero-width.js View 1 chunk +1 line, -1 line 0 comments Download
M tools/consarray.js View 1 chunk +0 lines, -1 line 0 comments Download
A + tools/generate-trig-table.py View 2 chunks +45 lines, -33 lines 0 comments Download
M tools/gyp/v8.gyp View 6 chunks +44 lines, -3 lines 0 comments Download
M tools/merge-to-branch.sh View 9 chunks +30 lines, -15 lines 0 comments Download
M tools/presubmit.py View 3 chunks +7 lines, -7 lines 0 comments Download
M tools/push-to-trunk/auto_roll.py View 6 chunks +18 lines, -27 lines 0 comments Download
M tools/push-to-trunk/common_includes.py View 7 chunks +90 lines, -46 lines 0 comments Download
M tools/push-to-trunk/push_to_trunk.py View 26 chunks +75 lines, -65 lines 0 comments Download
M tools/push-to-trunk/test_scripts.py View 19 chunks +281 lines, -116 lines 0 comments Download
M tools/run-tests.py View 6 chunks +43 lines, -13 lines 0 comments Download
M tools/testrunner/local/junit_output.py View 1 chunk +0 lines, -1 line 0 comments Download
M tools/testrunner/local/statusfile.py View 1 chunk +5 lines, -1 line 0 comments Download
M tools/testrunner/local/testsuite.py View 3 chunks +21 lines, -2 lines 0 comments Download
M tools/tickprocessor.js View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
jbramley
6 years, 10 months ago (2014-02-06 14:23:52 UTC) #1
Alexandre Rames
lgtm
6 years, 10 months ago (2014-02-06 14:25:39 UTC) #2
jbramley
6 years, 10 months ago (2014-02-06 14:35:38 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r19159.

Powered by Google App Engine
This is Rietveld 408576698