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

Issue 1266673003: Subzero. Implements x86-64 lowerCall. (Closed)

Created:
5 years, 4 months ago by John
Modified:
5 years, 4 months ago
CC:
native-client-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : git pull & painful merge. #

Total comments: 16

Patch Set 4 : Addresses comments. #

Total comments: 2

Patch Set 5 : git pull && addresses comments && git format #

Unified diffs Side-by-side diffs Delta from patch set Stats (+526 lines, -249 lines) Patch
M src/IceGlobalContext.cpp View 1 2 3 4 1 chunk +10 lines, -11 lines 0 comments Download
M src/IceInstX8632.h View 1 2 3 1 chunk +0 lines, -3 lines 0 comments Download
M src/IceTargetLoweringX8632.h View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M src/IceTargetLoweringX8632.cpp View 1 2 3 4 2 chunks +218 lines, -0 lines 0 comments Download
M src/IceTargetLoweringX8664.h View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M src/IceTargetLoweringX8664.cpp View 1 2 3 4 3 chunks +288 lines, -30 lines 0 comments Download
M src/IceTargetLoweringX8664Traits.h View 1 2 1 chunk +3 lines, -1 line 0 comments Download
M src/IceTargetLoweringX86Base.h View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M src/IceTargetLoweringX86BaseImpl.h View 1 2 3 4 1 chunk +0 lines, -203 lines 0 comments Download

Messages

Total messages: 8 (1 generated)
John
Yet another one of those ground work CLs...
5 years, 4 months ago (2015-07-31 22:24:55 UTC) #2
jvoung (off chromium)
https://codereview.chromium.org/1266673003/diff/40001/src/IceInstX8632.h File src/IceInstX8632.h (right): https://codereview.chromium.org/1266673003/diff/40001/src/IceInstX8632.h#newcode1 src/IceInstX8632.h:1: //===- subzero/src/IceInstX8664.h - x86-64 machine instructions -*- C++ -*-===// ...
5 years, 4 months ago (2015-07-31 23:53:49 UTC) #3
John
https://codereview.chromium.org/1266673003/diff/40001/src/IceInstX8632.h File src/IceInstX8632.h (right): https://codereview.chromium.org/1266673003/diff/40001/src/IceInstX8632.h#newcode1 src/IceInstX8632.h:1: //===- subzero/src/IceInstX8664.h - x86-64 machine instructions -*- C++ -*-===// ...
5 years, 4 months ago (2015-08-01 15:49:55 UTC) #4
jvoung (off chromium)
LGTM https://codereview.chromium.org/1266673003/diff/40001/src/IceTargetLoweringX8664.cpp File src/IceTargetLoweringX8664.cpp (right): https://codereview.chromium.org/1266673003/diff/40001/src/IceTargetLoweringX8664.cpp#newcode152 src/IceTargetLoweringX8664.cpp:152: using OperandList = std::vector<Operand *>; Might be able ...
5 years, 4 months ago (2015-08-03 17:04:55 UTC) #5
Jim Stichnoth
lgtm https://codereview.chromium.org/1266673003/diff/40001/src/IceTargetLoweringX8664.cpp File src/IceTargetLoweringX8664.cpp (right): https://codereview.chromium.org/1266673003/diff/40001/src/IceTargetLoweringX8664.cpp#newcode241 src/IceTargetLoweringX8664.cpp:241: case IceType_void: On 2015/07/31 23:53:49, jvoung wrote: > ...
5 years, 4 months ago (2015-08-05 04:43:52 UTC) #6
John
https://codereview.chromium.org/1266673003/diff/40001/src/IceTargetLoweringX8664.cpp File src/IceTargetLoweringX8664.cpp (right): https://codereview.chromium.org/1266673003/diff/40001/src/IceTargetLoweringX8664.cpp#newcode152 src/IceTargetLoweringX8664.cpp:152: using OperandList = std::vector<Operand *>; On 2015/08/03 17:04:55, jvoung ...
5 years, 4 months ago (2015-08-05 16:53:03 UTC) #7
John
5 years, 4 months ago (2015-08-05 17:14:07 UTC) #8
Message was sent while issue was closed.
Committed patchset #5 (id:80001) manually as
e0d9afa80ee55711d25fae87e50d11685d1ad6d7 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698