Skip to content

hkhlaaf/llvm2kittel

 
 

Repository files navigation

llvm2KITTeL

llvm2KITTeL is a converter from LLVM's intermediate representation into a format that can be handled by the automatic termination prover KITTeL.

This fork is a further extension to translate the LLVM-IR into the T2 file format(.t2) to be handled by the automatic temporal property verifier T2.

##T2 Extension

After following the INSTALL instructions, running the following commands below will allow you to extract a .t2 file. From the build directory:

$ clang -Wall -Wextra -c -emit-llvm -O0 INPUT -o INPUT.bc

$ ./llvm2kittel --dump-ll --no-slicing --eager-inline --t2 INPUT.bc > INPUT.t2

Papers

Stephan Falke, Deepak Kapur, Carsten Sinz: Termination Analysis of C Programs Using Compiler Intermediate Languages. RTA 2011: 41-50

Stephan Falke, Deepak Kapur, Carsten Sinz: Termination Analysis of Imperative Programs Using Bitvector Arithmetic. VSTTE 2012: 261-277

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.8%
  • CMake 1.6%
  • Other 0.6%