| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Graph: add weakly connected components | Fabrice Desclaux | 2020-03-16 | 1 | -0/+22 |
| | | |||||
| * | Rename miasm2 to miasm | Fabrice Desclaux | 2019-03-05 | 1 | -1/+1 |
| | | |||||
| * | Support python2/python3 | Fabrice Desclaux | 2019-03-05 | 1 | -7/+8 |
| | | |||||
| * | Core: replace AsmLabel by LocKey | Fabrice Desclaux | 2018-06-09 | 1 | -1/+1 |
| | | |||||
| * | DiGraph: fixed node order in natural loop backedges | Tim Blazytko | 2017-10-18 | 1 | -2/+2 |
| | | |||||
| * | Add regression tests for MatchGraph | Ajax | 2016-01-27 | 1 | -0/+68 |
| | | | | | | Conflicts: test/core/graph.py | ||||
| * | Graph; introduce copy and merge | Ajax | 2016-01-25 | 1 | -0/+15 |
| | | |||||
| * | Graph: two graphs are equals if they have the same nodes and edges | Ajax | 2016-01-25 | 1 | -0/+10 |
| | | |||||
| * | DiGraph: added regression tests for strongly connected components and ↵ | Tim Blazytko | 2015-09-04 | 1 | -1/+29 |
| | | | | | natural loops | ||||
| * | Test/Graph: extended regression tests for g2 | Tim Blazytko | 2015-06-02 | 1 | -0/+7 |
| | | |||||
| * | DiGraph: fixed order in dominance_frontier | Tim Blazytko | 2015-06-02 | 1 | -4/+8 |
| | | |||||
| * | Tests/graph: extended regression tests | Tim Blazytko | 2015-06-02 | 1 | -1/+41 |
| | | |||||
| * | Test/Graph: add regression tests for walk_dominator/walk_postdominator | Fabrice Desclaux | 2015-06-02 | 1 | -0/+36 |
| | | |||||
| * | Test/Graph: add reg tests | Fabrice Desclaux | 2015-03-12 | 1 | -10/+34 |
| | | |||||
| * | Test/Graph: add reg tests | Fabrice Desclaux | 2015-03-12 | 1 | -0/+14 |
| | | |||||
| * | Graph: dominators computation can only be done regarding to *one* head | Fabrice Desclaux | 2015-03-12 | 1 | -1/+1 |
| | | | | | The 'get_all_parents' is replaced by 'reachable_parents' | ||||
| * | DiGraph: add dominators regression test | serpilliere | 2015-01-18 | 1 | -0/+23 |
| | | |||||
| * | Miasm v2 | serpilliere | 2014-06-03 | 1 | -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 ! | |||||