[Bug 273753] [exp-run] Against llvm-17-update branch on GitHub

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 08 Dec 2023 17:40:11 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273753

--- Comment #100 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=b121cb0095c8c1a060f66a8c4b118a54ebaa2551

commit b121cb0095c8c1a060f66a8c4b118a54ebaa2551
Merge: bdb86d1a853a fc0a8108a55a
Author:     Dimitry Andric <dim@FreeBSD.org>
AuthorDate: 2023-11-16 21:58:12 +0000
Commit:     Dimitry Andric <dim@FreeBSD.org>
CommitDate: 2023-12-08 17:35:50 +0000

    Merge llvm-project release/17.x llvmorg-17.0.5-0-g98bfdac5ce82

    This updates llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and
    openmp to llvmorg-17.0.5-0-g98bfdac5ce82.

    PR:             273753
    MFC after:      1 month

 .../include/clang/Basic/DiagnosticASTKinds.td      |   2 +-
 .../llvm-project/clang/include/clang/Sema/Sema.h   |   7 +-
 .../llvm-project/clang/lib/AST/ExprConstant.cpp    |  13 +-
 .../llvm-project/clang/lib/AST/Interp/Interp.cpp   |   3 +-
 .../clang/lib/CodeGen/CGExprConstant.cpp           |   7 +-
 .../clang/lib/Driver/ToolChains/Solaris.cpp        |   9 +-
 .../clang/lib/Format/TokenAnnotator.cpp            |   6 +
 .../clang/lib/Format/WhitespaceManager.cpp         |   2 +-
 contrib/llvm-project/clang/lib/Parse/ParseDecl.cpp |  11 +-
 contrib/llvm-project/libcxx/include/__config       |  60 +++++--
 .../libcxx/include/__expected/expected.h           | 182 ++++++++++-----------
 .../llvm/lib/CodeGen/BranchFolding.cpp             |   6 -
 .../llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.h  |   1 +
 .../CodeGen/SelectionDAG/LegalizeVectorTypes.cpp   |  10 ++
 .../llvm/lib/Target/AArch64/AArch64InstrInfo.cpp   |   2 +-
 .../Target/AArch64/AArch64TargetTransformInfo.cpp  |  24 +++
 .../Target/AArch64/AArch64TargetTransformInfo.h    |   3 +
 .../Target/AArch64/GISel/AArch64CallLowering.cpp   |   7 +-
 .../llvm/lib/Target/LoongArch/LoongArch.h          |   2 +
 .../LoongArch/LoongArchExpandPseudoInsts.cpp       | 121 ++++++++++++++
 .../Target/LoongArch/LoongArchFloat32InstrInfo.td  |  17 ++
 .../Target/LoongArch/LoongArchFloatInstrFormats.td |  12 ++
 .../lib/Target/LoongArch/LoongArchInstrInfo.cpp    |   6 +
 .../lib/Target/LoongArch/LoongArchRegisterInfo.cpp |   7 -
 .../Target/LoongArch/LoongArchTargetMachine.cpp    |   1 +
 .../llvm/lib/Target/Mips/MipsISelLowering.cpp      |  14 +-
 .../llvm/lib/Target/RISCV/RISCVInstrInfo.cpp       |  19 ++-
 .../llvm/lib/Transforms/IPO/GlobalOpt.cpp          |  30 +++-
 .../Transforms/Scalar/ConstraintElimination.cpp    |  16 +-
 .../Scalar/CorrelatedValuePropagation.cpp          |  68 ++++----
 .../llvm/lib/Transforms/Scalar/GVN.cpp             |  11 +-
 .../llvm/lib/Transforms/Scalar/MemCpyOptimizer.cpp |   1 +
 .../lib/Transforms/Vectorize/SLPVectorizer.cpp     |   3 +-
 .../openmp/runtime/src/kmp_runtime.cpp             |   3 +-
 .../openmp/runtime/src/kmp_wrapper_getpid.h        |   2 +-
 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 +-
 42 files changed, 490 insertions(+), 228 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.