Commit 3764ba2
File tree
15 files changed
+44
-21
lines changedFilter options
- compiler-rt
- cmake
- Modules
- lib/builtins
- aarch64
- cpu_model
- test/builtins/Unit
15 files changed
+44
-21
lines changedcompiler-rt/cmake/Modules/AddCompilerRT.cmake
Copy file name to clipboardExpand all lines: compiler-rt/cmake/Modules/AddCompilerRT.cmake+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
123 | 123 |
|
124 | 124 |
|
125 | 125 |
|
126 |
| - |
| 126 | + |
127 | 127 |
|
128 | 128 |
|
129 | 129 |
|
|
compiler-rt/cmake/builtin-config-ix.cmake
Copy file name to clipboardExpand all lines: compiler-rt/cmake/builtin-config-ix.cmake+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
59 | 59 |
|
60 | 60 |
|
61 | 61 |
|
62 |
| - |
| 62 | + |
63 | 63 |
|
64 | 64 |
|
65 | 65 |
|
|
compiler-rt/lib/builtins/CMakeLists.txt
Copy file name to clipboardExpand all lines: compiler-rt/lib/builtins/CMakeLists.txt+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
668 | 668 |
|
669 | 669 |
|
670 | 670 |
|
| 671 | + |
671 | 672 |
|
672 | 673 |
|
673 | 674 |
|
|
compiler-rt/lib/builtins/aarch64/chkstk.S
Copy file name to clipboardExpand all lines: compiler-rt/lib/builtins/aarch64/chkstk.S+10-4Lines changed: 10 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
18 |
| - |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
19 | 25 |
|
20 | 26 |
|
21 | 27 |
|
22 | 28 |
|
23 |
| - |
| 29 | + |
24 | 30 |
|
25 | 31 |
|
26 | 32 |
|
| ||
30 | 36 |
|
31 | 37 |
|
32 | 38 |
|
33 |
| - |
| 39 | + |
34 | 40 |
|
35 |
| - |
| 41 | + |
compiler-rt/lib/builtins/aarch64/lse.S
Copy file name to clipboardExpand all lines: compiler-rt/lib/builtins/aarch64/lse.S+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
23 |
| - |
| 23 | + |
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
| ||
267 | 267 |
|
268 | 268 |
|
269 | 269 |
|
270 |
| - |
| 270 | + |
compiler-rt/lib/builtins/aarch64/sme-libc-mem-routines.S
Copy file name to clipboardExpand all lines: compiler-rt/lib/builtins/aarch64/sme-libc-mem-routines.S+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
235 | 235 |
|
236 | 236 |
|
237 | 237 |
|
238 |
| - |
| 238 | + |
239 | 239 |
|
240 | 240 |
|
241 | 241 |
|
|
compiler-rt/lib/builtins/clear_cache.c
Copy file name to clipboardExpand all lines: compiler-rt/lib/builtins/clear_cache.c+4-3Lines changed: 4 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
59 | 59 |
|
60 | 60 |
|
61 | 61 |
|
62 |
| - |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
63 | 66 |
|
64 | 67 |
|
65 | 68 |
|
66 | 69 |
|
67 |
| - |
68 |
| - |
69 | 70 |
|
70 | 71 |
|
71 | 72 |
|
|
compiler-rt/lib/builtins/cpu_model/aarch64.c
Copy file name to clipboardExpand all lines: compiler-rt/lib/builtins/cpu_model/aarch64.c+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
17 |
| - |
| 17 | + |
| 18 | + |
18 | 19 |
|
19 | 20 |
|
20 | 21 |
|
|
compiler-rt/lib/builtins/cpu_model/aarch64.h
Copy file name to clipboardExpand all lines: compiler-rt/lib/builtins/cpu_model/aarch64.h+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
11 |
| - |
| 11 | + |
| 12 | + |
12 | 13 |
|
13 | 14 |
|
14 | 15 |
|
|
compiler-rt/lib/builtins/fp_compare_impl.inc
Copy file name to clipboardExpand all lines: compiler-rt/lib/builtins/fp_compare_impl.inc+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
15 |
| - |
| 15 | + |
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
|
compiler-rt/lib/builtins/fp_lib.h
Copy file name to clipboardExpand all lines: compiler-rt/lib/builtins/fp_lib.h+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
359 | 359 |
|
360 | 360 |
|
361 | 361 |
|
362 |
| - |
| 362 | + |
363 | 363 |
|
364 | 364 |
|
365 | 365 |
|
|
compiler-rt/lib/builtins/udivmodti4.c
Copy file name to clipboardExpand all lines: compiler-rt/lib/builtins/udivmodti4.c+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
83 | 83 |
|
84 | 84 |
|
85 | 85 |
|
86 |
| - |
| 86 | + |
87 | 87 |
|
88 | 88 |
|
89 | 89 |
|
|
compiler-rt/test/builtins/Unit/enable_execute_stack_test.c
Copy file name to clipboardExpand all lines: compiler-rt/test/builtins/Unit/enable_execute_stack_test.c+13Lines changed: 13 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
10 | 10 |
|
11 | 11 |
|
12 | 12 |
|
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
13 | 25 |
|
14 | 26 |
|
15 | 27 |
|
| 28 | + |
16 | 29 |
|
17 | 30 |
|
18 | 31 |
|
|
compiler-rt/test/builtins/Unit/fixunstfdi_test.c
Copy file name to clipboardExpand all lines: compiler-rt/test/builtins/Unit/fixunstfdi_test.c+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
7 |
| - |
| 7 | + |
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
| ||
35 | 35 |
|
36 | 36 |
|
37 | 37 |
|
38 |
| - |
| 38 | + |
39 | 39 |
|
40 | 40 |
|
41 | 41 |
|
|
compiler-rt/test/builtins/Unit/multc3_test.c
Copy file name to clipboardExpand all lines: compiler-rt/test/builtins/Unit/multc3_test.c+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
7 |
| - |
| 7 | + |
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
| ||
348 | 348 |
|
349 | 349 |
|
350 | 350 |
|
351 |
| - |
| 351 | + |
352 | 352 |
|
353 | 353 |
|
354 | 354 |
|
|
0 commit comments