[Bug 271047] [exp-run] Against llvm-16-update branch on GitHub

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 23 Jul 2023 18:28:20 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271047

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

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

commit 49071a9c083dd7841f8cdf5a1f7023a945262e2d
Author:     Dimitry Andric <dim@FreeBSD.org>
AuthorDate: 2023-04-17 17:14:23 +0000
Commit:     Dimitry Andric <dim@FreeBSD.org>
CommitDate: 2023-07-23 17:38:08 +0000

    Merge llvm-project release/16.x llvmorg-16.0.1-0-gcd89023f7979

    This updates llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and
    openmp to llvmorg-16.0.1-0-gcd89023f7979 (aka 16.0.1 release).

    PR:             271047
    MFC after:      1 month

    (cherry picked from commit 1ac55f4cb0001fed92329746c730aa9a947c09a5)

 contrib/llvm-project/clang/include/clang-c/Index.h |    2 +-
 .../include/clang/Basic/DiagnosticParseKinds.td    |    7 +-
 .../include/clang/Basic/DiagnosticSemaKinds.td     |    5 +-
 .../clang/include/clang/Basic/arm_sve.td           |   41 +-
 .../clang/include/clang/Basic/riscv_vector.td      |  102 +-
 .../clang/include/clang/Driver/Options.td          |    2 +
 .../clang/include/clang/Format/Format.h            |   39 +-
 .../clang/include/clang/Lex/Preprocessor.h         |  184 +-
 .../clang/include/clang/Sema/DeclSpec.h            |   10 +-
 .../llvm-project/clang/include/clang/Sema/Sema.h   |   38 +-
 .../clang/include/clang/Sema/SemaInternal.h        |    4 +-
 .../StaticAnalyzer/Core/PathSensitive/SMTConv.h    |    4 +-
 .../include/clang/Support/RISCVVIntrinsicUtils.h   |   46 +-
 .../DependencyScanning/DependencyScanningService.h |    6 +-
 .../DependencyScanning/DependencyScanningTool.h    |   27 +-
 .../DependencyScanning/DependencyScanningWorker.h  |    6 +-
 .../DependencyScanning/ModuleDepCollector.h        |   29 +-
 .../llvm-project/clang/lib/AST/ExprConstant.cpp    |    2 +-
 contrib/llvm-project/clang/lib/AST/Type.cpp        |   12 +-
 .../clang/lib/Basic/Targets/AArch64.cpp            |    6 +-
 .../llvm-project/clang/lib/Basic/Targets/ARM.cpp   |    3 +-
 contrib/llvm-project/clang/lib/Basic/Targets/PPC.h |    8 +-
 .../llvm-project/clang/lib/Basic/Targets/RISCV.cpp |    4 +-
 .../llvm-project/clang/lib/Basic/Targets/X86.cpp   |    8 +-
 contrib/llvm-project/clang/lib/CodeGen/CGCXXABI.h  |    5 +-
 contrib/llvm-project/clang/lib/CodeGen/CGCall.cpp  |    4 +-
 .../llvm-project/clang/lib/CodeGen/CGExprCXX.cpp   |   11 +-
 .../clang/lib/CodeGen/MicrosoftCXXABI.cpp          |   21 +-
 .../llvm-project/clang/lib/CodeGen/TargetInfo.cpp  |   98 +-
 contrib/llvm-project/clang/lib/Driver/Driver.cpp   |    4 +-
 .../clang/lib/Driver/SanitizerArgs.cpp             |    4 +-
 .../clang/lib/Driver/ToolChains/Arch/PPC.cpp       |   93 +-
 .../clang/lib/Driver/ToolChains/Arch/PPC.h         |    2 +
 .../clang/lib/Driver/ToolChains/Clang.cpp          |   11 +-
 .../clang/lib/Driver/ToolChains/Cuda.cpp           |   15 +-
 .../clang/lib/Driver/ToolChains/FreeBSD.cpp        |   71 +-
 .../clang/lib/Driver/ToolChains/FreeBSD.h          |   14 +-
 .../clang/lib/Driver/ToolChains/Fuchsia.cpp        |    2 +-
 .../clang/lib/Driver/ToolChains/MinGW.cpp          |   10 +
 contrib/llvm-project/clang/lib/Format/Format.cpp   |    8 +-
 .../lib/Format/IntegerLiteralSeparatorFixer.cpp    |   56 +-
 .../lib/Format/IntegerLiteralSeparatorFixer.h      |    3 +-
 .../clang/lib/Format/QualifierAlignmentFixer.cpp   |    5 +-
 .../clang/lib/Format/TokenAnnotator.cpp            |    3 +
 .../clang/lib/Format/UnwrappedLineParser.cpp       |   31 +-
 .../clang/lib/Frontend/CompilerInstance.cpp        |    9 +-
 contrib/llvm-project/clang/lib/Headers/immintrin.h |    4 +-
 contrib/llvm-project/clang/lib/Headers/smmintrin.h |    2 +-
 .../clang/lib/Lex/PPMacroExpansion.cpp             |   37 +-
 .../llvm-project/clang/lib/Lex/Preprocessor.cpp    |   44 +-
 contrib/llvm-project/clang/lib/Lex/TokenLexer.cpp  |   12 +-
 contrib/llvm-project/clang/lib/Parse/ParseDecl.cpp |   11 +-
 .../llvm-project/clang/lib/Parse/ParseDeclCXX.cpp  |    5 +-
 contrib/llvm-project/clang/lib/Parse/ParseExpr.cpp |    8 -
 contrib/llvm-project/clang/lib/Sema/SemaAttr.cpp   |   17 -
 .../llvm-project/clang/lib/Sema/SemaConcept.cpp    |   27 +-
 .../llvm-project/clang/lib/Sema/SemaCoroutine.cpp  |    4 +-
 contrib/llvm-project/clang/lib/Sema/SemaDecl.cpp   |   34 +-
 .../llvm-project/clang/lib/Sema/SemaDeclCXX.cpp    |    3 +-
 .../llvm-project/clang/lib/Sema/SemaExprCXX.cpp    |   10 +-
 contrib/llvm-project/clang/lib/Sema/SemaModule.cpp |   13 +-
 .../clang/lib/Sema/SemaRISCVVectorLookup.cpp       |    5 +-
 .../llvm-project/clang/lib/Sema/SemaTemplate.cpp   |   11 +-
 .../clang/lib/Sema/SemaTemplateDeduction.cpp       |    7 +-
 .../clang/lib/Sema/SemaTemplateVariadic.cpp        |  234 ++-
 contrib/llvm-project/clang/lib/Sema/SemaType.cpp   |    6 -
 .../llvm-project/clang/lib/Sema/TreeTransform.h    |    3 +-
 .../Checkers/ReturnPointerRangeChecker.cpp         |    4 +
 .../clang/lib/StaticAnalyzer/Core/BugReporter.cpp  |    2 +-
 .../StaticAnalyzer/Core/RangeConstraintManager.cpp |   13 +-
 .../clang/lib/StaticAnalyzer/Core/RegionStore.cpp  |    8 +-
 .../clang/lib/Support/RISCVVIntrinsicUtils.cpp     |   90 +-
 .../DependencyScanning/DependencyScanningTool.cpp  |  150 +-
 .../DependencyScanningWorker.cpp                   |    4 +-
 .../DependencyScanning/ModuleDepCollector.cpp      |   33 +-
 .../clang/utils/TableGen/RISCVVEmitter.cpp         |    5 +-
 .../compiler-rt/lib/builtins/cpu_model.c           |    3 +
 .../sanitizer_common/sanitizer_linux_libcdep.cpp   |    1 +
 .../sanitizer_common/sanitizer_symbolizer_win.cpp  |    2 -
 .../include/__algorithm/ranges_binary_search.h     |    4 +-
 .../llvm-project/libcxx/include/__algorithm/sort.h |  578 ++----
 contrib/llvm-project/libcxx/include/__config       |   38 +-
 .../libcxx/include/__expected/expected.h           |    7 +-
 .../libcxx/include/__format/concepts.h             |    5 +-
 .../libcxx/include/__format/format_functions.h     |    8 +-
 .../include/__format/formatter_floating_point.h    |    3 +-
 .../libcxx/include/__functional/function.h         |   38 +-
 .../libcxx/include/__functional/hash.h             |    4 +
 .../libcxx/include/__memory/construct_at.h         |   10 +
 .../libcxx/include/__memory/shared_ptr.h           |  218 ++-
 .../include/__memory/uninitialized_algorithms.h    |   34 +-
 .../__memory_resource/polymorphic_allocator.h      |    2 +-
 .../libcxx/include/__ranges/elements_view.h        |  118 +-
 .../libcxx/include/__ranges/filter_view.h          |   50 +-
 .../libcxx/include/__ranges/iota_view.h            |  432 ++---
 .../libcxx/include/__ranges/istream_view.h         |   26 +-
 .../libcxx/include/__ranges/join_view.h            |   96 +-
 .../libcxx/include/__ranges/split_view.h           |   52 +-
 .../libcxx/include/__ranges/take_while_view.h      |   30 +-
 .../libcxx/include/__ranges/transform_view.h       |  127 +-
 .../libcxx/include/__type_traits/add_pointer.h     |    4 +-
 .../libcxx/include/__type_traits/remove_pointer.h  |    4 +-
 .../libcxx/include/__utility/exception_guard.h     |   47 +-
 contrib/llvm-project/libcxx/include/any            |   10 +-
 .../libcxx/include/module.modulemap.in             |   16 +-
 .../llvm-project/libcxx/include/source_location    |    6 +-
 contrib/llvm-project/libcxx/include/version        |    4 +-
 .../libunwind/include/libunwind.modulemap          |    3 +
 contrib/llvm-project/libunwind/include/unwind.h    |    4 +-
 .../libunwind/src/DwarfInstructions.hpp            |    3 +-
 .../libunwind/src/UnwindRegistersRestore.S         |   18 +
 .../libunwind/src/UnwindRegistersSave.S            |   11 +
 contrib/llvm-project/lld/COFF/MinGW.cpp            |    3 +
 contrib/llvm-project/lld/ELF/Arch/RISCV.cpp        |    6 +-
 contrib/llvm-project/lld/ELF/ICF.cpp               |   10 +-
 contrib/llvm-project/lld/ELF/Relocations.cpp       |   10 +-
 contrib/llvm-project/lld/ELF/SymbolTable.cpp       |    4 +-
 contrib/llvm-project/lld/docs/ReleaseNotes.rst     |   17 +
 .../Plugins/Language/CPlusPlus/Coroutines.cpp      |  164 +-
 .../source/Plugins/Language/CPlusPlus/Coroutines.h |    7 +-
 .../Plugins/ObjectFile/ELF/ObjectFileELF.cpp       |  143 +-
 .../NativeRegisterContextFreeBSD_mips64.cpp        |    4 +-
 .../NativeRegisterContextFreeBSD_powerpc.cpp       |    4 +-
 .../llvm/include/llvm/Analysis/ScalarEvolution.h   |   11 +-
 .../llvm/DebugInfo/LogicalView/Core/LVElement.h    |    1 -
 .../llvm/DebugInfo/LogicalView/Core/LVStringPool.h |    7 -
 .../llvm/DebugInfo/LogicalView/Core/LVSupport.h    |    4 +
 .../llvm/include/llvm/Debuginfod/Debuginfod.h      |    6 +-
 .../llvm/include/llvm/IR/IntrinsicsAArch64.td      |   31 +
 .../llvm/ProfileData/Coverage/CoverageMapping.h    |   16 +-
 .../ProfileData/Coverage/CoverageMappingReader.h   |    3 +-
 .../llvm/include/llvm/Support/ExitCodes.h          |    6 +-
 .../llvm/include/llvm/Support/RISCVISAInfo.h       |    6 +
 .../llvm/include/llvm/Support/Signals.h            |   11 +-
 .../include/llvm/TargetParser/RISCVTargetParser.h  |    5 +
 .../llvm/include/llvm/TargetParser/Triple.h        |    8 +
 .../llvm/include/llvm/Transforms/IPO/OpenMPOpt.h   |   12 +
 .../llvm/lib/Analysis/LazyValueInfo.cpp            |   13 +-
 .../llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp     |    2 +
 .../llvm-project/llvm/lib/CodeGen/IfConversion.cpp |    9 +
 .../llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp  |   13 +-
 .../llvm/lib/CodeGen/TargetLoweringBase.cpp        |    4 +-
 .../lib/DebugInfo/LogicalView/Core/LVSupport.cpp   |    6 +
 .../llvm/lib/DebugInfo/Symbolize/Symbolize.cpp     |   27 +-
 .../llvm/lib/Debuginfod/Debuginfod.cpp             |   19 +-
 .../lib/ExecutionEngine/JITLink/ELF_aarch64.cpp    |    1 +
 .../llvm/lib/ExecutionEngine/Orc/Layer.cpp         |    4 +
 contrib/llvm-project/llvm/lib/IR/AutoUpgrade.cpp   |   35 +
 contrib/llvm-project/llvm/lib/IR/Verifier.cpp      |    6 -
 .../llvm-project/llvm/lib/Object/ELFObjectFile.cpp |    7 +-
 .../llvm/lib/Passes/PassBuilderPipelines.cpp       |   14 +-
 .../llvm-project/llvm/lib/Passes/PassRegistry.def  |    1 +
 .../lib/ProfileData/Coverage/CoverageMapping.cpp   |  110 +-
 .../ProfileData/Coverage/CoverageMappingReader.cpp |   19 +-
 .../lib/Support/BLAKE3/blake3_avx2_x86-64_unix.S   |    2 +
 .../BLAKE3/blake3_avx2_x86-64_windows_gnu.S        |    2 +
 .../BLAKE3/blake3_avx2_x86-64_windows_msvc.asm     |   12 +-
 .../lib/Support/BLAKE3/blake3_avx512_x86-64_unix.S |    2 +
 .../BLAKE3/blake3_avx512_x86-64_windows_gnu.S      |    2 +
 .../BLAKE3/blake3_avx512_x86-64_windows_msvc.asm   |   36 +-
 .../llvm/lib/Support/BLAKE3/blake3_impl.h          |   10 +-
 .../lib/Support/BLAKE3/blake3_sse2_x86-64_unix.S   |    2 +
 .../BLAKE3/blake3_sse2_x86-64_windows_gnu.S        |    2 +
 .../BLAKE3/blake3_sse2_x86-64_windows_msvc.asm     |   36 +-
 .../lib/Support/BLAKE3/blake3_sse41_x86-64_unix.S  |    2 +
 .../BLAKE3/blake3_sse41_x86-64_windows_gnu.S       |    2 +
 .../BLAKE3/blake3_sse41_x86-64_windows_msvc.asm    |   36 +-
 .../lib/Support/BLAKE3/llvm_blake3_prefix.h (new)  |   41 +
 contrib/llvm-project/llvm/lib/Support/Parallel.cpp |    8 +-
 .../llvm-project/llvm/lib/Support/RISCVISAInfo.cpp |   63 +
 .../llvm-project/llvm/lib/Support/Windows/Path.inc |    2 -
 .../llvm/lib/Support/Windows/Signals.inc           |   23 +-
 contrib/llvm-project/llvm/lib/Support/Z3Solver.cpp |    2 +-
 .../llvm-project/llvm/lib/Support/raw_ostream.cpp  |   12 +-
 .../llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td |   14 +-
 .../llvm/lib/Target/AArch64/SVEInstrFormats.td     |   52 +-
 .../llvm/lib/Target/ARM/ARMFrameLowering.cpp       |   28 +
 .../llvm-project/llvm/lib/Target/BPF/BTFDebug.cpp  |   46 +-
 .../llvm-project/llvm/lib/Target/BPF/BTFDebug.h    |    3 +
 .../Target/Hexagon/AsmParser/HexagonAsmParser.cpp  |    2 +-
 .../llvm/lib/Target/PowerPC/PPCTargetMachine.cpp   |    3 +-
 .../Target/RISCV/MCTargetDesc/RISCVELFStreamer.cpp |   10 +
 .../llvm/lib/Target/RISCV/RISCVISelLowering.cpp    |   22 +
 .../llvm/lib/Target/RISCV/RISCVISelLowering.h      |    4 +
 .../llvm/lib/Target/RISCV/RISCVSExtWRemoval.cpp    |    5 +-
 .../llvm/lib/Target/RISCV/RISCVSubtarget.cpp       |    3 +
 .../llvm/lib/Target/RISCV/RISCVSubtarget.h         |    2 +
 .../Target/Sparc/MCTargetDesc/SparcInstPrinter.cpp |    2 +
 .../llvm/lib/Target/Sparc/SparcInstrInfo.cpp       |  121 +-
 .../llvm/lib/Target/Sparc/SparcInstrInfo.h         |    9 +
 .../llvm/lib/Target/Sparc/SparcInstrInfo.td        |    9 +-
 .../llvm/lib/Target/Sparc/SparcTargetMachine.cpp   |    7 +
 contrib/llvm-project/llvm/lib/Target/X86/X86.td    |    3 +-
 .../llvm/lib/Target/X86/X86CallingConv.td          |    4 +-
 .../llvm/lib/Target/X86/X86ISelDAGToDAG.cpp        |    5 +-
 .../llvm/lib/Target/X86/X86ISelLowering.cpp        |  101 +-
 .../llvm/lib/Target/X86/X86ISelLowering.h          |    6 +
 .../llvm/lib/Target/X86/X86InstrCompiler.td        |    6 +-
 .../llvm/lib/Target/X86/X86InstrFPStack.td         |   15 +
 .../llvm/lib/Target/X86/X86InstrSSE.td             |   17 +
 .../llvm/lib/Target/X86/X86PfmCounters.td          |   15 +-
 .../llvm/lib/Target/X86/X86ScheduleZnver4.td (new) | 1957 ++++++++++++++++++++
 .../llvm/lib/TargetParser/ARMTargetParser.cpp      |    2 +-
 .../llvm/lib/TargetParser/RISCVTargetParser.cpp    |    6 +
 .../llvm/lib/Transforms/IPO/Attributor.cpp         |   22 +-
 .../lib/Transforms/IPO/AttributorAttributes.cpp    |   32 +-
 .../llvm/lib/Transforms/IPO/OpenMPOpt.cpp          |   79 +-
 .../Transforms/InstCombine/InstCombineCompares.cpp |   16 +-
 .../llvm/lib/Transforms/Utils/Local.cpp            |    3 +-
 .../lib/Transforms/Vectorize/LoopVectorize.cpp     |   15 +-
 .../llvm/tools/llvm-cov/CodeCoverage.cpp           |   32 +-
 .../llvm/tools/llvm-objdump/ObjdumpOpts.td         |    4 +-
 .../llvm/tools/llvm-objdump/llvm-objdump.cpp       |    4 +-
 .../llvm/tools/llvm-symbolizer/llvm-symbolizer.cpp |    8 +-
 contrib/llvm-project/openmp/runtime/src/kmp_os.h   |    2 +-
 .../openmp/runtime/src/kmp_runtime.cpp             |    6 +-
 .../openmp/runtime/src/kmp_safe_c_api.h            |    2 +
 .../llvm-project/openmp/runtime/src/kmp_str.cpp    |    8 +-
 .../llvm-project/openmp/runtime/src/z_Linux_asm.S  |    5 +-
 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             |    9 +-
 lib/clang/include/llvm/Config/llvm-config.h        |    4 +-
 lib/clang/include/llvm/Support/VCSRevision.h       |    2 +-
 usr.bin/clang/llvm-cov/Makefile                    |    1 +
 227 files changed, 5335 insertions(+), 2401 deletions(-)

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