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

Issue 1588383002: MIPS: [turbofan] Implement Word32Ctz, Word64Ctz, Word32Popcnt and Word64Popcnt (Closed)

Created:
4 years, 11 months ago by Marija Antic
Modified:
4 years, 11 months ago
Reviewers:
ivica.bogosavljevic, ilija.pavlovic, balazs.kilvady, miran.karic, paul.l..., akos.palfi.imgtec
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

MIPS:[turbofan] Implement Word32Ctz, Word64Ctz, Word32Popcnt and Word64Popcnt Implement the optional turbofan operators Word32Ctz, Word64Ctz, Word32Popcnt and Word64Popcnt. BUG= Committed: https://crrev.com/084db022ef7c3bfcbdab1be6a6fb434cfa511084 Cr-Commit-Position: refs/heads/master@{#33555}

Patch Set 1 #

Total comments: 5

Patch Set 2 : Address reviewer comments. #

Patch Set 3 : Change to use Branch calls from macro-assembler-mips #

Total comments: 3

Patch Set 4 : Remove unneccesary mov instructions #

Unified diffs Side-by-side diffs Delta from patch set Stats (+240 lines, -8 lines) Patch
M src/compiler/mips/code-generator-mips.cc View 1 2 3 1 chunk +64 lines, -0 lines 0 comments Download
M src/compiler/mips/instruction-codes-mips.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/compiler/mips/instruction-selector-mips.cc View 2 chunks +11 lines, -3 lines 0 comments Download
M src/compiler/mips64/code-generator-mips64.cc View 1 2 3 1 chunk +136 lines, -0 lines 0 comments Download
M src/compiler/mips64/instruction-codes-mips64.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/compiler/mips64/instruction-selector-mips64.cc View 2 chunks +23 lines, -5 lines 0 comments Download

Messages

Total messages: 26 (10 generated)
Marija Antic
4 years, 11 months ago (2016-01-15 08:47:59 UTC) #3
paul.l...
nit: by convention, for arch-specific changes like this one, the message should start with "MIPS: ...
4 years, 11 months ago (2016-01-18 05:19:57 UTC) #4
balazs.kilvady
https://codereview.chromium.org/1588383002/diff/1/src/compiler/mips/code-generator-mips.cc File src/compiler/mips/code-generator-mips.cc (right): https://codereview.chromium.org/1588383002/diff/1/src/compiler/mips/code-generator-mips.cc#newcode697 src/compiler/mips/code-generator-mips.cc:697: __ subu(reg2, zero_reg, i.InputRegister(0)); Please use Branch(&jmp, eq, ...) ...
4 years, 11 months ago (2016-01-22 16:14:40 UTC) #6
Marija Antic
4 years, 11 months ago (2016-01-25 15:39:22 UTC) #7
Ilija.Pavlovic1
On 2016/01/25 15:39:22, marija.antic wrote: This seems to me OK.
4 years, 11 months ago (2016-01-26 09:36:57 UTC) #8
balazs.kilvady
On 2016/01/26 09:36:57, Ilija.Pavlovic1 wrote: > On 2016/01/25 15:39:22, marija.antic wrote: > > This seems ...
4 years, 11 months ago (2016-01-27 10:42:12 UTC) #9
Marija Antic
4 years, 11 months ago (2016-01-27 10:58:39 UTC) #11
Marija Antic
On 2016/01/27 10:58:39, marija.antic wrote: Updated the issue description
4 years, 11 months ago (2016-01-27 10:59:26 UTC) #12
akos.palfi.imgtec
Looks fine to me, just a few nits, please see my inline comments. https://codereview.chromium.org/1588383002/diff/40001/src/compiler/mips/code-generator-mips.cc File ...
4 years, 11 months ago (2016-01-27 11:37:37 UTC) #14
Marija Antic
4 years, 11 months ago (2016-01-27 14:13:13 UTC) #15
akos.palfi.imgtec
LGTM
4 years, 11 months ago (2016-01-27 14:16:03 UTC) #16
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1588383002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1588383002/60001
4 years, 11 months ago (2016-01-27 14:23:14 UTC) #18
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 11 months ago (2016-01-27 14:45:52 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1588383002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1588383002/60001
4 years, 11 months ago (2016-01-27 14:46:18 UTC) #22
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 11 months ago (2016-01-27 14:48:53 UTC) #24
commit-bot: I haz the power
4 years, 11 months ago (2016-01-27 14:49:49 UTC) #26
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/084db022ef7c3bfcbdab1be6a6fb434cfa511084
Cr-Commit-Position: refs/heads/master@{#33555}

Powered by Google App Engine
This is Rietveld 408576698