|
Total comments: 32
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1443 lines, -344 lines) |
Patch |
|
M |
runtime/vm/assembler_arm.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+0 lines, -20 lines |
0 comments
|
Download
|
|
M |
runtime/vm/assembler_arm.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
4 chunks |
+3 lines, -93 lines |
0 comments
|
Download
|
|
M |
runtime/vm/assembler_arm_test.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
57 chunks |
+61 lines, -60 lines |
0 comments
|
Download
|
|
M |
runtime/vm/assembler_ia32.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+0 lines, -19 lines |
0 comments
|
Download
|
|
M |
runtime/vm/assembler_ia32.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
6 chunks |
+5 lines, -57 lines |
0 comments
|
Download
|
|
M |
runtime/vm/assembler_ia32_test.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
9 chunks |
+9 lines, -8 lines |
0 comments
|
Download
|
|
M |
runtime/vm/assembler_mips.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+0 lines, -9 lines |
0 comments
|
Download
|
|
M |
runtime/vm/assembler_mips_test.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
runtime/vm/assembler_x64.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+0 lines, -18 lines |
0 comments
|
Download
|
|
M |
runtime/vm/assembler_x64.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+1 line, -47 lines |
0 comments
|
Download
|
|
M |
runtime/vm/cpu.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+13 lines, -0 lines |
0 comments
|
Download
|
|
A |
runtime/vm/cpu_arm.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+82 lines, -0 lines |
0 comments
|
Download
|
|
M |
runtime/vm/cpu_arm.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+73 lines, -2 lines |
0 comments
|
Download
|
|
A |
runtime/vm/cpu_ia32.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+67 lines, -0 lines |
0 comments
|
Download
|
|
M |
runtime/vm/cpu_ia32.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+39 lines, -1 line |
0 comments
|
Download
|
|
A |
runtime/vm/cpu_mips.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+54 lines, -0 lines |
0 comments
|
Download
|
|
M |
runtime/vm/cpu_mips.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+57 lines, -2 lines |
0 comments
|
Download
|
|
A |
runtime/vm/cpu_x64.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+67 lines, -0 lines |
0 comments
|
Download
|
|
M |
runtime/vm/cpu_x64.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+37 lines, -0 lines |
0 comments
|
Download
|
|
A |
runtime/vm/cpuid.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+48 lines, -0 lines |
0 comments
|
Download
|
|
A |
runtime/vm/cpuid.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+116 lines, -0 lines |
0 comments
|
Download
|
|
A |
runtime/vm/cpuinfo.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+75 lines, -0 lines |
0 comments
|
Download
|
|
A |
runtime/vm/cpuinfo_android.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+81 lines, -0 lines |
0 comments
|
Download
|
|
A |
runtime/vm/cpuinfo_linux.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+128 lines, -0 lines |
0 comments
|
Download
|
|
A |
runtime/vm/cpuinfo_macos.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+93 lines, -0 lines |
0 comments
|
Download
|
|
A |
runtime/vm/cpuinfo_test.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+19 lines, -0 lines |
0 comments
|
Download
|
|
A |
runtime/vm/cpuinfo_win.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+87 lines, -0 lines |
0 comments
|
Download
|
|
M |
runtime/vm/dart.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
3 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
|
M |
runtime/vm/flow_graph_compiler_arm.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
3 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
|
M |
runtime/vm/flow_graph_compiler_ia32.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
runtime/vm/flow_graph_optimizer.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
runtime/vm/intermediate_language.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
|
A |
runtime/vm/proccpuinfo.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+34 lines, -0 lines |
0 comments
|
Download
|
|
A |
runtime/vm/proccpuinfo.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+156 lines, -0 lines |
0 comments
|
Download
|
|
M |
runtime/vm/service.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
|
M |
runtime/vm/simulator_arm.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
runtime/vm/vm_sources.gypi
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
Total messages: 6 (0 generated)
|