2 files changed
+35
-1
lines changedSubmodule llvm-project updated 52 files
- clang/docs/ReleaseNotes.rst+7
- clang/include/clang/Sema/ScopeInfo.h+2-2
- clang/lib/CodeGen/CGDecl.cpp+27-16
- clang/lib/Sema/SemaDecl.cpp+47-26
- clang/lib/Sema/SemaTemplate.cpp+21-1
- clang/test/CodeGen/aapcs-align.cpp+2-2
- clang/test/CodeGen/aapcs64-align.cpp+4-4
- clang/test/CodeGen/attr-counted-by.c+6-18
- clang/test/CodeGenCXX/auto-var-init.cpp+15-12
- clang/test/CodeGenOpenCL/amdgpu-printf.cl+1-8
- clang/test/OpenMP/bug54082.c+1-3
- clang/test/SemaCXX/warn-shadow-in-lambdas.cpp+89-3
- clang/test/SemaTemplate/concepts-friends.cpp+26
- clang/test/SemaTemplate/ctad.cpp+1-1
- compiler-rt/lib/msan/msan.cpp+1-1
- compiler-rt/lib/msan/msan.h+24-11
- compiler-rt/lib/msan/msan_allocator.cpp+3
- compiler-rt/lib/msan/msan_linux.cpp+54-13
- compiler-rt/lib/tsan/rtl/tsan_interceptors_posix.cpp+18-25
- libcxx/modules/CMakeLists.txt+13-2
- lld/ELF/Arch/X86_64.cpp+4-3
- lld/test/ELF/x86-64-gotpc-relax-too-far.s+11-1
- llvm/CMakeLists.txt+1-1
- llvm/include/llvm/Support/FormattedStream.h+44-7
- llvm/lib/Support/FormattedStream.cpp+3
- llvm/lib/Target/ARM/ARMFrameLowering.cpp+7-4
- llvm/lib/Target/ARM/ARMFrameLowering.h+4
- llvm/lib/Target/ARM/ARMLoadStoreOptimizer.cpp+10-13
- llvm/lib/Target/LoongArch/LoongArchTargetMachine.h+5
- llvm/lib/Target/Mips/MipsExpandPseudo.cpp+51-9
- llvm/lib/Target/PowerPC/PPCFrameLowering.cpp-6
- llvm/lib/Target/SystemZ/SystemZISelLowering.cpp+34
- llvm/lib/Transforms/Scalar/SROA.cpp+53-27
- llvm/test/CodeGen/ARM/ldst-opt-lr-restored.ll+56
- llvm/test/CodeGen/LoongArch/addrspacecast.ll+47
- llvm/test/CodeGen/Mips/atomic-min-max.ll+543-72
- llvm/test/CodeGen/PowerPC/crsave.ll+284-45
- llvm/test/CodeGen/SystemZ/int-usub-12.ll+22
- llvm/test/CodeGen/SystemZ/int-usub-13.ll+2
- llvm/test/Transforms/SROA/vector-promotion.ll+62
- llvm/tools/llvm-mc/llvm-mc.cpp-5
- llvm/tools/llvm-objdump/llvm-objdump.cpp-7
- llvm/utils/lit/lit/__init__.py+1-1
- mlir/lib/Dialect/Linalg/TransformOps/LinalgTransformOps.cpp+1
- mlir/test/Interfaces/TilingInterface/lower-to-loops-using-interface.mlir+1
- mlir/tools/mlir-tblgen/OpDefinitionsGen.cpp+1-1
- openmp/runtime/src/kmp.h+3-1
- openmp/runtime/src/kmp_affinity.cpp+121-8
- openmp/runtime/src/kmp_affinity.h+71-2
- openmp/runtime/src/kmp_os.h+2-1
- openmp/runtime/src/z_Linux_util.cpp+31-6
- openmp/runtime/test/lit.cfg+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 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + |
0 commit comments