|
|
Merge TRUNCDIV and MOD into TRUNCDIV_MOD single operation.
Total comments: 10
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+594 lines, -206 lines) |
Patch |
 |
M |
runtime/vm/compiler.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/flow_graph_builder.h
|
View
|
1
2
3
|
1 chunk |
+15 lines, -15 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/flow_graph_inliner.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/flow_graph_optimizer.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
runtime/vm/flow_graph_optimizer.cc
|
View
|
1
2
3
4
5
|
3 chunks |
+81 lines, -1 line |
6 comments
|
Download
|
 |
M |
runtime/vm/flow_graph_type_propagator.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+6 lines, -1 line |
0 comments
|
Download
|
 |
M |
runtime/vm/intermediate_language.h
|
View
|
1
2
3
|
4 chunks |
+85 lines, -85 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/intermediate_language_arm.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+61 lines, -0 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/intermediate_language_ia32.cc
|
View
|
1
2
3
4
5
|
3 chunks |
+71 lines, -1 line |
0 comments
|
Download
|
 |
M |
runtime/vm/intermediate_language_mips.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+54 lines, -0 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/intermediate_language_x64.cc
|
View
|
1
2
3
4
5
|
4 chunks |
+97 lines, -1 line |
4 comments
|
Download
|
 |
M |
runtime/vm/intrinsifier.h
|
View
|
1
2
3
|
2 chunks |
+81 lines, -81 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/token.h
|
View
|
1
2
3
4
5
|
2 chunks |
+9 lines, -2 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/token.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
tests/language/arithmetic_test.dart
|
View
|
1
2
3
|
2 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
tests/language/modulo_test.dart
|
View
|
1
2
3
|
1 chunk |
+11 lines, -16 lines |
0 comments
|
Download
|
Total messages: 5 (0 generated)
|