This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2d1082f2c00 AMDGPU: Fix missing skipFunction calls new 2788c957a55 [mips] Correct the instruction predicates for microMIPSr3 new f4ea125f2db Classify llvm-cfi-verify.
The 2 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: lib/Target/Mips/MicroMipsInstrFPU.td | 429 +++++++++++---------- test/CodeGen/Mips/nmadd.ll | 3 +- tools/llvm-cfi-verify/CMakeLists.txt | 1 + tools/llvm-cfi-verify/FileAnalysis.cpp | 274 +++++++++++++ tools/llvm-cfi-verify/FileAnalysis.h | 157 ++++++++ tools/llvm-cfi-verify/llvm-cfi-verify.cpp | 212 +--------- .../llvm-cfi-verify/{ => unittests}/CMakeLists.txt | 7 +- tools/llvm-cfi-verify/unittests/FileAnalysis.cpp | 216 +++++++++++ unittests/CMakeLists.txt | 1 + 9 files changed, 895 insertions(+), 405 deletions(-) create mode 100644 tools/llvm-cfi-verify/FileAnalysis.cpp create mode 100644 tools/llvm-cfi-verify/FileAnalysis.h copy tools/llvm-cfi-verify/{ => unittests}/CMakeLists.txt (70%) create mode 100644 tools/llvm-cfi-verify/unittests/FileAnalysis.cpp