Skip to content

akulk022/ProgramAnalysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

ProgramAnalysis

Different types of program analysis code that I've tried implementing

Added Interprocedural analysis for getting information on available expressions using an LLVM pass.

Initial compile cmake .

Subsequent compiles make

Running the pass opt -load ./libAvailExpression.so -AvailExpression testAvail.ll -enable-new-pm=0

About

Different types of program analysis code that I've tried implementing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published