about summary refs log tree commit diff stats
path: root/miasm2/analysis/data_flow.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* IR: Make IRBlock immutableFabrice Desclaux2017-05-241-2/+4
|
* Ir: Add ir graph helpersFabrice Desclaux2017-04-211-0/+3
|
* IRBlock: move lines in AssignBlockFabrice Desclaux2017-04-201-1/+1
|
* Ir: make AssignBlock immutableFabrice Desclaux2017-04-201-2/+5
|
* analysis: Introduction of use-definition chainsCaroline Leman2017-03-291-0/+252
- previous dead_simp function has been moved to data_flow.py - ira class has been simplified - reach analysis code has been 'clarified'