Skip to content
forked from mchalupa/dg

[LLVM Static Slicer] Dependence graph for programs. A set of generic program analyses and a static slicer for LLVM bitcode.

License

Notifications You must be signed in to change notification settings

GiraffeReversed/dg

This branch is 225 commits behind mchalupa/dg:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c4e7e76 · Nov 9, 2021
Oct 19, 2021
May 6, 2021
Oct 19, 2021
Oct 19, 2021
Nov 4, 2020
Nov 9, 2021
Oct 19, 2021
May 7, 2021
Jul 20, 2021
Oct 19, 2021
Feb 9, 2021
Jul 1, 2020
Oct 19, 2021
Oct 3, 2018
Oct 18, 2021
Jan 9, 2020
Oct 18, 2021
Apr 13, 2021

Repository files navigation

DG

Linux CI macOS CI

DG is a library containing various bits for program analysis. However, the main motivation of this library is program slicing. The library contains implementation of a pointer analysis, data dependence analysis, control dependence analysis, and an analysis of relations between values in LLVM bitcode. All of the analyses target LLVM bitcode, but most of them are written in a generic way, so they are not dependent on LLVM in particular.

Further, DG contains an implementation of dependence graphs and a static program slicer for LLVM bitcode. Some documentation can be found in the doc/ directory.


You can find a high-level description of DG in DG: a program analysis library or DG: Analysis and slicing of LLVM bitcode papers. More detailed information about dg is in the doc/ folder or in my master thesis.

You can write e-mails with issues to mchqwerty@gmail.com (or file issue in github).

About

[LLVM Static Slicer] Dependence graph for programs. A set of generic program analyses and a static slicer for LLVM bitcode.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 94.9%
  • C 2.2%
  • CMake 1.6%
  • Python 1.1%
  • Other 0.2%