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

Issue 11748013: Merged r13260, r13266, r13268, r13270, r13274 into 3.15 branch. (Closed)

Created:
7 years, 11 months ago by Sven Panne
Modified:
7 years, 11 months ago
Reviewers:
Yang
CC:
v8-dev
Visibility:
Public.

Description

Merged r13260, r13266, r13268, r13270, r13274 into 3.15 branch. Refactoring only: Use CheckSSE2OperandIsInt32 instead of copy-n-paste code. Added (dis-)assembler support for movmskps on ia32 and x64. Fixed x64 disassembler for cmpb_al Fixed FloatingPointHelper::CheckSSE2OperandIsInt32. Fix typo in the CheckSSE2OperandIsInt32: use bitwise not instead of integer negation. BUG=v8:2458 R=yangguo@chromium.org Committed: http://code.google.com/p/v8/source/detail?r=13295

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+48 lines, -10 lines) Patch
M src/ia32/assembler-ia32.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/ia32/assembler-ia32.cc View 1 chunk +9 lines, -0 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 2 chunks +7 lines, -9 lines 0 comments Download
M src/ia32/disasm-ia32.cc View 1 chunk +8 lines, -0 lines 0 comments Download
M src/version.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/assembler-x64.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/x64/assembler-x64.cc View 1 chunk +9 lines, -0 lines 0 comments Download
M src/x64/disasm-x64.cc View 2 chunks +12 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Sven Panne
7 years, 11 months ago (2013-01-03 07:49:12 UTC) #1
Yang
7 years, 11 months ago (2013-01-03 08:11:08 UTC) #2
On 2013/01/03 07:49:12, Sven Panne wrote:

LGTM.

Powered by Google App Engine
This is Rietveld 408576698