| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Test/Simplification: add regression tests | Fabrice Desclaux | 2015-02-13 | 1 | -0/+8 |
| | | |||||
| * | Test: add regression test for simplification << >> | Fabrice Desclaux | 2015-02-13 | 1 | -0/+33 |
| | | |||||
| * | VariablesIdentifier: Handle corner cases (using var ident on already ↵ | Camille Mougey | 2015-02-10 | 1 | -3/+34 |
| | | | | | computed eq) | ||||
| * | VariableIdentifier: Less hacky way to identify sub vars, add a prefix feature | Camille Mougey | 2015-02-10 | 1 | -0/+13 |
| | | |||||
| * | Test: Add a regression test for Variables_Identifier | Camille Mougey | 2014-12-09 | 1 | -0/+43 |
| | | |||||
| * | Simplification: Fix 'A op 0' with op == '-' bug, add corresponding test case | ajax | 2014-07-30 | 1 | -0/+2 |
| | | |||||
| * | Simplification: detect and handle == condition | serpilliere | 2014-06-13 | 1 | -6/+6 |
| | | | | | Add corresponding regression tests | ||||
| * | Simplifications: Add symetric cond catching + corresponding tests | ajax | 2014-06-12 | 1 | -0/+2 |
| | | |||||
| * | Simplifications_cond: Fix size issue, add constructor | ajax | 2014-06-12 | 1 | -5/+5 |
| | | | | | | | | | | I could have use a child class of ExprOp specific for conditions, but I prefer to keep a better modularity by just using "<s", "<u" as a new op I don't add the size issue in expression/expression.py (such as 'parity') because we don't want dependencies from this file to expression/simplifications_cond (for TOK_*) | ||||
| * | Test: Simplifications: Use ".msb()" instead of hard coded [31:32] | ajax | 2014-06-12 | 1 | -2/+2 |
| | | |||||
| * | Simplifications: Add regression tests for simplifications_cond | ajax | 2014-06-12 | 1 | -1/+30 |
| | | |||||
| * | Miasm v2 | serpilliere | 2014-06-03 | 3 | -0/+352 |
| * 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 ! | |||||