1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00
llvm-mirror/tools/llvm-cfi-verify
Mitch Phillips f9dbee022d Graph builder implementation.
Implement a localised graph builder for indirect control flow
instructions. Main interface is through GraphBuilder::buildFlowGraph,
which will build a flow graph around an indirect CF instruction. Various
modifications to FileVerifier are also made to const-expose some members
needed for machine code analysis done by the graph builder.

Reviewers: vlad.tsyrklevich

Reviewed By: vlad.tsyrklevich

Subscribers: llvm-commits, kcc, pcc

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

llvm-svn: 316372
2017-10-23 20:25:19 +00:00
..
lib Graph builder implementation. 2017-10-23 20:25:19 +00:00
CMakeLists.txt Graph builder implementation. 2017-10-23 20:25:19 +00:00
llvm-cfi-verify.cpp Reland 'Classify llvm-cfi-verify.' 2017-10-11 20:35:01 +00:00
LLVMBuild.txt Reland 'Classify llvm-cfi-verify.' 2017-10-11 20:35:01 +00:00