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

Issue 1334793004: MIPS64: Add big-endian support for mips64. (Closed)

Created:
5 years, 3 months ago by dusan.milosavljevic
Modified:
5 years, 2 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

MIPS64: Add big-endian support for mips64. TEST= BUG= Committed: https://crrev.com/8bd431de92d4032c67f51be750987967691a77c1 Cr-Commit-Position: refs/heads/master@{#31011}

Patch Set 1 #

Total comments: 9

Patch Set 2 : Addressed comments. #

Patch Set 3 : Add missing lines. #

Patch Set 4 : Add missing lines for Smi loads. #

Patch Set 5 : Fix wrong endianess assumptions. #

Patch Set 6 : Make stack layout compliant to ABI. #

Patch Set 7 : #

Patch Set 8 : Rebase. #

Patch Set 9 : Fix simulator regexp call. #

Patch Set 10 : Rebase. #

Patch Set 11 : Rebase ToT. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+497 lines, -222 lines) Patch
M Makefile View 1 1 chunk +1 line, -1 line 0 comments Download
M build/toolchain.gypi View 1 4 chunks +21 lines, -4 lines 0 comments Download
M src/base/build_config.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
M src/ic/mips64/handler-compiler-mips64.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/ic/mips64/ic-mips64.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/mips64/assembler-mips64.h View 1 2 3 4 5 6 7 1 chunk +10 lines, -0 lines 0 comments Download
M src/mips64/code-stubs-mips64.cc View 1 2 3 4 5 6 7 8 9 10 5 chunks +15 lines, -9 lines 0 comments Download
M src/mips64/codegen-mips64.cc View 1 2 3 4 13 chunks +224 lines, -118 lines 0 comments Download
M src/mips64/constants-mips64.h View 1 2 3 4 5 6 7 1 chunk +10 lines, -0 lines 0 comments Download
M src/mips64/lithium-codegen-mips64.cc View 1 2 3 4 5 6 7 8 9 10 4 chunks +4 lines, -4 lines 0 comments Download
M src/mips64/macro-assembler-mips64.h View 1 2 3 4 5 6 7 3 chunks +12 lines, -2 lines 0 comments Download
M src/mips64/macro-assembler-mips64.cc View 1 2 3 4 5 6 7 8 9 10 13 chunks +105 lines, -34 lines 0 comments Download
M src/mips64/simulator-mips64.h View 1 2 3 4 5 6 7 8 1 chunk +4 lines, -3 lines 0 comments Download
M src/mips64/simulator-mips64.cc View 1 2 3 4 5 6 7 1 chunk +12 lines, -4 lines 0 comments Download
M src/regexp/mips64/regexp-macro-assembler-mips64.cc View 1 2 3 4 4 chunks +5 lines, -5 lines 0 comments Download
M test/cctest/cctest.status View 2 chunks +2 lines, -2 lines 0 comments Download
M test/cctest/test-assembler-mips64.cc View 1 2 chunks +54 lines, -24 lines 0 comments Download
M test/mjsunit/mjsunit.status View 1 2 3 4 5 6 7 3 chunks +4 lines, -4 lines 0 comments Download
M test/mozilla/mozilla.status View 2 chunks +2 lines, -2 lines 0 comments Download
M test/test262/test262.status View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M tools/gyp/v8.gyp View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M tools/run-tests.py View 1 2 3 4 5 6 7 8 9 10 3 chunks +3 lines, -1 line 0 comments Download
M tools/testrunner/local/statusfile.py View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 13 (4 generated)
dusan.milosavljevic
PTAL.
5 years, 3 months ago (2015-09-10 18:31:30 UTC) #2
Benedikt Meurer
LGTM
5 years, 3 months ago (2015-09-11 05:06:20 UTC) #4
Jakob Kummerow
LGTM (reviewed cross-platform files, rubberstamping mips64-specific code)
5 years, 3 months ago (2015-09-11 09:23:24 UTC) #5
paul.l...
Looking good. First round of comments on build issues. PTAL. https://codereview.chromium.org/1334793004/diff/1/build/toolchain.gypi File build/toolchain.gypi (right): https://codereview.chromium.org/1334793004/diff/1/build/toolchain.gypi#newcode344 ...
5 years, 3 months ago (2015-09-15 00:06:41 UTC) #6
dusan.milosavljevic
https://codereview.chromium.org/1334793004/diff/1/build/toolchain.gypi File build/toolchain.gypi (right): https://codereview.chromium.org/1334793004/diff/1/build/toolchain.gypi#newcode344 build/toolchain.gypi:344: or v8_target_arch=="mips64el") and v8_target_arch==target_arch', { On 2015/09/15 00:06:41, paul.l... ...
5 years, 3 months ago (2015-09-15 12:58:09 UTC) #7
paul.l...
This one is ready now. I don't think any of the arch-indep files changed after ...
5 years, 2 months ago (2015-09-29 16:53:54 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1334793004/200001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1334793004/200001
5 years, 2 months ago (2015-09-29 17:00:09 UTC) #11
commit-bot: I haz the power
Committed patchset #11 (id:200001)
5 years, 2 months ago (2015-09-29 17:23:49 UTC) #12
commit-bot: I haz the power
5 years, 2 months ago (2015-09-29 17:24:06 UTC) #13
Message was sent while issue was closed.
Patchset 11 (id:??) landed as
https://crrev.com/8bd431de92d4032c67f51be750987967691a77c1
Cr-Commit-Position: refs/heads/master@{#31011}

Powered by Google App Engine
This is Rietveld 408576698