]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmp
authorDimitry Andric <dim@FreeBSD.org>
Sun, 28 Jun 2020 07:43:43 +0000 (07:43 +0000)
committerDimitry Andric <dim@FreeBSD.org>
Sun, 28 Jun 2020 07:43:43 +0000 (07:43 +0000)
commit62cfcf62f627e5093fb37026a6d8c98e4d2ef04c
tree255bbf35b9a2ddd5592f4bff3103342728645ee3
parent016bac89db9ce584b0a5980b119c35b9825ab0f8
parentdbb6490749e2bb2a514a8a305b8fadc3495183e6
Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmp
llvmorg-10.0.1-rc2-0-g77d76b71d7d.

Also add a few more llvm utilities under WITH_CLANG_EXTRAS:

* llvm-dwp, a utility for merging DWARF 5 Split DWARF .dwo files into
  .dwp (DWARF package files)
* llvm-size, a size(1) replacement
* llvm-strings, a strings(1) replacement

MFC after: 3 weeks
27 files changed:
contrib/llvm-project/FREEBSD-Xlist
contrib/llvm-project/clang/lib/CodeGen/TargetInfo.cpp
contrib/llvm-project/compiler-rt/lib/builtins/riscv/int_mul_impl.inc
contrib/llvm-project/compiler-rt/lib/builtins/riscv/muldi3.S
contrib/llvm-project/compiler-rt/lib/builtins/riscv/mulsi3.S
contrib/llvm-project/libcxx/include/array
contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
contrib/llvm-project/llvm/lib/Target/AArch64/AArch64FrameLowering.cpp
contrib/llvm-project/llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
contrib/llvm-project/llvm/lib/Target/RISCV/RISCVFrameLowering.cpp
contrib/llvm-project/llvm/lib/Target/RISCV/RISCVISelLowering.cpp
contrib/llvm-project/llvm/tools/llvm-dwp/DWPError.cpp
contrib/llvm-project/llvm/tools/llvm-dwp/DWPError.h
contrib/llvm-project/llvm/tools/llvm-dwp/DWPStringPool.h
contrib/llvm-project/llvm/tools/llvm-dwp/llvm-dwp.cpp
contrib/llvm-project/llvm/tools/llvm-size/llvm-size.cpp
contrib/llvm-project/llvm/tools/llvm-strings/llvm-strings.cpp
lib/clang/include/VCSVersion.inc
lib/clang/include/llvm/Support/VCSRevision.h
tools/build/mk/OptionalObsoleteFiles.inc
usr.bin/clang/Makefile
usr.bin/clang/llvm-dwp/Makefile
usr.bin/clang/llvm-size/Makefile
usr.bin/clang/llvm-size/llvm-size.1
usr.bin/clang/llvm-strings/Makefile
usr.bin/clang/llvm-strings/llvm-strings.1