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

Issue 153923005: A64: Synchronize with r17525. (Closed)

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

Description

A64: Synchronize with r17525. This brings experimental/a64 up to 2013-11-06. BUG=none R=alexandre.rames@arm.com Committed: https://code.google.com/p/v8/source/detail?r=19111

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3150 lines, -2617 lines) Patch
M ChangeLog View 1 chunk +22 lines, -0 lines 0 comments Download
M build/features.gypi View 1 chunk +1 line, -1 line 0 comments Download
M include/v8.h View 1 chunk +8 lines, -2 lines 0 comments Download
M src/a64/assembler-a64-inl.h View 4 chunks +12 lines, -12 lines 0 comments Download
M src/a64/code-stubs-a64.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/a64/full-codegen-a64.cc View 1 chunk +3 lines, -5 lines 0 comments Download
M src/a64/ic-a64.cc View 2 chunks +24 lines, -0 lines 0 comments Download
M src/a64/macro-assembler-a64.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/a64/macro-assembler-a64.cc View 4 chunks +29 lines, -1 line 0 comments Download
M src/a64/stub-cache-a64.cc View 7 chunks +27 lines, -64 lines 0 comments Download
M src/accessors.h View 1 chunk +1 line, -1 line 0 comments Download
M src/accessors.cc View 3 chunks +34 lines, -28 lines 0 comments Download
D src/allocation-tracker.h View 1 chunk +0 lines, -138 lines 0 comments Download
D src/allocation-tracker.cc View 1 chunk +0 lines, -279 lines 0 comments Download
M src/api.cc View 2 chunks +10 lines, -3 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 +8 lines, -0 lines 0 comments Download
M src/arm/assembler-arm-inl.h View 6 chunks +15 lines, -37 lines 0 comments Download
M src/arm/builtins-arm.cc View 4 chunks +6 lines, -10 lines 0 comments Download
M src/arm/code-stubs-arm.cc View 4 chunks +5 lines, -11 lines 0 comments Download
M src/arm/codegen-arm.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/arm/full-codegen-arm.cc View 16 chunks +49 lines, -49 lines 0 comments Download
M src/arm/ic-arm.cc View 3 chunks +31 lines, -2 lines 0 comments Download
M src/arm/lithium-arm.h View 1 chunk +2 lines, -7 lines 0 comments Download
M src/arm/lithium-arm.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/arm/lithium-codegen-arm.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 2 chunks +30 lines, -20 lines 0 comments Download
M src/arm/macro-assembler-arm.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 3 chunks +29 lines, -2 lines 0 comments Download
M src/arm/stub-cache-arm.cc View 6 chunks +23 lines, -49 lines 0 comments Download
M src/assembler.h View 4 chunks +5 lines, -8 lines 0 comments Download
M src/assembler.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/builtins.h View 2 chunks +8 lines, -1 line 0 comments Download
M src/deoptimizer.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M src/disassembler.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/factory.h View 3 chunks +5 lines, -96 lines 0 comments Download
M src/factory.cc View 5 chunks +46 lines, -7 lines 0 comments Download
M src/flag-definitions.h View 2 chunks +4 lines, -1 line 0 comments Download
M src/handles.h View 1 chunk +0 lines, -10 lines 0 comments Download
M src/handles.cc View 1 chunk +0 lines, -25 lines 0 comments Download
M src/heap.h View 8 chunks +23 lines, -19 lines 0 comments Download
M src/heap.cc View 15 chunks +73 lines, -121 lines 0 comments Download
M src/heap-snapshot-generator.h View 7 chunks +5 lines, -10 lines 0 comments Download
M src/heap-snapshot-generator.cc View 18 chunks +54 lines, -169 lines 0 comments Download
M src/hydrogen.cc View 5 chunks +36 lines, -6 lines 0 comments Download
M src/hydrogen-gvn.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M src/hydrogen-instructions.h View 4 chunks +5 lines, -2 lines 0 comments Download
M src/ia32/assembler-ia32.h View 2 chunks +2 lines, -0 lines 0 comments Download
M src/ia32/assembler-ia32.cc View 3 chunks +26 lines, -8 lines 0 comments Download
M src/ia32/assembler-ia32-inl.h View 3 chunks +14 lines, -8 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/ia32/codegen-ia32.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/ia32/disasm-ia32.cc View 2 chunks +15 lines, -0 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 1 chunk +3 lines, -8 lines 0 comments Download
M src/ia32/ic-ia32.cc View 2 chunks +23 lines, -0 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 4 chunks +48 lines, -18 lines 0 comments Download
M src/ia32/lithium-gap-resolver-ia32.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/ia32/lithium-ia32.h View 2 chunks +6 lines, -7 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 2 chunks +14 lines, -7 lines 0 comments Download
M src/ia32/macro-assembler-ia32.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 3 chunks +28 lines, -1 line 0 comments Download
M src/ia32/stub-cache-ia32.cc View 7 chunks +28 lines, -54 lines 0 comments Download
M src/ic.cc View 2 chunks +15 lines, -4 lines 0 comments Download
M src/isolate.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/isolate-inl.h View 1 chunk +5 lines, -0 lines 0 comments Download
M src/mark-compact.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M src/messages.js View 1 chunk +9 lines, -8 lines 0 comments Download
M src/mips/assembler-mips.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/mips/assembler-mips.cc View 1 chunk +8 lines, -0 lines 0 comments Download
M src/mips/assembler-mips-inl.h View 3 chunks +11 lines, -13 lines 0 comments Download
M src/mips/builtins-mips.cc View 4 chunks +8 lines, -18 lines 0 comments Download
M src/mips/code-stubs-mips.cc View 2 chunks +2 lines, -3 lines 0 comments Download
M src/mips/codegen-mips.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/mips/full-codegen-mips.cc View 17 chunks +50 lines, -49 lines 0 comments Download
M src/mips/ic-mips.cc View 1 chunk +1 line, -2 lines 0 comments Download
M src/mips/lithium-codegen-mips.h View 1 chunk +0 lines, -2 lines 0 comments Download
M src/mips/lithium-codegen-mips.cc View 9 chunks +20 lines, -9 lines 0 comments Download
M src/mips/lithium-gap-resolver-mips.cc View 2 chunks +2 lines, -3 lines 0 comments Download
M src/mips/lithium-mips.h View 2 chunks +14 lines, -0 lines 0 comments Download
M src/mips/lithium-mips.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M src/mips/macro-assembler-mips.h View 2 chunks +1 line, -15 lines 0 comments Download
M src/mips/macro-assembler-mips.cc View 5 chunks +24 lines, -19 lines 0 comments Download
M src/mips/stub-cache-mips.cc View 9 chunks +26 lines, -55 lines 0 comments Download
M src/object-observe.js View 7 chunks +54 lines, -29 lines 0 comments Download
M src/objects.h View 23 chunks +103 lines, -59 lines 0 comments Download
M src/objects.cc View 44 chunks +374 lines, -237 lines 0 comments Download
M src/objects-inl.h View 6 chunks +27 lines, -17 lines 0 comments Download
M src/runtime.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/runtime.cc View 9 chunks +14 lines, -42 lines 0 comments Download
M src/serialize.cc View 4 chunks +38 lines, -7 lines 0 comments Download
M src/spaces.h View 12 chunks +29 lines, -3 lines 0 comments Download
M src/spaces.cc View 8 chunks +22 lines, -2 lines 0 comments Download
M src/stub-cache.h View 4 chunks +32 lines, -2 lines 0 comments Download
M src/stub-cache.cc View 2 chunks +37 lines, -3 lines 0 comments Download
M src/typedarray.js View 4 chunks +67 lines, -60 lines 0 comments Download
M src/utils.h View 1 chunk +1 line, -1 line 0 comments Download
M src/v8-counters.h View 4 chunks +5 lines, -3 lines 0 comments Download
M src/v8-counters.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/v8globals.h View 1 chunk +5 lines, -0 lines 0 comments Download
M src/v8natives.js View 1 chunk +1 line, -1 line 0 comments Download
M src/version.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/x64/assembler-x64.h View 2 chunks +4 lines, -1 line 0 comments Download
M src/x64/assembler-x64.cc View 4 chunks +38 lines, -9 lines 0 comments Download
M src/x64/assembler-x64-inl.h View 2 chunks +14 lines, -8 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/disasm-x64.cc View 2 chunks +17 lines, -4 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 1 chunk +3 lines, -8 lines 0 comments Download
M src/x64/ic-x64.cc View 2 chunks +24 lines, -0 lines 0 comments Download
M src/x64/lithium-codegen-x64.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 3 chunks +45 lines, -17 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 1 chunk +2 lines, -7 lines 0 comments Download
M src/x64/lithium-x64.cc View 1 chunk +4 lines, -7 lines 0 comments Download
M src/x64/macro-assembler-x64.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 3 chunks +28 lines, -1 line 0 comments Download
M src/x64/stub-cache-x64.cc View 7 chunks +31 lines, -60 lines 0 comments Download
M test/cctest/test-api.cc View 1 chunk +28 lines, -0 lines 0 comments Download
M test/cctest/test-dictionary.cc View 6 chunks +19 lines, -13 lines 0 comments Download
M test/cctest/test-disasm-ia32.cc View 1 chunk +1 line, -0 lines 0 comments Download
M test/cctest/test-disasm-x64.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M test/cctest/test-heap.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-heap-profiler.cc View 3 chunks +39 lines, -91 lines 0 comments Download
M test/cctest/test-object-observe.cc View 7 chunks +33 lines, -33 lines 0 comments Download
M test/cctest/test-weakmaps.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-weaksets.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/allocation-site-info.js View 1 chunk +5 lines, -1 line 0 comments Download
A test/mjsunit/getters-on-elements.js View 1 chunk +214 lines, -0 lines 0 comments Download
M test/mjsunit/harmony/object-observe.js View 46 chunks +366 lines, -279 lines 0 comments Download
M test/mjsunit/mjsunit.status View 2 chunks +7 lines, -2 lines 0 comments Download
A + test/mjsunit/regress/regress-2980.js View 1 chunk +30 lines, -26 lines 0 comments Download
A + test/mjsunit/regress/regress-crbug-306220.js View 1 chunk +9 lines, -13 lines 0 comments Download
A test/mjsunit/setters-on-elements.js View 1 chunk +199 lines, -0 lines 0 comments Download
M test/mjsunit/string-natives.js View 1 chunk +9 lines, -1 line 0 comments Download
M tools/gyp/v8.gyp View 1 chunk +0 lines, -2 lines 0 comments Download
M tools/js2c.py View 3 chunks +67 lines, -31 lines 0 comments Download
M tools/testrunner/local/statusfile.py View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
jbramley
6 years, 10 months ago (2014-02-05 16:02:46 UTC) #1
Alexandre Rames
lgtm
6 years, 10 months ago (2014-02-05 16:03:52 UTC) #2
jbramley
6 years, 10 months ago (2014-02-05 16:06:29 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r19111 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698