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

Issue 149413010: A64: Synchronize with r16024. (Closed)

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

Description

A64: Synchronize with r16024. This brings experimental/a64 up to 2013-08-02. The last change replaced Abort messages with enumerated values. I've added a few of our error codes to the enumeration, but several use kUnknown for now. We will update them in a follow-up patch. BUG=none R=m.m.capewell@googlemail.com Committed: https://code.google.com/p/v8/source/detail?r=18997

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13516 lines, -5278 lines) Patch
M .gitignore View 3 chunks +5 lines, -1 line 0 comments Download
M AUTHORS View 1 chunk +1 line, -0 lines 0 comments Download
M ChangeLog View 1 chunk +22 lines, -0 lines 0 comments Download
M DEPS View 1 chunk +2 lines, -2 lines 0 comments Download
M Makefile View 3 chunks +10 lines, -3 lines 0 comments Download
M PRESUBMIT.py View 1 chunk +3 lines, -0 lines 0 comments Download
M build/standalone.gypi View 2 chunks +3 lines, -3 lines 0 comments Download
M build/toolchain.gypi View 6 chunks +101 lines, -14 lines 0 comments Download
M include/v8.h View 10 chunks +54 lines, -8 lines 0 comments Download
M src/a64/builtins-a64.cc View 8 chunks +11 lines, -11 lines 0 comments Download
M src/a64/code-stubs-a64.cc View 21 chunks +26 lines, -27 lines 0 comments Download
M src/a64/codegen-a64.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/a64/debug-a64.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/a64/frames-a64.h View 1 chunk +5 lines, -0 lines 0 comments Download
M src/a64/full-codegen-a64.cc View 5 chunks +10 lines, -10 lines 0 comments Download
M src/a64/ic-a64.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/a64/lithium-a64.h View 9 chunks +16 lines, -38 lines 0 comments Download
M src/a64/lithium-a64.cc View 9 chunks +7 lines, -40 lines 0 comments Download
M src/a64/lithium-codegen-a64.h View 1 chunk +1 line, -1 line 0 comments Download
M src/a64/lithium-codegen-a64.cc View 21 chunks +53 lines, -43 lines 0 comments Download
M src/a64/macro-assembler-a64.h View 5 chunks +7 lines, -17 lines 0 comments Download
M src/a64/macro-assembler-a64.cc View 32 chunks +81 lines, -93 lines 0 comments Download
M src/a64/regexp-macro-assembler-a64.cc View 7 chunks +26 lines, -9 lines 0 comments Download
M src/a64/stub-cache-a64.cc View 3 chunks +3 lines, -11 lines 0 comments Download
M src/accessors.cc View 2 chunks +2 lines, -3 lines 0 comments Download
M src/api.cc View 13 chunks +29 lines, -8 lines 0 comments Download
M src/arm/assembler-arm.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/arm/assembler-arm.cc View 6 chunks +22 lines, -37 lines 0 comments Download
M src/arm/builtins-arm.cc View 7 chunks +10 lines, -10 lines 0 comments Download
M src/arm/code-stubs-arm.cc View 15 chunks +18 lines, -19 lines 0 comments Download
M src/arm/codegen-arm.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/arm/debug-arm.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M src/arm/frames-arm.h View 1 chunk +5 lines, -0 lines 0 comments Download
M src/arm/full-codegen-arm.cc View 5 chunks +10 lines, -10 lines 0 comments Download
M src/arm/lithium-arm.h View 9 chunks +16 lines, -36 lines 0 comments Download
M src/arm/lithium-arm.cc View 7 chunks +5 lines, -34 lines 0 comments Download
M src/arm/lithium-codegen-arm.h View 1 chunk +1 line, -1 line 0 comments Download
M src/arm/lithium-codegen-arm.cc View 22 chunks +50 lines, -45 lines 0 comments Download
M src/arm/macro-assembler-arm.h View 1 chunk +3 lines, -3 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 21 chunks +28 lines, -27 lines 0 comments Download
M src/assembler.h View 3 chunks +11 lines, -1 line 0 comments Download
M src/atomicops_internals_tsan.h View 2 chunks +6 lines, -6 lines 0 comments Download
M src/bootstrapper.cc View 2 chunks +6 lines, -0 lines 0 comments Download
M src/code-stubs-hydrogen.cc View 20 chunks +70 lines, -87 lines 0 comments Download
M src/collection.js View 4 chunks +4 lines, -4 lines 0 comments Download
M src/compilation-cache.h View 3 chunks +4 lines, -1 line 0 comments Download
M src/compilation-cache.cc View 6 chunks +22 lines, -4 lines 0 comments Download
M src/compiler.h View 3 chunks +4 lines, -3 lines 0 comments Download
M src/compiler.cc View 13 chunks +19 lines, -18 lines 0 comments Download
M src/cpu-profiler.cc View 2 chunks +2 lines, -4 lines 0 comments Download
M src/cpu-profiler-inl.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/d8.h View 2 chunks +2 lines, -0 lines 0 comments Download
M src/d8.cc View 3 chunks +80 lines, -1 line 0 comments Download
M src/debug.cc View 2 chunks +1 line, -4 lines 0 comments Download
M src/extensions/i18n/footer.js View 1 chunk +1 line, -1 line 0 comments Download
M src/extensions/i18n/header.js View 1 chunk +1 line, -1 line 0 comments Download
M src/extensions/i18n/i18n-extension.cc View 2 chunks +0 lines, -12 lines 0 comments Download
M src/extensions/i18n/i18n-utils.js View 4 chunks +3 lines, -8 lines 0 comments Download
D src/extensions/i18n/locale.h View 1 chunk +0 lines, -56 lines 0 comments Download
D src/extensions/i18n/locale.cc View 1 chunk +0 lines, -251 lines 0 comments Download
M src/extensions/i18n/locale.js View 2 chunks +1 line, -3 lines 0 comments Download
M src/factory.cc View 2 chunks +1 line, -4 lines 0 comments Download
M src/flag-definitions.h View 2 chunks +2 lines, -0 lines 0 comments Download
M src/frames.h View 2 chunks +2 lines, -1 line 0 comments Download
M src/frames.cc View 3 chunks +5 lines, -5 lines 0 comments Download
A src/harmony-string.js View 1 chunk +154 lines, -0 lines 0 comments Download
M src/heap.h View 6 chunks +12 lines, -10 lines 0 comments Download
M src/heap.cc View 3 chunks +7 lines, -10 lines 0 comments Download
M src/hydrogen.h View 19 chunks +226 lines, -63 lines 0 comments Download
M src/hydrogen.cc View 214 chunks +432 lines, -570 lines 0 comments Download
M src/hydrogen-bce.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M src/hydrogen-bch.cc View 2 chunks +8 lines, -6 lines 0 comments Download
M src/hydrogen-instructions.h View 154 chunks +966 lines, -668 lines 0 comments Download
M src/hydrogen-instructions.cc View 41 chunks +156 lines, -222 lines 0 comments Download
A + src/hydrogen-mark-deoptimize.h View 2 chunks +17 lines, -10 lines 0 comments Download
A + src/hydrogen-mark-deoptimize.cc View 1 chunk +28 lines, -23 lines 0 comments Download
M src/ia32/assembler-ia32.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M src/ia32/builtins-ia32.cc View 7 chunks +10 lines, -10 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 17 chunks +21 lines, -22 lines 0 comments Download
M src/ia32/codegen-ia32.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/ia32/debug-ia32.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/ia32/deoptimizer-ia32.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/ia32/frames-ia32.h View 1 chunk +5 lines, -0 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 7 chunks +11 lines, -11 lines 0 comments Download
M src/ia32/ic-ia32.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/ia32/lithium-codegen-ia32.h View 3 chunks +10 lines, -1 line 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 22 chunks +78 lines, -51 lines 0 comments Download
M src/ia32/lithium-ia32.h View 9 chunks +16 lines, -38 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 10 chunks +16 lines, -36 lines 0 comments Download
M src/ia32/macro-assembler-ia32.h View 1 chunk +3 lines, -3 lines 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 22 chunks +29 lines, -28 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/ic.cc View 1 chunk +10 lines, -4 lines 0 comments Download
M src/icu_util.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/isolate.h View 3 chunks +12 lines, -0 lines 0 comments Download
M src/isolate.cc View 3 chunks +9 lines, -3 lines 0 comments Download
M src/lithium.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/liveedit.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M src/log.h View 1 chunk +0 lines, -11 lines 0 comments Download
M src/log.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M src/mark-compact.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/mark-compact.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M src/messages.js View 1 chunk +1 line, -0 lines 0 comments Download
M src/mips/builtins-mips.cc View 7 chunks +10 lines, -10 lines 0 comments Download
M src/mips/code-stubs-mips.cc View 20 chunks +23 lines, -24 lines 0 comments Download
M src/mips/codegen-mips.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/mips/debug-mips.cc View 2 chunks +3 lines, -4 lines 0 comments Download
M src/mips/frames-mips.h View 1 chunk +5 lines, -0 lines 0 comments Download
M src/mips/full-codegen-mips.cc View 7 chunks +17 lines, -18 lines 0 comments Download
M src/mips/lithium-codegen-mips.h View 1 chunk +1 line, -1 line 0 comments Download
M src/mips/lithium-codegen-mips.cc View 20 chunks +48 lines, -42 lines 0 comments Download
M src/mips/lithium-mips.h View 9 chunks +16 lines, -36 lines 0 comments Download
M src/mips/lithium-mips.cc View 7 chunks +5 lines, -34 lines 0 comments Download
M src/mips/macro-assembler-mips.h View 2 chunks +4 lines, -4 lines 0 comments Download
M src/mips/macro-assembler-mips.cc View 24 chunks +32 lines, -31 lines 0 comments Download
M src/objects.h View 7 chunks +336 lines, -13 lines 0 comments Download
M src/objects.cc View 10 chunks +24 lines, -26 lines 0 comments Download
M src/objects-debug.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M src/objects-inl.h View 6 chunks +49 lines, -14 lines 0 comments Download
M src/objects-printer.cc View 11 chunks +36 lines, -11 lines 0 comments Download
M src/optimizing-compiler-thread.h View 2 chunks +2 lines, -8 lines 0 comments Download
M src/optimizing-compiler-thread.cc View 3 chunks +15 lines, -52 lines 0 comments Download
M src/profile-generator.h View 6 chunks +5 lines, -49 lines 0 comments Download
M src/profile-generator.cc View 4 chunks +18 lines, -32 lines 0 comments Download
M src/runtime.h View 4 chunks +20 lines, -2 lines 0 comments Download
M src/runtime.cc View 13 chunks +371 lines, -122 lines 0 comments Download
M src/runtime-profiler.h View 1 chunk +0 lines, -3 lines 0 comments Download
M src/runtime-profiler.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M src/third_party/vtune/vtune-jit.cc View 1 chunk +6 lines, -1 line 0 comments Download
M src/transitions.h View 6 chunks +24 lines, -20 lines 0 comments Download
M src/transitions.cc View 2 chunks +0 lines, -5 lines 0 comments Download
M src/transitions-inl.h View 1 chunk +1 line, -23 lines 0 comments Download
M src/typedarray.js View 2 chunks +96 lines, -24 lines 0 comments Download
M src/version.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/builtins-x64.cc View 7 chunks +10 lines, -10 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 20 chunks +23 lines, -25 lines 0 comments Download
M src/x64/codegen-x64.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/x64/frames-x64.h View 1 chunk +6 lines, -0 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 7 chunks +11 lines, -11 lines 0 comments Download
M src/x64/lithium-codegen-x64.h View 4 chunks +10 lines, -1 line 0 comments Download
M src/x64/lithium-codegen-x64.cc View 18 chunks +81 lines, -41 lines 0 comments Download
M src/x64/lithium-x64.h View 9 chunks +16 lines, -36 lines 0 comments Download
M src/x64/lithium-x64.cc View 11 chunks +18 lines, -34 lines 0 comments Download
M src/x64/macro-assembler-x64.h View 3 chunks +8 lines, -4 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 31 chunks +41 lines, -40 lines 0 comments Download
M src/x64/regexp-macro-assembler-x64.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/stub-cache-x64.cc View 4 chunks +9 lines, -7 lines 0 comments Download
M test/cctest/test-api.cc View 10 chunks +172 lines, -9 lines 0 comments Download
M test/cctest/test-assembler-arm.cc View 1 chunk +21 lines, -0 lines 0 comments Download
M test/cctest/test-code-stubs-ia32.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-code-stubs-x64.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-compiler.cc View 1 chunk +1 line, -0 lines 0 comments Download
M test/cctest/test-cpu-profiler.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M test/cctest/test-deoptimization.cc View 6 chunks +9 lines, -13 lines 0 comments Download
M test/cctest/test-heap.cc View 1 chunk +0 lines, -1 line 0 comments Download
M test/cctest/test-profile-generator.cc View 5 chunks +3 lines, -54 lines 0 comments Download
M test/intl/break-iterator/default-locale.js View 1 chunk +1 line, -1 line 0 comments Download
M test/intl/break-iterator/wellformed-unsupported-locale.js View 1 chunk +1 line, -1 line 0 comments Download
M test/intl/collator/default-locale.js View 2 chunks +2 lines, -2 lines 0 comments Download
M test/intl/collator/wellformed-unsupported-locale.js View 1 chunk +1 line, -1 line 0 comments Download
M test/intl/date-format/default-locale.js View 1 chunk +1 line, -1 line 0 comments Download
M test/intl/date-format/wellformed-unsupported-locale.js View 1 chunk +1 line, -1 line 0 comments Download
D test/intl/general/v8Intl-exists.js View 1 chunk +0 lines, -36 lines 0 comments Download
M test/intl/intl.status View 1 chunk +1 line, -9 lines 0 comments Download
M test/intl/number-format/default-locale.js View 1 chunk +1 line, -1 line 0 comments Download
M test/intl/number-format/wellformed-unsupported-locale.js View 1 chunk +1 line, -1 line 0 comments Download
M test/intl/testcfg.py View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/array-literal-transitions.js View 1 chunk +4 lines, -2 lines 0 comments Download
M test/mjsunit/array-store-and-grow.js View 2 chunks +23 lines, -0 lines 0 comments Download
A + test/mjsunit/compiler/dead-string-add.js View 1 chunk +30 lines, -35 lines 0 comments Download
A + test/mjsunit/compiler/dead-string-add-warm.js View 2 chunks +38 lines, -35 lines 0 comments Download
A + test/mjsunit/compiler/dead-string-char-code-at.js View 2 chunks +43 lines, -35 lines 0 comments Download
A + test/mjsunit/compiler/dead-string-char-code-at2.js View 2 chunks +43 lines, -35 lines 0 comments Download
A + test/mjsunit/compiler/dead-string-char-from-code.js View 2 chunks +38 lines, -35 lines 0 comments Download
M test/mjsunit/count-based-osr.js View 1 chunk +3 lines, -3 lines 0 comments Download
M test/mjsunit/harmony/collections.js View 2 chunks +4 lines, -5 lines 0 comments Download
M test/mjsunit/harmony/object-observe.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/harmony/proxies-example-membrane.js View 1 chunk +2 lines, -2 lines 0 comments Download
M test/mjsunit/harmony/proxies-hash.js View 2 chunks +2 lines, -2 lines 0 comments Download
A test/mjsunit/harmony/string-contains.js View 1 chunk +151 lines, -0 lines 0 comments Download
A test/mjsunit/harmony/string-endswith.js View 1 chunk +136 lines, -0 lines 0 comments Download
A test/mjsunit/harmony/string-repeat.js View 1 chunk +74 lines, -0 lines 0 comments Download
A test/mjsunit/harmony/string-startswith.js View 1 chunk +135 lines, -0 lines 0 comments Download
M test/mjsunit/math-abs.js View 1 chunk +11 lines, -0 lines 0 comments Download
M test/mjsunit/mjsunit.status View 1 chunk +0 lines, -5 lines 0 comments Download
M test/mjsunit/regress/regress-1118.js View 1 chunk +4 lines, -2 lines 0 comments Download
M test/mjsunit/regress/regress-2618.js View 2 chunks +2 lines, -3 lines 0 comments Download
M test/mjsunit/regress/regress-crbug-150545.js View 1 chunk +4 lines, -2 lines 0 comments Download
A + test/mjsunit/regress/regress-omit-checks.js View 1 chunk +22 lines, -23 lines 0 comments Download
D test/mjsunit/regress/regress-prepare-break-while-recompile.js View 1 chunk +0 lines, -62 lines 0 comments Download
A + test/webkit/fast/js/deep-recursion-test.js View 1 chunk +39 lines, -37 lines 0 comments Download
A + test/webkit/fast/js/deep-recursion-test-expected.txt View 1 chunk +5 lines, -6 lines 0 comments Download
A + test/webkit/fast/js/function-decompilation-operators.js View 1 chunk +58 lines, -61 lines 0 comments Download
A test/webkit/fast/js/function-decompilation-operators-expected.txt View 1 chunk +83 lines, -0 lines 0 comments Download
A test/webkit/fast/js/kde/Array.js View 1 chunk +236 lines, -0 lines 0 comments Download
A test/webkit/fast/js/kde/Array-expected.txt View 1 chunk +114 lines, -0 lines 0 comments Download
A + test/webkit/fast/js/kde/Boolean.js View 1 chunk +9 lines, -12 lines 0 comments Download
A + test/webkit/fast/js/kde/Boolean-expected.txt View 1 chunk +9 lines, -7 lines 0 comments Download
A + test/webkit/fast/js/kde/Date-setYear.js View 1 chunk +12 lines, -20 lines 0 comments Download
A + test/webkit/fast/js/kde/Date-setYear-expected.txt View 1 chunk +11 lines, -7 lines 0 comments Download
A + test/webkit/fast/js/kde/Error.js View 1 chunk +11 lines, -6 lines 0 comments Download
A + test/webkit/fast/js/kde/Error-expected.txt View 1 chunk +7 lines, -7 lines 0 comments Download
A test/webkit/fast/js/kde/GlobalObject.js View 1 chunk +99 lines, -0 lines 0 comments Download
A test/webkit/fast/js/kde/GlobalObject-expected.txt View 1 chunk +91 lines, -0 lines 0 comments Download
A test/webkit/fast/js/kde/Number.js View 1 chunk +499 lines, -0 lines 0 comments Download
A test/webkit/fast/js/kde/Number-expected.txt View 1 chunk +486 lines, -0 lines 0 comments Download
A + test/webkit/fast/js/kde/Object.js View 1 chunk +17 lines, -24 lines 0 comments Download
A + test/webkit/fast/js/kde/Object-expected.txt View 1 chunk +13 lines, -6 lines 0 comments Download
A + test/webkit/fast/js/kde/Prototype.js View 1 chunk +33 lines, -6 lines 0 comments Download
A + test/webkit/fast/js/kde/Prototype-expected.txt View 1 chunk +5 lines, -1 line 0 comments Download
A test/webkit/fast/js/kde/RegExp.js View 1 chunk +182 lines, -0 lines 0 comments Download
A test/webkit/fast/js/kde/RegExp-expected.txt View 1 chunk +126 lines, -0 lines 0 comments Download
A + test/webkit/fast/js/kde/arguments-scope.js View 1 chunk +50 lines, -20 lines 0 comments Download
A + test/webkit/fast/js/kde/arguments-scope-expected.txt View 1 chunk +7 lines, -2 lines 0 comments Download
A + test/webkit/fast/js/kde/assignments.js View 1 chunk +12 lines, -11 lines 0 comments Download
A + test/webkit/fast/js/kde/assignments-expected.txt View 1 chunk +10 lines, -7 lines 0 comments Download
A + test/webkit/fast/js/kde/cast.js View 1 chunk +5 lines, -5 lines 0 comments Download
A + test/webkit/fast/js/kde/cast-expected.txt View 1 chunk +5 lines, -1 line 0 comments Download
A + test/webkit/fast/js/kde/comment-1.js View 1 chunk +2 lines, -3 lines 0 comments Download
A + test/webkit/fast/js/kde/comment-1-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
A + test/webkit/fast/js/kde/comment-2.js View 1 chunk +2 lines, -3 lines 0 comments Download
A + test/webkit/fast/js/kde/comment-2-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
A + test/webkit/fast/js/kde/completion.js View 1 chunk +21 lines, -15 lines 0 comments Download
A + test/webkit/fast/js/kde/completion-expected.txt View 1 chunk +7 lines, -1 line 0 comments Download
A + test/webkit/fast/js/kde/conditional.js View 1 chunk +10 lines, -13 lines 0 comments Download
A + test/webkit/fast/js/kde/conditional-expected.txt View 1 chunk +7 lines, -1 line 0 comments Download
A + test/webkit/fast/js/kde/constructor_length.js View 1 chunk +16 lines, -21 lines 0 comments Download
A + test/webkit/fast/js/kde/constructor_length-expected.txt View 1 chunk +16 lines, -5 lines 0 comments Download
A + test/webkit/fast/js/kde/crash-1.js View 1 chunk +9 lines, -5 lines 0 comments Download
A + test/webkit/fast/js/kde/crash-1-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
A + test/webkit/fast/js/kde/crash-2.js View 1 chunk +9 lines, -7 lines 0 comments Download
A + test/webkit/fast/js/kde/crash-2-expected.txt View 1 chunk +2 lines, -1 line 0 comments Download
A + test/webkit/fast/js/kde/delete.js View 1 chunk +4 lines, -5 lines 0 comments Download
A + test/webkit/fast/js/kde/delete-expected.txt View 1 chunk +4 lines, -2 lines 0 comments Download
A + test/webkit/fast/js/kde/empty.js View 1 chunk +1 line, -3 lines 0 comments Download
A + test/webkit/fast/js/kde/empty-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
A test/webkit/fast/js/kde/encode_decode_uri.js View 1 chunk +102 lines, -0 lines 0 comments Download
A test/webkit/fast/js/kde/encode_decode_uri-expected.txt View 1 chunk +1128 lines, -0 lines 0 comments Download
A + test/webkit/fast/js/kde/eval.js View 1 chunk +31 lines, -15 lines 0 comments Download
A + test/webkit/fast/js/kde/eval-expected.txt View 1 chunk +7 lines, -1 line 0 comments Download
A + test/webkit/fast/js/kde/evil-n.js View 1 chunk +4 lines, -4 lines 0 comments Download
A + test/webkit/fast/js/kde/evil-n-expected.txt View 1 chunk +3 lines, -2 lines 0 comments Download
A test/webkit/fast/js/kde/exception_propagation.js View 1 chunk +446 lines, -0 lines 0 comments Download
A test/webkit/fast/js/kde/exception_propagation-expected.txt View 1 chunk +97 lines, -0 lines 0 comments Download
A test/webkit/fast/js/kde/exceptions.js View 1 chunk +127 lines, -0 lines 0 comments Download
A + test/webkit/fast/js/kde/exceptions-expected.txt View 1 chunk +10 lines, -4 lines 0 comments Download
A + test/webkit/fast/js/kde/func-decl.js View 1 chunk +45 lines, -20 lines 0 comments Download
A + test/webkit/fast/js/kde/func-decl-expected.txt View 1 chunk +14 lines, -7 lines 0 comments Download
A test/webkit/fast/js/kde/inbuilt_function_proto.js View 1 chunk +117 lines, -0 lines 0 comments Download
A test/webkit/fast/js/kde/inbuilt_function_proto-expected.txt View 1 chunk +125 lines, -0 lines 0 comments Download
A + test/webkit/fast/js/kde/iteration.js View 1 chunk +50 lines, -18 lines 0 comments Download
A + test/webkit/fast/js/kde/iteration-expected.txt View 1 chunk +7 lines, -1 line 0 comments Download
A + test/webkit/fast/js/kde/j-comment-3.js View 1 chunk +2 lines, -3 lines 0 comments Download
A + test/webkit/fast/js/kde/j-comment-3-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
A + test/webkit/fast/js/kde/j-comment-4.js View 1 chunk +2 lines, -3 lines 0 comments Download
A + test/webkit/fast/js/kde/j-comment-4-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
A + test/webkit/fast/js/kde/literals.js View 1 chunk +13 lines, -10 lines 0 comments Download
A + test/webkit/fast/js/kde/literals-expected.txt View 1 chunk +9 lines, -1 line 0 comments Download
A + test/webkit/fast/js/kde/lval-exceptions.js View 1 chunk +39 lines, -42 lines 0 comments Download
A + test/webkit/fast/js/kde/lval-exceptions-expected.txt View 1 chunk +10 lines, -18 lines 0 comments Download
A test/webkit/fast/js/kde/math.js View 1 chunk +131 lines, -0 lines 0 comments Download
A test/webkit/fast/js/kde/math-expected.txt View 1 chunk +91 lines, -0 lines 0 comments Download
A test/webkit/fast/js/kde/md5-1.js View 1 chunk +413 lines, -0 lines 0 comments Download
A + test/webkit/fast/js/kde/md5-1-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
A test/webkit/fast/js/kde/md5-2.js View 1 chunk +243 lines, -0 lines 0 comments Download
A + test/webkit/fast/js/kde/md5-2-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
A test/webkit/fast/js/kde/object_prototype.js View 1 chunk +101 lines, -0 lines 0 comments Download
A + test/webkit/fast/js/kde/object_prototype-expected.txt View 1 chunk +31 lines, -12 lines 0 comments Download
A + test/webkit/fast/js/kde/object_prototype_tostring.js View 1 chunk +28 lines, -14 lines 0 comments Download
A + test/webkit/fast/js/kde/object_prototype_tostring-expected.txt View 1 chunk +10 lines, -7 lines 0 comments Download
A test/webkit/fast/js/kde/operators.js View 1 chunk +504 lines, -0 lines 0 comments Download
A test/webkit/fast/js/kde/operators-expected.txt View 1 chunk +346 lines, -0 lines 0 comments Download
A test/webkit/fast/js/kde/parse.js View 1 chunk +66 lines, -0 lines 0 comments Download
A + test/webkit/fast/js/kde/parse-expected.txt View 1 chunk +22 lines, -2 lines 0 comments Download
A + test/webkit/fast/js/kde/prototype_length.js View 1 chunk +35 lines, -9 lines 0 comments Download
A + test/webkit/fast/js/kde/prototype_length-expected.txt View 1 chunk +19 lines, -15 lines 0 comments Download
A + test/webkit/fast/js/kde/prototype_proto.js View 1 chunk +10 lines, -21 lines 0 comments Download
A + test/webkit/fast/js/kde/prototype_proto-expected.txt View 1 chunk +10 lines, -6 lines 0 comments Download
A + test/webkit/fast/js/kde/scope.js View 1 chunk +25 lines, -34 lines 0 comments Download
A + test/webkit/fast/js/kde/scope-expected.txt View 1 chunk +5 lines, -2 lines 0 comments Download
A + test/webkit/fast/js/kde/statements.js View 1 chunk +72 lines, -40 lines 0 comments Download
A + test/webkit/fast/js/kde/statements-expected.txt View 1 chunk +14 lines, -7 lines 0 comments Download
A test/webkit/fast/js/kde/var_decl_init.js View 1 chunk +184 lines, -0 lines 0 comments Download
A + test/webkit/fast/js/kde/var_decl_init-expected.txt View 1 chunk +22 lines, -6 lines 0 comments Download
A + test/webkit/fast/js/string-anchor.js View 1 chunk +21 lines, -34 lines 0 comments Download
A + test/webkit/fast/js/string-anchor-expected.txt View 1 chunk +10 lines, -15 lines 0 comments Download
A + test/webkit/fast/js/string-fontcolor.js View 1 chunk +21 lines, -34 lines 0 comments Download
A + test/webkit/fast/js/string-fontcolor-expected.txt View 1 chunk +10 lines, -9 lines 0 comments Download
A + test/webkit/fast/js/string-fontsize.js View 1 chunk +30 lines, -16 lines 0 comments Download
A + test/webkit/fast/js/string-fontsize-expected.txt View 1 chunk +11 lines, -15 lines 0 comments Download
A + test/webkit/fast/js/string-link.js View 1 chunk +21 lines, -76 lines 0 comments Download
A + test/webkit/fast/js/string-link-expected.txt View 1 chunk +11 lines, -15 lines 0 comments Download
A test/webkit/fast/js/toString-number.js View 1 chunk +94 lines, -0 lines 0 comments Download
A test/webkit/fast/js/toString-number-expected.txt View 1 chunk +329 lines, -0 lines 0 comments Download
M test/webkit/webkit.status View 1 chunk +2 lines, -3 lines 0 comments Download
M tools/blink_tests/TestExpectations View 1 chunk +1 line, -4 lines 0 comments Download
M tools/grokdump.py View 3 chunks +6 lines, -256 lines 0 comments Download
M tools/gyp/v8.gyp View 3 chunks +4 lines, -3 lines 0 comments Download
A tools/v8heapconst.py View 1 chunk +252 lines, -0 lines 0 comments Download
A + tools/v8heapconst.py.tmpl View 2 chunks +4 lines, -6 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
jbramley
6 years, 10 months ago (2014-01-31 15:10:29 UTC) #1
m.m.capewell
lgtm
6 years, 10 months ago (2014-01-31 15:14:28 UTC) #2
jbramley
6 years, 10 months ago (2014-01-31 15:17:54 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r18997 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698