Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.05 KB

README.md

File metadata and controls

26 lines (18 loc) · 1.05 KB

logo

GitHub Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public. Github Actions

a little interval analysis tool on LLVM IR

Dependencies

Algorithm

  • interval analysis via abstract interpretation
  • dataflow iterating in regard for path conditions

Worklist

  • more arthmetic/terminator instruction support
  • interprocedural analysis via context sensitive
  • more pattern support for interval solving
  • modeling for array/heap memory
  • unsigned integer support
  • floating point support