SOTAVerified

DG: A program analysis library

2020-11-07Code Available1· sign in to hype

Marek Chalupa

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

DG is a C++ library providing elements for building program analysis tools. Its main components are a points-to analysis, a data dependence analysis, a control dependence analysis and an analysis of relations between variables. DG contains also a set of tools for displaying and exporting the results of the analyses and a program slicer for LLVM bitcode. It has been successfully used in several research projects.

Reproductions