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

Issue 750813004: [turbofan] add initial move optimizer (Closed)

Created:
6 years ago by dcarney
Modified:
6 years ago
Reviewers:
Benedikt Meurer
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Project:
v8
Visibility:
Public.

Description

[turbofan] add initial move optimizer R=bmeurer@chromium.org BUG=

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : made class #

Patch Set 6 : #

Patch Set 7 : #

Patch Set 8 : #

Patch Set 9 : #

Patch Set 10 : #

Patch Set 11 : #

Patch Set 12 : #

Patch Set 13 : #

Patch Set 14 : small fix #

Patch Set 15 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1131 lines, -507 lines) Patch
M BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +2 lines, -0 lines 0 comments Download
M src/compiler/instruction.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +2 lines, -0 lines 0 comments Download
A src/compiler/move-optimizer.h View 1 2 3 4 5 6 7 8 1 chunk +44 lines, -0 lines 0 comments Download
A src/compiler/move-optimizer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +205 lines, -0 lines 0 comments Download
M src/compiler/pipeline.cc View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +12 lines, -0 lines 0 comments Download
M src/compiler/register-allocator.h View 1 2 3 4 5 6 7 8 1 chunk +3 lines, -3 lines 0 comments Download
M src/compiler/register-allocator.cc View 1 2 3 4 5 6 7 8 1 chunk +3 lines, -3 lines 0 comments Download
A test/unittests/compiler/instruction-sequence-unittest.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +224 lines, -0 lines 0 comments Download
A test/unittests/compiler/instruction-sequence-unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +452 lines, -0 lines 0 comments Download
A test/unittests/compiler/move-optimizer-unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +133 lines, -0 lines 0 comments Download
M test/unittests/compiler/register-allocator-unittest.cc View 1 2 3 4 5 6 7 8 9 4 chunks +46 lines, -501 lines 0 comments Download
M test/unittests/unittests.gyp View 1 2 3 4 5 6 7 8 9 1 chunk +3 lines, -0 lines 0 comments Download
M tools/gyp/v8.gyp View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (2 generated)
dcarney
ptal
6 years ago (2014-11-27 08:43:46 UTC) #2
Benedikt Meurer
LGTM
6 years ago (2014-11-27 08:47:04 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/750813004/270001
6 years ago (2014-11-27 08:52:04 UTC) #5
commit-bot: I haz the power
6 years ago (2014-11-27 09:19:38 UTC) #6
Message was sent while issue was closed.
Committed patchset #15 (id:270001)

Powered by Google App Engine
This is Rietveld 408576698