[Bug 276104] [exp-run] Against llvm-18-update branch on GitHub
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 276104] [exp-run] Against llvm-18-update branch on GitHub"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 28 May 2024 05:28:17 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276104
--- Comment #166 from commit-hook@FreeBSD.org ---
A commit in branch stable/14 references this bug:
URL:
https://cgit.FreeBSD.org/src/commit/?id=f1e3279983d6db1001af5fc9fb3a9821a1c353ef
commit f1e3279983d6db1001af5fc9fb3a9821a1c353ef
Author: Dimitry Andric <dim@FreeBSD.org>
AuthorDate: 2024-05-24 15:51:19 +0000
Commit: Dimitry Andric <dim@FreeBSD.org>
CommitDate: 2024-05-28 05:25:48 +0000
Merge llvm-project release/18.x llvmorg-18.1.6-0-g1118c2e05e67
This updates llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and
openmp to llvm-project release/18.x llvmorg-18.1.6-0-g1118c2e05e67.
PR: 276104
MFC after: 3 days
(cherry picked from commit 3a0793336edfc21cb6d4c8c5c5d7f1665f3e6c5a)
.../clang/lib/CodeGen/CodeGenModule.cpp | 14 +++++
.../clang/lib/Driver/ToolChains/OpenBSD.cpp | 3 +-
.../clang/lib/Format/UnwrappedLineParser.cpp | 7 ++-
.../clang/lib/Format/WhitespaceManager.cpp | 2 +-
.../clang/lib/Interpreter/IncrementalParser.cpp | 24 ++++++--
.../clang/lib/Interpreter/IncrementalParser.h | 5 ++
.../llvm-project/clang/lib/Sema/SemaTemplate.cpp | 25 +++++++--
contrib/llvm-project/libcxx/src/atomic.cpp | 16 +++++-
contrib/llvm-project/libcxx/src/chrono.cpp | 4 +-
contrib/llvm-project/lld/ELF/Relocations.cpp | 5 +-
.../llvm/include/llvm/CodeGen/MachineFrameInfo.h | 7 +++
.../llvm/lib/Analysis/InstructionSimplify.cpp | 4 ++
.../lib/CodeGen/InterleavedLoadCombinePass.cpp | 3 +
.../CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 3 +-
.../Target/AArch64/AArch64Arm64ECCallLowering.cpp | 16 ++++--
.../lib/Target/AArch64/AArch64ISelLowering.cpp | 3 +-
.../AArch64/GISel/AArch64GlobalISelUtils.cpp | 6 ++
.../Target/AArch64/GISel/AArch64LegalizerInfo.cpp | 1 +
.../AArch64/GISel/AArch64RegisterBankInfo.cpp | 5 +-
.../llvm/lib/Target/AMDGPU/SIInsertWaitcnts.cpp | 2 +-
.../llvm/lib/Target/AMDGPU/SIInstrInfo.h | 11 ++++
.../llvm/lib/Target/AMDGPU/SOPInstructions.td | 2 +-
.../llvm/lib/Target/PowerPC/PPCMergeStringPool.cpp | 57 ++++++-------------
.../Target/RISCV/MCTargetDesc/RISCVELFStreamer.cpp | 8 +--
.../Target/RISCV/MCTargetDesc/RISCVELFStreamer.h | 1 -
.../lib/Target/RISCV/MCTargetDesc/RISCVMCExpr.cpp | 2 -
.../RISCV/MCTargetDesc/RISCVTargetStreamer.cpp | 5 ++
.../RISCV/MCTargetDesc/RISCVTargetStreamer.h | 5 ++
.../llvm/lib/Target/RISCV/RISCVAsmPrinter.cpp | 32 +++++++++--
.../lib/Target/RISCV/RISCVExpandPseudoInsts.cpp | 5 +-
.../llvm/lib/Target/RISCV/RISCVFeatures.td | 5 ++
.../llvm/lib/Target/RISCV/RISCVISelLowering.cpp | 9 ++-
.../llvm/lib/Target/SystemZ/SystemZInstrInfo.cpp | 65 +++++++++++++---------
.../llvm/lib/Target/X86/X86ISelLowering.cpp | 6 +-
.../llvm/lib/Target/X86/X86InstrAVX512.td | 42 +++++++-------
.../llvm/lib/Transforms/IPO/FunctionAttrs.cpp | 7 ++-
.../llvm/lib/Transforms/IPO/GlobalOpt.cpp | 3 +
.../Transforms/InstCombine/InstCombineSelect.cpp | 14 ++++-
.../lib/Transforms/Vectorize/SLPVectorizer.cpp | 21 +------
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 +-
46 files changed, 316 insertions(+), 169 deletions(-)
--
You are receiving this mail because:
You are on the CC list for the bug.