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

Issue 2184843002: MIPS: Add NaN handling to floating point operators in simulators. (Closed)

Created:
4 years, 4 months ago by balazs.kilvady
Modified:
4 years, 3 months ago
Reviewers:
ivica.bogosavljevic, ilija.pavlovic, miran.karic, Marija Antic, 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: Add NaN handling to floating point operators in simulators. Committed: https://crrev.com/06c6591d0f83b34da6dabd93a96f09aefabb35bb Cr-Commit-Position: refs/heads/master@{#39584}

Patch Set 1 #

Patch Set 2 : Rebased #

Patch Set 3 : Add more ops. #

Patch Set 4 : Keep signedness for neg.fmt ops. #

Patch Set 5 : 32-bit port. #

Patch Set 6 : Rebase #

Patch Set 7 : Canonicalize qNaNs also in simulator. #

Patch Set 8 : rebased #

Total comments: 2

Patch Set 9 : Fix templates. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+218 lines, -72 lines) Patch
M src/mips/simulator-mips.cc View 1 2 3 4 5 6 7 8 5 chunks +109 lines, -38 lines 0 comments Download
M src/mips64/simulator-mips64.cc View 1 2 3 4 5 6 7 8 5 chunks +109 lines, -34 lines 0 comments Download

Messages

Total messages: 16 (7 generated)
balazs.kilvady
I started to add the quietNaN behavior to simulator by this documentation part: 6.3.1.5 Quiet ...
4 years, 4 months ago (2016-07-26 17:40:09 UTC) #2
balazs.kilvady
PTAL
4 years, 3 months ago (2016-08-29 15:36:52 UTC) #3
balazs.kilvady
ping
4 years, 3 months ago (2016-09-16 18:04:08 UTC) #4
ivica.bogosavljevic
https://codereview.chromium.org/2184843002/diff/140001/src/mips/simulator-mips.cc File src/mips/simulator-mips.cc (right): https://codereview.chromium.org/2184843002/diff/140001/src/mips/simulator-mips.cc#newcode2380 src/mips/simulator-mips.cc:2380: return resBits & Double::kSignMask ? -qNaN : qNaN; There ...
4 years, 3 months ago (2016-09-19 08:41:18 UTC) #5
balazs.kilvady
https://codereview.chromium.org/2184843002/diff/140001/src/mips/simulator-mips.cc File src/mips/simulator-mips.cc (right): https://codereview.chromium.org/2184843002/diff/140001/src/mips/simulator-mips.cc#newcode2380 src/mips/simulator-mips.cc:2380: return resBits & Double::kSignMask ? -qNaN : qNaN; On ...
4 years, 3 months ago (2016-09-20 08:28:39 UTC) #6
ivica.bogosavljevic
lgtm, but you need Akosz' approval, mine doesn't work
4 years, 3 months ago (2016-09-21 07:21:40 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2184843002/160001
4 years, 3 months ago (2016-09-21 09:32:38 UTC) #13
commit-bot: I haz the power
Committed patchset #9 (id:160001)
4 years, 3 months ago (2016-09-21 09:35:18 UTC) #14
commit-bot: I haz the power
4 years, 3 months ago (2016-09-21 09:36:17 UTC) #16
Message was sent while issue was closed.
Patchset 9 (id:??) landed as
https://crrev.com/06c6591d0f83b34da6dabd93a96f09aefabb35bb
Cr-Commit-Position: refs/heads/master@{#39584}

Powered by Google App Engine
This is Rietveld 408576698