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

Issue 133443009: A64: Synchronize with r17441. (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 r17441. This brings experimental/a64 up to 2013-10-31. BUG=none R=m.m.capewell@googlemail.com Committed: https://code.google.com/p/v8/source/detail?r=19104

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12763 lines, -10138 lines) Patch
M ChangeLog View 1 chunk +133 lines, -0 lines 0 comments Download
M Makefile View 2 chunks +3 lines, -3 lines 0 comments Download
M OWNERS View 1 chunk +1 line, -0 lines 0 comments Download
A + WATCHLISTS View 1 chunk +18 lines, -2 lines 0 comments Download
M benchmarks/deltablue.js View 1 chunk +13 lines, -13 lines 0 comments Download
M build/all.gyp View 1 chunk +0 lines, -1 line 0 comments Download
M build/features.gypi View 1 chunk +1 line, -1 line 0 comments Download
M build/standalone.gypi View 1 chunk +14 lines, -0 lines 0 comments Download
M build/toolchain.gypi View 4 chunks +4 lines, -23 lines 0 comments Download
M include/v8.h View 11 chunks +52 lines, -10 lines 0 comments Download
D include/v8-preparser.h View 1 chunk +0 lines, -84 lines 0 comments Download
M include/v8-profiler.h View 3 chunks +20 lines, -0 lines 0 comments Download
D preparser/preparser.gyp View 1 chunk +0 lines, -58 lines 0 comments Download
D preparser/preparser-process.cc View 1 chunk +0 lines, -372 lines 0 comments Download
A src/OWNERS View 1 chunk +2 lines, -0 lines 0 comments Download
M src/a64/assembler-a64.h View 2 chunks +4 lines, -1 line 0 comments Download
M src/a64/assembler-a64-inl.h View 2 chunks +6 lines, -5 lines 0 comments Download
M src/a64/builtins-a64.cc View 1 chunk +36 lines, -0 lines 0 comments Download
M src/a64/code-stubs-a64.cc View 4 chunks +6 lines, -27 lines 0 comments Download
M src/a64/codegen-a64.cc View 5 chunks +6 lines, -8 lines 0 comments Download
M src/a64/cpu-a64.h View 2 chunks +15 lines, -0 lines 0 comments Download
M src/a64/cpu-a64.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/a64/deoptimizer-a64.cc View 1 chunk +1 line, -4 lines 0 comments Download
M src/a64/full-codegen-a64.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/a64/lithium-a64.h View 7 chunks +15 lines, -27 lines 0 comments Download
M src/a64/lithium-a64.cc View 6 chunks +11 lines, -16 lines 0 comments Download
M src/a64/lithium-codegen-a64.h View 2 chunks +2 lines, -4 lines 0 comments Download
M src/a64/lithium-codegen-a64.cc View 16 chunks +37 lines, -50 lines 0 comments Download
M src/a64/macro-assembler-a64.h View 3 chunks +18 lines, -2 lines 0 comments Download
M src/a64/macro-assembler-a64.cc View 4 chunks +23 lines, -8 lines 0 comments Download
M src/a64/regexp-macro-assembler-a64.h View 1 chunk +0 lines, -5 lines 0 comments Download
M src/a64/stub-cache-a64.cc View 12 chunks +54 lines, -54 lines 0 comments Download
A src/allocation-site-scopes.h View 1 chunk +115 lines, -0 lines 0 comments Download
A src/allocation-site-scopes.cc View 1 chunk +108 lines, -0 lines 0 comments Download
A src/allocation-tracker.h View 1 chunk +138 lines, -0 lines 0 comments Download
A src/allocation-tracker.cc View 1 chunk +279 lines, -0 lines 0 comments Download
M src/api.cc View 9 chunks +61 lines, -18 lines 0 comments Download
M src/arm/assembler-arm.h View 2 chunks +24 lines, -4 lines 0 comments Download
M src/arm/assembler-arm.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/arm/assembler-arm-inl.h View 1 chunk +7 lines, -0 lines 0 comments Download
M src/arm/builtins-arm.cc View 1 chunk +33 lines, -0 lines 0 comments Download
M src/arm/code-stubs-arm.cc View 4 chunks +6 lines, -27 lines 0 comments Download
M src/arm/codegen-arm.cc View 5 chunks +5 lines, -8 lines 0 comments Download
M src/arm/deoptimizer-arm.cc View 1 chunk +1 line, -4 lines 0 comments Download
M src/arm/full-codegen-arm.cc View 3 chunks +3 lines, -15 lines 0 comments Download
M src/arm/lithium-arm.h View 7 chunks +14 lines, -25 lines 0 comments Download
M src/arm/lithium-arm.cc View 5 chunks +4 lines, -11 lines 0 comments Download
M src/arm/lithium-codegen-arm.h View 4 chunks +3 lines, -8 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 21 chunks +56 lines, -64 lines 0 comments Download
M src/arm/lithium-gap-resolver-arm.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/arm/macro-assembler-arm.h View 3 chunks +15 lines, -13 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 6 chunks +45 lines, -20 lines 0 comments Download
M src/arm/regexp-macro-assembler-arm.h View 1 chunk +0 lines, -5 lines 0 comments Download
M src/arm/stub-cache-arm.cc View 15 chunks +47 lines, -46 lines 0 comments Download
M src/array.js View 6 chunks +7 lines, -7 lines 0 comments Download
M src/array-iterator.js View 2 chunks +4 lines, -4 lines 0 comments Download
M src/arraybuffer.js View 2 chunks +8 lines, -0 lines 0 comments Download
M src/assembler.h View 4 chunks +7 lines, -2 lines 0 comments Download
M src/assembler.cc View 5 chunks +30 lines, -8 lines 0 comments Download
M src/ast.h View 100 chunks +259 lines, -246 lines 0 comments Download
M src/ast.cc View 10 chunks +15 lines, -39 lines 0 comments Download
M src/bootstrapper.cc View 2 chunks +6 lines, -1 line 0 comments Download
M src/builtins.h View 4 chunks +16 lines, -4 lines 0 comments Download
M src/builtins.cc View 4 chunks +26 lines, -5 lines 0 comments Download
M src/checks.h View 3 chunks +17 lines, -2 lines 0 comments Download
M src/checks.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M src/code-stubs.h View 10 chunks +23 lines, -7 lines 0 comments Download
M src/code-stubs.cc View 9 chunks +39 lines, -29 lines 0 comments Download
M src/code-stubs-hydrogen.cc View 21 chunks +98 lines, -73 lines 0 comments Download
M src/codegen.cc View 3 chunks +11 lines, -3 lines 0 comments Download
M src/compiler.h View 2 chunks +2 lines, -4 lines 0 comments Download
M src/compiler.cc View 6 chunks +128 lines, -58 lines 0 comments Download
M src/contexts.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/conversions.cc View 3 chunks +12 lines, -4 lines 0 comments Download
M src/conversions-inl.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/counters.h View 1 chunk +31 lines, -2 lines 0 comments Download
M src/cpu-profiler.h View 1 chunk +1 line, -1 line 0 comments Download
M src/cpu-profiler.cc View 3 chunks +11 lines, -9 lines 0 comments Download
M src/d8.h View 4 chunks +5 lines, -0 lines 0 comments Download
M src/d8.cc View 7 chunks +28 lines, -2 lines 0 comments Download
M src/d8.js View 7 chunks +7 lines, -7 lines 0 comments Download
M src/date.js View 10 chunks +16 lines, -16 lines 0 comments Download
M src/debug.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/debug-debugger.js View 2 chunks +2 lines, -2 lines 0 comments Download
M src/defaults.cc View 2 chunks +12 lines, -25 lines 0 comments Download
M src/deoptimizer.h View 3 chunks +19 lines, -9 lines 0 comments Download
M src/deoptimizer.cc View 7 chunks +29 lines, -19 lines 0 comments Download
M src/elements.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/factory.h View 5 chunks +13 lines, -2 lines 0 comments Download
M src/factory.cc View 5 chunks +104 lines, -9 lines 0 comments Download
M src/flag-definitions.h View 18 chunks +47 lines, -32 lines 0 comments Download
M src/frames.h View 1 chunk +7 lines, -0 lines 0 comments Download
M src/full-codegen.h View 1 chunk +1 line, -1 line 0 comments Download
M src/full-codegen.cc View 10 chunks +18 lines, -13 lines 0 comments Download
M src/globals.h View 2 chunks +3 lines, -1 line 0 comments Download
M src/handles.h View 1 chunk +0 lines, -8 lines 0 comments Download
M src/handles.cc View 1 chunk +0 lines, -48 lines 0 comments Download
A + src/harmony-math.js View 1 chunk +25 lines, -30 lines 0 comments Download
M src/heap.h View 11 chunks +66 lines, -56 lines 0 comments Download
M src/heap.cc View 21 chunks +146 lines, -78 lines 0 comments Download
M src/heap-inl.h View 2 chunks +5 lines, -34 lines 0 comments Download
M src/heap-profiler.h View 3 chunks +24 lines, -9 lines 0 comments Download
M src/heap-profiler.cc View 3 chunks +77 lines, -3 lines 0 comments Download
M src/heap-snapshot-generator.h View 8 chunks +30 lines, -6 lines 0 comments Download
M src/heap-snapshot-generator.cc View 15 chunks +324 lines, -6 lines 0 comments Download
M src/hydrogen.h View 33 chunks +95 lines, -86 lines 0 comments Download
M src/hydrogen.cc View 195 chunks +514 lines, -565 lines 0 comments Download
M src/hydrogen-canonicalize.cc View 2 chunks +8 lines, -0 lines 0 comments Download
M src/hydrogen-dce.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/hydrogen-dce.cc View 2 chunks +38 lines, -36 lines 0 comments Download
M src/hydrogen-escape-analysis.cc View 2 chunks +8 lines, -3 lines 0 comments Download
A src/hydrogen-flow-engine.h View 1 chunk +235 lines, -0 lines 0 comments Download
M src/hydrogen-instructions.h View 55 chunks +274 lines, -218 lines 0 comments Download
M src/hydrogen-instructions.cc View 7 chunks +30 lines, -3 lines 0 comments Download
M src/hydrogen-load-elimination.cc View 5 chunks +280 lines, -97 lines 0 comments Download
M src/hydrogen-osr.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M src/hydrogen-redundant-phi.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/hydrogen-redundant-phi.cc View 2 chunks +41 lines, -29 lines 0 comments Download
M src/hydrogen-representation-changes.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M src/hydrogen-uint32-analysis.cc View 1 chunk +11 lines, -2 lines 0 comments Download
M src/i18n.js View 9 chunks +11 lines, -11 lines 0 comments Download
M src/ia32/assembler-ia32.h View 5 chunks +34 lines, -13 lines 0 comments Download
M src/ia32/assembler-ia32.cc View 8 chunks +20 lines, -14 lines 0 comments Download
M src/ia32/assembler-ia32-inl.h View 3 chunks +10 lines, -1 line 0 comments Download
M src/ia32/builtins-ia32.cc View 1 chunk +38 lines, -0 lines 0 comments Download
M src/ia32/code-stubs-ia32.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 23 chunks +35 lines, -52 lines 0 comments Download
M src/ia32/codegen-ia32.cc View 16 chunks +24 lines, -28 lines 0 comments Download
M src/ia32/deoptimizer-ia32.cc View 4 chunks +5 lines, -8 lines 0 comments Download
M src/ia32/disasm-ia32.cc View 3 chunks +12 lines, -4 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 2 chunks +2 lines, -5 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.h View 3 chunks +2 lines, -6 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 35 chunks +73 lines, -75 lines 0 comments Download
M src/ia32/lithium-gap-resolver-ia32.cc View 5 chunks +10 lines, -10 lines 0 comments Download
M src/ia32/lithium-ia32.h View 9 chunks +14 lines, -27 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 8 chunks +19 lines, -19 lines 0 comments Download
M src/ia32/macro-assembler-ia32.h View 2 chunks +16 lines, -2 lines 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 15 chunks +45 lines, -27 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 17 chunks +50 lines, -54 lines 0 comments Download
M src/ic.h View 12 chunks +56 lines, -19 lines 0 comments Download
M src/ic.cc View 22 chunks +216 lines, -259 lines 0 comments Download
M src/incremental-marking.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/isolate.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/json.js View 2 chunks +2 lines, -2 lines 0 comments Download
M src/list.h View 1 chunk +1 line, -1 line 0 comments Download
M src/lithium.h View 3 chunks +1 line, -4 lines 0 comments Download
M src/lithium.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/lithium-codegen.h View 1 chunk +1 line, -1 line 0 comments Download
M src/lithium-codegen.cc View 1 chunk +7 lines, -1 line 0 comments Download
M src/liveedit-debugger.js View 6 chunks +13 lines, -13 lines 0 comments Download
M src/log.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/log.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M src/macros.py View 1 chunk +5 lines, -0 lines 0 comments Download
M src/mark-compact.cc View 9 chunks +25 lines, -27 lines 0 comments Download
M src/math.js View 7 chunks +24 lines, -41 lines 0 comments Download
M src/messages.js View 8 chunks +10 lines, -10 lines 0 comments Download
M src/mips/assembler-mips.h View 1 chunk +24 lines, -4 lines 0 comments Download
M src/mips/assembler-mips.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/mips/assembler-mips-inl.h View 1 chunk +7 lines, -0 lines 0 comments Download
M src/mips/builtins-mips.cc View 1 chunk +43 lines, -0 lines 0 comments Download
M src/mips/code-stubs-mips.cc View 8 chunks +28 lines, -982 lines 0 comments Download
M src/mips/codegen-mips.cc View 5 chunks +5 lines, -6 lines 0 comments Download
M src/mips/deoptimizer-mips.cc View 1 chunk +1 line, -4 lines 0 comments Download
M src/mips/full-codegen-mips.cc View 1 chunk +1 line, -6 lines 0 comments Download
M src/mips/lithium-codegen-mips.h View 3 chunks +3 lines, -6 lines 0 comments Download
M src/mips/lithium-codegen-mips.cc View 13 chunks +38 lines, -56 lines 0 comments Download
M src/mips/lithium-mips.h View 5 chunks +0 lines, -25 lines 0 comments Download
M src/mips/lithium-mips.cc View 4 chunks +1 line, -9 lines 0 comments Download
M src/mips/macro-assembler-mips.h View 2 chunks +19 lines, -5 lines 0 comments Download
M src/mips/macro-assembler-mips.cc View 2 chunks +41 lines, -6 lines 0 comments Download
M src/mips/stub-cache-mips.cc View 13 chunks +44 lines, -43 lines 0 comments Download
M src/mirror-debugger.js View 4 chunks +4 lines, -4 lines 0 comments Download
M src/mksnapshot.cc View 1 chunk +0 lines, -43 lines 0 comments Download
A + src/msan.h View 1 chunk +17 lines, -18 lines 0 comments Download
M src/object-observe.js View 3 chunks +4 lines, -4 lines 0 comments Download
M src/objects.h View 28 chunks +214 lines, -59 lines 0 comments Download
M src/objects.cc View 57 chunks +527 lines, -352 lines 0 comments Download
M src/objects-debug.cc View 5 chunks +17 lines, -6 lines 0 comments Download
M src/objects-inl.h View 13 chunks +139 lines, -19 lines 0 comments Download
M src/objects-printer.cc View 2 chunks +20 lines, -0 lines 0 comments Download
M src/objects-visiting.h View 2 chunks +2 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 2 chunks +18 lines, -0 lines 0 comments Download
M src/optimizing-compiler-thread.h View 4 chunks +41 lines, -30 lines 0 comments Download
M src/optimizing-compiler-thread.cc View 11 chunks +97 lines, -53 lines 0 comments Download
M src/parser.h View 10 chunks +14 lines, -73 lines 0 comments Download
M src/parser.cc View 146 chunks +325 lines, -429 lines 0 comments Download
M src/platform/elapsed-timer.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/platform/mutex.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/platform/semaphore.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/platform/time.h View 1 chunk +1 line, -1 line 0 comments Download
M src/preparser.h View 10 chunks +202 lines, -202 lines 0 comments Download
M src/preparser.cc View 64 chunks +339 lines, -522 lines 0 comments Download
D src/preparser-api.cc View 1 chunk +0 lines, -196 lines 0 comments Download
M src/prettyprinter.cc View 4 chunks +28 lines, -28 lines 0 comments Download
M src/profile-generator.h View 8 chunks +35 lines, -34 lines 0 comments Download
M src/profile-generator.cc View 10 chunks +70 lines, -30 lines 0 comments Download
M src/profile-generator-inl.h View 2 chunks +3 lines, -30 lines 0 comments Download
M src/proxy.js View 2 chunks +2 lines, -2 lines 0 comments Download
M src/regexp.js View 4 chunks +4 lines, -4 lines 0 comments Download
M src/rewriter.cc View 2 chunks +8 lines, -4 lines 0 comments Download
M src/runtime.h View 2 chunks +2 lines, -0 lines 0 comments Download
M src/runtime.cc View 18 chunks +125 lines, -68 lines 0 comments Download
M src/runtime.js View 2 chunks +4 lines, -4 lines 0 comments Download
M src/scanner.h View 3 chunks +54 lines, -1 line 0 comments Download
M src/scanner.cc View 2 chunks +140 lines, -0 lines 0 comments Download
M src/scopes.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/serialize.h View 4 chunks +9 lines, -5 lines 0 comments Download
M src/serialize.cc View 4 chunks +37 lines, -30 lines 0 comments Download
M src/spaces.h View 7 chunks +88 lines, -27 lines 0 comments Download
M src/spaces.cc View 19 chunks +55 lines, -53 lines 0 comments Download
M src/spaces-inl.h View 5 chunks +28 lines, -10 lines 0 comments Download
M src/store-buffer-inl.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/string.js View 5 chunks +4 lines, -5 lines 0 comments Download
M src/stub-cache.h View 11 chunks +97 lines, -212 lines 0 comments Download
M src/stub-cache.cc View 21 chunks +67 lines, -399 lines 0 comments Download
M src/type-info.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/type-info.cc View 3 chunks +20 lines, -6 lines 0 comments Download
M src/typedarray.js View 2 chunks +2 lines, -2 lines 0 comments Download
M src/types.h View 5 chunks +25 lines, -10 lines 0 comments Download
M src/types.cc View 3 chunks +17 lines, -4 lines 0 comments Download
M src/typing.cc View 5 chunks +27 lines, -12 lines 0 comments Download
M src/unicode.h View 1 chunk +1 line, -1 line 0 comments Download
M src/utils.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/v8-counters.h View 6 chunks +35 lines, -0 lines 0 comments Download
M src/v8-counters.cc View 1 chunk +8 lines, -0 lines 0 comments Download
M src/v8natives.js View 20 chunks +34 lines, -33 lines 0 comments Download
D src/v8preparserdll-main.cc View 1 chunk +0 lines, -39 lines 0 comments Download
M src/v8utils.h View 1 chunk +0 lines, -55 lines 0 comments Download
M src/version.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/assembler-x64.h View 16 chunks +71 lines, -27 lines 0 comments Download
M src/x64/assembler-x64.cc View 10 chunks +59 lines, -21 lines 0 comments Download
M src/x64/assembler-x64-inl.h View 4 chunks +11 lines, -5 lines 0 comments Download
M src/x64/builtins-x64.cc View 2 chunks +39 lines, -3 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 6 chunks +15 lines, -31 lines 0 comments Download
M src/x64/codegen-x64.cc View 7 chunks +8 lines, -16 lines 0 comments Download
M src/x64/deoptimizer-x64.cc View 1 chunk +1 line, -4 lines 0 comments Download
M src/x64/disasm-x64.cc View 11 chunks +26 lines, -19 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 2 chunks +2 lines, -5 lines 0 comments Download
M src/x64/lithium-codegen-x64.h View 3 chunks +2 lines, -6 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 25 chunks +93 lines, -68 lines 0 comments Download
M src/x64/lithium-gap-resolver-x64.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M src/x64/lithium-x64.h View 9 chunks +14 lines, -27 lines 0 comments Download
M src/x64/lithium-x64.cc View 7 chunks +17 lines, -16 lines 0 comments Download
M src/x64/macro-assembler-x64.h View 5 chunks +28 lines, -23 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 15 chunks +83 lines, -46 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 17 chunks +46 lines, -45 lines 0 comments Download
M test/benchmarks/testcfg.py View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/cctest.h View 1 chunk +22 lines, -0 lines 0 comments Download
M test/cctest/cctest.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M test/cctest/cctest.status View 1 chunk +4 lines, -2 lines 0 comments Download
M test/cctest/test-api.cc View 7 chunks +232 lines, -246 lines 0 comments Download
M test/cctest/test-assembler-ia32.cc View 3 chunks +39 lines, -4 lines 0 comments Download
M test/cctest/test-assembler-x64.cc View 8 chunks +195 lines, -36 lines 0 comments Download
M test/cctest/test-ast.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-compiler.cc View 1 chunk +4 lines, -2 lines 0 comments Download
A test/cctest/test-constantpool.cc View 1 chunk +50 lines, -0 lines 0 comments Download
M test/cctest/test-cpu-profiler.cc View 12 chunks +89 lines, -9 lines 0 comments Download
M test/cctest/test-debug.cc View 8 chunks +8 lines, -8 lines 0 comments Download
M test/cctest/test-disasm-ia32.cc View 2 chunks +18 lines, -37 lines 0 comments Download
M test/cctest/test-disasm-x64.cc View 1 chunk +45 lines, -46 lines 0 comments Download
M test/cctest/test-heap.cc View 4 chunks +69 lines, -0 lines 0 comments Download
M test/cctest/test-heap-profiler.cc View 3 chunks +172 lines, -0 lines 0 comments Download
M test/cctest/test-macro-assembler-x64.cc View 2 chunks +110 lines, -0 lines 0 comments Download
M test/cctest/test-mark-compact.cc View 2 chunks +17 lines, -42 lines 0 comments Download
M test/cctest/test-object-observe.cc View 1 chunk +15 lines, -0 lines 0 comments Download
M test/cctest/test-parsing.cc View 9 chunks +53 lines, -45 lines 0 comments Download
M test/cctest/test-types.cc View 22 chunks +86 lines, -51 lines 0 comments Download
M test/cctest/test-utils.cc View 3 chunks +5 lines, -20 lines 0 comments Download
A test/intl/OWNERS View 1 chunk +2 lines, -0 lines 0 comments Download
M test/intl/date-format/parse-MMMdy.js View 1 chunk +9 lines, -6 lines 0 comments Download
M test/intl/date-format/parse-mdy.js View 1 chunk +17 lines, -15 lines 0 comments Download
M test/intl/date-format/parse-mdyhms.js View 1 chunk +14 lines, -8 lines 0 comments Download
A + test/intl/date-format/timezone-name.js View 1 chunk +19 lines, -17 lines 0 comments Download
D test/intl/date-format/utils.js View 1 chunk +0 lines, -36 lines 0 comments Download
M test/intl/testcfg.py View 1 chunk +0 lines, -1 line 0 comments Download
M test/message/paren_in_arg_string.out View 1 chunk +2 lines, -2 lines 0 comments Download
M test/message/testcfg.py View 2 chunks +2 lines, -0 lines 0 comments Download
M test/mjsunit/allocation-site-info.js View 1 chunk +110 lines, -0 lines 0 comments Download
M test/mjsunit/array-functions-prototype-misc.js View 2 chunks +2 lines, -2 lines 0 comments Download
A + test/mjsunit/bitwise-operations-bools.js View 1 chunk +54 lines, -66 lines 0 comments Download
A + test/mjsunit/compiler/concurrent-invalidate-transition-map.js View 2 chunks +7 lines, -3 lines 0 comments Download
A + test/mjsunit/compiler/concurrent-proto-change.js View 2 chunks +7 lines, -5 lines 0 comments Download
M test/mjsunit/compiler/escape-analysis.js View 1 chunk +40 lines, -0 lines 0 comments Download
A + test/mjsunit/compiler/escape-analysis-representation.js View 1 chunk +39 lines, -36 lines 0 comments Download
M test/mjsunit/compiler/expression-trees.js View 1 chunk +15 lines, -18 lines 0 comments Download
A + test/mjsunit/compiler/load-elimination-global.js View 3 chunks +100 lines, -10 lines 0 comments Download
A + test/mjsunit/compiler/load-elimination-osr.js View 1 chunk +28 lines, -22 lines 0 comments Download
A + test/mjsunit/compiler/manual-concurrent-recompile.js View 2 chunks +7 lines, -4 lines 0 comments Download
D test/mjsunit/compiler/parallel-proto-change.js View 1 chunk +0 lines, -54 lines 0 comments Download
A + test/mjsunit/concurrent-initial-prototype-change.js View 2 chunks +7 lines, -4 lines 0 comments Download
A + test/mjsunit/d8-performance-now.js View 1 chunk +28 lines, -19 lines 0 comments Download
M test/mjsunit/debug-step-4-in-frame.js View 4 chunks +29 lines, -66 lines 0 comments Download
A + test/mjsunit/harmony/math-sign.js View 1 chunk +21 lines, -29 lines 0 comments Download
A + test/mjsunit/harmony/math-trunc.js View 1 chunk +24 lines, -36 lines 0 comments Download
M test/mjsunit/harmony/object-observe.js View 1 chunk +14 lines, -0 lines 0 comments Download
M test/mjsunit/harmony/typedarrays.js View 2 chunks +2 lines, -0 lines 0 comments Download
D test/mjsunit/manual-parallel-recompile.js View 1 chunk +0 lines, -64 lines 0 comments Download
M test/mjsunit/mjsunit.status View 3 chunks +12 lines, -2 lines 0 comments Download
A test/mjsunit/number-tostring-add.js View 1 chunk +89 lines, -0 lines 0 comments Download
A test/mjsunit/number-tostring-func.js View 1 chunk +367 lines, -0 lines 0 comments Download
D test/mjsunit/parallel-initial-prototype-change.js View 1 chunk +0 lines, -54 lines 0 comments Download
D test/mjsunit/parallel-invalidate-transition-map.js View 1 chunk +0 lines, -57 lines 0 comments Download
M test/mjsunit/regexp-global.js View 1 chunk +1 line, -1 line 0 comments Download
D test/mjsunit/regress/regress-1713.js View 1 chunk +0 lines, -127 lines 0 comments Download
D test/mjsunit/regress/regress-1713b.js View 1 chunk +0 lines, -126 lines 0 comments Download
M test/mjsunit/regress/regress-2612.js View 2 chunks +2 lines, -3 lines 0 comments Download
A + test/mjsunit/regress/regress-2931.js View 1 chunk +5 lines, -14 lines 0 comments Download
A + test/mjsunit/regress/regress-add-minus-zero.js View 1 chunk +6 lines, -11 lines 0 comments Download
A + test/mjsunit/regress/regress-array-pop-nonconfigurable.js View 1 chunk +3 lines, -5 lines 0 comments Download
M test/mjsunit/regress/regress-binop.js View 1 chunk +13 lines, -0 lines 0 comments Download
A + test/mjsunit/regress/regress-compare-constant-doubles.js View 1 chunk +24 lines, -8 lines 0 comments Download
A + test/mjsunit/regress/regress-crbug-305309.js View 1 chunk +17 lines, -17 lines 0 comments Download
A + test/mjsunit/regress/regress-crbug-306851.js View 1 chunk +20 lines, -10 lines 0 comments Download
A + test/mjsunit/regress/regress-crbug-309623.js View 1 chunk +13 lines, -9 lines 0 comments Download
D test/mjsunit/regress/regress-crbug-84186.js View 1 chunk +0 lines, -41 lines 0 comments Download
M test/mjsunit/regress/regress-embedded-cons-string.js View 2 chunks +6 lines, -4 lines 0 comments Download
M test/mjsunit/regress/regress-opt-after-debug-deopt.js View 2 chunks +7 lines, -1 line 0 comments Download
A + test/mjsunit/regress/regress-parse-object-literal.js View 1 chunk +2 lines, -6 lines 0 comments Download
A + test/mjsunit/regress/regress-parse-use-strict.js View 1 chunk +13 lines, -11 lines 0 comments Download
M test/mjsunit/regress/regress-prepare-break-while-recompile.js View 2 chunks +8 lines, -3 lines 0 comments Download
M test/mjsunit/unbox-double-arrays.js View 1 chunk +0 lines, -2 lines 0 comments Download
M test/preparser/preparser.status View 1 chunk +6 lines, -0 lines 0 comments Download
M test/preparser/strict-identifiers.pyt View 1 chunk +4 lines, -4 lines 0 comments Download
M test/preparser/testcfg.py View 4 chunks +4 lines, -4 lines 0 comments Download
M tools/android-sync.sh View 1 chunk +0 lines, -1 line 0 comments Download
M tools/gen-postmortem-metadata.py View 3 chunks +12 lines, -0 lines 0 comments Download
M tools/gyp/v8.gyp View 6 chunks +11 lines, -1 line 0 comments Download
M tools/presubmit.py View 3 chunks +4 lines, -4 lines 0 comments Download
M tools/run-tests.py View 3 chunks +16 lines, -2 lines 0 comments Download
A tools/sodium/index.html View 1 chunk +36 lines, -0 lines 0 comments Download
A tools/sodium/sodium.js View 1 chunk +409 lines, -0 lines 0 comments Download
A tools/sodium/styles.css View 1 chunk +70 lines, -0 lines 0 comments Download
A tools/test-push-to-trunk.sh View 1 chunk +246 lines, -0 lines 0 comments Download
M tools/testrunner/local/statusfile.py View 3 chunks +6 lines, -1 line 0 comments Download
M tools/testrunner/local/testsuite.py View 1 chunk +4 lines, -2 lines 0 comments Download
M tools/v8heapconst.py View 3 chunks +123 lines, -121 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
jbramley
6 years, 10 months ago (2014-02-05 14:23:41 UTC) #1
m.m.capewell
lgtm
6 years, 10 months ago (2014-02-05 14:25:26 UTC) #2
jbramley
6 years, 10 months ago (2014-02-05 14:30:05 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r19104.

Powered by Google App Engine
This is Rietveld 408576698