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

Issue 200423004: MIPS: Fix Lithium div, mod and floor. (Closed)

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

Description

MIPS: Fix Lithium div, mod and floor. BUG=

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+237 lines, -76 lines) Patch
M src/mips/lithium-codegen-mips.cc View 5 chunks +117 lines, -47 lines 0 comments Download
M src/mips/lithium-mips.h View 6 chunks +60 lines, -20 lines 0 comments Download
M src/mips/lithium-mips.cc View 4 chunks +60 lines, -9 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
kilvadyb
6 years, 9 months ago (2014-03-14 18:22:30 UTC) #1
Paul Lind
LGTM. This brings mips into alignment with the other arch's for these ops.
6 years, 9 months ago (2014-03-14 18:59:58 UTC) #2
Paul Lind
6 years, 9 months ago (2014-03-14 19:07:41 UTC) #3
Committed as r19949.

Powered by Google App Engine
This is Rietveld 408576698