Skip to content

0.0.2 version

Compare
Choose a tag to compare
@mchalupa mchalupa released this 21 Feb 18:56
· 10 commits to 0.0.2 since this release

Changelog:

  • fixed bug in computing control dependencies (so now we really compute them, instead of adding control dependence to every predecessor - which is correct, but not precise)
  • BBlock successors have label now
  • slice away and reconnect basic blocks first, before slicing the nodes in the left blocks
  • remove unused stuff from sliced module
  • simple tutorial and building instructino in README
  • lot of bugfixes
  • continuing generalization of the code (making llvm-specific code more general)
  • allow self-loops on bblocks