[Bug 280562] [exp-run] Against llvm-19-update branch on GitHub
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 280562] [exp-run] Against llvm-19-update branch on GitHub"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 21 Nov 2024 17:47:56 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280562
--- Comment #125 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:
URL:
https://cgit.FreeBSD.org/src/commit/?id=415efcecd8b80f68e76376ef2b854cb6f5c84b5a
commit 415efcecd8b80f68e76376ef2b854cb6f5c84b5a
Merge: 7dfaf238562c f65bf063bcac
Author: Dimitry Andric <dim@FreeBSD.org>
AuthorDate: 2024-11-21 13:03:43 +0000
Commit: Dimitry Andric <dim@FreeBSD.org>
CommitDate: 2024-11-21 17:46:18 +0000
Merge llvm-project release/19.x llvmorg-19.1.4-0-gaadaa00de76e
This updates llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and
openmp to llvm-project release/19.x llvmorg-19.1.4-0-gaadaa00de76e,
a.k.a. 19.1.4 release.
PR: 280562
MFC after: 1 month
.../include/clang/Basic/BuiltinsLoongArchLASX.def | 146 ++++++++++-----------
.../include/clang/Basic/BuiltinsLoongArchLSX.def | 132 +++++++++----------
contrib/llvm-project/clang/lib/AST/Decl.cpp | 10 +-
.../llvm-project/clang/lib/AST/Interp/Interp.cpp | 8 ++
.../clang/lib/CodeGen/CodeGenModule.cpp | 4 +-
.../clang/lib/Format/UnwrappedLineParser.cpp | 8 +-
.../llvm-project/clang/lib/Sema/SemaConcept.cpp | 2 +-
.../compiler-rt/lib/builtins/int_math.h | 13 +-
.../compiler-rt/lib/fuzzer/FuzzerUtilWindows.cpp | 9 +-
.../lib/sanitizer_common/sanitizer_linux.cpp | 55 +++++---
contrib/llvm-project/libcxx/include/__config | 2 +-
.../llvm/include/llvm/Demangle/Demangle.h | 4 +
.../llvm/include/llvm/Demangle/MicrosoftDemangle.h | 4 +
.../llvm-project/llvm/include/llvm/IR/Mangler.h | 6 +
.../llvm/include/llvm/Target/TargetSelectionDAG.td | 6 +-
.../CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 6 +-
.../llvm/lib/Demangle/MicrosoftDemangle.cpp | 19 +++
contrib/llvm-project/llvm/lib/IR/Mangler.cpp | 36 +++--
.../llvm/lib/Target/AArch64/AArch64InstrInfo.td | 2 +-
.../RISCV/MCTargetDesc/RISCVMCCodeEmitter.cpp | 7 +-
.../lib/Target/SystemZ/SystemZISelLowering.cpp | 3 +-
.../Target/WebAssembly/WebAssemblyCFGStackify.cpp | 53 ++------
.../Target/WebAssembly/WebAssemblyISelDAGToDAG.cpp | 13 ++
.../Target/WebAssembly/WebAssemblyInstrControl.td | 9 +-
.../WebAssembly/WebAssemblyLateEHPrepare.cpp | 34 ++++-
.../llvm/lib/Target/X86/X86InstrCompiler.td | 3 +-
.../Transforms/InstCombine/InstCombineNegator.cpp | 11 ++
.../lib/Transforms/InstCombine/InstCombinePHI.cpp | 3 +-
lib/clang/include/VCSVersion.inc | 6 +-
lib/clang/include/clang/Basic/Version.inc | 6 +-
lib/clang/include/lld/Common/Version.inc | 2 +-
lib/clang/include/lldb/Version/Version.inc | 6 +-
lib/clang/include/llvm/Config/config.h | 4 +-
lib/clang/include/llvm/Config/llvm-config.h | 4 +-
lib/clang/include/llvm/Support/VCSRevision.h | 2 +-
35 files changed, 370 insertions(+), 268 deletions(-)
--
You are receiving this mail because:
You are on the CC list for the bug.