1 file changed
+1
-1
lines changedSubmodule llvm-project updated 97 files
- clang/cmake/caches/PGO.cmake+1-1
- clang/docs/ReleaseNotes.rst+2-2
- clang/docs/index.rst+1
- clang/include/clang/AST/ASTContext.h+1-2
- clang/lib/AST/ASTContext.cpp+1-1
- clang/lib/AST/DeclCXX.cpp+7
- clang/lib/AST/ExprConstant.cpp+6-4
- clang/lib/AST/Type.cpp+20
- clang/lib/CodeGen/CGCall.cpp+12-14
- clang/lib/CodeGen/CGCall.h+6
- clang/lib/CodeGen/CGExpr.cpp+8-1
- clang/lib/Sema/SemaDecl.cpp+1
- clang/lib/Sema/SemaTypeTraits.cpp+4-1
- clang/lib/StaticAnalyzer/Core/ExprEngineC.cpp+2-1
- clang/test/Analysis/engine/gh151711.cpp+18
- clang/test/CodeGenCXX/debug-info-structured-binding.cpp+43-1
- clang/test/Sema/constexpr.c+7
- clang/test/SemaCXX/ptrauth-triviality.cpp+3-3
- clang/test/SemaCXX/ptrauth-type-traits.cpp+401
- clang/test/SemaCXX/trivially-relocatable-ptrauth.cpp+2-2
- clang/tools/clang-format/git-clang-format+1-1
- cmake/Modules/CMakePolicy.cmake+6
- cmake/Modules/LLVMVersion.cmake+1-1
- compiler-rt/lib/builtins/cpu_model/aarch64.c+4-4
- compiler-rt/lib/builtins/cpu_model/aarch64/fmv/elf_aux_info.inc
- compiler-rt/lib/builtins/cpu_model/aarch64/lse_atomics/elf_aux_info.inc
- compiler-rt/lib/sanitizer_common/sanitizer_linux_libcdep.cpp+1
- compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_freebsd.cpp-22
- compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_freebsd.h-16
- compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_netbsd.cpp+1-2
- libcxx/include/CMakeLists.txt+1
- libcxx/include/__algorithm/sort.h+3
- libcxx/include/__bit/bit_log2.h+2
- libcxx/include/__config+1-1
- libcxx/include/__functional/hash.h+10-4
- libcxx/include/__type_traits/is_unqualified.h+25
- libcxx/include/fstream+24-11
- libcxx/include/module.modulemap.in+1
- libcxx/lib/abi/CMakeLists.txt+3
- libcxx/src/algorithm.cpp+3
- libcxx/test/std/input.output/file.streams/fstreams/filebuf.virtuals/overflow.writefail.pass.cpp+72
- libcxx/test/std/utilities/function.objects/unord.hash/enum.pass.cpp+10
- libcxx/test/std/utilities/function.objects/unord.hash/floating.pass.cpp+10
- libcxx/test/std/utilities/function.objects/unord.hash/integral.pass.cpp+10
- libcxx/utils/libcxx/sym_check/util.py+1-1
- lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp+10
- lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp+17-33
- lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp+12
- lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/string/TestDataFormatterStdString.py+6
- lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/string/main.cpp+35
- lldb/test/API/lang/cpp/lambdas/TestLambdas.py+9-1
- lldb/test/Shell/Expr/TestLambdaExprImport.test+26
- lldb/test/Shell/SymbolFile/DWARF/objcxx-forward-decls.test+70
- llvm/lib/Target/AArch64/AArch64AsmPrinter.cpp+23-5
- llvm/lib/Target/AArch64/AArch64BranchTargets.cpp+35-11
- llvm/lib/Target/AArch64/AArch64InstrInfo.td+1-1
- llvm/lib/Target/LoongArch/LoongArchISelLowering.cpp+6-3
- llvm/lib/Target/NVPTX/NVPTXISelLowering.cpp+1-11
- llvm/lib/Target/RISCV/RISCVTargetTransformInfo.cpp+1
- llvm/lib/Target/X86/X86ISelLowering.cpp+18-4
- llvm/lib/Target/Xtensa/XtensaISelLowering.cpp+10-6
- llvm/lib/Transforms/Coroutines/Coroutines.cpp+3
- llvm/lib/Transforms/IPO/ThinLTOBitcodeWriter.cpp+11-1
- llvm/lib/Transforms/Utils/ScalarEvolutionExpander.cpp+9-2
- llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp+4-1
- llvm/test/Analysis/CostModel/RISCV/cast.ll+2.7k-1.3k
- llvm/test/CodeGen/AArch64/bti-ehpad.ll+44
- llvm/test/CodeGen/AArch64/ptrauth-call.ll+97-4
- llvm/test/CodeGen/AArch64/ptrauth-intrinsic-auth-resign.ll+123
- llvm/test/CodeGen/AArch64/sign-return-address-pauth-lr.ll+8-8
- llvm/test/CodeGen/AArch64/wineh-bti-funclet.ll+79
- llvm/test/CodeGen/AArch64/wineh-bti.ll+1-1
- llvm/test/CodeGen/LoongArch/lasx/broadcast-load.ll+26
- llvm/test/CodeGen/LoongArch/lsx/broadcast-load.ll+26-2
- llvm/test/CodeGen/NVPTX/f16x2-instructions.ll+346-245
- llvm/test/CodeGen/NVPTX/f32x2-instructions.ll+397-246
- llvm/test/CodeGen/NVPTX/i16x2-instructions.ll+151-82
- llvm/test/CodeGen/NVPTX/i8x4-instructions.ll+22-18
- llvm/test/CodeGen/NVPTX/pr126337.ll+41
- llvm/test/CodeGen/NVPTX/reduction-intrinsics.ll+137-89
- llvm/test/CodeGen/X86/avx512cfmulsh-instrinsics.ll+3-3
- llvm/test/CodeGen/X86/avx512fp16-intrinsics.ll+16
- llvm/test/CodeGen/X86/pr156256.ll+25
- llvm/test/CodeGen/Xtensa/select-cc-fp.ll+24-9
- llvm/test/Transforms/LoopDistribute/scev-inserted-runtime-check.ll+14-4
- llvm/test/Transforms/LoopVectorize/X86/cost-model.ll+3-2
- llvm/test/Transforms/LoopVectorize/interleaved-accesses-3.ll-124
- llvm/test/Transforms/LoopVectorize/interleaved-accesses-requiring-scev-predicates.ll+258
- llvm/test/Transforms/LoopVectorize/runtime-check-small-clamped-bounds.ll+3
- llvm/test/Transforms/LoopVersioning/wrapping-pointer-versioning.ll+7-2
- llvm/test/Transforms/SLPVectorizer/X86/revectorize-phis.ll+193
- llvm/test/Transforms/ThinLTOBitcodeWriter/cfi-check.ll+19
- 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
- llvm/utils/release/github-upload-release.py+1-1
- mlir/cmake/modules/AddMLIR.cmake+1-1
0 commit comments