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

Issue 1694833002: MIPS: Support r6 max, min floating point instructions. (Closed)

Created:
4 years, 10 months ago by balazs.kilvady
Modified:
4 years, 8 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

MIPS: Support r6 min, max floating point instructions. Use macro instructions for min, max ops to get the same functionality on pre-r6 and r6 targets. BUG= TEST=mjsunit/math-min-max, cctest/test-macro-assembler-mips64/min_max_nan, cctest/test-macro-assembler-mips/min_max_nan, cctest/test-assembler-mips64/min_max, cctest/test-assembler-mips/min_max Committed: https://crrev.com/d4a391bb7a7d1cec861f168eeeece1633e633946 Cr-Commit-Position: refs/heads/master@{#35073}

Patch Set 1 #

Patch Set 2 : Rebased. #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+681 lines, -85 lines) Patch
M src/mips/assembler-mips.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M src/mips/builtins-mips.cc View 1 5 chunks +21 lines, -24 lines 1 comment Download
M src/mips/macro-assembler-mips.h View 1 3 chunks +22 lines, -3 lines 0 comments Download
M src/mips/macro-assembler-mips.cc View 1 1 chunk +179 lines, -0 lines 0 comments Download
M src/mips64/assembler-mips64.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M src/mips64/builtins-mips64.cc View 1 5 chunks +18 lines, -26 lines 0 comments Download
M src/mips64/macro-assembler-mips64.h View 1 3 chunks +26 lines, -3 lines 0 comments Download
M src/mips64/macro-assembler-mips64.cc View 1 1 chunk +180 lines, -0 lines 0 comments Download
M test/cctest/test-assembler-mips.cc View 1 2 chunks +6 lines, -13 lines 0 comments Download
M test/cctest/test-assembler-mips64.cc View 1 2 chunks +7 lines, -14 lines 0 comments Download
M test/cctest/test-macro-assembler-mips.cc View 1 2 chunks +111 lines, -0 lines 0 comments Download
M test/cctest/test-macro-assembler-mips64.cc View 1 2 chunks +111 lines, -0 lines 0 comments Download

Messages

Total messages: 25 (11 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/1694833002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1694833002/1
4 years, 10 months ago (2016-02-12 16:19:16 UTC) #2
balazs.kilvady
I run quickcheck tests on r2, r6, 64/32-bit simulators and critical tests on 32 and ...
4 years, 10 months ago (2016-02-12 16:27:00 UTC) #5
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 10 months ago (2016-02-12 17:28:46 UTC) #7
balazs.kilvady
Ping.
4 years, 10 months ago (2016-02-19 10:38:18 UTC) #8
balazs.kilvady
On 2016/02/19 10:38:18, balazs.kilvady wrote: > Ping. Ping.
4 years, 10 months ago (2016-02-23 18:45:32 UTC) #9
Alan Li
lgtm
4 years, 10 months ago (2016-02-25 04:25:28 UTC) #10
akos.palfi.imgtec
LGTM
4 years, 9 months ago (2016-03-17 18:17:48 UTC) #11
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1694833002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1694833002/20001
4 years, 9 months ago (2016-03-25 16:30:03 UTC) #13
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 9 months ago (2016-03-25 16:45:20 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1694833002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1694833002/20001
4 years, 9 months ago (2016-03-25 16:47:14 UTC) #18
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 9 months ago (2016-03-25 16:51:19 UTC) #20
commit-bot: I haz the power
Patchset 2 (id:??) landed as https://crrev.com/d4a391bb7a7d1cec861f168eeeece1633e633946 Cr-Commit-Position: refs/heads/master@{#35073}
4 years, 9 months ago (2016-03-25 16:51:30 UTC) #22
Michael Lippautz
Can somebody have a look, please? If you need a proper repro I can send ...
4 years, 8 months ago (2016-03-29 15:20:58 UTC) #24
balazs.kilvady
4 years, 8 months ago (2016-03-29 16:22:42 UTC) #25
Message was sent while issue was closed.
Thank you for the info. I am going to check and add tag()/untag().

Powered by Google App Engine
This is Rietveld 408576698