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

Issue 13228002: First two codegen tests passing on SIMMIPS (Closed)

Created:
7 years, 9 months ago by zra
Modified:
7 years, 8 months ago
Reviewers:
regis
CC:
reviews_dartlang.org
Visibility:
Public.

Description

First two codegen tests passing on SIMMIPS Committed: https://code.google.com/p/dart/source/detail?r=20734

Patch Set 1 #

Patch Set 2 : #

Total comments: 5

Patch Set 3 : #

Total comments: 23

Patch Set 4 : #

Patch Set 5 : #

Total comments: 2

Patch Set 6 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+745 lines, -48 lines) Patch
M runtime/vm/assembler_mips.h View 1 2 3 4 5 chunks +34 lines, -10 lines 0 comments Download
M runtime/vm/assembler_mips.cc View 1 2 3 4 5 2 chunks +107 lines, -0 lines 0 comments Download
M runtime/vm/code_generator_test.cc View 1 2 3 4 3 chunks +7 lines, -6 lines 0 comments Download
M runtime/vm/constants_mips.h View 1 2 3 4 1 chunk +12 lines, -0 lines 0 comments Download
M runtime/vm/disassembler_mips.cc View 1 2 3 4 2 chunks +6 lines, -1 line 0 comments Download
M runtime/vm/flow_graph_compiler_mips.cc View 1 2 3 4 6 chunks +286 lines, -9 lines 0 comments Download
M runtime/vm/instructions_mips.h View 1 2 3 4 1 chunk +4 lines, -2 lines 0 comments Download
M runtime/vm/instructions_mips.cc View 1 2 3 4 4 chunks +66 lines, -8 lines 0 comments Download
M runtime/vm/intermediate_language_mips.cc View 1 2 3 4 4 chunks +93 lines, -9 lines 0 comments Download
M runtime/vm/locations.h View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/vm/simulator_mips.cc View 1 2 3 4 1 chunk +7 lines, -0 lines 0 comments Download
M runtime/vm/stub_code_mips.cc View 1 2 3 4 2 chunks +121 lines, -1 line 0 comments Download

Messages

Total messages: 8 (0 generated)
zra
Sorry for the big CL. It is mostly copied from ARM, though, with small fix-ups ...
7 years, 9 months ago (2013-03-28 21:18:32 UTC) #1
regis
First few comments. I think you should address these, upload, and I'll continue with the ...
7 years, 9 months ago (2013-03-28 21:43:25 UTC) #2
zra
On 2013/03/28 21:43:25, regis wrote: > First few comments. > I think you should address ...
7 years, 9 months ago (2013-03-28 23:04:32 UTC) #3
regis
Good progress! Next round of comments below. I'll be off tomorrow. See you on Monday. ...
7 years, 9 months ago (2013-03-29 00:23:32 UTC) #4
zra
Thanks! Enjoy your day off. See you Monday. https://codereview.chromium.org/13228002/diff/19001/runtime/vm/assembler_mips.cc File runtime/vm/assembler_mips.cc (right): https://codereview.chromium.org/13228002/diff/19001/runtime/vm/assembler_mips.cc#newcode134 runtime/vm/assembler_mips.cc:134: mov(TMP, ...
7 years, 8 months ago (2013-03-29 17:10:44 UTC) #5
regis
LGTM with one comment. https://codereview.chromium.org/13228002/diff/39001/runtime/vm/assembler_mips.cc File runtime/vm/assembler_mips.cc (right): https://codereview.chromium.org/13228002/diff/39001/runtime/vm/assembler_mips.cc#newcode180 runtime/vm/assembler_mips.cc:180: lw(PP, Address(FP, 2 * kWordSize)); ...
7 years, 8 months ago (2013-04-01 16:44:05 UTC) #6
zra
https://codereview.chromium.org/13228002/diff/39001/runtime/vm/assembler_mips.cc File runtime/vm/assembler_mips.cc (right): https://codereview.chromium.org/13228002/diff/39001/runtime/vm/assembler_mips.cc#newcode180 runtime/vm/assembler_mips.cc:180: lw(PP, Address(FP, 2 * kWordSize)); On 2013/04/01 16:44:05, regis ...
7 years, 8 months ago (2013-04-01 17:02:33 UTC) #7
zra
7 years, 8 months ago (2013-04-01 17:03:17 UTC) #8
Message was sent while issue was closed.
Committed patchset #6 manually as r20734 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698