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

Issue 275433004: Require SSE2 support for the ia32 port. (Closed)

Created:
6 years, 7 months ago by Yang
Modified:
6 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Require SSE2 support for the ia32 port. R=svenpanne@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=21223

Patch Set 1 #

Total comments: 3

Patch Set 2 : addressed comments. #

Total comments: 2

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+655 lines, -2210 lines) Patch
M src/arm/code-stubs-arm.cc View 1 2 2 chunks +1 line, -6 lines 0 comments Download
M src/arm/deoptimizer-arm.cc View 1 1 chunk +0 lines, -5 lines 0 comments Download
M src/arm64/code-stubs-arm64.cc View 1 2 2 chunks +1 line, -7 lines 0 comments Download
M src/arm64/deoptimizer-arm64.cc View 1 1 chunk +0 lines, -5 lines 0 comments Download
M src/code-stubs.h View 1 2 12 chunks +14 lines, -40 lines 0 comments Download
M src/deoptimizer.h View 1 1 chunk +0 lines, -4 lines 0 comments Download
M src/deoptimizer.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M src/flag-definitions.h View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M src/ia32/assembler-ia32.h View 1 6 chunks +21 lines, -61 lines 0 comments Download
M src/ia32/assembler-ia32.cc View 1 52 chunks +9 lines, -79 lines 0 comments Download
M src/ia32/builtins-ia32.cc View 1 chunk +1 line, -6 lines 0 comments Download
M src/ia32/code-stubs-ia32.h View 4 chunks +1 line, -8 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 1 2 9 chunks +20 lines, -50 lines 0 comments Download
M src/ia32/codegen-ia32.cc View 8 chunks +264 lines, -355 lines 0 comments Download
M src/ia32/deoptimizer-ia32.cc View 1 5 chunks +14 lines, -31 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 1 chunk +2 lines, -6 lines 0 comments Download
M src/ia32/ic-ia32.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/ia32/lithium-codegen-ia32.h View 10 chunks +2 lines, -103 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 1 2 73 chunks +164 lines, -920 lines 0 comments Download
M src/ia32/lithium-gap-resolver-ia32.cc View 5 chunks +19 lines, -63 lines 0 comments Download
M src/ia32/lithium-ia32.h View 1 2 7 chunks +1 line, -47 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 1 2 7 chunks +9 lines, -47 lines 0 comments Download
M src/ia32/macro-assembler-ia32.h View 4 chunks +0 lines, -8 lines 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 15 chunks +30 lines, -178 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 2 chunks +6 lines, -40 lines 0 comments Download
M src/ic.h View 1 chunk +5 lines, -6 lines 0 comments Download
M src/ic.cc View 3 chunks +2 lines, -13 lines 0 comments Download
M src/mips/code-stubs-mips.cc View 1 2 2 chunks +1 line, -6 lines 0 comments Download
M src/mips/deoptimizer-mips.cc View 1 1 chunk +0 lines, -5 lines 0 comments Download
M src/platform.h View 1 chunk +1 line, -1 line 0 comments Download
M src/platform-posix.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/runtime.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/v8globals.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/x64/assembler-x64.cc View 1 chunk +0 lines, -1 line 0 comments Download
M src/x64/code-stubs-x64.cc View 1 2 2 chunks +1 line, -6 lines 0 comments Download
M src/x64/deoptimizer-x64.cc View 1 1 chunk +0 lines, -5 lines 0 comments Download
M test/cctest/test-assembler-ia32.cc View 10 chunks +4 lines, -24 lines 0 comments Download
M test/cctest/test-disasm-ia32.cc View 2 chunks +45 lines, -52 lines 0 comments Download
M test/cctest/test-macro-assembler-ia32.cc View 1 chunk +11 lines, -14 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Yang
6 years, 7 months ago (2014-05-07 12:42:57 UTC) #1
Sven Panne
LGTM if the comments are addressed *or* if they are handled in separate CL(s). https://codereview.chromium.org/275433004/diff/1/src/ia32/assembler-ia32.h ...
6 years, 7 months ago (2014-05-07 13:46:03 UTC) #2
Yang
On 2014/05/07 13:46:03, Sven Panne wrote: > LGTM if the comments are addressed *or* if ...
6 years, 7 months ago (2014-05-07 15:12:25 UTC) #3
Jakob Kummerow
Nice! Some DBC, feel free to postpone to future CLs. As far as I know, ...
6 years, 7 months ago (2014-05-08 10:55:03 UTC) #4
Yang
On 2014/05/08 10:55:03, Jakob wrote: > Nice! Some DBC, feel free to postpone to future ...
6 years, 7 months ago (2014-05-08 10:58:26 UTC) #5
Sven Panne
https://codereview.chromium.org/275433004/diff/20001/src/ia32/assembler-ia32.h File src/ia32/assembler-ia32.h (right): https://codereview.chromium.org/275433004/diff/20001/src/ia32/assembler-ia32.h#newcode189 src/ia32/assembler-ia32.h:189: struct XMMRegister : DoubleRegister { On 2014/05/08 10:55:03, Jakob ...
6 years, 7 months ago (2014-05-08 12:13:06 UTC) #6
Yang
6 years, 7 months ago (2014-05-09 13:02:20 UTC) #7
Message was sent while issue was closed.
Committed patchset #3 manually as r21223 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698