Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

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