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

Issue 10534116: Implement kDoubleToDouble and kIntegerToDouble on ia32 and x64. (Closed)

Created:
8 years, 6 months ago by Vyacheslav Egorov (Google)
Modified:
8 years, 6 months ago
Reviewers:
srdjan
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Implement kDoubleToDouble and kIntegerToDouble on ia32 and x64. Fix bug in assembling of cvtsi2sd on x64. R=srdjan@google.com Committed: https://code.google.com/p/dart/source/detail?r=8593

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+206 lines, -6 lines) Patch
M runtime/vm/assembler_x64.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/assembler_x64_test.cc View 1 chunk +16 lines, -2 lines 0 comments Download
M runtime/vm/flow_graph_optimizer.cc View 1 chunk +15 lines, -3 lines 0 comments Download
M runtime/vm/il_printer.cc View 1 chunk +7 lines, -0 lines 0 comments Download
M runtime/vm/intermediate_language.h View 2 chunks +28 lines, -0 lines 0 comments Download
M runtime/vm/intermediate_language.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M runtime/vm/intermediate_language_ia32.cc View 1 chunk +67 lines, -0 lines 0 comments Download
M runtime/vm/intermediate_language_x64.cc View 1 chunk +67 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Vyacheslav Egorov (Google)
8 years, 6 months ago (2012-06-12 16:16:03 UTC) #1
srdjan
8 years, 6 months ago (2012-06-12 16:34:16 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698