| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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 | |
| | | ||||||
| * | SemBuilder: Introduce the 'if cond' statement, building a new IRBlock | Ajax | 2015-04-24 | 1 | -2/+26 | |
| | | ||||||
| * | SemBuilder: Add `('X' % Y)(Z) -> ExprOp('X' % Y, Z)` and `('X')(Y) -> ↵ | Ajax | 2015-04-23 | 1 | -3/+6 | |
| | | | | | ExprOp('X')(Y)` | |||||
| * | SemBuilder: Handle real variable declaration | Ajax | 2015-04-22 | 1 | -0/+3 | |
| | | ||||||
| * | Core: Introduce SemBuilder, a helper for building semantics side effects | Ajax | 2015-04-22 | 1 | -0/+22 | |
| | | ||||||
| * | Interval: fix contains; updt reg tests | Fabrice Desclaux | 2015-04-02 | 1 | -0/+1 | |
| | | ||||||
| * | 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' | |||||
| * | Core: Introduce BoundedDict and its regression test | Camille Mougey | 2015-02-23 | 1 | -0/+41 | |
| | | ||||||
| * | DiGraph: add dominators regression test | serpilliere | 2015-01-18 | 1 | -0/+23 | |
| | | ||||||
| * | Miasm v2 | serpilliere | 2014-06-03 | 3 | -0/+215 | |
| * 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 ! | ||||||