about summary refs log tree commit diff stats
path: root/test/ir/reduce_graph.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename ira => LifterModelCallFabrice Desclaux2020-12-241-2/+2
|
* Update api according to loc_db updateFabrice Desclaux2020-08-311-1/+1
|
* IRBlock take loc_dbFabrice Desclaux2020-08-311-1/+1
|
* Rename miasm2 to miasmFabrice Desclaux2019-03-051-5/+5
|
* Support python2/python3Fabrice Desclaux2019-03-051-3/+7
|
* Merge blocks: don't create predecessors for headsFabrice Desclaux2019-02-181-6/+35
|
* Expresion: use ExprAssign instead of ExprAffFabrice Desclaux2018-10-011-64/+64
| | | | | | ExprAff stands for (in french) "Expression affectation" We will now use ExprAssign (for Expression Assignment) (instead of ExprAss)
* Test: add regression test (bad block ref)Fabrice Desclaux2018-08-011-0/+53
|
* Test: add reduce graph test (infinite loop)Fabrice Desclaux2018-08-011-1/+62
|
* IR: rename DiGraphIR=>IRCFGFabrice Desclaux2018-07-101-1/+1
|
* Test: add reduce ircfg reg testsFabrice Desclaux2018-07-101-0/+531