Skip to content

FatherOfEgg/LLVM-CFG-Analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is an Honors project for my CSE 3150 class. It is a very simple and potentially naive CFG analyzer for LLVM IR files.

Features

  • Finding the longest function call chain
  • Finding the longest execution path

Building

Make sure you have clang and LLVM installed. Then to build, all you need to do is run:

make

Same thing for the test files.

About

CSE 3150 Honors Project: LLVM CFG Analyzer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors