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

Issue 1725243004: S390: Initial impl of S390 asm, masm, code-stubs,... (Closed)

Created:
4 years, 10 months ago by JoranSiu
Modified:
4 years, 10 months ago
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

S390: Initial impl of S390 asm, masm, code-stubs,... Initial commit with the bulk of the src/s390/* changes along with associated changes to the build toolchain for the new files. A minor update to V8PRIuPTR definition for Mac OS X affecting 32-bit S390 sim compilations. R=danno@chromium.org,jkummerow@chromium.org,jochen@chromium.org,jyan@ca.ibm.com,michael_dawson@ca.ibm.com,mbrandy@us.ibm.com BUG= Committed: https://crrev.com/23cf65926e699105347a7ea474d4198231103852 Cr-Commit-Position: refs/heads/master@{#34331}

Patch Set 1 #

Patch Set 2 : Rebase against latest master #

Total comments: 5

Patch Set 3 : Rebase against latest master #

Patch Set 4 : Updated BUILD.gn + cpu-s390.cc to addr @jochen's comments. #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+19398 lines, -5705 lines) Patch
M BUILD.gn View 1 2 3 1 chunk +23 lines, -0 lines 0 comments Download
M src/base/macros.h View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
A src/s390/assembler-s390.h View 1 2 3 1 chunk +1467 lines, -0 lines 1 comment Download
A src/s390/assembler-s390.cc View 1 2 3 1 chunk +3034 lines, -0 lines 0 comments Download
A + src/s390/assembler-s390-inl.h View 1 2 3 19 chunks +208 lines, -328 lines 0 comments Download
A + src/s390/builtins-s390.cc View 1 2 3 60 chunks +820 lines, -874 lines 0 comments Download
A + src/s390/code-stubs-s390.h View 1 2 3 11 chunks +180 lines, -41 lines 0 comments Download
A + src/s390/code-stubs-s390.cc View 1 2 3 172 chunks +1790 lines, -1892 lines 0 comments Download
A + src/s390/codegen-s390.h View 1 2 3 3 chunks +8 lines, -5 lines 0 comments Download
A + src/s390/codegen-s390.cc View 1 2 3 21 chunks +213 lines, -221 lines 0 comments Download
A src/s390/constants-s390.h View 1 2 3 1 chunk +1561 lines, -0 lines 0 comments Download
A + src/s390/constants-s390.cc View 1 2 3 4 chunks +9 lines, -14 lines 0 comments Download
A src/s390/cpu-s390.cc View 1 2 3 1 chunk +25 lines, -0 lines 0 comments Download
A + src/s390/deoptimizer-s390.cc View 1 2 3 10 chunks +106 lines, -114 lines 0 comments Download
A src/s390/disasm-s390.cc View 1 2 3 1 chunk +1396 lines, -0 lines 0 comments Download
A src/s390/frames-s390.h View 1 2 3 1 chunk +190 lines, -0 lines 0 comments Download
A + src/s390/frames-s390.cc View 1 2 3 3 chunks +9 lines, -10 lines 0 comments Download
A + src/s390/interface-descriptors-s390.cc View 1 2 3 5 chunks +115 lines, -162 lines 0 comments Download
A + src/s390/macro-assembler-s390.h View 1 2 3 50 chunks +508 lines, -268 lines 0 comments Download
A + src/s390/macro-assembler-s390.cc View 1 2 3 121 chunks +2560 lines, -1670 lines 0 comments Download
A + src/s390/simulator-s390.h View 1 2 3 16 chunks +138 lines, -106 lines 0 comments Download
A src/s390/simulator-s390.cc View 1 2 3 1 chunk +5012 lines, -0 lines 0 comments Download
M tools/gyp/v8.gyp View 1 2 3 1 chunk +24 lines, -0 lines 0 comments Download

Messages

Total messages: 25 (8 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1725243004/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1725243004/1
4 years, 10 months ago (2016-02-24 23:28:40 UTC) #2
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_linux_dbg_ng on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_dbg_ng/builds/1875) v8_linux_nodcheck_rel on ...
4 years, 10 months ago (2016-02-24 23:29:51 UTC) #4
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1725243004/10001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1725243004/10001
4 years, 10 months ago (2016-02-25 01:16:39 UTC) #6
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_linux_chromium_gn_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_chromium_gn_rel/builds/14057)
4 years, 10 months ago (2016-02-25 01:34:11 UTC) #8
JoranSiu
4 years, 10 months ago (2016-02-25 01:43:18 UTC) #9
jochen (gone - plz use gerrit)
https://codereview.chromium.org/1725243004/diff/10001/BUILD.gn File BUILD.gn (left): https://codereview.chromium.org/1725243004/diff/10001/BUILD.gn#oldcode233 BUILD.gn:233: "src/js/macros.py", the order of files here matters iirc https://codereview.chromium.org/1725243004/diff/10001/BUILD.gn ...
4 years, 10 months ago (2016-02-25 12:17:28 UTC) #10
JoranSiu
https://codereview.chromium.org/1725243004/diff/10001/BUILD.gn File BUILD.gn (left): https://codereview.chromium.org/1725243004/diff/10001/BUILD.gn#oldcode233 BUILD.gn:233: "src/js/macros.py", On 2016/02/25 12:17:28, jochen wrote: > the order ...
4 years, 10 months ago (2016-02-25 14:31:29 UTC) #11
JoranSiu
@jochen, thanks for the review comments. The latest patch set contains an updated BUILD.gn + ...
4 years, 10 months ago (2016-02-25 18:56:45 UTC) #12
jochen (gone - plz use gerrit)
lgtm with comment https://codereview.chromium.org/1725243004/diff/30001/src/s390/assembler-s390.h File src/s390/assembler-s390.h (right): https://codereview.chromium.org/1725243004/diff/30001/src/s390/assembler-s390.h#newcode35 src/s390/assembler-s390.h:35: // Copyright 2014 the V8 project ...
4 years, 10 months ago (2016-02-26 12:11:14 UTC) #13
JoranSiu
On 2016/02/26 12:11:14, jochen wrote: > lgtm with comment > > https://codereview.chromium.org/1725243004/diff/30001/src/s390/assembler-s390.h > File src/s390/assembler-s390.h ...
4 years, 10 months ago (2016-02-26 13:13:56 UTC) #14
jochen (gone - plz use gerrit)
that's a good question. Usually, the year of writing is the same as the year ...
4 years, 10 months ago (2016-02-26 15:04:53 UTC) #15
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1725243004/30001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1725243004/30001
4 years, 10 months ago (2016-02-26 15:18:13 UTC) #17
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 10 months ago (2016-02-26 15:39:30 UTC) #19
JoranSiu
Thanks @jochen. I'll keep the copyright as is. Our changes have evolved as we ported ...
4 years, 10 months ago (2016-02-26 16:06:37 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1725243004/30001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1725243004/30001
4 years, 10 months ago (2016-02-26 16:22:19 UTC) #22
commit-bot: I haz the power
Committed patchset #4 (id:30001)
4 years, 10 months ago (2016-02-26 16:24:44 UTC) #23
commit-bot: I haz the power
4 years, 10 months ago (2016-02-26 16:25:15 UTC) #25
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/23cf65926e699105347a7ea474d4198231103852
Cr-Commit-Position: refs/heads/master@{#34331}

Powered by Google App Engine
This is Rietveld 408576698