Date: Sat, 25 Dec 2021 11:58:11 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 255570] [exp-run] Against llvm-12-update branch on GitHub Message-ID: <bug-255570-7788-iuhujpH5am@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-255570-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-255570-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D255570 --- Comment #44 from commit-hook@FreeBSD.org --- A commit in branch stable/12 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3Db131ebe66504c9684e0208b33845a72da= 602e9ee commit b131ebe66504c9684e0208b33845a72da602e9ee Author: Dimitry Andric <dim@FreeBSD.org> AuthorDate: 2021-07-16 16:29:42 +0000 Commit: Dimitry Andric <dim@FreeBSD.org> CommitDate: 2021-12-25 11:51:10 +0000 Merge llvm-project 12.0.1 release This updates llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmp to llvmorg-12.0.1-0-gfed41342a82f, a.k.a. 12.0.1 release. PR: 255570 MFC after: 6 weeks (cherry picked from commit 4652422eb477731f284b1345afeefef7f269da50) .../llvm-project/clang/lib/Basic/Targets/X86.cpp | 3 +- .../sanitizer_common_interceptors_ioctl.inc | 9 --- .../sanitizer_platform_limits_posix.cpp | 11 ---- .../sanitizer_platform_limits_posix.h | 10 ---- .../sanitizer_common/sanitizer_posix_libcdep.cpp | 13 +++-- contrib/llvm-project/libcxx/include/__availability | 43 ++++++++++++++ .../llvm-project/libcxx/include/__bit_reference | 34 +++++------ contrib/llvm-project/libcxx/include/memory | 40 +++++++++---- contrib/llvm-project/libcxx/include/version | 16 ++--- contrib/llvm-project/llvm/include/llvm-c/Core.h | 12 ++++ .../DebugInfo/DWARF/DWARFAbbreviationDeclaration.h | 10 ++++ .../llvm-project/llvm/include/llvm/Support/Host.h | 14 +++++ .../Vectorize/LoopVectorizationLegality.h | 15 ++--- .../llvm/lib/DebugInfo/DWARF/DWARFDie.cpp | 35 ++++++----- .../llvm/lib/DebugInfo/DWARF/DWARFFormValue.cpp | 5 ++ contrib/llvm-project/llvm/lib/IR/Core.cpp | 16 +++++ contrib/llvm-project/llvm/lib/Support/Host.cpp | 68 +++++++++++++++++-= ---- .../llvm/lib/Target/ARM/ARMBlockPlacement.cpp | 7 +-- .../llvm/lib/Target/ARM/ARMLowOverheadLoops.cpp | 20 ++++--- .../lib/Target/ARM/MVEGatherScatterLowering.cpp | 5 +- .../llvm/lib/Target/ARM/MVETailPredication.cpp | 4 ++ .../llvm/lib/Target/ARM/MVEVPTBlockPass.cpp | 13 ++++- .../llvm/lib/Target/PowerPC/PPCISelLowering.cpp | 41 +++++++++---- .../lib/Target/SystemZ/SystemZISelLowering.cpp | 22 +++++-- .../llvm/lib/Transforms/Coroutines/CoroEarly.cpp | 9 +++ .../llvm/lib/Transforms/Coroutines/CoroFrame.cpp | 31 ++++++++-- .../llvm/lib/Transforms/IPO/ConstantMerge.cpp | 2 + .../Vectorize/LoopVectorizationLegality.cpp | 14 +---- .../llvm/tools/llvm-cov/CoverageSummaryInfo.cpp | 6 +- .../llvm/tools/llvm-cov/CoverageSummaryInfo.h | 5 ++ lib/clang/include/VCSVersion.inc | 8 +-- lib/clang/include/llvm/Config/llvm-config.h | 1 - lib/clang/include/llvm/Support/VCSRevision.h | 2 +- 33 files changed, 378 insertions(+), 166 deletions(-) --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-255570-7788-iuhujpH5am>