about summary refs log tree commit diff stats
path: root/test/ir/analysis.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* analysis: Introduction of use-definition chainsCaroline Leman2017-03-291-681/+0
| | | | | | - previous dead_simp function has been moved to data_flow.py - ira class has been simplified - reach analysis code has been 'clarified'
* Core/asmbloc: move asmbloc to asmblockFabrice Desclaux2017-03-131-1/+1
|
* Asmbloc: rename asm_label to AsmLabelFabrice Desclaux2017-03-131-8/+8
|
* IR: rename blocs to blocksFabrice Desclaux2017-03-131-63/+63
|
* IR/ir: rename irbloc to IRBlockFabrice Desclaux2017-03-131-157/+157
|
* fix permissionsAymeric Vincent2017-01-051-0/+0
|
* AssignBlockFabrice Desclaux2016-02-261-13/+12
|
* IR: replace `.g` with a lazy built `.graph`, avoiding the need of `gen_graph`Ajax2015-12-071-104/+66
|
* IRA: ira parent class is now miasm2.ir.ir::irCamille Mougey2015-12-071-3/+5
|
* IR: Compliance to python coding conventionsCaroline Leman2015-04-291-350/+390
|
* IR: Regression test integrationCaroline Leman2015-04-291-12/+10
|
* IR: Improve dead code eliminationCaroline Leman2015-04-291-0/+680
Dead code analysis computed using Ken Kennedy Algorithm Ref: A survey of data flow analysis techniques, IBM Thomas J. Watson Research Division, 1979