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

Issue 136613003: Demystified floating point ABI function names. (Closed)

Created:
6 years, 11 months ago by Sven Panne
Modified:
6 years, 11 months ago
Reviewers:
ulan
CC:
v8-dev, Rodolph Perfetta, Paul Lind
Visibility:
Public.

Description

Demystified floating point ABI function names. This unifies the names used for floating point ABI abstraction across ARM and MIPS and makes them more comprehensible. Note that in the underlying implementation, ARM doesn't care about the argument/result distinction, while MIPS does, but we want to abstract from that, too. Nuked an unused related function on the way. R=ulan@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=18567

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+68 lines, -80 lines) Patch
M src/arm/code-stubs-arm.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M src/arm/codegen-arm.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M src/arm/macro-assembler-arm.h View 2 chunks +5 lines, -4 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 3 chunks +20 lines, -20 lines 0 comments Download
M src/mips/code-stubs-mips.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M src/mips/codegen-mips.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/mips/lithium-codegen-mips.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M src/mips/macro-assembler-mips.h View 1 chunk +5 lines, -6 lines 0 comments Download
M src/mips/macro-assembler-mips.cc View 3 chunks +18 lines, -30 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Sven Panne
6 years, 11 months ago (2014-01-13 12:50:07 UTC) #1
ulan
LGTM
6 years, 11 months ago (2014-01-13 13:06:08 UTC) #2
Sven Panne
6 years, 11 months ago (2014-01-13 13:25:49 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r18567 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698