[PATCH] D38427: Graph builder implementation.

Mitch Phillips via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 29 14:16:35 PDT 2017


hctim created this revision.
Herald added a subscriber: mgorny.

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.


https://reviews.llvm.org/D38427

Files:
  tools/llvm-cfi-verify/CMakeLists.txt
  tools/llvm-cfi-verify/FileVerifier.cpp
  tools/llvm-cfi-verify/FileVerifier.h
  tools/llvm-cfi-verify/GraphBuilder.cpp
  tools/llvm-cfi-verify/GraphBuilder.h
  tools/llvm-cfi-verify/llvm-cfi-verify.cpp
  tools/llvm-cfi-verify/unittests/
  tools/llvm-cfi-verify/unittests/CMakeLists.txt
  tools/llvm-cfi-verify/unittests/FileVerifier.cpp
  tools/llvm-cfi-verify/unittests/GraphBuilder.cpp
  unittests/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D38427.117221.patch
Type: text/x-patch
Size: 86865 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170929/64a2f23e/attachment.bin>


More information about the llvm-commits mailing list