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

Issue 605693002: [turbofan] add new x64 addressing modes (Closed)

Created:
6 years, 2 months ago by dcarney
Modified:
6 years, 2 months ago
Reviewers:
Benedikt Meurer, titzer
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

Patch Set 1 : #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 8

Patch Set 5 : #

Patch Set 6 : unit tests added #

Total comments: 10

Patch Set 7 : #

Patch Set 8 : gcc fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+408 lines, -69 lines) Patch
M src/compiler/instruction-codes.h View 1 1 chunk +4 lines, -4 lines 0 comments Download
M src/compiler/x64/code-generator-x64.cc View 1 2 3 4 5 6 7 1 chunk +69 lines, -12 lines 0 comments Download
M src/compiler/x64/instruction-codes-x64.h View 1 1 chunk +22 lines, -14 lines 0 comments Download
M src/compiler/x64/instruction-selector-x64.cc View 1 2 3 4 5 6 6 chunks +185 lines, -39 lines 0 comments Download
M src/compiler/x64/instruction-selector-x64-unittest.cc View 1 2 3 4 1 chunk +128 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (3 generated)
dcarney
ptal - check out the approach, i'm adding unit tests now
6 years, 2 months ago (2014-09-26 10:47:45 UTC) #3
titzer
https://codereview.chromium.org/605693002/diff/80001/src/compiler/x64/instruction-selector-x64.cc File src/compiler/x64/instruction-selector-x64.cc (right): https://codereview.chromium.org/605693002/diff/80001/src/compiler/x64/instruction-selector-x64.cc#newcode77 src/compiler/x64/instruction-selector-x64.cc:77: if (opcode() != IrOpcode::kInt32Mul) return; I think you can ...
6 years, 2 months ago (2014-09-26 11:04:12 UTC) #4
dcarney
https://codereview.chromium.org/605693002/diff/80001/src/compiler/x64/instruction-selector-x64.cc File src/compiler/x64/instruction-selector-x64.cc (right): https://codereview.chromium.org/605693002/diff/80001/src/compiler/x64/instruction-selector-x64.cc#newcode77 src/compiler/x64/instruction-selector-x64.cc:77: if (opcode() != IrOpcode::kInt32Mul) return; On 2014/09/26 11:04:11, titzer ...
6 years, 2 months ago (2014-09-26 12:49:51 UTC) #5
Benedikt Meurer
https://codereview.chromium.org/605693002/diff/120001/src/compiler/x64/code-generator-x64.cc File src/compiler/x64/code-generator-x64.cc (right): https://codereview.chromium.org/605693002/diff/120001/src/compiler/x64/code-generator-x64.cc#newcode148 src/compiler/x64/code-generator-x64.cc:148: static inline int NextOffset(int* offset) { Nit: remove inline. ...
6 years, 2 months ago (2014-09-29 07:44:51 UTC) #7
dcarney
https://codereview.chromium.org/605693002/diff/120001/src/compiler/x64/code-generator-x64.cc File src/compiler/x64/code-generator-x64.cc (right): https://codereview.chromium.org/605693002/diff/120001/src/compiler/x64/code-generator-x64.cc#newcode148 src/compiler/x64/code-generator-x64.cc:148: static inline int NextOffset(int* offset) { On 2014/09/29 07:44:51, ...
6 years, 2 months ago (2014-09-29 07:56:14 UTC) #8
Benedikt Meurer
lgtm
6 years, 2 months ago (2014-09-29 07:56:28 UTC) #9
dcarney
6 years, 2 months ago (2014-09-29 08:11:14 UTC) #10
Message was sent while issue was closed.
Committed patchset #8 (id:160001) manually as 24267 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698