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 149403003: A64: Synchronize with r19234. (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 r19234. This brings experimental/a64 up to 2014-02-10. BUG= R=m.m.capewell@googlemail.com Committed: https://code.google.com/p/v8/source/detail?r=19238

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3994 lines, -3965 lines) Patch
M ChangeLog View 1 chunk +53 lines, -0 lines 0 comments Download
M include/v8.h View 1 chunk +1 line, -1 line 0 comments Download
M src/a64/code-stubs-a64.cc View 4 chunks +10 lines, -14 lines 0 comments Download
M src/a64/codegen-a64.h View 1 chunk +0 lines, -43 lines 0 comments Download
M src/a64/lithium-a64.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M src/a64/macro-assembler-a64.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M src/a64/stub-cache-a64.cc View 10 chunks +57 lines, -43 lines 0 comments Download
M src/accessors.h View 1 chunk +4 lines, -2 lines 0 comments Download
M src/accessors.cc View 2 chunks +17 lines, -2 lines 0 comments Download
M src/allocation-tracker.cc View 2 chunks +6 lines, -0 lines 0 comments Download
M src/api.cc View 3 chunks +6 lines, -47 lines 0 comments Download
M src/arm/code-stubs-arm.cc View 2 chunks +8 lines, -12 lines 0 comments Download
M src/arm/codegen-arm.h View 1 chunk +0 lines, -41 lines 0 comments Download
M src/arm/full-codegen-arm.cc View 1 chunk +0 lines, -1 line 0 comments Download
M src/arm/lithium-arm.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 1 chunk +0 lines, -1 line 0 comments Download
M src/arm/macro-assembler-arm.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/arm/stub-cache-arm.cc View 9 chunks +57 lines, -37 lines 0 comments Download
M src/ast.h View 1 chunk +1 line, -1 line 0 comments Download
M src/bootstrapper.cc View 1 chunk +3 lines, -1 line 0 comments Download
M src/builtins.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M src/char-predicates.h View 1 chunk +21 lines, -0 lines 0 comments Download
M src/code-stubs-hydrogen.cc View 18 chunks +38 lines, -47 lines 0 comments Download
M src/codegen.h View 1 chunk +28 lines, -0 lines 0 comments Download
M src/conversions-inl.h View 1 chunk +1 line, -1 line 0 comments Download
M src/dateparser.h View 1 chunk +1 line, -1 line 0 comments Download
M src/debug-agent.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/debug-agent.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M src/flag-definitions.h View 3 chunks +5 lines, -1 line 0 comments Download
M src/heap.h View 4 chunks +15 lines, -5 lines 0 comments Download
M src/heap.cc View 8 chunks +60 lines, -12 lines 0 comments Download
M src/heap-inl.h View 4 chunks +27 lines, -22 lines 0 comments Download
M src/heap-snapshot-generator.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/heap-snapshot-generator.cc View 2 chunks +7 lines, -0 lines 0 comments Download
M src/hydrogen.h View 19 chunks +104 lines, -79 lines 0 comments Download
M src/hydrogen.cc View 112 chunks +594 lines, -764 lines 0 comments Download
M src/hydrogen-check-elimination.cc View 7 chunks +75 lines, -14 lines 0 comments Download
M src/hydrogen-gvn.h View 2 chunks +2 lines, -14 lines 0 comments Download
M src/hydrogen-gvn.cc View 10 chunks +46 lines, -55 lines 0 comments Download
M src/hydrogen-instructions.h View 23 chunks +100 lines, -44 lines 0 comments Download
M src/hydrogen-instructions.cc View 17 chunks +49 lines, -32 lines 0 comments Download
M src/hydrogen-load-elimination.cc View 2 chunks +7 lines, -2 lines 0 comments Download
M src/ia32/codegen-ia32.h View 1 chunk +0 lines, -37 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M src/ia32/ic-ia32.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M src/ia32/macro-assembler-ia32.h View 1 chunk +8 lines, -0 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 9 chunks +64 lines, -48 lines 0 comments Download
M src/ic.h View 1 chunk +6 lines, -3 lines 0 comments Download
M src/ic.cc View 5 chunks +22 lines, -10 lines 0 comments Download
M src/interface.cc View 1 chunk +4 lines, -3 lines 0 comments Download
M src/isolate.h View 1 chunk +4 lines, -1 line 0 comments Download
M src/jsregexp.cc View 1 chunk +6 lines, -3 lines 0 comments Download
M src/list.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/messages.js View 2 chunks +1 line, -9 lines 0 comments Download
M src/mips/builtins-mips.cc View 3 chunks +4 lines, -8 lines 0 comments Download
M src/mips/code-stubs-mips.cc View 6 chunks +93 lines, -75 lines 0 comments Download
M src/mips/codegen-mips.h View 1 chunk +0 lines, -41 lines 0 comments Download
M src/mips/codegen-mips.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/mips/deoptimizer-mips.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M src/mips/full-codegen-mips.cc View 15 chunks +116 lines, -73 lines 0 comments Download
M src/mips/ic-mips.cc View 4 chunks +4 lines, -330 lines 0 comments Download
M src/mips/lithium-codegen-mips.cc View 8 chunks +12 lines, -18 lines 0 comments Download
M src/mips/lithium-mips.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M src/mips/macro-assembler-mips.h View 2 chunks +1 line, -8 lines 0 comments Download
M src/mips/macro-assembler-mips.cc View 2 chunks +21 lines, -14 lines 0 comments Download
M src/mips/stub-cache-mips.cc View 13 chunks +62 lines, -418 lines 0 comments Download
M src/objects.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/objects.cc View 4 chunks +57 lines, -26 lines 0 comments Download
M src/objects-inl.h View 6 chunks +28 lines, -19 lines 0 comments Download
M src/parser.h View 5 chunks +13 lines, -10 lines 0 comments Download
M src/parser.cc View 26 chunks +117 lines, -109 lines 0 comments Download
M src/preparser.h View 12 chunks +36 lines, -65 lines 0 comments Download
M src/preparser.cc View 25 chunks +169 lines, -213 lines 0 comments Download
M src/runtime.cc View 3 chunks +12 lines, -8 lines 0 comments Download
M src/scanner.h View 1 chunk +6 lines, -1 line 0 comments Download
M src/scanner.cc View 3 chunks +9 lines, -8 lines 0 comments Download
M src/spaces.h View 2 chunks +12 lines, -0 lines 0 comments Download
M src/stub-cache.h View 4 chunks +7 lines, -6 lines 0 comments Download
M src/stub-cache.cc View 5 chunks +37 lines, -6 lines 0 comments Download
M src/typedarray.js View 1 chunk +4 lines, -0 lines 0 comments Download
M src/unicode.h View 1 chunk +0 lines, -3 lines 0 comments Download
M src/unicode.cc View 4 chunks +8 lines, -32 lines 0 comments Download
M src/utils.h View 1 chunk +15 lines, -0 lines 0 comments Download
M src/v8natives.js View 3 chunks +1 line, -10 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 2 chunks +1 line, -2 lines 0 comments Download
M src/x64/builtins-x64.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/code-stubs-x64.cc View 6 chunks +6 lines, -6 lines 0 comments Download
M src/x64/codegen-x64.h View 1 chunk +0 lines, -36 lines 0 comments Download
M src/x64/codegen-x64.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/deoptimizer-x64.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/disasm-x64.cc View 2 chunks +3 lines, -0 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/lithium-codegen-x64.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/x64/lithium-x64.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M src/x64/macro-assembler-x64.h View 1 chunk +0 lines, -3 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 8 chunks +61 lines, -44 lines 0 comments Download
A + src/zone-allocator.h View 1 chunk +42 lines, -18 lines 0 comments Download
A + src/zone-containers.h View 2 chunks +12 lines, -8 lines 0 comments Download
A test/cctest/OWNERS View 1 chunk +2 lines, -0 lines 0 comments Download
M test/cctest/cctest.h View 1 chunk +1 line, -2 lines 0 comments Download
M test/cctest/cctest.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M test/cctest/test-accessors.cc View 1 chunk +18 lines, -0 lines 0 comments Download
M test/cctest/test-api.cc View 12 chunks +120 lines, -139 lines 0 comments Download
M test/cctest/test-assembler-mips.cc View 3 chunks +14 lines, -22 lines 0 comments Download
M test/cctest/test-assembler-x64.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M test/cctest/test-disasm-ia32.cc View 1 chunk +2 lines, -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-global-handles.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 2 chunks +32 lines, -4 lines 0 comments Download
M test/cctest/test-log.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M test/cctest/test-macro-assembler-x64.cc View 1 chunk +1 line, -1 line 0 comments Download
A + test/cctest/test-mementos.cc View 2 chunks +26 lines, -27 lines 0 comments Download
M test/cctest/test-parsing.cc View 8 chunks +673 lines, -5 lines 0 comments Download
M test/cctest/test-profile-generator.cc View 1 chunk +15 lines, -15 lines 0 comments Download
M test/cctest/test-regexp.cc View 3 chunks +8 lines, -21 lines 0 comments Download
M test/cctest/test-strings.cc View 14 chunks +29 lines, -42 lines 0 comments Download
M test/cctest/test-threads.cc View 1 chunk +3 lines, -3 lines 0 comments Download
A + test/mjsunit/compiler/compare-map-elim.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/compiler/compare-map-elim2.js View 1 chunk +88 lines, -43 lines 0 comments Download
D test/mjsunit/compiler/compare_map_elim.js View 1 chunk +0 lines, -51 lines 0 comments Download
D test/mjsunit/compiler/compare_objeq_elim.js View 1 chunk +0 lines, -85 lines 0 comments Download
M test/mjsunit/mjsunit.status View 1 chunk +2 lines, -2 lines 0 comments Download
A + test/mjsunit/proto-accessor.js View 1 chunk +48 lines, -12 lines 0 comments Download
D test/mjsunit/proto-poison.js View 1 chunk +0 lines, -45 lines 0 comments Download
A + test/mjsunit/recursive-store-opt.js View 2 chunks +6 lines, -5 lines 0 comments Download
A + test/mjsunit/regress/binop-in-effect-context-deopt.js View 1 chunk +34 lines, -13 lines 0 comments Download
A + test/mjsunit/regress/call-function-in-effect-context-deopt.js View 1 chunk +9 lines, -9 lines 0 comments Download
A + test/mjsunit/regress/regress-340125.js View 1 chunk +4 lines, -10 lines 0 comments Download
A + test/mjsunit/regress/regress-crbug-336148.js View 1 chunk +24 lines, -9 lines 0 comments Download
A + test/mjsunit/regress/regress-crbug-340064.js View 1 chunk +6 lines, -9 lines 0 comments Download
D test/mjsunit/third_party/array-isarray.js View 1 chunk +0 lines, -48 lines 0 comments Download
D test/mjsunit/third_party/array-splice-webkit.js View 1 chunk +0 lines, -62 lines 0 comments Download
D test/mjsunit/third_party/string-trim.js View 1 chunk +0 lines, -107 lines 0 comments Download
A test/mjsunit/whitespaces.js View 1 chunk +115 lines, -0 lines 0 comments Download
M test/webkit/dfg-check-structure-elimination-for-non-cell-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M test/webkit/fast/js/array-prototype-properties-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M test/webkit/fast/js/basic-strict-mode-expected.txt View 3 chunks +43 lines, -43 lines 0 comments Download
M test/webkit/fast/js/date-toisostring-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
M test/webkit/fast/js/toString-overrides-expected.txt View 1 chunk +3 lines, -2 lines 0 comments Download
M test/webkit/string-trim-expected.txt View 1 chunk +31 lines, -13 lines 0 comments Download
M tools/blink_tests/TestExpectations View 1 chunk +3 lines, -0 lines 0 comments Download
M tools/merge-to-branch.sh View 1 chunk +45 lines, -1 line 0 comments Download
M tools/push-to-trunk/auto_roll.py View 4 chunks +7 lines, -4 lines 0 comments Download
M tools/push-to-trunk/common_includes.py View 2 chunks +5 lines, -1 line 0 comments Download
M tools/push-to-trunk/push_to_trunk.py View 6 chunks +12 lines, -2 lines 0 comments Download
M tools/push-to-trunk/test_scripts.py View 5 chunks +7 lines, -4 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
jbramley
6 years, 10 months ago (2014-02-10 17:51:00 UTC) #1
m.m.capewell
lgtm
6 years, 10 months ago (2014-02-10 17:52:08 UTC) #2
jbramley
6 years, 10 months ago (2014-02-10 17:54:10 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r19238 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698