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

Issue 713013003: [WIP] Modulus on copy.js. (Closed)

Created:
6 years, 1 month ago by Benedikt Meurer
Modified:
5 years, 3 months ago
Reviewers:
Jarin
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

[WIP] Modulus on copy.js. R=jarin@chromium.org BUG=

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+228 lines, -65 lines) Patch
M src/compiler/basic-block-instrumentor.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/compiler/js-typed-lowering.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler/js-typed-lowering.cc View 2 chunks +16 lines, -1 line 0 comments Download
M src/compiler/machine-operator.h View 2 chunks +2 lines, -1 line 0 comments Download
M src/compiler/machine-operator.cc View 4 chunks +13 lines, -6 lines 0 comments Download
M src/compiler/pipeline.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/compiler/raw-machine-assembler.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/compiler/simplified-lowering.cc View 2 chunks +11 lines, -5 lines 0 comments Download
M src/compiler/typer.cc View 3 chunks +9 lines, -2 lines 0 comments Download
M test/cctest/compiler/graph-builder-tester.h View 1 chunk +1 line, -0 lines 0 comments Download
M test/cctest/compiler/test-instruction.cc View 1 chunk +1 line, -0 lines 0 comments Download
M test/cctest/compiler/test-js-constant-cache.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/compiler/test-js-context-specialization.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/compiler/test-js-typed-lowering.cc View 1 chunk +1 line, -0 lines 0 comments Download
M test/cctest/compiler/test-machine-operator-reducer.cc View 1 chunk +1 line, -0 lines 0 comments Download
M test/cctest/compiler/test-schedule.cc View 1 chunk +2 lines, -1 line 0 comments Download
M test/cctest/compiler/test-scheduler.cc View 16 chunks +11 lines, -16 lines 0 comments Download
M test/cctest/compiler/test-simplified-lowering.cc View 5 chunks +70 lines, -22 lines 0 comments Download
A test/mjsunit/mod-range.js View 1 chunk +77 lines, -0 lines 0 comments Download
M test/unittests/compiler/change-lowering-unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/unittests/compiler/js-builtin-reducer-unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/unittests/compiler/js-typed-lowering-unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/unittests/compiler/machine-operator-reducer-unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/unittests/compiler/node-matchers-unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/unittests/compiler/simplified-operator-reducer-unittest.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 1 (0 generated)
Benedikt Meurer
6 years, 1 month ago (2014-11-10 13:46:07 UTC) #1

          

Powered by Google App Engine
This is Rietveld 408576698