[Bug 261742] [exp-run] Against llvm-14-update branch on GitHub

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 04 Jun 2022 12:02:19 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261742

--- Comment #43 from commit-hook@FreeBSD.org ---
A commit in branch stable/13 references this bug:

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

commit a13b6fc61908fd6afa460b88f94e4a67be74bb9a
Author:     Dimitry Andric <dim@FreeBSD.org>
AuthorDate: 2022-04-28 18:32:24 +0000
Commit:     Dimitry Andric <dim@FreeBSD.org>
CommitDate: 2022-06-04 12:00:08 +0000

    Merge llvm-project release/14.x llvmorg-14.0.3-0-g1f9140064dfb

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

    PR:             261742
    MFC after:      2 weeks

    (cherry picked from commit 3a9a9c0ca44ec535dcf73fe8462bee458e54814b)

 ObsoleteFiles.inc                                  |   4 +-
 .../clang/include/clang/Driver/Options.td          |   3 +-
 .../clang/include/clang/Interpreter/Interpreter.h  |   2 +
 contrib/llvm-project/clang/lib/CodeGen/CGExpr.cpp  |  14 +-
 .../clang/lib/Driver/ToolChains/Arch/AArch64.cpp   |   3 +
 .../clang/lib/Driver/ToolChains/OpenBSD.cpp        |   9 +
 .../clang/lib/Driver/ToolChains/OpenBSD.h          |   4 +-
 .../clang/lib/Interpreter/IncrementalExecutor.h    |   1 +
 .../clang/lib/Interpreter/Interpreter.cpp          |   6 +
 .../clang/utils/TableGen/NeonEmitter.cpp           |  23 +-
 .../compiler-rt/lib/asan/asan_linux.cpp            |  30 +-
 .../compiler-rt/lib/scudo/scudo_allocator.cpp      |   4 +-
 .../compiler-rt/lib/scudo/scudo_crc32.cpp          |   4 +-
 .../compiler-rt/lib/scudo/scudo_crc32.h            |  12 +-
 .../compiler-rt/lib/scudo/standalone/checksum.h    |   8 +-
 .../compiler-rt/lib/scudo/standalone/chunk.h       |   4 +-
 .../compiler-rt/lib/scudo/standalone/crc32_hw.cpp  |   4 +-
 contrib/llvm-project/libcxx/src/random.cpp         |   2 +-
 contrib/llvm-project/lld/COFF/DebugTypes.cpp       |  19 +-
 contrib/llvm-project/lld/ELF/SyntheticSections.h   |   4 +-
 contrib/llvm-project/lld/ELF/Writer.cpp            |  41 +-
 .../llvm/include/llvm/CodeGen/FastISel.h           |   7 +
 .../llvm/include/llvm/CodeGen/SelectionDAG.h       |  13 +
 .../llvm/include/llvm/CodeGen/SelectionDAGISel.h   |   1 +
 .../llvm/lib/CodeGen/MachineFunction.cpp           |   3 -
 .../llvm/lib/CodeGen/SelectionDAG/FastISel.cpp     |   4 +-
 .../llvm/lib/CodeGen/SelectionDAG/InstrEmitter.cpp |   5 +-
 .../llvm/lib/CodeGen/SelectionDAG/InstrEmitter.h   |   3 +-
 .../lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp   |   3 +-
 .../CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp    |   3 +-
 .../llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp |  12 +-
 .../CodeGen/SelectionDAG/SelectionDAGBuilder.cpp   |   5 +-
 .../lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp  |  10 +-
 .../llvm-project/llvm/lib/MC/ELFObjectWriter.cpp   |   1 +
 contrib/llvm-project/llvm/lib/Object/ELF.cpp       |   2 -
 .../llvm/lib/Support/AArch64TargetParser.cpp       |   2 +
 .../llvm/lib/Target/AArch64/AArch64.td             |  12 +-
 .../llvm/lib/Target/AArch64/AArch64CollectLOH.cpp  |   2 +-
 .../Target/AArch64/AArch64ExpandPseudoInsts.cpp    |  34 ++
 .../llvm/lib/Target/AArch64/AArch64FastISel.cpp    |   8 +
 .../lib/Target/AArch64/AArch64ISelLowering.cpp     | 163 +++---
 .../llvm/lib/Target/AArch64/AArch64ISelLowering.h  |   9 +-
 .../llvm/lib/Target/AArch64/AArch64InstrInfo.td    |  11 +
 .../llvm/lib/Target/AArch64/AArch64Subtarget.h     |   6 +
 .../Target/AArch64/AsmParser/AArch64AsmParser.cpp  |  16 +-
 .../Target/AArch64/GISel/AArch64CallLowering.cpp   |  12 +-
 .../AArch64/GISel/AArch64PreLegalizerCombiner.cpp  |   7 +-
 .../AArch64/MCTargetDesc/AArch64ELFStreamer.cpp    |   1 +
 .../lib/Target/PowerPC/AsmParser/PPCAsmParser.cpp  |  63 +--
 .../Target/PowerPC/MCTargetDesc/PPCAsmBackend.cpp  |   2 +
 .../PowerPC/MCTargetDesc/PPCELFObjectWriter.cpp    |   2 +
 .../Target/PowerPC/MCTargetDesc/PPCFixupKinds.h    |   4 +
 .../PowerPC/MCTargetDesc/PPCMCCodeEmitter.cpp      |   4 +-
 .../lib/Target/PowerPC/MCTargetDesc/PPCMCExpr.cpp  |  13 +-
 .../llvm/lib/Target/PowerPC/PPCISelLowering.cpp    |   1 +
 .../llvm/lib/Target/PowerPC/PPCInstrInfo.td        |   4 +-
 .../Target/RISCV/MCTargetDesc/RISCVAsmBackend.cpp  |   8 +-
 .../lib/Target/RISCV/MCTargetDesc/RISCVMatInt.cpp  |  54 +-
 .../llvm/lib/Target/RISCV/RISCVFrameLowering.cpp   |  23 +-
 .../llvm/lib/Target/RISCV/RISCVISelLowering.cpp    |  71 +--
 .../RISCV/RISCVMachineFunctionInfo.cpp (new)       |  30 +
 .../lib/Target/RISCV/RISCVMachineFunctionInfo.h    |  25 +
 .../llvm/lib/Target/RISCV/RISCVTargetMachine.cpp   |  23 +
 .../llvm/lib/Target/RISCV/RISCVTargetMachine.h     |   8 +
 .../llvm/lib/Target/X86/X86ISelLowering.cpp        |  24 +-
 .../Transforms/InstCombine/InstCombineAndOrXor.cpp |   6 +
 .../Transforms/InstCombine/InstCombineSelect.cpp   |  17 +
 .../lib/Transforms/Vectorize/LoopVectorize.cpp     |  37 +-
 .../lib/Transforms/Vectorize/VectorCombine.cpp     |   8 +-
 .../llvm/tools/llvm-objdump/ELFDump.cpp            |   8 +-
 etc/mtree/BSD.debug.dist                           |   2 +-
 etc/mtree/BSD.usr.dist                             |   2 +-
 lib/clang/headers/Makefile                         |   2 +-
 lib/clang/include/VCSVersion.inc                   |   6 +-
 lib/clang/include/clang/Basic/Version.inc          |   6 +-
 lib/clang/include/clang/Config/config.h            |   2 +-
 lib/clang/include/lld/Common/Version.inc           |   4 +-
 lib/clang/include/lldb/Version/Version.inc         |   6 +-
 lib/clang/include/llvm/Config/TargetMCAs.def       |   4 +
 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 +-
 lib/clang/libllvm/Makefile                         |   2 +
 lib/libclang_rt/compiler-rt-vars.mk                |   2 +-
 lib/libclang_rt/include/Makefile                   |   1 +
 lib/libclang_rt/profile/Makefile                   |   1 +
 sys/sys/param.h                                    |   2 +-
 tools/build/mk/OptionalObsoleteFiles.inc           | 602 +++++++++++----------
 88 files changed, 985 insertions(+), 660 deletions(-)

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