|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+777 lines, -17 lines) |
Patch |
|
M |
BUILD.gn
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
4 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/compiler/arm/code-generator-arm.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
12 chunks |
+26 lines, -8 lines |
0 comments
|
Download
|
|
A |
src/compiler/arm/unwinding-info-writer-arm.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
1 chunk |
+72 lines, -0 lines |
0 comments
|
Download
|
|
A |
src/compiler/arm/unwinding-info-writer-arm.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
1 chunk |
+108 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/compiler/arm64/code-generator-arm64.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
11 chunks |
+21 lines, -4 lines |
0 comments
|
Download
|
|
A |
src/compiler/arm64/unwinding-info-writer-arm64.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
1 chunk |
+72 lines, -0 lines |
0 comments
|
Download
|
|
A |
src/compiler/arm64/unwinding-info-writer-arm64.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
1 chunk |
+109 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/compiler/code-generator.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/compiler/code-generator.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
5 chunks |
+9 lines, -1 line |
0 comments
|
Download
|
|
A |
src/compiler/unwinding-info-writer.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
1 chunk |
+55 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/compiler/x64/code-generator-x64.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
15 chunks |
+49 lines, -4 lines |
0 comments
|
Download
|
|
A |
src/compiler/x64/unwinding-info-writer-x64.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
1 chunk |
+79 lines, -0 lines |
0 comments
|
Download
|
|
A |
src/compiler/x64/unwinding-info-writer-x64.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
1 chunk |
+102 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/v8.gyp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
4 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
|
M |
test/cctest/cctest.gyp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
A |
test/cctest/compiler/test-run-unwinding-info.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
1 chunk |
+58 lines, -0 lines |
0 comments
|
Download
|