about summary refs log tree commit diff stats
path: root/test/ir/reduce_graph.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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