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

Issue 131363008: A64: Synchronize with r15922. (Closed)

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

Description

A64: Synchronize with r15922. This brings experimental/a64 up to 2013-07-29. BUG=none R=m.m.capewell@googlemail.com Committed: https://code.google.com/p/v8/source/detail?r=18964

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+19109 lines, -6345 lines) Patch
M .gitignore View 1 chunk +1 line, -0 lines 0 comments Download
M ChangeLog View 1 chunk +24 lines, -0 lines 0 comments Download
M DEPS View 1 chunk +1 line, -1 line 0 comments Download
M Makefile View 1 chunk +1 line, -1 line 0 comments Download
M include/v8.h View 3 chunks +5 lines, -5 lines 0 comments Download
M src/a64/deoptimizer-a64.cc View 3 chunks +12 lines, -33 lines 0 comments Download
M src/a64/ic-a64.cc View 1 chunk +0 lines, -53 lines 0 comments Download
M src/a64/lithium-a64.h View 14 chunks +60 lines, -15 lines 0 comments Download
M src/a64/lithium-a64.cc View 15 chunks +60 lines, -49 lines 0 comments Download
M src/a64/lithium-codegen-a64.h View 3 chunks +2 lines, -2 lines 0 comments Download
M src/a64/lithium-codegen-a64.cc View 17 chunks +130 lines, -70 lines 0 comments Download
M src/a64/macro-assembler-a64.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/a64/stub-cache-a64.cc View 4 chunks +7 lines, -8 lines 0 comments Download
M src/api.cc View 4 chunks +51 lines, -7 lines 0 comments Download
M src/arm/assembler-arm.h View 5 chunks +62 lines, -32 lines 0 comments Download
M src/arm/assembler-arm.cc View 2 chunks +19 lines, -2 lines 0 comments Download
M src/arm/code-stubs-arm.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M src/arm/deoptimizer-arm.cc View 3 chunks +12 lines, -34 lines 0 comments Download
M src/arm/disasm-arm.cc View 1 chunk +8 lines, -0 lines 0 comments Download
M src/arm/full-codegen-arm.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/arm/ic-arm.cc View 2 chunks +1 line, -46 lines 0 comments Download
M src/arm/lithium-arm.h View 10 chunks +14 lines, -39 lines 0 comments Download
M src/arm/lithium-arm.cc View 20 chunks +63 lines, -66 lines 0 comments Download
M src/arm/lithium-codegen-arm.h View 3 chunks +4 lines, -3 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 40 chunks +119 lines, -125 lines 0 comments Download
M src/arm/lithium-gap-resolver-arm.cc View 2 chunks +8 lines, -8 lines 0 comments Download
M src/arm/macro-assembler-arm.h View 9 chunks +18 lines, -12 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 18 chunks +75 lines, -32 lines 0 comments Download
M src/arm/simulator-arm.cc View 1 chunk +9 lines, -0 lines 0 comments Download
M src/arm/stub-cache-arm.cc View 8 chunks +11 lines, -12 lines 0 comments Download
M src/ast.cc View 1 chunk +9 lines, -4 lines 0 comments Download
M src/bootstrapper.cc View 2 chunks +5 lines, -6 lines 0 comments Download
M src/builtins.h View 1 chunk +0 lines, -4 lines 0 comments Download
M src/builtins.cc View 1 chunk +0 lines, -9 lines 0 comments Download
M src/code-stubs.h View 1 chunk +0 lines, -42 lines 0 comments Download
M src/code-stubs.cc View 1 chunk +0 lines, -38 lines 0 comments Download
M src/code-stubs-hydrogen.cc View 8 chunks +20 lines, -16 lines 0 comments Download
M src/codegen.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler.cc View 2 chunks +10 lines, -5 lines 0 comments Download
M src/cpu-profiler.h View 3 chunks +34 lines, -34 lines 0 comments Download
M src/cpu-profiler.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/d8.h View 1 chunk +0 lines, -2 lines 0 comments Download
M src/d8.cc View 4 chunks +6 lines, -18 lines 0 comments Download
M src/debug.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M src/debug-debugger.js View 2 chunks +0 lines, -14 lines 0 comments Download
M src/deoptimizer.h View 3 chunks +11 lines, -3 lines 0 comments Download
M src/deoptimizer.cc View 17 chunks +120 lines, -73 lines 0 comments Download
M src/extensions/i18n/i18n-utils.cc View 1 chunk +14 lines, -20 lines 0 comments Download
M src/factory.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/flag-definitions.h View 6 chunks +10 lines, -6 lines 0 comments Download
M src/frames.h View 5 chunks +8 lines, -5 lines 0 comments Download
M src/frames.cc View 5 chunks +38 lines, -6 lines 0 comments Download
M src/frames-inl.h View 1 chunk +3 lines, -3 lines 0 comments Download
M src/global-handles.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/globals.h View 1 chunk +9 lines, -6 lines 0 comments Download
M src/heap.h View 8 chunks +10 lines, -54 lines 0 comments Download
M src/heap.cc View 14 chunks +31 lines, -167 lines 0 comments Download
M src/heap-inl.h View 1 chunk +0 lines, -13 lines 0 comments Download
M src/heap-snapshot-generator.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/hydrogen.h View 16 chunks +103 lines, -35 lines 0 comments Download
M src/hydrogen.cc View 90 chunks +251 lines, -243 lines 0 comments Download
M src/hydrogen-bce.cc View 2 chunks +4 lines, -0 lines 0 comments Download
A + src/hydrogen-bch.h View 2 chunks +12 lines, -8 lines 0 comments Download
A src/hydrogen-bch.cc View 1 chunk +408 lines, -0 lines 0 comments Download
M src/hydrogen-canonicalize.cc View 1 chunk +12 lines, -5 lines 0 comments Download
M src/hydrogen-deoptimizing-mark.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/hydrogen-environment-liveness.cc View 1 chunk +0 lines, -9 lines 0 comments Download
M src/hydrogen-gvn.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/hydrogen-instructions.h View 64 chunks +478 lines, -221 lines 0 comments Download
M src/hydrogen-instructions.cc View 49 chunks +710 lines, -145 lines 0 comments Download
M src/hydrogen-minus-zero.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/hydrogen-osr.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/hydrogen-representation-changes.cc View 4 chunks +24 lines, -9 lines 0 comments Download
M src/ia32/deoptimizer-ia32.cc View 3 chunks +12 lines, -34 lines 0 comments Download
M src/ia32/ic-ia32.cc View 1 chunk +0 lines, -55 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.h View 4 chunks +10 lines, -12 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 27 chunks +101 lines, -118 lines 0 comments Download
M src/ia32/lithium-gap-resolver-ia32.cc View 2 chunks +8 lines, -8 lines 0 comments Download
M src/ia32/lithium-ia32.h View 7 chunks +10 lines, -24 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 17 chunks +53 lines, -55 lines 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 4 chunks +7 lines, -9 lines 0 comments Download
M src/ic.h View 1 chunk +0 lines, -2 lines 0 comments Download
M src/ic.cc View 6 chunks +15 lines, -8 lines 0 comments Download
M src/isolate.h View 5 chunks +7 lines, -16 lines 0 comments Download
M src/isolate.cc View 2 chunks +1 line, -2 lines 0 comments Download
M src/lithium.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/liveedit.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/log.h View 6 chunks +88 lines, -3 lines 0 comments Download
M src/log.cc View 25 chunks +230 lines, -334 lines 0 comments Download
M src/log-utils.cc View 1 chunk +1 line, -2 lines 0 comments Download
M src/mark-compact.h View 2 chunks +2 lines, -0 lines 0 comments Download
M src/mark-compact.cc View 13 chunks +74 lines, -52 lines 0 comments Download
M src/messages.js View 4 chunks +59 lines, -56 lines 0 comments Download
M src/mips/assembler-mips.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/mips/deoptimizer-mips.cc View 3 chunks +12 lines, -39 lines 0 comments Download
M src/mips/ic-mips.cc View 1 chunk +0 lines, -45 lines 0 comments Download
M src/mips/lithium-codegen-mips.h View 2 chunks +6 lines, -4 lines 0 comments Download
M src/mips/lithium-codegen-mips.cc View 20 chunks +89 lines, -77 lines 0 comments Download
M src/mips/lithium-gap-resolver-mips.cc View 2 chunks +8 lines, -8 lines 0 comments Download
M src/mips/lithium-mips.h View 10 chunks +12 lines, -36 lines 0 comments Download
M src/mips/lithium-mips.cc View 18 chunks +60 lines, -63 lines 0 comments Download
M src/mips/macro-assembler-mips.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/mips/stub-cache-mips.cc View 4 chunks +7 lines, -8 lines 0 comments Download
M src/mirror-debugger.js View 1 chunk +1 line, -1 line 0 comments Download
M src/objects.h View 15 chunks +27 lines, -25 lines 0 comments Download
M src/objects.cc View 34 chunks +69 lines, -65 lines 0 comments Download
M src/objects-inl.h View 4 chunks +19 lines, -6 lines 0 comments Download
M src/objects-printer.cc View 3 chunks +7 lines, -7 lines 0 comments Download
M src/optimizing-compiler-thread.h View 2 chunks +8 lines, -2 lines 0 comments Download
M src/optimizing-compiler-thread.cc View 3 chunks +52 lines, -15 lines 0 comments Download
M src/platform.h View 4 chunks +55 lines, -2 lines 0 comments Download
M src/platform-cygwin.cc View 4 chunks +0 lines, -176 lines 0 comments Download
M src/platform-freebsd.cc View 4 chunks +0 lines, -155 lines 0 comments Download
M src/platform-linux.cc View 5 chunks +0 lines, -178 lines 0 comments Download
M src/platform-macos.cc View 5 chunks +0 lines, -239 lines 0 comments Download
M src/platform-openbsd.cc View 6 chunks +3 lines, -181 lines 0 comments Download
M src/platform-posix.h View 1 chunk +0 lines, -3 lines 0 comments Download
M src/platform-posix.cc View 10 chunks +350 lines, -7 lines 0 comments Download
M src/platform-solaris.cc View 4 chunks +0 lines, -145 lines 0 comments Download
D src/platform-tls.h View 1 chunk +0 lines, -50 lines 0 comments Download
D src/platform-tls-mac.h View 1 chunk +0 lines, -62 lines 0 comments Download
D src/platform-tls-win32.h View 1 chunk +0 lines, -62 lines 0 comments Download
M src/platform-win32.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/profile-generator.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/property.h View 6 chunks +29 lines, -17 lines 0 comments Download
M src/property.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M src/property-details.h View 1 chunk +1 line, -1 line 0 comments Download
M src/runtime.h View 2 chunks +2 lines, -9 lines 0 comments Download
M src/runtime.cc View 11 chunks +21 lines, -93 lines 0 comments Download
M src/sampler.cc View 2 chunks +8 lines, -3 lines 0 comments Download
M src/serialize.h View 3 chunks +5 lines, -7 lines 0 comments Download
M src/serialize.cc View 2 chunks +140 lines, -1 line 0 comments Download
M src/spaces.h View 1 chunk +4 lines, -1 line 0 comments Download
M src/stub-cache.h View 4 chunks +4 lines, -4 lines 0 comments Download
M src/stub-cache.cc View 6 chunks +14 lines, -24 lines 0 comments Download
M src/token.h View 2 chunks +11 lines, -2 lines 0 comments Download
M src/type-info.cc View 1 chunk +1 line, -2 lines 0 comments Download
M src/typedarray.js View 19 chunks +26 lines, -26 lines 0 comments Download
M src/types.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/v8-counters.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/version.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/vm-state.h View 1 chunk +10 lines, -1 line 0 comments Download
M src/vm-state-inl.h View 2 chunks +23 lines, -4 lines 0 comments Download
M src/x64/assembler-x64.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/x64/assembler-x64.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M src/x64/assembler-x64-inl.h View 1 chunk +10 lines, -0 lines 0 comments Download
M src/x64/deoptimizer-x64.cc View 4 chunks +13 lines, -35 lines 0 comments Download
M src/x64/ic-x64.cc View 1 chunk +0 lines, -49 lines 0 comments Download
M src/x64/lithium-codegen-x64.h View 2 chunks +3 lines, -2 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 30 chunks +107 lines, -108 lines 0 comments Download
M src/x64/lithium-x64.h View 10 chunks +11 lines, -31 lines 0 comments Download
M src/x64/lithium-x64.cc View 23 chunks +49 lines, -76 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 4 chunks +7 lines, -9 lines 0 comments Download
M test/cctest/cctest.status View 1 chunk +0 lines, -3 lines 0 comments Download
M test/cctest/test-api.cc View 3 chunks +38 lines, -2 lines 0 comments Download
M test/cctest/test-assembler-arm.cc View 3 chunks +9 lines, -0 lines 0 comments Download
M test/cctest/test-cpu-profiler.cc View 1 chunk +228 lines, -0 lines 0 comments Download
M test/cctest/test-deoptimization.cc View 6 chunks +13 lines, -9 lines 0 comments Download
M test/cctest/test-disasm-arm.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M test/cctest/test-heap.cc View 3 chunks +36 lines, -4 lines 0 comments Download
M test/cctest/test-log.cc View 6 chunks +2 lines, -4 lines 0 comments Download
M test/cctest/test-mark-compact.cc View 1 chunk +2 lines, -4 lines 0 comments Download
M test/mjsunit/allocation-folding.js View 2 chunks +37 lines, -4 lines 0 comments Download
M test/mjsunit/elements-transition-and-store.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/generated-transition-stub.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/harmony/dataview-accessors.js View 2 chunks +38 lines, -0 lines 0 comments Download
M test/mjsunit/math-min-max.js View 1 chunk +15 lines, -0 lines 0 comments Download
M test/mjsunit/mjsunit.status View 2 chunks +19 lines, -3 lines 0 comments Download
A + test/mjsunit/omit-constant-mapcheck.js View 1 chunk +38 lines, -16 lines 0 comments Download
A + test/mjsunit/regress/regress-crbug-258519.js View 1 chunk +12 lines, -17 lines 0 comments Download
A + test/mjsunit/regress/regress-crbug-263276.js View 1 chunk +13 lines, -17 lines 0 comments Download
A + test/mjsunit/regress/regress-prepare-break-while-recompile.js View 1 chunk +25 lines, -20 lines 0 comments Download
M test/mjsunit/stack-traces.js View 2 chunks +6 lines, -2 lines 0 comments Download
A + test/mjsunit/stack-traces-custom-lazy.js View 1 chunk +17 lines, -14 lines 0 comments Download
D test/mjsunit/stack-traces-gc.js View 1 chunk +0 lines, -119 lines 0 comments Download
M test/mjsunit/transition-elements-kind.js View 1 chunk +1 line, -2 lines 0 comments Download
A test/webkit/fast/js/JSON-parse-reviver.js View 1 chunk +205 lines, -0 lines 0 comments Download
A test/webkit/fast/js/JSON-parse-reviver-expected.txt View 1 chunk +131 lines, -0 lines 0 comments Download
A test/webkit/fast/js/Object-defineProperty.js View 1 chunk +239 lines, -0 lines 0 comments Download
A test/webkit/fast/js/Object-defineProperty-expected.txt View 1 chunk +176 lines, -0 lines 0 comments Download
A test/webkit/fast/js/Object-getOwnPropertyNames.js View 1 chunk +135 lines, -0 lines 0 comments Download
A test/webkit/fast/js/Object-getOwnPropertyNames-expected.txt View 1 chunk +113 lines, -0 lines 0 comments Download
A test/webkit/fast/js/arguments.js View 1 chunk +689 lines, -0 lines 0 comments Download
A test/webkit/fast/js/arguments-expected.txt View 1 chunk +207 lines, -0 lines 0 comments Download
A + test/webkit/fast/js/array-bad-time.js View 1 chunk +22 lines, -13 lines 0 comments Download
A test/webkit/fast/js/array-bad-time-expected.txt View 1 chunk +1034 lines, -0 lines 0 comments Download
A + test/webkit/fast/js/array-float-delete.js View 1 chunk +6 lines, -10 lines 0 comments Download
A + test/webkit/fast/js/array-float-delete-expected.txt View 1 chunk +2 lines, -1 line 0 comments Download
A test/webkit/fast/js/array-functions-non-arrays.js View 1 chunk +204 lines, -0 lines 0 comments Download
A test/webkit/fast/js/array-functions-non-arrays-expected.txt View 1 chunk +122 lines, -0 lines 0 comments Download
A test/webkit/fast/js/array-prototype-properties.js View 1 chunk +52 lines, -0 lines 0 comments Download
A test/webkit/fast/js/array-prototype-properties-expected.txt View 1 chunk +54 lines, -0 lines 0 comments Download
A + test/webkit/fast/js/array-slow-put.js View 1 chunk +11 lines, -13 lines 0 comments Download
A test/webkit/fast/js/array-slow-put-expected.txt View 1 chunk +133 lines, -0 lines 0 comments Download
A + test/webkit/fast/js/array-tostring-ignore-separator.js View 1 chunk +6 lines, -5 lines 0 comments Download
A + test/webkit/fast/js/array-tostring-ignore-separator-expected.txt View 1 chunk +2 lines, -1 line 0 comments Download
A test/webkit/fast/js/basic-strict-mode.js View 1 chunk +231 lines, -0 lines 0 comments Download
A test/webkit/fast/js/basic-strict-mode-expected.txt View 1 chunk +237 lines, -0 lines 0 comments Download
A test/webkit/fast/js/caller-property.js View 1 chunk +85 lines, -0 lines 0 comments Download
A test/webkit/fast/js/caller-property-expected.txt View 1 chunk +51 lines, -0 lines 0 comments Download
A + test/webkit/fast/js/date-big-setmonth.js View 1 chunk +4 lines, -10 lines 0 comments Download
A + test/webkit/fast/js/date-big-setmonth-expected.txt View 1 chunk +2 lines, -1 line 0 comments Download
A + test/webkit/fast/js/date-negative-setmonth.js View 1 chunk +4 lines, -10 lines 0 comments Download
A + test/webkit/fast/js/date-negative-setmonth-expected.txt View 1 chunk +2 lines, -1 line 0 comments Download
A + test/webkit/fast/js/date-preserve-milliseconds.js View 1 chunk +16 lines, -25 lines 0 comments Download
A + test/webkit/fast/js/date-preserve-milliseconds-expected.txt View 1 chunk +7 lines, -5 lines 0 comments Download
A + test/webkit/fast/js/date-toisostring.js View 1 chunk +17 lines, -15 lines 0 comments Download
A + test/webkit/fast/js/date-toisostring-expected.txt View 1 chunk +12 lines, -12 lines 0 comments Download
A + test/webkit/fast/js/end-in-string-escape.js View 1 chunk +5 lines, -7 lines 0 comments Download
A + test/webkit/fast/js/end-in-string-escape-expected.txt View 1 chunk +2 lines, -1 line 0 comments Download
A + test/webkit/fast/js/exception-properties.js View 1 chunk +17 lines, -16 lines 0 comments Download
A + test/webkit/fast/js/exception-properties-expected.txt View 1 chunk +5 lines, -7 lines 0 comments Download
A + test/webkit/fast/js/exception-registerfile-shrink.js View 1 chunk +4 lines, -4 lines 0 comments Download
A + test/webkit/fast/js/exception-registerfile-shrink-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
A + test/webkit/fast/js/excessive-comma-usage.js View 1 chunk +16 lines, -17 lines 0 comments Download
A + test/webkit/fast/js/excessive-comma-usage-expected.txt View 1 chunk +4 lines, -7 lines 0 comments Download
A test/webkit/fast/js/function-apply.js View 1 chunk +318 lines, -0 lines 0 comments Download
A test/webkit/fast/js/function-apply-expected.txt View 1 chunk +66 lines, -0 lines 0 comments Download
A + test/webkit/fast/js/function-constructor-error.js View 1 chunk +3 lines, -10 lines 0 comments Download
A + test/webkit/fast/js/function-constructor-error-expected.txt View 1 chunk +3 lines, -7 lines 0 comments Download
A test/webkit/fast/js/function-toString-parentheses.js View 1 chunk +234 lines, -0 lines 0 comments Download
A test/webkit/fast/js/function-toString-parentheses-expected.txt View 1 chunk +525 lines, -0 lines 0 comments Download
A + test/webkit/fast/js/function-toString-semicolon-insertion.js View 1 chunk +7 lines, -10 lines 0 comments Download
A + test/webkit/fast/js/function-toString-semicolon-insertion-expected.txt View 1 chunk +9 lines, -6 lines 0 comments Download
A + test/webkit/fast/js/modify-non-references.js View 1 chunk +12 lines, -23 lines 0 comments Download
A test/webkit/fast/js/modify-non-references-expected.txt View 1 chunk +39 lines, -0 lines 0 comments Download
A + test/webkit/fast/js/native-error-prototype.js View 1 chunk +10 lines, -26 lines 0 comments Download
A + test/webkit/fast/js/native-error-prototype-expected.txt View 1 chunk +6 lines, -7 lines 0 comments Download
A test/webkit/fast/js/number-toString.js View 1 chunk +93 lines, -0 lines 0 comments Download
A test/webkit/fast/js/number-toString-expected.txt View 1 chunk +84 lines, -0 lines 0 comments Download
A test/webkit/fast/js/number-tofixed.js View 1 chunk +102 lines, -0 lines 0 comments Download
A test/webkit/fast/js/number-tofixed-expected.txt View 1 chunk +84 lines, -0 lines 0 comments Download
A test/webkit/fast/js/number-toprecision.js View 1 chunk +65 lines, -0 lines 0 comments Download
A test/webkit/fast/js/number-toprecision-expected.txt View 1 chunk +61 lines, -0 lines 0 comments Download
A + test/webkit/fast/js/numeric-escapes-in-string-literals.js View 1 chunk +35 lines, -18 lines 0 comments Download
A test/webkit/fast/js/numeric-escapes-in-string-literals-expected.txt View 1 chunk +68 lines, -0 lines 0 comments Download
A + test/webkit/fast/js/object-bad-time.js View 1 chunk +25 lines, -29 lines 0 comments Download
A test/webkit/fast/js/object-bad-time-expected.txt View 1 chunk +1034 lines, -0 lines 0 comments Download
A + test/webkit/fast/js/object-extra-comma.js View 1 chunk +8 lines, -11 lines 0 comments Download
A + test/webkit/fast/js/object-extra-comma-expected.txt View 1 chunk +6 lines, -7 lines 0 comments Download
A + test/webkit/fast/js/object-prototype-constructor.js View 1 chunk +14 lines, -27 lines 0 comments Download
A + test/webkit/fast/js/object-prototype-constructor-expected.txt View 1 chunk +7 lines, -7 lines 0 comments Download
A + test/webkit/fast/js/object-prototype-properties.js View 1 chunk +10 lines, -16 lines 0 comments Download
A + test/webkit/fast/js/object-prototype-properties-expected.txt View 1 chunk +8 lines, -13 lines 0 comments Download
A + test/webkit/fast/js/object-prototype-toLocaleString.js View 1 chunk +10 lines, -27 lines 0 comments Download
A + test/webkit/fast/js/object-prototype-toLocaleString-expected.txt View 1 chunk +5 lines, -7 lines 0 comments Download
A + test/webkit/fast/js/object-slow-put.js View 1 chunk +14 lines, -11 lines 0 comments Download
A test/webkit/fast/js/object-slow-put-expected.txt View 1 chunk +133 lines, -0 lines 0 comments Download
A test/webkit/fast/js/parser-syntax-check.js View 1 chunk +403 lines, -0 lines 0 comments Download
A test/webkit/fast/js/parser-syntax-check-expected.txt View 1 chunk +611 lines, -0 lines 0 comments Download
A test/webkit/fast/js/primitive-property-access-edge-cases.js View 1 chunk +238 lines, -0 lines 0 comments Download
A test/webkit/fast/js/primitive-property-access-edge-cases-expected.txt View 1 chunk +81 lines, -0 lines 0 comments Download
A test/webkit/fast/js/read-modify-eval.js View 1 chunk +169 lines, -0 lines 0 comments Download
A + test/webkit/fast/js/read-modify-eval-expected.txt View 1 chunk +18 lines, -9 lines 0 comments Download
A + test/webkit/fast/js/regexp-bol.js View 1 chunk +23 lines, -14 lines 0 comments Download
A + test/webkit/fast/js/regexp-bol-expected.txt View 1 chunk +22 lines, -11 lines 0 comments Download
A + test/webkit/fast/js/regexp-bol-with-multiline.js View 1 chunk +7 lines, -10 lines 0 comments Download
A + test/webkit/fast/js/regexp-bol-with-multiline-expected.txt View 1 chunk +6 lines, -7 lines 0 comments Download
A + test/webkit/fast/js/regexp-extended-characters-crash.js View 1 chunk +8 lines, -27 lines 0 comments Download
A + test/webkit/fast/js/regexp-extended-characters-crash-expected.txt View 1 chunk +6 lines, -6 lines 0 comments Download
A + test/webkit/fast/js/regexp-lastindex.js View 1 chunk +8 lines, -9 lines 0 comments Download
A + test/webkit/fast/js/regexp-lastindex-expected.txt View 1 chunk +3 lines, -7 lines 0 comments Download
A + test/webkit/fast/js/regexp-look-ahead.js View 1 chunk +3 lines, -10 lines 0 comments Download
A + test/webkit/fast/js/regexp-look-ahead-expected.txt View 1 chunk +3 lines, -1 line 0 comments Download
A test/webkit/fast/js/regexp-no-extensions.js View 1 chunk +69 lines, -0 lines 0 comments Download
A test/webkit/fast/js/regexp-no-extensions-expected.txt View 1 chunk +69 lines, -0 lines 0 comments Download
A + test/webkit/fast/js/regexp-non-capturing-groups.js View 1 chunk +16 lines, -18 lines 0 comments Download
A + test/webkit/fast/js/regexp-non-capturing-groups-expected.txt View 1 chunk +15 lines, -12 lines 0 comments Download
A + test/webkit/fast/js/regexp-non-greedy-parentheses.js View 1 chunk +9 lines, -29 lines 0 comments Download
A + test/webkit/fast/js/regexp-non-greedy-parentheses-expected.txt View 1 chunk +9 lines, -6 lines 0 comments Download
A + test/webkit/fast/js/regexp-range-out-of-order.js View 1 chunk +3 lines, -8 lines 0 comments Download
A + test/webkit/fast/js/regexp-range-out-of-order-expected.txt View 1 chunk +2 lines, -7 lines 0 comments Download
A test/webkit/fast/js/regexp-ranges-and-escaped-hyphens.js View 1 chunk +75 lines, -0 lines 0 comments Download
A + test/webkit/fast/js/regexp-ranges-and-escaped-hyphens-expected.txt View 1 chunk +18 lines, -7 lines 0 comments Download
A test/webkit/fast/js/regexp-stack-overflow.js View 1 chunk +34 lines, -0 lines 0 comments Download
A + test/webkit/fast/js/regexp-stack-overflow-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
A test/webkit/fast/js/regexp-unicode-handling.js View 1 chunk +128 lines, -0 lines 0 comments Download
A test/webkit/fast/js/regexp-unicode-handling-expected.txt View 1 chunk +72 lines, -0 lines 0 comments Download
A + test/webkit/fast/js/reserved-words-strict.js View 3 chunks +16 lines, -46 lines 0 comments Download
A + test/webkit/fast/js/reserved-words-strict-expected.txt View 2 chunks +10 lines, -44 lines 0 comments Download
A + test/webkit/fast/js/stack-overflow-arrity-catch.js View 1 chunk +38 lines, -31 lines 0 comments Download
A + test/webkit/fast/js/stack-overflow-arrity-catch-expected.txt View 1 chunk +2 lines, -1 line 0 comments Download
A test/webkit/fast/js/string-capitalization.js View 1 chunk +95 lines, -0 lines 0 comments Download
A + test/webkit/fast/js/string-capitalization-expected.txt View 1 chunk +22 lines, -10 lines 0 comments Download
A test/webkit/fast/js/string-split-conformance.js View 1 chunk +96 lines, -0 lines 0 comments Download
A test/webkit/fast/js/string-split-conformance-expected.txt View 1 chunk +90 lines, -0 lines 0 comments Download
A + test/webkit/fast/js/string-split-double-empty.js View 1 chunk +3 lines, -3 lines 0 comments Download
A + test/webkit/fast/js/string-split-double-empty-expected.txt View 1 chunk +3 lines, -1 line 0 comments Download
A + test/webkit/fast/js/string-split-ignore-case.js View 1 chunk +2 lines, -2 lines 0 comments Download
A + test/webkit/fast/js/string-split-ignore-case-expected.txt View 1 chunk +2 lines, -1 line 0 comments Download
A + test/webkit/fast/js/toString-exception.js View 1 chunk +14 lines, -4 lines 0 comments Download
A + test/webkit/fast/js/toString-exception-expected.txt View 1 chunk +2 lines, -1 line 0 comments Download
A + test/webkit/fast/js/toString-overrides.js View 1 chunk +37 lines, -19 lines 0 comments Download
A + test/webkit/fast/js/toString-overrides-expected.txt View 1 chunk +8 lines, -6 lines 0 comments Download
A + test/webkit/fast/regex/alternative-length-miscalculation.js View 1 chunk +6 lines, -11 lines 0 comments Download
A + test/webkit/fast/regex/alternative-length-miscalculation-expected.txt View 1 chunk +3 lines, -1 line 0 comments Download
A test/webkit/fast/regex/assertion.js View 1 chunk +110 lines, -0 lines 0 comments Download
A + test/webkit/fast/regex/assertion-expected.txt View 1 chunk +38 lines, -5 lines 0 comments Download
A + test/webkit/fast/regex/constructor.js View 1 chunk +6 lines, -9 lines 0 comments Download
A + test/webkit/fast/regex/constructor-expected.txt View 1 chunk +5 lines, -7 lines 0 comments Download
A test/webkit/fast/regex/dotstar.js View 1 chunk +160 lines, -0 lines 0 comments Download
A test/webkit/fast/regex/dotstar-expected.txt View 1 chunk +141 lines, -0 lines 0 comments Download
A + test/webkit/fast/regex/early-acid3-86.js View 1 chunk +7 lines, -9 lines 0 comments Download
A + test/webkit/fast/regex/early-acid3-86-expected.txt View 1 chunk +4 lines, -7 lines 0 comments Download
A + test/webkit/fast/regex/ecma-regex-examples.js View 1 chunk +25 lines, -33 lines 0 comments Download
A + test/webkit/fast/regex/ecma-regex-examples-expected.txt View 1 chunk +13 lines, -15 lines 0 comments Download
A + test/webkit/fast/regex/invalid-range-in-class.js View 1 chunk +19 lines, -46 lines 0 comments Download
A + test/webkit/fast/regex/invalid-range-in-class-expected.txt View 1 chunk +12 lines, -6 lines 0 comments Download
A test/webkit/fast/regex/lastIndex.js View 1 chunk +71 lines, -0 lines 0 comments Download
A test/webkit/fast/regex/lastIndex-expected.txt View 1 chunk +53 lines, -0 lines 0 comments Download
A + test/webkit/fast/regex/malformed-escapes.js View 1 chunk +35 lines, -30 lines 0 comments Download
A + test/webkit/fast/regex/malformed-escapes-expected.txt View 1 chunk +32 lines, -8 lines 0 comments Download
A + test/webkit/fast/regex/non-capturing-backtracking.js View 1 chunk +3 lines, -2 lines 0 comments Download
A + test/webkit/fast/regex/non-capturing-backtracking-expected.txt View 1 chunk +2 lines, -1 line 0 comments Download
A + test/webkit/fast/regex/overflow.js View 1 chunk +11 lines, -13 lines 0 comments Download
A + test/webkit/fast/regex/overflow-expected.txt View 1 chunk +5 lines, -7 lines 0 comments Download
A test/webkit/fast/regex/parentheses.js View 1 chunk +277 lines, -0 lines 0 comments Download
A test/webkit/fast/regex/parentheses-expected.txt View 1 chunk +124 lines, -0 lines 0 comments Download
A test/webkit/fast/regex/pcre-test-4.js View 1 chunk +1169 lines, -0 lines 0 comments Download
A test/webkit/fast/regex/pcre-test-4-expected.txt View 1 chunk +275 lines, -0 lines 0 comments Download
A + test/webkit/fast/regex/quantified-assertions.js View 1 chunk +19 lines, -24 lines 0 comments Download
A + test/webkit/fast/regex/quantified-assertions-expected.txt View 1 chunk +17 lines, -6 lines 0 comments Download
A + test/webkit/fast/regex/repeat-match-waldemar.js View 1 chunk +22 lines, -47 lines 0 comments Download
A + test/webkit/fast/regex/repeat-match-waldemar-expected.txt View 1 chunk +22 lines, -12 lines 0 comments Download
A test/webkit/fast/regex/toString.js View 1 chunk +87 lines, -0 lines 0 comments Download
A test/webkit/fast/regex/toString-expected.txt View 1 chunk +60 lines, -0 lines 0 comments Download
A test/webkit/fast/regex/unicodeCaseInsensitive.js View 1 chunk +101 lines, -0 lines 0 comments Download
A test/webkit/fast/regex/unicodeCaseInsensitive-expected.txt View 1 chunk +349 lines, -0 lines 0 comments Download
M test/webkit/resources/standalone-pre.js View 3 chunks +7 lines, -6 lines 0 comments Download
M test/webkit/webkit.status View 1 chunk +7 lines, -0 lines 0 comments Download
M tools/blink_tests/TestExpectations View 1 chunk +3 lines, -0 lines 0 comments Download
M tools/gyp/v8.gyp View 2 chunks +2 lines, -3 lines 0 comments Download
A + tools/run-deopt-fuzzer.py View 9 chunks +192 lines, -119 lines 0 comments Download
M tools/run-tests.py View 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
jbramley
6 years, 10 months ago (2014-01-30 19:27:28 UTC) #1
m.m.capewell
lgtm
6 years, 10 months ago (2014-01-30 19:28:56 UTC) #2
jbramley
6 years, 10 months ago (2014-01-30 19:32:04 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r18964 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698