File tree
7 files changed
+232
-31
lines changed- compiler
- rustc_attr/src
- rustc_hir_typeck/src/method
- rustc_resolve/src/late
- src
- tests/ui/attributes
- auxiliary
7 files changed
+232
-31
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1285 | 1285 |
| |
1286 | 1286 |
| |
1287 | 1287 |
| |
| 1288 | + | |
| 1289 | + | |
| 1290 | + | |
| 1291 | + | |
| 1292 | + | |
| 1293 | + | |
| 1294 | + | |
| 1295 | + | |
| 1296 | + | |
| 1297 | + | |
| 1298 | + | |
| 1299 | + | |
| 1300 | + | |
| 1301 | + | |
| 1302 | + | |
| 1303 | + | |
| 1304 | + | |
| 1305 | + | |
| 1306 | + | |
| 1307 | + | |
| 1308 | + | |
| 1309 | + | |
| 1310 | + | |
| 1311 | + | |
| 1312 | + | |
| 1313 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| 6 | + | |
6 | 7 |
| |
7 | 8 |
| |
8 | 9 |
| |
| |||
1921 | 1922 |
| |
1922 | 1923 |
| |
1923 | 1924 |
| |
| 1925 | + | |
| 1926 | + | |
| 1927 | + | |
| 1928 | + | |
| 1929 | + | |
| 1930 | + | |
| 1931 | + | |
| 1932 | + | |
1924 | 1933 |
| |
1925 |
| - | |
1926 |
| - | |
| 1934 | + | |
1927 | 1935 |
| |
1928 | 1936 |
| |
1929 | 1937 |
| |
| |||
1935 | 1943 |
| |
1936 | 1944 |
| |
1937 | 1945 |
| |
1938 |
| - | |
1939 |
| - | |
1940 |
| - | |
1941 |
| - | |
1942 |
| - | |
1943 |
| - | |
1944 |
| - | |
1945 |
| - | |
1946 |
| - | |
1947 |
| - | |
1948 |
| - | |
1949 |
| - | |
1950 |
| - | |
1951 |
| - | |
1952 |
| - | |
1953 |
| - | |
1954 |
| - | |
1955 |
| - | |
1956 |
| - | |
1957 |
| - | |
1958 |
| - | |
1959 |
| - | |
1960 |
| - | |
1961 |
| - | |
1962 |
| - | |
1963 |
| - | |
1964 |
| - | |
1965 | 1946 |
| |
1966 | 1947 |
| |
| 1948 | + | |
1967 | 1949 |
| |
1968 | 1950 |
| |
1969 | 1951 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| 14 | + | |
14 | 15 |
| |
15 | 16 |
| |
16 | 17 |
| |
| |||
40 | 41 |
| |
41 | 42 |
| |
42 | 43 |
| |
43 |
| - | |
| 44 | + | |
44 | 45 |
| |
45 | 46 |
| |
46 | 47 |
| |
| |||
459 | 460 |
| |
460 | 461 |
| |
461 | 462 |
| |
| 463 | + | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
462 | 475 |
| |
463 | 476 |
| |
464 | 477 |
| |
| |||
783 | 796 |
| |
784 | 797 |
| |
785 | 798 |
| |
| 799 | + | |
| 800 | + | |
| 801 | + | |
| 802 | + | |
| 803 | + | |
| 804 | + | |
| 805 | + | |
| 806 | + | |
| 807 | + | |
| 808 | + | |
| 809 | + | |
| 810 | + | |
| 811 | + | |
| 812 | + | |
| 813 | + | |
| 814 | + | |
| 815 | + | |
| 816 | + | |
| 817 | + | |
| 818 | + | |
| 819 | + | |
| 820 | + | |
| 821 | + | |
| 822 | + | |
| 823 | + | |
| 824 | + | |
| 825 | + | |
| 826 | + | |
| 827 | + | |
| 828 | + | |
| 829 | + | |
| 830 | + | |
| 831 | + | |
| 832 | + | |
| 833 | + | |
| 834 | + | |
| 835 | + | |
| 836 | + | |
| 837 | + | |
| 838 | + | |
| 839 | + | |
| 840 | + | |
| 841 | + | |
| 842 | + | |
786 | 843 |
| |
787 | 844 |
| |
788 | 845 |
| |
|
Submodule llvm-project updated 88 files
- .github/workflows/release-binaries.yml+8
- bolt/test/perf2bolt/lit.local.cfg+2-3
- clang/cmake/caches/Release.cmake+2-5
- clang/include/clang/AST/DeclBase.h-3
- clang/include/clang/Tooling/CompilationDatabase.h-6
- clang/lib/AST/DeclBase.cpp-4
- clang/lib/CodeGen/CGExprScalar.cpp+11-15
- clang/lib/Driver/ToolChains/Clang.cpp-26
- clang/lib/Format/FormatTokenLexer.cpp-7
- clang/lib/Format/TokenAnnotator.cpp+5
- clang/lib/Sema/SemaConcept.cpp+2-24
- clang/lib/Sema/SemaDecl.cpp+1-2
- clang/lib/Tooling/CMakeLists.txt-1
- clang/lib/Tooling/LocateToolCompilationDatabase.cpp-71
- clang/test/ClangScanDeps/implicit-target.c-31
- clang/test/ClangScanDeps/modules-extern-submodule.c+2-1
- clang/test/ClangScanDeps/modules-full-output-tu-order.c+4-2
- clang/test/ClangScanDeps/modules-has-include-umbrella-header.c+2-1
- clang/test/ClangScanDeps/modules-header-sharing.m+2-1
- clang/test/ClangScanDeps/modules-implementation-module-map.c+2-1
- clang/test/ClangScanDeps/modules-implementation-private.m+2-1
- clang/test/ClangScanDeps/modules-priv-fw-from-pub.m+2-1
- clang/test/ClangScanDeps/resolve-executable-path.c-32
- clang/test/CodeGen/X86/x86-atomic-double.c+44-44
- clang/test/CodeGen/X86/x86-atomic-long_double.c+52-241
- clang/test/Driver/debug-options-as.c+1-16
- clang/test/Modules/pr107673.cppm-12
- clang/test/Modules/pr108732.cppm-14
- clang/test/SemaTemplate/concepts-out-of-line-def.cpp-23
- clang/tools/clang-scan-deps/CMakeLists.txt-1
- clang/tools/clang-scan-deps/ClangScanDeps.cpp+1-13
- clang/unittests/Format/FormatTest.cpp-6
- cmake/Modules/LLVMVersion.cmake+1-1
- compiler-rt/lib/sanitizer_common/sanitizer_linux.cpp-12
- libcxx/include/__config+1-1
- libcxx/test/std/time/time.zone/time.zone.timezone/time.zone.members/sys_info.zdump.pass.cpp+4-1
- libcxx/test/tools/clang_tidy_checks/CMakeLists.txt-2
- libcxx/vendor/llvm/default_assertion_handler.in+1-2
- lld/ELF/ICF.cpp+2-2
- lld/ELF/InputSection.cpp+3-3
- lld/ELF/InputSection.h-4
- lld/test/ELF/icf10.s-3
- lldb/test/API/commands/expression/import-std-module/deque-dbg-info-content/Makefile+3-1
- lldb/test/API/commands/expression/import-std-module/list-dbg-info-content/Makefile+3-1
- lldb/test/API/commands/expression/import-std-module/vector-dbg-info-content/Makefile+3-1
- lldb/test/API/commands/expression/import-std-module/vector-dbg-info-content/TestDbgInfoContentVectorFromStdModule.py-1
- llvm/include/llvm/Analysis/AliasAnalysis.h+1-1
- llvm/lib/Analysis/AliasAnalysis.cpp-2
- llvm/lib/CodeGen/InitUndef.cpp-1
- llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp+32-51
- llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp+1-2
- llvm/lib/ExecutionEngine/Orc/Core.cpp-15
- llvm/lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp+3-3
- llvm/lib/Target/AVR/AVRISelDAGToDAG.cpp+2-7
- llvm/lib/Target/LoongArch/LoongArchISelLowering.cpp+2-4
- llvm/lib/Target/LoongArch/LoongArchInstrInfo.td+1-4
- llvm/lib/Target/LoongArch/LoongArchLASXInstrInfo.td-6
- llvm/lib/Target/LoongArch/LoongArchOptWInstrs.cpp-15
- llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp+1-2
- llvm/lib/Target/X86/X86ISelLowering.cpp+1-1
- llvm/lib/Target/X86/X86InstrAVX512.td+2-2
- llvm/lib/Transforms/Utils/InlineFunction.cpp+4-16
- llvm/lib/Transforms/Utils/LoopPeel.cpp+1-1
- llvm/test/CodeGen/AMDGPU/GlobalISel/flat-scratch.ll-239
- llvm/test/CodeGen/AMDGPU/flat-scratch.ll-444
- llvm/test/CodeGen/AVR/ldd-immediate-overflow.ll-144
- llvm/test/CodeGen/AVR/std-immediate-overflow.ll-137
- llvm/test/CodeGen/LoongArch/ir-instruction/load-store-atomic.ll-119
- llvm/test/CodeGen/LoongArch/ir-instruction/sdiv-udiv-srem-urem.ll-61
- llvm/test/CodeGen/LoongArch/lasx/issue107355.ll-35
- llvm/test/CodeGen/PowerPC/ldexp-libcall.ll+2-2
- llvm/test/CodeGen/PowerPC/ldexp.ll+15-21
- llvm/test/CodeGen/PowerPC/negative-integer-fp-libcall.ll-26
- llvm/test/CodeGen/RISCV/rvv/fixed-vectors-buildvec-of-binop.ll+7-6
- llvm/test/CodeGen/RISCV/rvv/fixed-vectors-masked-gather.ll+48-48
- llvm/test/CodeGen/RISCV/rvv/shuffle-reverse.ll+30-30
- llvm/test/CodeGen/X86/cmp-shiftX-maskX.ll-24
- llvm/test/CodeGen/X86/fold-int-pow2-with-fmul-or-fdiv.ll+24-45
- llvm/test/MC/Disassembler/X86/apx/kmov.txt-16
- llvm/test/MC/X86/apx/kmov-att.s+1-13
- llvm/test/MC/X86/apx/kmov-intel.s-12
- llvm/test/Transforms/Inline/access-attributes-prop.ll-21
- llvm/test/Transforms/Inline/ret_attr_align_and_noundef.ll-51
- llvm/test/Transforms/LoopUnroll/pr109333.ll-104
- llvm/test/tools/llvm-ml/rip_relative_addressing.asm+1-11
- llvm/utils/gn/secondary/llvm/version.gni+1-1
- llvm/utils/lit/lit/__init__.py+1-1
- llvm/utils/mlgo-utils/mlgo/__init__.py+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 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 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 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 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + |
0 commit comments