about summary refs log tree commit diff stats
path: root/test/analysis/data_flow.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Ir: make AssignBlock immutableFabrice Desclaux2017-04-201-1/+4
|
* Replace ExprInt[num](x) -> ExprInt(x, num)Ajax2017-03-301-4/+4
|
* analysis: Introduction of use-definition chainsCaroline Leman2017-03-291-0/+685
- previous dead_simp function has been moved to data_flow.py - ira class has been simplified - reach analysis code has been 'clarified'