[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, 14 May 2022 11:51:28 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261742
--- Comment #32 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:
URL:
https://cgit.FreeBSD.org/src/commit/?id=fb03ea46eb853b2d128828e9d82882125bcc1657
commit fb03ea46eb853b2d128828e9d82882125bcc1657
Merge: a1f13cbcbb26 7ed720081106
Author: Dimitry Andric <dim@FreeBSD.org>
AuthorDate: 2022-03-17 19:16:00 +0000
Commit: Dimitry Andric <dim@FreeBSD.org>
CommitDate: 2022-05-14 11:46:23 +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
.../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.