File tree
5 files changed
+54
-54
lines changed- library/std
- src
- bootstrap/src
- core/config
- tests
- ci/scripts
5 files changed
+54
-54
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 |
| - | |
| 21 | + | |
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
|
Lines changed: 28 additions & 28 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 |
| - | |
23 | 22 |
| |
24 | 23 |
| |
25 | 24 |
| |
| |||
2110 | 2109 |
| |
2111 | 2110 |
| |
2112 | 2111 |
| |
2113 |
| - | |
2114 |
| - | |
| 2112 | + | |
| 2113 | + | |
2115 | 2114 |
| |
2116 |
| - | |
2117 |
| - | |
2118 |
| - | |
2119 |
| - | |
2120 |
| - | |
2121 |
| - | |
2122 |
| - | |
2123 |
| - | |
2124 |
| - | |
2125 |
| - | |
2126 |
| - | |
2127 |
| - | |
2128 |
| - | |
2129 |
| - | |
2130 |
| - | |
2131 |
| - | |
2132 |
| - | |
2133 |
| - | |
2134 |
| - | |
2135 |
| - | |
2136 |
| - | |
2137 |
| - | |
2138 |
| - | |
2139 |
| - | |
2140 |
| - | |
| 2115 | + | |
| 2116 | + | |
| 2117 | + | |
| 2118 | + | |
| 2119 | + | |
| 2120 | + | |
| 2121 | + | |
| 2122 | + | |
| 2123 | + | |
| 2124 | + | |
| 2125 | + | |
| 2126 | + | |
| 2127 | + | |
| 2128 | + | |
| 2129 | + | |
| 2130 | + | |
| 2131 | + | |
| 2132 | + | |
| 2133 | + | |
| 2134 | + | |
| 2135 | + | |
| 2136 | + | |
| 2137 | + | |
| 2138 | + | |
| 2139 | + | |
| 2140 | + | |
2141 | 2141 |
| |
2142 | 2142 |
| |
2143 | 2143 |
| |
|
Lines changed: 23 additions & 23 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 |
| - | |
20 |
| - | |
21 |
| - | |
22 |
| - | |
23 |
| - | |
24 |
| - | |
25 |
| - | |
26 |
| - | |
27 |
| - | |
28 |
| - | |
29 |
| - | |
30 |
| - | |
31 |
| - | |
32 |
| - | |
33 |
| - | |
34 |
| - | |
35 |
| - | |
36 |
| - | |
37 |
| - | |
38 |
| - | |
39 |
| - | |
40 |
| - | |
41 |
| - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
|
Submodule llvm-project updated 37 files
- .github/workflows/llvm-project-tests.yml+9-4
- llvm/lib/Target/SBF/CMakeLists.txt+1
- llvm/lib/Target/SBF/SBFAdjustOpt.cpp+1-151
- llvm/lib/Target/SBF/SBFCheckAndAdjustIR.cpp+1-48
- llvm/lib/Target/SBF/SBFFunctionInfo.cpp+28
- llvm/lib/Target/SBF/SBFFunctionInfo.h+32
- llvm/lib/Target/SBF/SBFISelDAGToDAG.cpp-57
- llvm/lib/Target/SBF/SBFISelLowering.cpp+74-51
- llvm/lib/Target/SBF/SBFInstrFormats.td+1
- llvm/lib/Target/SBF/SBFInstrInfo.cpp+43-29
- llvm/lib/Target/SBF/SBFInstrInfo.td+1
- llvm/lib/Target/SBF/SBFRegisterInfo.cpp+46-10
- llvm/lib/Target/SBF/SBFRegisterInfo.h+4
- llvm/lib/Target/SBF/SBFSelectionDAGInfo.cpp+5-1
- llvm/lib/Target/SBF/SBFSubtarget.cpp+1-7
- llvm/lib/Target/SBF/SBFSubtarget.h+6-1
- llvm/lib/Target/SBF/SBFTargetFeatures.td+4-2
- llvm/lib/Target/SBF/SBFTargetMachine.cpp+9-1
- llvm/lib/Target/SBF/SBFTargetMachine.h+4
- llvm/test/CodeGen/BPF/intrinsics.ll-3
- llvm/test/CodeGen/SBF/32-bit-subreg-alu.ll+26
- llvm/test/CodeGen/SBF/adjust-opt-icmp2.ll-98
- llvm/test/CodeGen/SBF/adjust-opt-icmp3.ll-85
- llvm/test/CodeGen/SBF/adjust-opt-icmp4.ll-85
- llvm/test/CodeGen/SBF/adjust-opt-icmp5.ll-71
- llvm/test/CodeGen/SBF/adjust-opt-icmp6.ll-71
- llvm/test/CodeGen/SBF/func_call_error.ll+46
- llvm/test/CodeGen/SBF/intrinsics.ll-100
- llvm/test/CodeGen/SBF/many_args_new_conv.ll+115
- llvm/test/CodeGen/SBF/memcpy-expand-in-order.ll+2-4
- llvm/test/CodeGen/SBF/memcpy_16.ll+92
- llvm/test/CodeGen/SBF/mod-64.ll+17
- llvm/test/CodeGen/SBF/pqr-class.ll+5-10
- llvm/test/CodeGen/SBF/stack_args_v2.ll+1-1
- llvm/test/CodeGen/SBF/warn-stack.ll+5-4
- llvm/test/MC/Disassembler/SBF/sbf-alu.txt+14
- llvm/test/MC/SBF/sbf-alu.s+17
0 commit comments