Changes

Changes from Git (git http://labmaster3.local/git/llvm-project.git)

Summary

  1. [debugserver] Delete macOS/PPC debug server implementation (details)
  2. [APFloat] Add support for operations on Signaling NaN (details)
  3. [debugserver] Delete stale code referencing ppc (details)
  4. [TableGen] Use a table to lookup MVE intrinsic names (details)
Commit 9aba2ced34b295658f3f07311efe665495987426 by Vedant Kumar
[debugserver] Delete macOS/PPC debug server implementation
macOS/PPC support was dropped in 10.6 (Snow Leopard).
Differential Revision: https://reviews.llvm.org/D69524
The file was modifiedlldb/tools/debugserver/source/MacOSX/CMakeLists.txt
The file was removedlldb/tools/debugserver/source/MacOSX/ppc/DNBArchImpl.cpp
The file was removedlldb/tools/debugserver/source/MacOSX/ppc/DNBArchImpl.h
Commit 0b336b6048aed922874b5d711cd0dce1e3f0aa60 by ehudkatz
[APFloat] Add support for operations on Signaling NaN
Fix PR30781
Differential Revision: https://reviews.llvm.org/D69774
The file was modifiedllvm/unittests/ADT/APFloatTest.cpp
The file was modifiedllvm/lib/Support/APFloat.cpp
Commit 441aebc5235af164a784d0b9bd460c07e01e9045 by Vedant Kumar
[debugserver] Delete stale code referencing ppc
The file was modifiedlldb/tools/debugserver/source/DNBDefs.h
The file was modifiedlldb/tools/debugserver/source/DNBArch.h
The file was modifiedlldb/tools/debugserver/source/RNBDefs.h
The file was modifiedlldb/tools/debugserver/source/RNBServices.cpp
Commit f63d7637387995765e9ece0e10fe1b5a4f0612b5 by rnk
[TableGen] Use a table to lookup MVE intrinsic names
Summary: Speeds up compilation of SemaDeclAttr.cpp by nine seconds:
0m49.555s - > 0m40.249s
Reviewers: simon_tatham, dmgreen, ostannard, MarkMurrayARM
Subscribers: cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D72984
The file was modifiedclang/lib/Sema/SemaDeclAttr.cpp
The file was modifiedclang/utils/TableGen/MveEmitter.cpp