Skip to content
forked from dm606/lfcpa

Liveness-based pointer analysis for LLVM

Notifications You must be signed in to change notification settings

hotpeperoncino/lfcpa

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Liveness-based pointer analysis for LLVM

Interprocedural alias algorithm for LLVM. Compiling creates a file named lfcpa.so containing a pass named test-pass. The pass will analyse the IR and print points-to information. Its results can't be used by any transformations yet.

Note: it also currently leaks some memory and some of the code needs refactoring.

After fork:

At bdds branch, modification was applied in order to make this available with 3.9.

About

Liveness-based pointer analysis for LLVM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.1%
  • Python 2.3%
  • CMake 0.6%