[Bug 261742] [exp-run] Against llvm-14-update branch on GitHub
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 261742] [exp-run] Against llvm-14-update branch on GitHub"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 04 Jun 2022 12:02:18 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261742
--- Comment #42 from commit-hook@FreeBSD.org ---
A commit in branch stable/13 references this bug:
URL:
https://cgit.FreeBSD.org/src/commit/?id=3e9cb41400c3ef8691679a2f5ac11106093a0283
commit 3e9cb41400c3ef8691679a2f5ac11106093a0283
Author: Dimitry Andric <dim@FreeBSD.org>
AuthorDate: 2022-03-17 19:16:00 +0000
Commit: Dimitry Andric <dim@FreeBSD.org>
CommitDate: 2022-06-04 11:59:57 +0000
Merge llvm-project release/14.x llvmorg-14.0.0-rc4-2-gadd3ab7f4c8a
This updates llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and
openmp to llvmorg-14.0.0-rc4-2-gadd3ab7f4c8a.
PR: 261742
MFC after: 2 weeks
(cherry picked from commit fb03ea46eb853b2d128828e9d82882125bcc1657)
.../clang/include/clang/Basic/LangOptions.h | 4 --
.../clang/lib/AST/RecordLayoutBuilder.cpp | 7 +-
.../clang/lib/Driver/ToolChains/PPCLinux.cpp | 6 +-
.../clang/lib/Frontend/CompilerInvocation.cpp | 4 --
.../clang/lib/Sema/SemaTemplateInstantiateDecl.cpp | 4 +-
contrib/llvm-project/libcxx/include/span | 50 ++++++++++++-
contrib/llvm-project/lld/COFF/Writer.cpp | 8 ++-
.../llvm/include/llvm/Analysis/InlineCost.h | 5 ++
.../llvm/include/llvm/Transforms/Scalar.h | 3 +-
.../llvm/include/llvm/Transforms/Scalar/LICM.h | 20 ++++--
.../llvm/include/llvm/Transforms/Utils/LoopUtils.h | 9 ++-
.../llvm/Transforms/Utils/SimplifyCFGOptions.h | 5 ++
.../llvm-project/llvm/lib/Analysis/InlineCost.cpp | 13 +++-
.../llvm-project/llvm/lib/CodeGen/MachineSink.cpp | 12 ++++
.../llvm-project/llvm/lib/MC/WasmObjectWriter.cpp | 62 ++++++++++------
.../llvm-project/llvm/lib/Passes/PassBuilder.cpp | 2 +
.../llvm/lib/Passes/PassBuilderPipelines.cpp | 82 +++++++++++++++-------
.../llvm-project/llvm/lib/Passes/PassRegistry.def | 1 +
.../lib/Target/AArch64/AArch64TargetMachine.cpp | 1 +
.../lib/Target/Hexagon/HexagonISelLoweringHVX.cpp | 8 +--
.../lib/Target/Hexagon/HexagonTargetMachine.cpp | 1 +
.../llvm/lib/Target/Mips/MipsISelLowering.cpp | 13 ++--
.../llvm/lib/Transforms/IPO/Inliner.cpp | 45 ++++++++++--
.../llvm/lib/Transforms/IPO/OpenMPOpt.cpp | 38 +++++-----
.../llvm/lib/Transforms/IPO/PassManagerBuilder.cpp | 55 ++++++++++-----
.../llvm/lib/Transforms/Scalar/LICM.cpp | 71 ++++++++++---------
.../llvm/lib/Transforms/Scalar/SimplifyCFGPass.cpp | 9 +++
.../llvm/lib/Transforms/Utils/SimplifyCFG.cpp | 4 +-
lib/clang/include/VCSVersion.inc | 6 +-
lib/clang/include/lld/Common/Version.inc | 2 +-
lib/clang/include/llvm/Support/VCSRevision.h | 2 +-
31 files changed, 387 insertions(+), 165 deletions(-)
--
You are receiving this mail because:
You are on the CC list for the bug.