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

Issue 157503002: A64: Synchronize with r18444. (Closed)

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

Description

A64: Synchronize with r18444. This brings experimental/a64 up to 2014-01-02. BUG= R=m.m.capewell@googlemail.com Committed: https://code.google.com/p/v8/source/detail?r=19198

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8729 lines, -8279 lines) Patch
M AUTHORS View 1 chunk +1 line, -0 lines 0 comments Download
M ChangeLog View 1 chunk +81 lines, -0 lines 0 comments Download
M DEPS View 1 chunk +2 lines, -2 lines 0 comments Download
M Makefile View 4 chunks +12 lines, -6 lines 0 comments Download
M Makefile.android View 3 chunks +6 lines, -6 lines 0 comments Download
M Makefile.nacl View 2 chunks +4 lines, -4 lines 0 comments Download
M build/android.gypi View 2 chunks +3 lines, -3 lines 0 comments Download
M build/gyp_v8 View 4 chunks +8 lines, -12 lines 0 comments Download
A + build/gyp_v8.py View 1 chunk +11 lines, -12 lines 0 comments Download
M build/standalone.gypi View 4 chunks +29 lines, -3 lines 0 comments Download
M build/toolchain.gypi View 8 chunks +11 lines, -10 lines 0 comments Download
A codereview.settings View 1 chunk +7 lines, -0 lines 0 comments Download
M include/v8.h View 49 chunks +33 lines, -331 lines 0 comments Download
M include/v8-profiler.h View 7 chunks +13 lines, -44 lines 0 comments Download
M include/v8config.h View 2 chunks +4 lines, -0 lines 0 comments Download
M samples/lineprocessor.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M samples/process.cc View 1 chunk +1 line, -1 line 0 comments Download
M samples/shell.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M src/a64/builtins-a64.cc View 4 chunks +41 lines, -33 lines 0 comments Download
M src/a64/code-stubs-a64.h View 1 chunk +0 lines, -24 lines 0 comments Download
M src/a64/code-stubs-a64.cc View 5 chunks +57 lines, -229 lines 0 comments Download
M src/a64/codegen-a64.cc View 1 chunk +0 lines, -9 lines 0 comments Download
M src/a64/full-codegen-a64.cc View 5 chunks +31 lines, -40 lines 0 comments Download
M src/a64/lithium-a64.h View 1 chunk +0 lines, -4 lines 0 comments Download
M src/a64/lithium-a64.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M src/a64/lithium-codegen-a64.cc View 4 chunks +14 lines, -13 lines 0 comments Download
M src/a64/macro-assembler-a64.h View 1 chunk +4 lines, -1 line 0 comments Download
M src/a64/macro-assembler-a64.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M src/a64/stub-cache-a64.cc View 7 chunks +14 lines, -13 lines 0 comments Download
M src/accessors.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M src/allocation-tracker.h View 1 chunk +3 lines, -3 lines 0 comments Download
M src/allocation-tracker.cc View 2 chunks +9 lines, -11 lines 0 comments Download
M src/api.cc View 50 chunks +81 lines, -338 lines 0 comments Download
M src/arguments.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/arm/assembler-arm.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/arm/assembler-arm.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M src/arm/builtins-arm.cc View 8 chunks +48 lines, -38 lines 0 comments Download
M src/arm/code-stubs-arm.h View 1 chunk +0 lines, -24 lines 0 comments Download
M src/arm/code-stubs-arm.cc View 9 chunks +70 lines, -247 lines 0 comments Download
M src/arm/codegen-arm.cc View 3 chunks +3 lines, -10 lines 0 comments Download
M src/arm/cpu-arm.cc View 2 chunks +8 lines, -1 line 0 comments Download
M src/arm/frames-arm.cc View 1 chunk +8 lines, -0 lines 0 comments Download
M src/arm/full-codegen-arm.cc View 13 chunks +47 lines, -64 lines 0 comments Download
M src/arm/lithium-arm.h View 1 chunk +0 lines, -4 lines 0 comments Download
M src/arm/lithium-arm.cc View 4 chunks +8 lines, -7 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 14 chunks +19 lines, -36 lines 0 comments Download
M src/arm/macro-assembler-arm.h View 3 chunks +11 lines, -1 line 0 comments Download
M src/arm/macro-assembler-arm.cc View 7 chunks +52 lines, -12 lines 0 comments Download
M src/arm/stub-cache-arm.cc View 7 chunks +12 lines, -12 lines 0 comments Download
M src/assembler.h View 2 chunks +1 line, -4 lines 0 comments Download
M src/assembler.cc View 5 chunks +7 lines, -75 lines 0 comments Download
M src/ast.h View 19 chunks +19 lines, -27 lines 0 comments Download
M src/ast.cc View 3 chunks +5 lines, -4 lines 0 comments Download
M src/bootstrapper.h View 1 chunk +0 lines, -3 lines 0 comments Download
M src/bootstrapper.cc View 8 chunks +10 lines, -16 lines 0 comments Download
M src/builtins.h View 3 chunks +8 lines, -8 lines 0 comments Download
M src/builtins.cc View 3 chunks +2 lines, -2 lines 0 comments Download
M src/cached-powers.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M src/checks.cc View 2 chunks +22 lines, -0 lines 0 comments Download
M src/code-stubs.h View 16 chunks +114 lines, -14 lines 0 comments Download
M src/code-stubs.cc View 5 chunks +48 lines, -3 lines 0 comments Download
M src/code-stubs-hydrogen.cc View 12 chunks +62 lines, -19 lines 0 comments Download
M src/codegen.h View 2 chunks +0 lines, -2 lines 0 comments Download
M src/codegen.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M src/compilation-cache.h View 2 chunks +0 lines, -2 lines 0 comments Download
M src/compilation-cache.cc View 4 chunks +4 lines, -10 lines 0 comments Download
M src/compiler.h View 12 chunks +65 lines, -69 lines 0 comments Download
M src/compiler.cc View 20 chunks +614 lines, -689 lines 0 comments Download
M src/conversions.h View 1 chunk +1 line, -1 line 0 comments Download
M src/cpu.cc View 6 chunks +39 lines, -0 lines 0 comments Download
M src/cpu-profiler.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/cpu-profiler.cc View 4 chunks +5 lines, -3 lines 0 comments Download
M src/d8.cc View 3 chunks +17 lines, -18 lines 0 comments Download
M src/d8.gyp View 1 chunk +2 lines, -1 line 0 comments Download
M src/d8-debug.h View 1 chunk +1 line, -1 line 0 comments Download
M src/d8-debug.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/d8-posix.cc View 1 chunk +7 lines, -7 lines 0 comments Download
M src/date.cc View 1 chunk +0 lines, -1 line 0 comments Download
M src/date.js View 1 chunk +1 line, -1 line 0 comments Download
M src/debug.h View 3 chunks +7 lines, -6 lines 0 comments Download
M src/debug.cc View 14 chunks +71 lines, -103 lines 0 comments Download
M src/debug-agent.cc View 2 chunks +2 lines, -2 lines 0 comments Download
D src/default-platform.h View 1 chunk +0 lines, -55 lines 0 comments Download
D src/default-platform.cc View 1 chunk +0 lines, -56 lines 0 comments Download
M src/deoptimizer.h View 2 chunks +6 lines, -0 lines 0 comments Download
M src/deoptimizer.cc View 10 chunks +89 lines, -9 lines 0 comments Download
M src/disassembler.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/execution.h View 3 chunks +10 lines, -1 line 0 comments Download
M src/execution.cc View 4 chunks +51 lines, -0 lines 0 comments Download
M src/extensions/externalize-string-extension.cc View 1 chunk +4 lines, -2 lines 0 comments Download
M src/extensions/free-buffer-extension.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/extensions/gc-extension.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/extensions/statistics-extension.cc View 1 chunk +1 line, -1 line 0 comments Download
A + src/extensions/trigger-failure-extension.h View 1 chunk +14 lines, -7 lines 0 comments Download
A + src/extensions/trigger-failure-extension.cc View 1 chunk +39 lines, -14 lines 0 comments Download
M src/factory.h View 1 chunk +12 lines, -7 lines 0 comments Download
M src/factory.cc View 7 chunks +215 lines, -19 lines 0 comments Download
M src/flag-definitions.h View 7 chunks +18 lines, -19 lines 0 comments Download
M src/flags.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/frames.h View 3 chunks +11 lines, -5 lines 0 comments Download
M src/frames.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/full-codegen.h View 1 chunk +3 lines, -3 lines 0 comments Download
M src/full-codegen.cc View 4 chunks +16 lines, -16 lines 0 comments Download
M src/gdb-jit.cc View 6 chunks +7 lines, -6 lines 0 comments Download
M src/global-handles.h View 2 chunks +1 line, -9 lines 0 comments Download
M src/global-handles.cc View 5 chunks +11 lines, -38 lines 0 comments Download
M src/handles.h View 1 chunk +1 line, -1 line 0 comments Download
M src/handles.cc View 3 chunks +13 lines, -14 lines 0 comments Download
M src/harmony-math.js View 1 chunk +118 lines, -1 line 0 comments Download
M src/heap.h View 7 chunks +14 lines, -106 lines 0 comments Download
M src/heap.cc View 22 chunks +93 lines, -346 lines 0 comments Download
M src/heap-inl.h View 2 chunks +13 lines, -54 lines 0 comments Download
M src/heap-profiler.h View 2 chunks +9 lines, -4 lines 0 comments Download
M src/heap-profiler.cc View 2 chunks +7 lines, -1 line 0 comments Download
M src/heap-snapshot-generator.h View 1 chunk +0 lines, -2 lines 0 comments Download
M src/heap-snapshot-generator.cc View 5 chunks +10 lines, -7 lines 0 comments Download
M src/heap-snapshot-generator-inl.h View 1 chunk +4 lines, -1 line 0 comments Download
M src/hydrogen.h View 7 chunks +65 lines, -9 lines 0 comments Download
M src/hydrogen.cc View 36 chunks +440 lines, -360 lines 0 comments Download
M src/hydrogen-check-elimination.cc View 2 chunks +29 lines, -4 lines 0 comments Download
M src/hydrogen-dce.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/hydrogen-gvn.cc View 7 chunks +16 lines, -12 lines 0 comments Download
M src/hydrogen-instructions.h View 30 chunks +154 lines, -67 lines 0 comments Download
M src/hydrogen-instructions.cc View 14 chunks +46 lines, -20 lines 0 comments Download
M src/hydrogen-load-elimination.cc View 7 chunks +6 lines, -10 lines 0 comments Download
M src/hydrogen-sce.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/i18n.h View 4 chunks +11 lines, -12 lines 0 comments Download
M src/i18n.cc View 4 chunks +31 lines, -39 lines 0 comments Download
M src/ia32/builtins-ia32.cc View 6 chunks +51 lines, -34 lines 0 comments Download
M src/ia32/code-stubs-ia32.h View 1 chunk +0 lines, -24 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 4 chunks +42 lines, -222 lines 0 comments Download
M src/ia32/codegen-ia32.cc View 1 chunk +0 lines, -42 lines 0 comments Download
M src/ia32/frames-ia32.cc View 1 chunk +8 lines, -0 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 6 chunks +36 lines, -40 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 5 chunks +4 lines, -10 lines 0 comments Download
M src/ia32/lithium-ia32.h View 1 chunk +0 lines, -4 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 4 chunks +5 lines, -6 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 5 chunks +10 lines, -9 lines 0 comments Download
M src/ic.h View 5 chunks +30 lines, -3 lines 0 comments Download
M src/ic.cc View 13 chunks +66 lines, -17 lines 0 comments Download
M src/isolate.h View 3 chunks +4 lines, -5 lines 0 comments Download
M src/isolate.cc View 7 chunks +4 lines, -10 lines 0 comments Download
M src/jsregexp.cc View 4 chunks +5 lines, -5 lines 0 comments Download
A + src/libplatform/default-platform.h View 3 chunks +26 lines, -4 lines 0 comments Download
A + src/libplatform/default-platform.cc View 2 chunks +41 lines, -8 lines 0 comments Download
A + src/libplatform/task-queue.h View 1 chunk +30 lines, -15 lines 0 comments Download
A + src/libplatform/task-queue.cc View 1 chunk +38 lines, -18 lines 0 comments Download
A + src/libplatform/worker-thread.h View 1 chunk +19 lines, -13 lines 0 comments Download
A + src/libplatform/worker-thread.cc View 1 chunk +18 lines, -17 lines 0 comments Download
M src/lithium-allocator.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/liveedit.cc View 2 chunks +1 line, -22 lines 0 comments Download
M src/log.cc View 13 chunks +19 lines, -18 lines 0 comments Download
M src/mark-compact.cc View 12 chunks +54 lines, -70 lines 0 comments Download
M src/messages.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M src/mips/assembler-mips.h View 2 chunks +13 lines, -0 lines 0 comments Download
M src/mips/assembler-mips.cc View 2 chunks +15 lines, -0 lines 0 comments Download
M src/mips/builtins-mips.cc View 7 chunks +43 lines, -36 lines 0 comments Download
M src/mips/code-stubs-mips.h View 2 chunks +27 lines, -24 lines 0 comments Download
M src/mips/code-stubs-mips.cc View 3 chunks +47 lines, -218 lines 0 comments Download
M src/mips/codegen-mips.cc View 3 chunks +426 lines, -10 lines 0 comments Download
M src/mips/constants-mips.h View 2 chunks +12 lines, -0 lines 0 comments Download
M src/mips/disasm-mips.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M src/mips/frames-mips.cc View 2 chunks +8 lines, -1 line 0 comments Download
M src/mips/full-codegen-mips.cc View 6 chunks +40 lines, -48 lines 0 comments Download
M src/mips/lithium-codegen-mips.h View 2 chunks +20 lines, -8 lines 0 comments Download
M src/mips/lithium-codegen-mips.cc View 4 chunks +9 lines, -16 lines 0 comments Download
M src/mips/lithium-mips.h View 1 chunk +0 lines, -4 lines 0 comments Download
M src/mips/lithium-mips.cc View 4 chunks +7 lines, -6 lines 0 comments Download
M src/mips/macro-assembler-mips.h View 1 chunk +5 lines, -0 lines 0 comments Download
M src/mips/macro-assembler-mips.cc View 2 chunks +24 lines, -3 lines 0 comments Download
M src/mips/stub-cache-mips.cc View 7 chunks +12 lines, -13 lines 0 comments Download
M src/objects.h View 28 chunks +156 lines, -136 lines 0 comments Download
M src/objects.cc View 18 chunks +120 lines, -139 lines 0 comments Download
M src/objects-inl.h View 15 chunks +59 lines, -42 lines 0 comments Download
M src/objects-printer.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/objects-visiting-inl.h View 4 chunks +17 lines, -10 lines 0 comments Download
M src/optimizing-compiler-thread.h View 5 chunks +12 lines, -12 lines 0 comments Download
M src/optimizing-compiler-thread.cc View 13 chunks +39 lines, -35 lines 0 comments Download
M src/parser.h View 1 chunk +6 lines, -1 line 0 comments Download
M src/parser.cc View 6 chunks +6 lines, -6 lines 0 comments Download
M src/platform.h View 3 chunks +24 lines, -1 line 0 comments Download
M src/platform-posix.cc View 5 chunks +17 lines, -3 lines 0 comments Download
A + src/platform-qnx.cc View 11 chunks +66 lines, -110 lines 0 comments Download
M src/platform-win32.cc View 2 chunks +0 lines, -2 lines 0 comments Download
M src/profile-generator.h View 3 chunks +2 lines, -4 lines 0 comments Download
M src/profile-generator.cc View 4 chunks +4 lines, -7 lines 0 comments Download
M src/property-details.h View 1 chunk +0 lines, -2 lines 0 comments Download
A + src/qnx-math.h View 1 chunk +12 lines, -9 lines 0 comments Download
M src/regexp-macro-assembler-tracer.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/rewriter.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M src/runtime.h View 3 chunks +5 lines, -5 lines 0 comments Download
M src/runtime.cc View 33 chunks +174 lines, -191 lines 0 comments Download
M src/runtime-profiler.h View 1 chunk +0 lines, -29 lines 0 comments Download
M src/runtime-profiler.cc View 8 chunks +33 lines, -190 lines 0 comments Download
M src/sampler.cc View 4 chunks +19 lines, -1 line 0 comments Download
M src/scanner-character-streams.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/scopes.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/serialize.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/serialize.cc View 4 chunks +12 lines, -25 lines 0 comments Download
M src/smart-pointers.h View 6 chunks +25 lines, -22 lines 0 comments Download
M src/string.js View 1 chunk +7 lines, -9 lines 0 comments Download
M src/stub-cache.cc View 3 chunks +5 lines, -1 line 0 comments Download
M src/transitions-inl.h View 1 chunk +1 line, -3 lines 0 comments Download
M src/type-info.h View 6 chunks +4 lines, -206 lines 0 comments Download
M src/type-info.cc View 20 chunks +74 lines, -255 lines 0 comments Download
M src/typing.h View 2 chunks +11 lines, -2 lines 0 comments Download
M src/typing.cc View 14 chunks +89 lines, -29 lines 0 comments Download
M src/unique.h View 1 chunk +1 line, -1 line 0 comments Download
M src/utils.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/v8.cc View 3 chunks +17 lines, -3 lines 0 comments Download
M src/v8-counters.h View 1 chunk +0 lines, -2 lines 0 comments Download
M src/v8conversions.h View 1 chunk +18 lines, -0 lines 0 comments Download
M src/v8globals.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/v8natives.js View 1 chunk +3 lines, -4 lines 0 comments Download
M src/v8utils.h View 2 chunks +21 lines, -0 lines 0 comments Download
M src/version.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/x64/builtins-x64.cc View 7 chunks +49 lines, -37 lines 0 comments Download
M src/x64/code-stubs-x64.h View 2 chunks +0 lines, -26 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 6 chunks +57 lines, -227 lines 0 comments Download
M src/x64/codegen-x64.cc View 1 chunk +0 lines, -41 lines 0 comments Download
M src/x64/frames-x64.cc View 1 chunk +8 lines, -0 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 6 chunks +35 lines, -40 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 14 chunks +100 lines, -48 lines 0 comments Download
M src/x64/lithium-gap-resolver-x64.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/lithium-x64.h View 2 chunks +3 lines, -4 lines 0 comments Download
M src/x64/lithium-x64.cc View 7 chunks +19 lines, -10 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 6 chunks +11 lines, -12 lines 0 comments Download
M test/cctest/cctest.gyp View 3 chunks +4 lines, -1 line 0 comments Download
M test/cctest/cctest.status View 1 chunk +1 line, -0 lines 0 comments Download
A + test/cctest/profiler-extension.h View 1 chunk +10 lines, -16 lines 0 comments Download
A + test/cctest/profiler-extension.cc View 1 chunk +33 lines, -21 lines 0 comments Download
M test/cctest/test-accessors.cc View 4 chunks +20 lines, -16 lines 0 comments Download
M test/cctest/test-api.cc View 163 chunks +861 lines, -378 lines 0 comments Download
M test/cctest/test-assembler-ia32.cc View 1 chunk +2 lines, -1 line 0 comments Download
M test/cctest/test-assembler-x64.cc View 1 chunk +2 lines, -1 line 0 comments Download
M test/cctest/test-compiler.cc View 2 chunks +10 lines, -11 lines 0 comments Download
M test/cctest/test-cpu-profiler.cc View 30 chunks +143 lines, -125 lines 0 comments Download
M test/cctest/test-debug.cc View 11 chunks +39 lines, -96 lines 0 comments Download
M test/cctest/test-declarative-accessors.cc View 6 chunks +7 lines, -6 lines 0 comments Download
M test/cctest/test-decls.cc View 3 chunks +5 lines, -5 lines 0 comments Download
M test/cctest/test-func-name-inference.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-heap.cc View 7 chunks +27 lines, -21 lines 0 comments Download
M test/cctest/test-heap-profiler.cc View 6 chunks +60 lines, -14 lines 0 comments Download
A test/cctest/test-libplatform.h View 1 chunk +120 lines, -0 lines 0 comments Download
A + test/cctest/test-libplatform-task-queue.cc View 1 chunk +55 lines, -15 lines 0 comments Download
A + test/cctest/test-libplatform-worker-thread.cc View 1 chunk +25 lines, -16 lines 0 comments Download
M test/cctest/test-log.cc View 2 chunks +9 lines, -6 lines 0 comments Download
M test/cctest/test-log-stack-tracer.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M test/cctest/test-mark-compact.cc View 6 chunks +42 lines, -32 lines 0 comments Download
M test/cctest/test-object-observe.cc View 4 chunks +11 lines, -19 lines 0 comments Download
M test/cctest/test-parsing.cc View 5 chunks +8 lines, -8 lines 0 comments Download
M test/cctest/test-platform.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-profile-generator.cc View 10 chunks +15 lines, -70 lines 0 comments Download
M test/cctest/test-regexp.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M test/cctest/test-reloc-info.cc View 4 chunks +6 lines, -6 lines 0 comments Download
M test/cctest/test-strings.cc View 4 chunks +5 lines, -5 lines 0 comments Download
M test/cctest/test-thread-termination.cc View 3 chunks +23 lines, -21 lines 0 comments Download
M test/cctest/test-time.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M test/cctest/test-weakmaps.cc View 3 chunks +13 lines, -8 lines 0 comments Download
M test/cctest/test-weaksets.cc View 3 chunks +13 lines, -8 lines 0 comments Download
A + test/mjsunit/bool-concat.js View 1 chunk +9 lines, -10 lines 0 comments Download
A + test/mjsunit/compiler/compare_objeq_elim.js View 1 chunk +52 lines, -18 lines 0 comments Download
M test/mjsunit/compiler/concurrent-invalidate-transition-map.js View 1 chunk +2 lines, -0 lines 0 comments Download
M test/mjsunit/compiler/concurrent-proto-change.js View 1 chunk +2 lines, -0 lines 0 comments Download
M test/mjsunit/compiler/load-elimination.js View 3 chunks +21 lines, -0 lines 0 comments Download
M test/mjsunit/concurrent-initial-prototype-change.js View 1 chunk +2 lines, -0 lines 0 comments Download
M test/mjsunit/div-mul-minus-one.js View 1 chunk +0 lines, -2 lines 0 comments Download
M test/mjsunit/fuzz-natives-part1.js View 1 chunk +3 lines, -3 lines 0 comments Download
M test/mjsunit/fuzz-natives-part2.js View 1 chunk +3 lines, -3 lines 0 comments Download
M test/mjsunit/fuzz-natives-part3.js View 1 chunk +3 lines, -3 lines 0 comments Download
M test/mjsunit/fuzz-natives-part4.js View 1 chunk +3 lines, -3 lines 0 comments Download
A test/mjsunit/harmony/math-hyperbolic.js View 1 chunk +132 lines, -0 lines 0 comments Download
A test/mjsunit/harmony/math-hypot.js View 1 chunk +94 lines, -0 lines 0 comments Download
A + test/mjsunit/harmony/math-log2-log10.js View 1 chunk +17 lines, -12 lines 0 comments Download
M test/mjsunit/mjsunit.status View 1 chunk +5 lines, -0 lines 0 comments Download
A + test/mjsunit/regress-330046.js View 1 chunk +27 lines, -27 lines 0 comments Download
A + test/mjsunit/regress/internalized-string-not-equal.js View 1 chunk +10 lines, -9 lines 0 comments Download
M test/mjsunit/regress/regress-2618.js View 1 chunk +1 line, -1 line 0 comments Download
A + test/mjsunit/regress/regress-270142.js View 1 chunk +16 lines, -7 lines 0 comments Download
A + test/mjsunit/regress/regress-280531.js View 1 chunk +5 lines, -13 lines 0 comments Download
A + test/mjsunit/regress/regress-3026.js View 1 chunk +1 line, -1 line 0 comments Download
A + test/mjsunit/regress/regress-3039.js View 1 chunk +9 lines, -16 lines 0 comments Download
A + test/mjsunit/regress/regress-318420.js View 1 chunk +13 lines, -11 lines 0 comments Download
A + test/mjsunit/regress/regress-323845.js View 1 chunk +13 lines, -10 lines 0 comments Download
A + test/mjsunit/regress/regress-325676.js View 1 chunk +27 lines, -21 lines 0 comments Download
A + test/mjsunit/regress/regress-calls-with-migrating-prototypes.js View 1 chunk +17 lines, -10 lines 0 comments Download
A + test/mjsunit/regress/regress-context-osr.js View 1 chunk +8 lines, -6 lines 0 comments Download
A + test/mjsunit/regress/regress-crbug-329709.js View 1 chunk +9 lines, -12 lines 0 comments Download
A + test/mjsunit/regress/regress-param-local-type.js View 1 chunk +25 lines, -7 lines 0 comments Download
M test/mjsunit/string-slices.js View 1 chunk +11 lines, -0 lines 0 comments Download
M test/mjsunit/string-split.js View 1 chunk +19 lines, -0 lines 0 comments Download
A test/mjsunit/switch-opt.js View 1 chunk +221 lines, -0 lines 0 comments Download
A + test/mjsunit/verify-assert-false.js View 1 chunk +3 lines, -1 line 0 comments Download
A + test/mjsunit/verify-check-false.js View 1 chunk +3 lines, -1 line 0 comments Download
M tools/gen-postmortem-metadata.py View 1 chunk +2 lines, -0 lines 0 comments Download
M tools/gyp/v8.gyp View 4 chunks +46 lines, -2 lines 0 comments Download
M tools/presubmit.py View 2 chunks +10 lines, -2 lines 0 comments Download
M tools/push-to-trunk/auto_roll.py View 6 chunks +39 lines, -4 lines 0 comments Download
M tools/push-to-trunk/common_includes.py View 9 chunks +22 lines, -12 lines 0 comments Download
M tools/push-to-trunk/push_to_trunk.py View 6 chunks +26 lines, -28 lines 0 comments Download
M tools/push-to-trunk/test_scripts.py View 10 chunks +62 lines, -24 lines 0 comments Download
M tools/run-tests.py View 2 chunks +5 lines, -2 lines 0 comments Download
M tools/testrunner/local/commands.py View 3 chunks +39 lines, -36 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
jbramley
This introduces some interesting failures. a64.release.check: [06:41|% 100|+ 11114|- 454]
6 years, 10 months ago (2014-02-07 12:50:27 UTC) #1
m.m.capewell
lgtm
6 years, 10 months ago (2014-02-07 12:51:43 UTC) #2
jbramley
6 years, 10 months ago (2014-02-07 12:55:25 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r19198 (tree was closed).

Powered by Google App Engine
This is Rietveld 408576698