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

Issue 141363005: A64: Synchronize with r15204. (Closed)

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

Description

Synchronize with r15204. This brings experimental/a64 up to r15204, 2013-06-19. BUG=none R=rodolph.perfetta@arm.com Committed: https://code.google.com/p/v8/source/detail?r=18795

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5973 lines, -3392 lines) Patch
M ChangeLog View 1 chunk +45 lines, -0 lines 0 comments Download
M include/v8.h View 21 chunks +56 lines, -53 lines 0 comments Download
M src/a64/assembler-a64-inl.h View 3 chunks +11 lines, -12 lines 0 comments Download
M src/a64/code-stubs-a64.cc View 10 chunks +27 lines, -29 lines 0 comments Download
M src/a64/full-codegen-a64.cc View 19 chunks +57 lines, -86 lines 0 comments Download
M src/a64/ic-a64.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/a64/lithium-a64.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/a64/lithium-a64.cc View 5 chunks +23 lines, -17 lines 0 comments Download
M src/a64/lithium-codegen-a64.h View 1 chunk +2 lines, -8 lines 0 comments Download
M src/a64/lithium-codegen-a64.cc View 11 chunks +53 lines, -64 lines 0 comments Download
M src/a64/macro-assembler-a64.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/a64/macro-assembler-a64.cc View 3 chunks +28 lines, -5 lines 0 comments Download
M src/a64/simulator-a64.cc View 9 chunks +146 lines, -54 lines 0 comments Download
M src/a64/stub-cache-a64.cc View 23 chunks +146 lines, -39 lines 0 comments Download
M src/api.h View 3 chunks +53 lines, -17 lines 0 comments Download
M src/api.cc View 30 chunks +108 lines, -54 lines 0 comments Download
M src/arguments.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/arm/assembler-arm-inl.h View 3 chunks +13 lines, -15 lines 0 comments Download
M src/arm/code-stubs-arm.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/arm/code-stubs-arm.cc View 12 chunks +21 lines, -24 lines 0 comments Download
M src/arm/full-codegen-arm.cc View 19 chunks +54 lines, -86 lines 0 comments Download
M src/arm/ic-arm.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/arm/lithium-arm.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/arm/lithium-arm.cc View 5 chunks +22 lines, -17 lines 0 comments Download
M src/arm/lithium-codegen-arm.h View 2 chunks +2 lines, -8 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 13 chunks +57 lines, -68 lines 0 comments Download
M src/arm/macro-assembler-arm.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 3 chunks +26 lines, -4 lines 0 comments Download
M src/arm/simulator-arm.cc View 5 chunks +63 lines, -2 lines 0 comments Download
M src/arm/stub-cache-arm.cc View 23 chunks +136 lines, -42 lines 0 comments Download
M src/assembler.h View 4 chunks +24 lines, -6 lines 0 comments Download
M src/assembler.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M src/assert-scope.h View 3 chunks +18 lines, -11 lines 0 comments Download
M src/ast.h View 13 chunks +25 lines, -35 lines 0 comments Download
M src/ast.cc View 4 chunks +11 lines, -28 lines 0 comments Download
M src/bootstrapper.cc View 3 chunks +15 lines, -11 lines 0 comments Download
M src/builtins.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/builtins.cc View 2 chunks +12 lines, -2 lines 0 comments Download
M src/code-stubs.h View 4 chunks +23 lines, -21 lines 0 comments Download
M src/code-stubs.cc View 3 chunks +39 lines, -9 lines 0 comments Download
M src/code-stubs-hydrogen.cc View 4 chunks +9 lines, -11 lines 0 comments Download
M src/compiler.cc View 4 chunks +3 lines, -12 lines 0 comments Download
M src/cpu-profiler.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/d8.cc View 2 chunks +5 lines, -4 lines 0 comments Download
M src/d8-debug.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M src/d8-readline.cc View 1 chunk +8 lines, -7 lines 0 comments Download
M src/data-flow.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/debug.cc View 5 chunks +7 lines, -6 lines 0 comments Download
M src/deoptimizer.h View 8 chunks +17 lines, -11 lines 0 comments Download
M src/deoptimizer.cc View 18 chunks +254 lines, -52 lines 0 comments Download
M src/extensions/statistics-extension.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M src/factory.h View 1 chunk +3 lines, -2 lines 0 comments Download
M src/factory.cc View 1 chunk +12 lines, -4 lines 0 comments Download
M src/flag-definitions.h View 3 chunks +4 lines, -5 lines 0 comments Download
M src/full-codegen.h View 6 chunks +19 lines, -14 lines 0 comments Download
M src/full-codegen.cc View 3 chunks +10 lines, -8 lines 0 comments Download
M src/generator.js View 2 chunks +19 lines, -0 lines 0 comments Download
M src/handles.cc View 2 chunks +1 line, -4 lines 0 comments Download
M src/heap.h View 9 chunks +20 lines, -4 lines 0 comments Download
M src/heap.cc View 34 chunks +111 lines, -27 lines 0 comments Download
M src/heap-inl.h View 3 chunks +17 lines, -2 lines 0 comments Download
M src/heap-snapshot-generator.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/heap-snapshot-generator.cc View 7 chunks +22 lines, -8 lines 0 comments Download
M src/hydrogen.h View 12 chunks +28 lines, -13 lines 0 comments Download
M src/hydrogen.cc View 85 chunks +278 lines, -247 lines 0 comments Download
M src/hydrogen-instructions.h View 15 chunks +37 lines, -16 lines 0 comments Download
M src/hydrogen-instructions.cc View 8 chunks +66 lines, -51 lines 0 comments Download
M src/ia32/assembler-ia32.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/ia32/assembler-ia32-inl.h View 3 chunks +13 lines, -15 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 10 chunks +20 lines, -16 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 19 chunks +58 lines, -87 lines 0 comments Download
M src/ia32/ic-ia32.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.h View 2 chunks +2 lines, -8 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 13 chunks +58 lines, -69 lines 0 comments Download
M src/ia32/lithium-ia32.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/ia32/lithium-ia32.cc View 5 chunks +22 lines, -17 lines 0 comments Download
M src/ia32/macro-assembler-ia32.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 5 chunks +26 lines, -9 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 25 chunks +134 lines, -47 lines 0 comments Download
M src/ic.h View 6 chunks +32 lines, -2 lines 0 comments Download
M src/ic.cc View 17 chunks +176 lines, -64 lines 0 comments Download
M src/incremental-marking.cc View 3 chunks +3 lines, -0 lines 0 comments Download
M src/isolate.cc View 1 chunk +1 line, -27 lines 0 comments Download
M src/lithium.h View 7 chunks +11 lines, -7 lines 0 comments Download
M src/log.cc View 2 chunks +3 lines, -11 lines 0 comments Download
M src/mark-compact.cc View 22 chunks +80 lines, -35 lines 0 comments Download
M src/mips/OWNERS View 1 chunk +1 line, -0 lines 0 comments Download
M src/mips/assembler-mips-inl.h View 3 chunks +13 lines, -15 lines 0 comments Download
M src/mips/code-stubs-mips.h View 1 chunk +0 lines, -2 lines 0 comments Download
M src/mips/code-stubs-mips.cc View 13 chunks +39 lines, -53 lines 0 comments Download
M src/mips/full-codegen-mips.cc View 20 chunks +55 lines, -90 lines 0 comments Download
M src/mips/ic-mips.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/mips/lithium-codegen-mips.h View 3 chunks +13 lines, -8 lines 0 comments Download
M src/mips/lithium-codegen-mips.cc View 15 chunks +223 lines, -68 lines 0 comments Download
M src/mips/lithium-mips.h View 3 chunks +23 lines, -0 lines 0 comments Download
M src/mips/lithium-mips.cc View 5 chunks +75 lines, -15 lines 0 comments Download
M src/mips/macro-assembler-mips.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/mips/macro-assembler-mips.cc View 3 chunks +25 lines, -4 lines 0 comments Download
M src/mips/simulator-mips.cc View 4 chunks +55 lines, -0 lines 0 comments Download
M src/mips/stub-cache-mips.cc View 23 chunks +66 lines, -26 lines 0 comments Download
M src/mksnapshot.cc View 5 chunks +11 lines, -4 lines 0 comments Download
M src/objects.h View 26 chunks +64 lines, -42 lines 0 comments Download
M src/objects.cc View 27 chunks +73 lines, -45 lines 0 comments Download
M src/objects-debug.cc View 2 chunks +14 lines, -4 lines 0 comments Download
M src/objects-inl.h View 13 chunks +23 lines, -79 lines 0 comments Download
M src/objects-printer.cc View 4 chunks +16 lines, -7 lines 0 comments Download
M src/objects-visiting.h View 2 chunks +2 lines, -1 line 0 comments Download
M src/objects-visiting.cc View 1 chunk +4 lines, -1 line 0 comments Download
M src/objects-visiting-inl.h View 6 chunks +13 lines, -8 lines 0 comments Download
M src/parser.h View 1 chunk +1 line, -1 line 0 comments Download
M src/parser.cc View 4 chunks +13 lines, -6 lines 0 comments Download
M src/preparser.h View 1 chunk +1 line, -1 line 0 comments Download
M src/preparser.cc View 3 chunks +8 lines, -8 lines 0 comments Download
M src/profile-generator.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/property.h View 2 chunks +6 lines, -1 line 0 comments Download
M src/property-details.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/runtime.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/runtime.cc View 7 chunks +39 lines, -21 lines 0 comments Download
M src/runtime-profiler.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/runtime-profiler.cc View 5 chunks +24 lines, -11 lines 0 comments Download
M src/sampler.cc View 1 chunk +1 line, -3 lines 0 comments Download
M src/serialize.h View 1 chunk +1 line, -1 line 0 comments Download
M src/serialize.cc View 4 chunks +6 lines, -6 lines 0 comments Download
M src/snapshot.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/snapshot-common.cc View 5 chunks +9 lines, -1 line 0 comments Download
M src/snapshot-empty.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M src/spaces.h View 3 chunks +33 lines, -5 lines 0 comments Download
M src/spaces.cc View 9 chunks +62 lines, -6 lines 0 comments Download
M src/store-buffer.h View 2 chunks +1 line, -2 lines 0 comments Download
M src/store-buffer.cc View 6 chunks +9 lines, -12 lines 0 comments Download
M src/string.js View 2 chunks +1 line, -39 lines 0 comments Download
M src/stub-cache.h View 9 chunks +21 lines, -13 lines 0 comments Download
M src/stub-cache.cc View 7 chunks +27 lines, -8 lines 0 comments Download
M src/type-info.h View 8 chunks +20 lines, -24 lines 0 comments Download
M src/type-info.cc View 8 chunks +67 lines, -172 lines 0 comments Download
M src/types.h View 8 chunks +76 lines, -20 lines 0 comments Download
M src/types.cc View 9 chunks +103 lines, -9 lines 0 comments Download
M src/typing.h View 1 chunk +1 line, -1 line 0 comments Download
M src/typing.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/v8.h View 1 chunk +0 lines, -3 lines 0 comments Download
M src/v8.cc View 1 chunk +38 lines, -0 lines 0 comments Download
M src/v8-counters.h View 3 chunks +13 lines, -1 line 0 comments Download
M src/v8globals.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/v8natives.js View 2 chunks +16 lines, -10 lines 0 comments Download
M src/version.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/assembler-x64-inl.h View 3 chunks +13 lines, -15 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 10 chunks +20 lines, -16 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 19 chunks +59 lines, -91 lines 0 comments Download
M src/x64/ic-x64.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/x64/lithium-codegen-x64.h View 2 chunks +2 lines, -8 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 13 chunks +58 lines, -67 lines 0 comments Download
M src/x64/lithium-x64.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/x64/lithium-x64.cc View 5 chunks +22 lines, -17 lines 0 comments Download
M src/x64/macro-assembler-x64.h View 2 chunks +3 lines, -1 line 0 comments Download
M src/x64/macro-assembler-x64.cc View 6 chunks +31 lines, -13 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 25 chunks +121 lines, -35 lines 0 comments Download
M src/zone.h View 2 chunks +5 lines, -2 lines 0 comments Download
M src/zone.cc View 2 chunks +2 lines, -1 line 0 comments Download
M test/cctest/cctest.h View 3 chunks +15 lines, -15 lines 0 comments Download
M test/cctest/test-api.cc View 58 chunks +292 lines, -200 lines 0 comments Download
M test/cctest/test-compare-nil-ic-stub.cc View 2 chunks +22 lines, -20 lines 0 comments Download
M test/cctest/test-cpu-profiler.cc View 2 chunks +2 lines, -81 lines 0 comments Download
M test/cctest/test-debug.cc View 5 chunks +7 lines, -6 lines 0 comments Download
M test/cctest/test-declarative-accessors.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M test/cctest/test-dictionary.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M test/cctest/test-global-object.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-heap.cc View 9 chunks +12 lines, -4 lines 0 comments Download
M test/cctest/test-heap-profiler.cc View 1 chunk +1 line, -3 lines 0 comments Download
M test/cctest/test-log.cc View 1 chunk +1 line, -2 lines 0 comments Download
M test/cctest/test-mark-compact.cc View 2 chunks +2 lines, -1 line 0 comments Download
M test/cctest/test-object-observe.cc View 13 chunks +16 lines, -16 lines 0 comments Download
M test/cctest/test-serialize.cc View 12 chunks +20 lines, -9 lines 0 comments Download
M test/cctest/test-types.cc View 12 chunks +30 lines, -22 lines 0 comments Download
M test/cctest/test-weaktypedarrays.cc View 6 chunks +23 lines, -16 lines 0 comments Download
M test/mjsunit/allocation-site-info.js View 1 chunk +2 lines, -1 line 0 comments Download
A test/mjsunit/array-constructor-feedback.js View 1 chunk +106 lines, -0 lines 0 comments Download
A test/mjsunit/array-feedback.js View 1 chunk +220 lines, -0 lines 0 comments Download
M test/mjsunit/assert-opt-and-deopt.js View 1 chunk +6 lines, -2 lines 0 comments Download
M test/mjsunit/compiler/inline-arguments.js View 1 chunk +43 lines, -0 lines 0 comments Download
M test/mjsunit/harmony/generators-iteration.js View 1 chunk +52 lines, -0 lines 0 comments Download
M test/mjsunit/harmony/generators-runtime.js View 1 chunk +3 lines, -0 lines 0 comments Download
M test/mjsunit/harmony/iteration-syntax.js View 1 chunk +5 lines, -0 lines 0 comments Download
M test/mjsunit/manual-parallel-recompile.js View 1 chunk +4 lines, -2 lines 0 comments Download
M test/mjsunit/mjsunit.status View 2 chunks +3 lines, -4 lines 0 comments Download
A + test/mjsunit/regress/regress-2691.js View 1 chunk +5 lines, -14 lines 0 comments Download
A + test/mjsunit/regress/regress-crbug-245480.js View 1 chunk +47 lines, -33 lines 0 comments Download
A + test/mjsunit/regress/regress-function-length-strict.js View 1 chunk +9 lines, -18 lines 0 comments Download
M test/mjsunit/tools/tickprocessor.js View 1 chunk +4 lines, -0 lines 0 comments Download
M tools/blink_tests/TestExpectations View 1 chunk +5 lines, -0 lines 0 comments Download
M tools/gcmole/gcmole.lua View 1 chunk +2 lines, -1 line 0 comments Download
M tools/testrunner/local/execution.py View 1 chunk +3 lines, -2 lines 0 comments Download
M tools/testrunner/local/progress.py View 5 chunks +10 lines, -10 lines 0 comments Download
M tools/testrunner/network/endpoint.py View 2 chunks +2 lines, -2 lines 0 comments Download
M tools/testrunner/network/network_execution.py View 1 chunk +3 lines, -2 lines 0 comments Download
A tools/v8-info.sh View 1 chunk +161 lines, -0 lines 0 comments Download
A tools/v8-rolls.sh View 1 chunk +120 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
jbramley
6 years, 11 months ago (2014-01-23 17:45:33 UTC) #1
Rodolph Perfetta (ARM)
lgtm.
6 years, 11 months ago (2014-01-23 17:49:44 UTC) #2
jbramley
6 years, 11 months ago (2014-01-23 18:09:23 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r18795 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698