This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7287fcb5d58 AMDGPU: Start selecting v_mad_mixlo_f16 new ce7bcb20903 [lit] Undo the patch to stop writing pyc files. new 5a4ca9ad9c3 Remove the default subtarget from the new Nios2 port. It's [...] new bbb32807066 Introduce the llvm-cfi-verify tool (resubmission of D37937).
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: docs/CFIVerify.rst | 91 ++++++++ docs/index.rst | 6 +- lib/Target/Nios2/Nios2TargetMachine.cpp | 6 +- lib/Target/Nios2/Nios2TargetMachine.h | 4 - tools/LLVMBuild.txt | 1 + tools/{llvm-mc => llvm-cfi-verify}/CMakeLists.txt | 6 +- tools/{llvm-mc => llvm-cfi-verify}/LLVMBuild.txt | 4 +- tools/llvm-cfi-verify/llvm-cfi-verify.cpp | 241 ++++++++++++++++++++++ utils/lit/lit.py | 2 - utils/llvm-lit/llvm-lit.in | 2 - 10 files changed, 344 insertions(+), 19 deletions(-) create mode 100644 docs/CFIVerify.rst copy tools/{llvm-mc => llvm-cfi-verify}/CMakeLists.txt (73%) copy tools/{llvm-mc => llvm-cfi-verify}/LLVMBuild.txt (88%) create mode 100644 tools/llvm-cfi-verify/llvm-cfi-verify.cpp