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

Issue 142813003: A64: Synchronize with r15358. (Closed)

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

Description

A64: Synchronize with r15358. This brings experimental/a64 up to r15358, 2013-06-27. Known regressions: - cctest/test-api/CallICFastApi_SimpleSignature_Miss1WithProfiler - cctest/test-api/CallICFastApi_SimpleSignature_Miss2WithProfiler - cctest/test-api/FastReturnValuesWithProfiler - cctest/test-api/FunctionTemplateWithProfiler - cctest/test-api/InterceptorCallICFastApi_SimpleSignature_Miss2WithProfiler - cctest/test-api/InterceptorCallICFastApi_TrivialSignatureWithProfiler - cctest/test-api/LoadICFastApi_DirectCall_GCMoveStubWithProfiler - cctest/test-cpu-profiler/BoundFunctionCall - mjsunit/harmony/generators-iteration - mjsunit/regress/regress-166379 - mjsunit/regress/regress-2681 Conflicts: src/a64/lithium-a64.h BUG=none R=baptiste.afsa@arm.com Committed: https://code.google.com/p/v8/source/detail?r=18826

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12911 lines, -9492 lines) Patch
M .gitignore View 1 chunk +1 line, -0 lines 0 comments Download
M OWNERS View 1 chunk +1 line, -0 lines 0 comments Download
M build/standalone.gypi View 3 chunks +3 lines, -3 lines 0 comments Download
M include/v8.h View 27 chunks +145 lines, -64 lines 0 comments Download
M include/v8-profiler.h View 13 chunks +1 line, -62 lines 0 comments Download
M src/a64/assembler-a64-inl.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/a64/builtins-a64.cc View 4 chunks +8 lines, -353 lines 0 comments Download
M src/a64/code-stubs-a64.cc View 15 chunks +91 lines, -173 lines 0 comments Download
M src/a64/frames-a64.cc View 1 chunk +4 lines, -6 lines 0 comments Download
M src/a64/full-codegen-a64.cc View 14 chunks +61 lines, -32 lines 0 comments Download
M src/a64/ic-a64.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/a64/lithium-a64.h View 6 chunks +26 lines, -26 lines 0 comments Download
M src/a64/lithium-a64.cc View 4 chunks +38 lines, -18 lines 0 comments Download
M src/a64/lithium-codegen-a64.h View 4 chunks +8 lines, -2 lines 0 comments Download
M src/a64/lithium-codegen-a64.cc View 23 chunks +181 lines, -69 lines 0 comments Download
M src/a64/macro-assembler-a64.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/a64/macro-assembler-a64.cc View 1 chunk +12 lines, -0 lines 0 comments Download
M src/api.h View 4 chunks +8 lines, -0 lines 0 comments Download
M src/api.cc View 26 chunks +152 lines, -211 lines 0 comments Download
M src/arguments.cc View 6 chunks +12 lines, -0 lines 0 comments Download
M src/arm/assembler-arm-inl.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/arm/builtins-arm.cc View 3 chunks +10 lines, -418 lines 0 comments Download
M src/arm/code-stubs-arm.cc View 15 chunks +83 lines, -170 lines 0 comments Download
M src/arm/frames-arm.cc View 2 chunks +1 line, -6 lines 0 comments Download
M src/arm/full-codegen-arm.cc View 13 chunks +50 lines, -28 lines 0 comments Download
M src/arm/ic-arm.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/arm/lithium-arm.h View 7 chunks +48 lines, -28 lines 0 comments Download
M src/arm/lithium-arm.cc View 7 chunks +16 lines, -31 lines 0 comments Download
M src/arm/lithium-codegen-arm.h View 4 chunks +5 lines, -3 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 36 chunks +187 lines, -159 lines 0 comments Download
M src/arm/macro-assembler-arm.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 1 chunk +10 lines, -0 lines 0 comments Download
M src/arraybuffer.js View 2 chunks +7 lines, -4 lines 0 comments Download
M src/ast.h View 13 chunks +40 lines, -45 lines 0 comments Download
M src/ast.cc View 13 chunks +45 lines, -38 lines 0 comments Download
M src/atomicops_internals_tsan.h View 2 chunks +157 lines, -92 lines 0 comments Download
M src/bootstrapper.cc View 3 chunks +16 lines, -19 lines 0 comments Download
M src/builtins.h View 2 chunks +0 lines, -3 lines 0 comments Download
M src/builtins.cc View 3 chunks +16 lines, -32 lines 0 comments Download
M src/code-stubs.h View 8 chunks +19 lines, -21 lines 0 comments Download
M src/codegen.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/compiler.h View 6 chunks +49 lines, -25 lines 0 comments Download
M src/compiler.cc View 13 chunks +67 lines, -26 lines 0 comments Download
M src/contexts.h View 2 chunks +2 lines, -0 lines 0 comments Download
M src/cpu-profiler.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M src/d8.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/debug.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/debug.cc View 3 chunks +16 lines, -2 lines 0 comments Download
M src/deoptimizer.h View 2 chunks +2 lines, -6 lines 0 comments Download
M src/deoptimizer.cc View 17 chunks +33 lines, -54 lines 0 comments Download
M src/factory.h View 2 chunks +6 lines, -0 lines 0 comments Download
M src/factory.cc View 3 chunks +40 lines, -14 lines 0 comments Download
M src/flag-definitions.h View 4 chunks +2 lines, -6 lines 0 comments Download
M src/frames.h View 21 chunks +69 lines, -164 lines 0 comments Download
M src/frames.cc View 13 chunks +124 lines, -142 lines 0 comments Download
M src/frames-inl.h View 5 chunks +20 lines, -55 lines 0 comments Download
M src/full-codegen.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/gdb-jit.cc View 4 chunks +9 lines, -9 lines 0 comments Download
M src/global-handles.h View 1 chunk +1 line, -1 line 0 comments Download
M src/globals.h View 2 chunks +27 lines, -0 lines 0 comments Download
M src/handles.cc View 2 chunks +3 lines, -11 lines 0 comments Download
M src/heap.h View 5 chunks +6 lines, -6 lines 0 comments Download
M src/heap.cc View 13 chunks +60 lines, -15 lines 0 comments Download
M src/heap-inl.h View 3 chunks +6 lines, -8 lines 0 comments Download
M src/heap-snapshot-generator.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/heap-snapshot-generator.cc View 5 chunks +37 lines, -19 lines 0 comments Download
M src/hydrogen.h View 13 chunks +46 lines, -32 lines 0 comments Download
M src/hydrogen.cc View 74 chunks +277 lines, -386 lines 0 comments Download
M src/hydrogen-environment-liveness.h View 3 chunks +10 lines, -16 lines 0 comments Download
M src/hydrogen-environment-liveness.cc View 9 chunks +55 lines, -65 lines 0 comments Download
M src/hydrogen-gvn.h View 3 chunks +17 lines, -11 lines 0 comments Download
M src/hydrogen-gvn.cc View 7 chunks +28 lines, -28 lines 0 comments Download
M src/hydrogen-instructions.h View 16 chunks +69 lines, -36 lines 0 comments Download
M src/hydrogen-instructions.cc View 10 chunks +36 lines, -24 lines 0 comments Download
M src/ia32/assembler-ia32-inl.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/ia32/builtins-ia32.cc View 3 chunks +10 lines, -487 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 14 chunks +75 lines, -171 lines 0 comments Download
M src/ia32/frames-ia32.cc View 1 chunk +1 line, -6 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 13 chunks +49 lines, -24 lines 0 comments Download
M src/ia32/ic-ia32.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/ia32/lithium-codegen-ia32.h View 4 chunks +5 lines, -3 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 37 chunks +202 lines, -158 lines 0 comments Download
M src/ia32/lithium-ia32.h View 9 chunks +54 lines, -30 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 8 chunks +28 lines, -35 lines 0 comments Download
M src/ia32/macro-assembler-ia32.h View 1 chunk +9 lines, -0 lines 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 1 chunk +11 lines, -0 lines 0 comments Download
M src/ic.cc View 8 chunks +17 lines, -21 lines 0 comments Download
M src/isolate.h View 4 chunks +2 lines, -6 lines 0 comments Download
M src/isolate.cc View 5 chunks +2 lines, -8 lines 0 comments Download
M src/json-parser.h View 6 chunks +26 lines, -27 lines 0 comments Download
M src/jsregexp.h View 1 chunk +1 line, -2 lines 0 comments Download
M src/jsregexp.cc View 5 chunks +6 lines, -8 lines 0 comments Download
M src/lithium.h View 5 chunks +14 lines, -19 lines 0 comments Download
M src/lithium.cc View 2 chunks +8 lines, -1 line 0 comments Download
M src/lithium-allocator.h View 2 chunks +14 lines, -1 line 0 comments Download
M src/lithium-allocator.cc View 9 chunks +20 lines, -40 lines 0 comments Download
M src/liveedit.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/liveedit.cc View 5 chunks +9 lines, -10 lines 0 comments Download
M src/log.h View 1 chunk +15 lines, -0 lines 0 comments Download
M src/log.cc View 13 chunks +115 lines, -198 lines 0 comments Download
M src/log-utils.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/log-utils.cc View 1 chunk +12 lines, -0 lines 0 comments Download
M src/macros.py View 2 chunks +1 line, -1 line 0 comments Download
M src/mark-compact.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/mark-compact.cc View 13 chunks +27 lines, -56 lines 0 comments Download
M src/messages.js View 1 chunk +11 lines, -2 lines 0 comments Download
M src/mips/assembler-mips-inl.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/mips/builtins-mips.cc View 3 chunks +10 lines, -432 lines 0 comments Download
M src/mips/code-stubs-mips.cc View 8 chunks +56 lines, -135 lines 0 comments Download
M src/mips/frames-mips.cc View 1 chunk +1 line, -9 lines 0 comments Download
M src/mips/full-codegen-mips.cc View 13 chunks +50 lines, -29 lines 0 comments Download
M src/mips/lithium-codegen-mips.h View 4 chunks +7 lines, -6 lines 0 comments Download
M src/mips/lithium-codegen-mips.cc View 42 chunks +222 lines, -166 lines 0 comments Download
M src/mips/lithium-mips.h View 7 chunks +48 lines, -28 lines 0 comments Download
M src/mips/lithium-mips.cc View 7 chunks +19 lines, -30 lines 0 comments Download
M src/mips/simulator-mips.h View 1 chunk +0 lines, -2 lines 0 comments Download
M src/mips/stub-cache-mips.cc View 16 chunks +73 lines, -16 lines 0 comments Download
M src/mirror-debugger.js View 2 chunks +52 lines, -7 lines 0 comments Download
M src/objects.h View 28 chunks +121 lines, -76 lines 0 comments Download
M src/objects.cc View 31 chunks +131 lines, -133 lines 0 comments Download
M src/objects-debug.cc View 4 chunks +16 lines, -2 lines 0 comments Download
M src/objects-inl.h View 14 chunks +35 lines, -41 lines 0 comments Download
M src/objects-printer.cc View 5 chunks +20 lines, -3 lines 0 comments Download
M src/objects-visiting.h View 4 chunks +4 lines, -0 lines 0 comments Download
M src/objects-visiting.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M src/objects-visiting-inl.h View 10 chunks +68 lines, -25 lines 0 comments Download
M src/optimizing-compiler-thread.h View 2 chunks +2 lines, -0 lines 0 comments Download
M src/optimizing-compiler-thread.cc View 3 chunks +16 lines, -11 lines 0 comments Download
M src/parser.h View 3 chunks +2 lines, -6 lines 0 comments Download
M src/parser.cc View 13 chunks +15 lines, -37 lines 0 comments Download
M src/platform.h View 2 chunks +0 lines, -3 lines 0 comments Download
M src/platform-cygwin.cc View 1 chunk +0 lines, -6 lines 0 comments Download
M src/platform-freebsd.cc View 1 chunk +0 lines, -6 lines 0 comments Download
M src/platform-linux.cc View 1 chunk +0 lines, -13 lines 0 comments Download
M src/platform-macos.cc View 1 chunk +0 lines, -6 lines 0 comments Download
M src/platform-openbsd.cc View 1 chunk +0 lines, -7 lines 0 comments Download
M src/platform-solaris.cc View 1 chunk +0 lines, -6 lines 0 comments Download
M src/platform-win32.cc View 1 chunk +0 lines, -6 lines 0 comments Download
M src/prettyprinter.cc View 4 chunks +6 lines, -6 lines 0 comments Download
M src/profile-generator.h View 2 chunks +4 lines, -3 lines 0 comments Download
M src/profile-generator.cc View 7 chunks +7 lines, -17 lines 0 comments Download
M src/profile-generator-inl.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/property.h View 1 chunk +1 line, -1 line 0 comments Download
M src/runtime.h View 3 chunks +27 lines, -0 lines 0 comments Download
M src/runtime.cc View 21 chunks +339 lines, -73 lines 0 comments Download
M src/runtime.js View 2 chunks +6 lines, -1 line 0 comments Download
M src/runtime-profiler.cc View 2 chunks +12 lines, -6 lines 0 comments Download
M src/sampler.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/serialize.h View 1 chunk +1 line, -1 line 0 comments Download
M src/spaces.cc View 4 chunks +10 lines, -39 lines 0 comments Download
M src/store-buffer.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/string.js View 4 chunks +11 lines, -5 lines 0 comments Download
M src/string-stream.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/stub-cache.h View 1 chunk +1 line, -1 line 0 comments Download
M src/stub-cache.cc View 4 chunks +6 lines, -19 lines 0 comments Download
M src/third_party/vtune/vtune-jit.cc View 1 chunk +1 line, -2 lines 0 comments Download
M src/type-info.h View 2 chunks +7 lines, -8 lines 0 comments Download
M src/type-info.cc View 7 chunks +28 lines, -17 lines 0 comments Download
M src/typedarray.js View 7 chunks +282 lines, -6 lines 0 comments Download
M src/types.h View 8 chunks +31 lines, -18 lines 0 comments Download
M src/types.cc View 8 chunks +102 lines, -11 lines 0 comments Download
M src/typing.h View 1 chunk +7 lines, -0 lines 0 comments Download
M src/typing.cc View 4 chunks +20 lines, -4 lines 0 comments Download
M src/unbound-queue.h View 1 chunk +3 lines, -3 lines 0 comments Download
M src/unbound-queue-inl.h View 3 chunks +19 lines, -7 lines 0 comments Download
M src/v8-counters.h View 8 chunks +3 lines, -45 lines 0 comments Download
M src/x64/assembler-x64-inl.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/x64/builtins-x64.cc View 3 chunks +10 lines, -426 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 13 chunks +77 lines, -170 lines 0 comments Download
M src/x64/codegen-x64.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M src/x64/deoptimizer-x64.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/frames-x64.cc View 1 chunk +1 line, -6 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 12 chunks +47 lines, -21 lines 0 comments Download
M src/x64/ic-x64.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/x64/lithium-codegen-x64.h View 4 chunks +5 lines, -3 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 34 chunks +197 lines, -152 lines 0 comments Download
M src/x64/lithium-x64.h View 6 chunks +46 lines, -28 lines 0 comments Download
M src/x64/lithium-x64.cc View 7 chunks +15 lines, -31 lines 0 comments Download
M src/x64/macro-assembler-x64.h View 1 chunk +6 lines, -0 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 2 chunks +28 lines, -1 line 0 comments Download
M src/x64/stub-cache-x64.cc View 4 chunks +7 lines, -7 lines 0 comments Download
M src/zone.h View 7 chunks +2 lines, -47 lines 0 comments Download
M src/zone.cc View 2 chunks +27 lines, -66 lines 0 comments Download
M src/zone-inl.h View 3 chunks +1 line, -13 lines 0 comments Download
A sync.diff View 1 chunk +13 lines, -0 lines 0 comments Download
M test/cctest/cctest.status View 1 chunk +0 lines, -3 lines 0 comments Download
M test/cctest/test-accessors.cc View 14 chunks +43 lines, -40 lines 0 comments Download
M test/cctest/test-api.cc View 161 chunks +665 lines, -770 lines 0 comments Download
M test/cctest/test-assembler-mips.cc View 1 chunk +3 lines, -1 line 0 comments Download
M test/cctest/test-ast.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M test/cctest/test-compiler.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M test/cctest/test-cpu-profiler.cc View 1 chunk +51 lines, -0 lines 0 comments Download
M test/cctest/test-dataflow.cc View 6 chunks +14 lines, -15 lines 0 comments Download
M test/cctest/test-debug.cc View 13 chunks +41 lines, -41 lines 0 comments Download
M test/cctest/test-decls.cc View 3 chunks +26 lines, -23 lines 0 comments Download
M test/cctest/test-heap.cc View 4 chunks +157 lines, -23 lines 0 comments Download
M test/cctest/test-heap-profiler.cc View 2 chunks +45 lines, -8 lines 0 comments Download
M test/cctest/test-liveedit.cc View 2 chunks +7 lines, -6 lines 0 comments Download
M test/cctest/test-log.cc View 3 chunks +11 lines, -14 lines 0 comments Download
M test/cctest/test-log-stack-tracer.cc View 6 chunks +14 lines, -17 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-profile-generator.cc View 13 chunks +33 lines, -57 lines 0 comments Download
M test/cctest/test-regexp.cc View 35 chunks +123 lines, -127 lines 0 comments Download
M test/cctest/test-serialize.cc View 2 chunks +8 lines, -8 lines 0 comments Download
M test/cctest/test-strings.cc View 8 chunks +17 lines, -16 lines 0 comments Download
M test/cctest/test-thread-termination.cc View 9 chunks +14 lines, -23 lines 0 comments Download
M test/cctest/test-types.cc View 12 chunks +245 lines, -80 lines 0 comments Download
M test/cctest/test-weaktypedarrays.cc View 11 chunks +53 lines, -53 lines 0 comments Download
M test/message/testcfg.py View 1 chunk +2 lines, -1 line 0 comments Download
M test/mjsunit/allocation-site-info.js View 3 chunks +123 lines, -132 lines 0 comments Download
M test/mjsunit/array-constructor-feedback.js View 3 chunks +1 line, -8 lines 0 comments Download
M test/mjsunit/array-feedback.js View 3 chunks +1 line, -8 lines 0 comments Download
A + test/mjsunit/array-literal-feedback.js View 1 chunk +23 lines, -38 lines 0 comments Download
A + test/mjsunit/compiler/osr-big.js View 1 chunk +15 lines, -10 lines 0 comments Download
A + test/mjsunit/compiler/osr-nested.js View 1 chunk +15 lines, -9 lines 0 comments Download
A + test/mjsunit/compiler/osr-one.js View 1 chunk +11 lines, -8 lines 0 comments Download
A + test/mjsunit/compiler/osr-regress-max-locals.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/compiler/osr-simple.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/compiler/osr-two.js View 1 chunk +13 lines, -9 lines 0 comments Download
A + test/mjsunit/compiler/osr-with-args.js View 2 chunks +6 lines, -6 lines 0 comments Download
M test/mjsunit/compiler/parallel-proto-change.js View 1 chunk +5 lines, -0 lines 0 comments Download
D test/mjsunit/compiler/regress-max-locals-for-osr.js View 1 chunk +0 lines, -43 lines 0 comments Download
D test/mjsunit/compiler/simple-osr.js View 1 chunk +0 lines, -44 lines 0 comments Download
M test/mjsunit/debug-evaluate-locals.js View 5 chunks +10 lines, -3 lines 0 comments Download
M test/mjsunit/elements-kind.js View 4 chunks +6 lines, -0 lines 0 comments Download
M test/mjsunit/external-array.js View 2 chunks +11 lines, -26 lines 0 comments Download
M test/mjsunit/external-array-no-sse2.js View 2 chunks +11 lines, -26 lines 0 comments Download
M test/mjsunit/fuzz-natives-part1.js View 1 chunk +5 lines, -0 lines 0 comments Download
M test/mjsunit/fuzz-natives-part2.js View 1 chunk +5 lines, -0 lines 0 comments Download
M test/mjsunit/fuzz-natives-part3.js View 1 chunk +5 lines, -0 lines 0 comments Download
M test/mjsunit/fuzz-natives-part4.js View 1 chunk +5 lines, -0 lines 0 comments Download
A test/mjsunit/harmony/dataview-accessors.js View 1 chunk +310 lines, -0 lines 0 comments Download
M test/mjsunit/harmony/generators-iteration.js View 1 chunk +9 lines, -0 lines 0 comments Download
M test/mjsunit/harmony/typedarrays.js View 8 chunks +77 lines, -8 lines 0 comments Download
M test/mjsunit/manual-parallel-recompile.js View 2 chunks +7 lines, -4 lines 0 comments Download
A + test/mjsunit/opt-elements-kind.js View 6 chunks +86 lines, -31 lines 0 comments Download
A + test/mjsunit/osr-elements-kind.js View 5 chunks +78 lines, -29 lines 0 comments Download
M test/mjsunit/parallel-initial-prototype-change.js View 1 chunk +5 lines, -0 lines 0 comments Download
M test/mjsunit/parallel-invalidate-transition-map.js View 1 chunk +5 lines, -0 lines 0 comments Download
M test/mjsunit/parallel-optimize-disabled.js View 1 chunk +5 lines, -0 lines 0 comments Download
M test/mjsunit/regress/regress-1383.js View 1 chunk +1 line, -1 line 0 comments Download
A + test/mjsunit/regress/regress-embedded-cons-string.js View 1 chunk +28 lines, -18 lines 0 comments Download
A + test/mjsunit/regress/regress-polymorphic-store.js View 1 chunk +17 lines, -14 lines 0 comments Download
A + test/mjsunit/regress/string-split-monkey-patching.js View 1 chunk +10 lines, -7 lines 0 comments Download
A test/webkit/concat-while-having-a-bad-time.js View 1 chunk +31 lines, -0 lines 0 comments Download
A test/webkit/concat-while-having-a-bad-time-expected.txt View 1 chunk +33 lines, -0 lines 0 comments Download
A test/webkit/dfg-inlining-reg-alloc.js View 1 chunk +166 lines, -0 lines 0 comments Download
A test/webkit/dfg-inlining-reg-alloc-expected.txt View 1 chunk +3032 lines, -0 lines 0 comments Download
A test/webkit/resources/standalone-post.js View 1 chunk +26 lines, -0 lines 0 comments Download
A test/webkit/resources/standalone-pre.js View 1 chunk +191 lines, -0 lines 0 comments Download
A + test/webkit/testcfg.py View 5 chunks +44 lines, -6 lines 0 comments Download
A + test/webkit/webkit.status View 1 chunk +1 line, -1 line 0 comments Download
M tools/plot-timer-events View 1 chunk +3 lines, -3 lines 0 comments Download
D tools/plot-timer-events.js View 1 chunk +0 lines, -510 lines 0 comments Download
M tools/presubmit.py View 1 chunk +2 lines, -1 line 0 comments Download
A tools/profviz/composer.js View 1 chunk +544 lines, -0 lines 0 comments Download
A + tools/profviz/profviz.css View 3 chunks +75 lines, -3 lines 0 comments Download
A tools/profviz/profviz.html View 1 chunk +131 lines, -0 lines 0 comments Download
A tools/profviz/profviz.js View 1 chunk +235 lines, -0 lines 0 comments Download
A + tools/profviz/stdio.js View 1 chunk +25 lines, -29 lines 0 comments Download
A tools/profviz/worker.js View 1 chunk +134 lines, -0 lines 0 comments Download
M tools/testrunner/local/old_statusfile.py View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
jbramley
6 years, 11 months ago (2014-01-24 13:51:23 UTC) #1
baptiste.afsa1
lgtm
6 years, 11 months ago (2014-01-24 13:55:46 UTC) #2
jbramley
Committed patchset #1 manually as r18826 (presubmit successful).
6 years, 11 months ago (2014-01-24 14:12:25 UTC) #3
ulan
6 years, 11 months ago (2014-01-24 14:30:40 UTC) #4
Message was sent while issue was closed.
Could you please add new regressions to the shared spreadsheet? So that we could
synchronize investigation. Otherwise, I am not sure which ones are being looked
at and which ones are still available. =)

Powered by Google App Engine
This is Rietveld 408576698