about summary refs log tree commit diff stats
path: root/test/core/graph.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* DiGraph: fixed node order in natural loop backedgesTim Blazytko2017-10-181-2/+2
|
* Add regression tests for MatchGraphAjax2016-01-271-0/+68
| | | | | Conflicts: test/core/graph.py
* Graph; introduce copy and mergeAjax2016-01-251-0/+15
|
* Graph: two graphs are equals if they have the same nodes and edgesAjax2016-01-251-0/+10
|
* DiGraph: added regression tests for strongly connected components and ↵Tim Blazytko2015-09-041-1/+29
| | | | natural loops
* Test/Graph: extended regression tests for g2Tim Blazytko2015-06-021-0/+7
|
* DiGraph: fixed order in dominance_frontierTim Blazytko2015-06-021-4/+8
|
* Tests/graph: extended regression testsTim Blazytko2015-06-021-1/+41
|
* Test/Graph: add regression tests for walk_dominator/walk_postdominatorFabrice Desclaux2015-06-021-0/+36
|
* Test/Graph: add reg testsFabrice Desclaux2015-03-121-10/+34
|
* Test/Graph: add reg testsFabrice Desclaux2015-03-121-0/+14
|
* Graph: dominators computation can only be done regarding to *one* headFabrice Desclaux2015-03-121-1/+1
| | | | The 'get_all_parents' is replaced by 'reachable_parents'
* DiGraph: add dominators regression testserpilliere2015-01-181-0/+23
|
* Miasm v2serpilliere2014-06-031-0/+18
* API has changed, so old scripts need updates * See example for API usage * Use tcc or llvm for jit emulation * Go to test and run test_all.py to check install Enjoy !