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

Issue 61203006: MIPS: Introduce %_IsMinusZero. (Closed)

Created:
7 years, 1 month ago by kilvadyb
Modified:
7 years, 1 month ago
CC:
v8-dev
Base URL:
https://github.com/v8/v8.git@gbl
Visibility:
Public.

Description

MIPS: Introduce %_IsMinusZero. Port r17639 (45b8a52) BUG=

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+84 lines, -0 lines) Patch
M src/mips/full-codegen-mips.cc View 1 chunk +30 lines, -0 lines 0 comments Download
M src/mips/lithium-codegen-mips.cc View 1 chunk +27 lines, -0 lines 0 comments Download
M src/mips/lithium-mips.h View 2 chunks +17 lines, -0 lines 0 comments Download
M src/mips/lithium-mips.cc View 1 chunk +10 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
kilvadyb
7 years, 1 month ago (2013-11-12 18:50:25 UTC) #1
Paul Lind
lgtm
7 years, 1 month ago (2013-11-12 19:03:42 UTC) #2
Paul Lind
Committed as r17671.
7 years, 1 month ago (2013-11-12 19:06:21 UTC) #3
Yang
7 years, 1 month ago (2013-11-12 22:22:03 UTC) #4
Message was sent while issue was closed.
On 2013/11/12 19:06:21, Paul Lind wrote:
> Committed as r17671.

At least on other platforms, EmitBranch has to be called last for the basic
block. Please take a look at r17669.

Powered by Google App Engine
This is Rietveld 408576698