1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00
llvm-mirror/tools/llvm-cfi-verify
Mitch Phillips 4e04076e39 [cfi-verify] Adds blacklist blame behaviour to cfi-verify.
Adds the blacklist behaviour to llvm-cfi-verify. Now will calculate which lines caused expected failures in the blacklist and reports the number of affected indirect CF instructions for each blacklist entry.

Also moved DWARF checking after instruction analysis to improve performance significantly - unrolling the inlining stack is expensive.

Reviewers: vlad.tsyrklevich

Subscribers: aprantl, pcc, kcc, llvm-commits

Differential Revision: https://reviews.llvm.org/D39750

llvm-svn: 317743
2017-11-09 00:18:31 +00:00
..
lib [cfi-verify] Adds blacklist blame behaviour to cfi-verify. 2017-11-09 00:18:31 +00:00
CMakeLists.txt [cfi-verify] Add blacklist parsing for result filtering. 2017-11-03 20:54:26 +00:00
llvm-cfi-verify.cpp [cfi-verify] Adds blacklist blame behaviour to cfi-verify. 2017-11-09 00:18:31 +00:00
LLVMBuild.txt [cfi-verify] Add blacklist parsing for result filtering. 2017-11-03 20:54:26 +00:00