From nobody Sat Jun 19 18:11:22 2021 X-Original-To: ports-bugs@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id DC46211CE393 for ; Sat, 19 Jun 2021 18:11:22 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4G6kPk5mfvz4ZQb for ; Sat, 19 Jun 2021 18:11:22 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AF3561AF2F for ; Sat, 19 Jun 2021 18:11:22 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 15JIBMlS024880 for ; Sat, 19 Jun 2021 18:11:22 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 15JIBMlc024879 for ports-bugs@FreeBSD.org; Sat, 19 Jun 2021 18:11:22 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 255570] [exp-run] Against llvm-12-update branch on GitHub Date: Sat, 19 Jun 2021 18:11:22 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Ports Framework X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: commit-hook@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: portmgr@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Ports bug reports List-Archive: https://lists.freebsd.org/archives/freebsd-ports-bugs List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports-bugs@freebsd.org X-BeenThere: freebsd-ports-bugs@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D255570 --- Comment #36 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3D23408297fbf3089f0388a8873b02fa75a= b3f5bb9 commit 23408297fbf3089f0388a8873b02fa75ab3f5bb9 Merge: cac129e60300 e4bbddaec868 Author: Dimitry Andric AuthorDate: 2021-06-19 10:06:00 +0000 Commit: Dimitry Andric CommitDate: 2021-06-19 18:09:28 +0000 Merge llvm-project 12.0.1 rc2 This updates llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmp to llvmorg-12.0.1-rc2-0-ge7dac564cd0e, a.k.a. 12.0.1 rc2. PR: 255570 MFC after: 6 weeks ObsoleteFiles.inc | 291 +++++++++++ .../clang/lib/CodeGen/CodeGenModule.cpp | 12 +- .../clang/lib/Format/TokenAnnotator.cpp | 12 +- .../clang/lib/Format/UnwrappedLineFormatter.cpp | 7 - .../clang/lib/Format/UnwrappedLineParser.cpp | 89 +++- .../clang/lib/Format/UnwrappedLineParser.h | 12 +- .../clang/lib/Headers/ppc_wrappers/xmmintrin.h | 9 +- .../llvm-project/clang/lib/Sema/SemaChecking.cpp | 5 +- contrib/llvm-project/libcxx/include/memory | 32 +- contrib/llvm-project/lld/ELF/SyntheticSections.cpp | 4 +- contrib/llvm-project/lldb/docs/man/lldb.rst | 4 +- contrib/llvm-project/lldb/tools/driver/Driver.cpp | 4 +- contrib/llvm-project/llvm/include/llvm/ADT/Any.h | 7 +- .../llvm/CodeGen/GlobalISel/LegalizerHelper.h | 1 + .../llvm-project/llvm/include/llvm/IR/Constant.h | 4 + .../llvm/lib/Analysis/ConstantFolding.cpp | 15 +- .../llvm/lib/Analysis/InstructionSimplify.cpp | 8 +- .../llvm/lib/Analysis/MemoryDependenceAnalysis.cpp | 4 +- .../llvm/lib/Analysis/ScalarEvolution.cpp | 4 + .../llvm/lib/Analysis/ValueTracking.cpp | 15 +- .../llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp | 5 +- .../lib/CodeGen/GlobalISel/LegalizerHelper.cpp | 44 +- .../llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 24 +- .../lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 33 +- .../llvm/lib/CodeGen/StackProtector.cpp | 24 +- contrib/llvm-project/llvm/lib/IR/Constants.cpp | 12 + .../llvm-project/llvm/lib/Support/CommandLine.cpp | 2 +- .../lib/Target/AArch64/AArch64ISelLowering.cpp | 43 +- .../AArch64/GISel/AArch64InstructionSelector.cpp | 2 +- .../llvm/lib/Target/ARM/ARMBaseInstrInfo.cpp | 22 +- .../llvm/lib/Target/BPF/BPFMIPeephole.cpp | 3 + .../llvm/lib/Target/BPF/BPFPreserveDIType.cpp | 9 + .../llvm/lib/Target/BPF/BPFTargetMachine.cpp | 6 + .../llvm/lib/Target/BPF/BPFTargetMachine.h | 2 + .../lib/Target/BPF/BPFTargetTransformInfo.h (new) | 61 +++ contrib/llvm-project/llvm/lib/Target/BPF/BTF.def | 1 + .../llvm-project/llvm/lib/Target/BPF/BTFDebug.cpp | 62 ++- .../llvm-project/llvm/lib/Target/BPF/BTFDebug.h | 11 +- .../llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp | 6 + .../llvm/lib/Target/PowerPC/PPCFrameLowering.cpp | 365 ++++++------- .../llvm/lib/Target/PowerPC/PPCISelLowering.cpp | 62 +++ .../llvm/lib/Target/PowerPC/PPCISelLowering.h | 1 + .../llvm/lib/Target/PowerPC/PPCRegisterInfo.td | 43 +- .../lib/Target/PowerPC/PPCTargetTransformInfo.cpp | 21 + .../lib/Target/PowerPC/PPCTargetTransformInfo.h | 3 + .../lib/Target/RISCV/RISCVInstrInfoVPseudos.td | 20 +- .../lib/Target/SystemZ/SystemZISelLowering.cpp | 5 +- .../WebAssemblyLowerEmscriptenEHSjLj.cpp | 13 +- .../llvm/lib/Target/X86/X86ISelLowering.cpp | 2 + .../llvm/lib/Target/X86/X86InstrCompiler.td | 11 +- .../Transforms/InstCombine/InstCombineAndOrXor.cpp | 17 +- .../Transforms/InstCombine/InstCombineSelect.cpp | 5 +- .../Transforms/InstCombine/InstCombineShifts.cpp | 58 ++- .../llvm/lib/Transforms/Scalar/LoopRerollPass.cpp | 6 + .../Transforms/Scalar/LowerConstantIntrinsics.cpp | 8 +- .../llvm/lib/Transforms/Scalar/SCCP.cpp | 7 +- .../llvm/lib/Transforms/Utils/InlineFunction.cpp | 106 ++-- etc/mtree/BSD.debug.dist | 2 +- etc/mtree/BSD.usr.dist | 2 +- lib/clang/headers/Makefile | 2 +- lib/clang/include/VCSVersion.inc | 8 +- lib/clang/include/clang/Basic/Version.inc | 6 +- lib/clang/include/clang/Config/config.h | 2 +- lib/clang/include/lld/Common/Version.inc | 2 +- lib/clang/include/llvm/Config/config.h | 4 +- lib/clang/include/llvm/Config/llvm-config.h | 5 +- lib/clang/include/llvm/Support/VCSRevision.h | 2 +- lib/libclang_rt/compiler-rt-vars.mk | 2 +- tools/build/mk/OptionalObsoleteFiles.inc | 578 ++++++++++-------= ---- 69 files changed, 1480 insertions(+), 799 deletions(-) --=20 You are receiving this mail because: You are on the CC list for the bug.=