6 files changed
+77
-2
lines changedSubmodule llvm-project updated 36 files
- .github/workflows/libclang-python-tests.yml+1-1
- .github/workflows/llvm-project-tests.yml+2-8
- clang/docs/ReleaseNotes.rst+1-2
- clang/lib/Driver/Driver.cpp-5
- clang/lib/Driver/ToolChains/Hexagon.cpp+1-1
- clang/lib/Format/UnwrappedLineParser.cpp+1-1
- clang/lib/Sema/SemaDeclCXX.cpp+1-1
- clang/test/Driver/hexagon-toolchain-linux.c+5-5
- clang/test/Driver/modules-print-library-module-manifest-path.cpp-26
- clang/test/Modules/initializer-list-recognition-through-export-and-linkage-issue-118218.cpp-39
- clang/unittests/Format/FormatTest.cpp-18
- clang/unittests/Format/TokenAnnotatorTest.cpp-19
- cmake/Modules/LLVMVersion.cmake+1-1
- compiler-rt/lib/CMakeLists.txt+1-1
- compiler-rt/lib/lsan/lsan_interceptors.cpp-2
- compiler-rt/test/sanitizer_common/TestCases/dlsym_alloc.c-60
- libcxx/include/__config+1-1
- llvm/cmake/modules/Findzstd.cmake+2-3
- llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.h+1-1
- llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp+2-6
- llvm/lib/Target/Hexagon/HexagonISelLowering.cpp-4
- llvm/lib/Target/RISCV/RISCVISelLowering.cpp+4-7
- llvm/lib/Target/RISCV/RISCVInstrInfo.cpp-7
- llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td+9-8
- llvm/lib/Target/RISCV/RISCVInstrInfoXCV.td+1-1
- llvm/lib/Target/RISCV/RISCVInstrInfoXSf.td+2-3
- llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp+1-4
- llvm/test/CodeGen/ARM/scalarize-assert-zext.ll-46
- llvm/test/CodeGen/Hexagon/simple-types-mem.ll-22
- llvm/test/CodeGen/RISCV/rvv/rv32-zve-bitcast-crash.ll-22
- llvm/test/CodeGen/RISCV/rvv/sf_vfnrclip_x_f_qf.ll+3-1
- llvm/test/CodeGen/RISCV/rvv/sf_vfnrclip_xu_f_qf.ll+3-1
- llvm/test/Transforms/SLPVectorizer/slp-deleted-inst.ll-51
- 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
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + |
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + |
Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + |
Lines changed: 64 additions & 0 deletions
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 | + |
0 commit comments