about summary refs log tree commit diff stats
path: root/test/expression/simplifications.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Test: add intmod regressionserpilliere2015-04-251-1/+4
|
* Test/simplification: add reg test against multiplication simplificationFabrice Desclaux2015-03-241-0/+3
|
* Test/simplification: reg test reference must not be expr_simp to match resultFabrice Desclaux2015-03-241-7/+6
|
* Test/Simplification: add regression testsFabrice Desclaux2015-02-131-0/+8
|
* Test: add regression test for simplification << >>Fabrice Desclaux2015-02-131-0/+33
|
* Simplification: Fix 'A op 0' with op == '-' bug, add corresponding test caseajax2014-07-301-0/+2
|
* Simplification: detect and handle == conditionserpilliere2014-06-131-6/+6
| | | | Add corresponding regression tests
* Simplifications: Add symetric cond catching + corresponding testsajax2014-06-121-0/+2
|
* Simplifications_cond: Fix size issue, add constructorajax2014-06-121-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]ajax2014-06-121-2/+2
|
* Simplifications: Add regression tests for simplifications_condajax2014-06-121-1/+30
|
* Miasm v2serpilliere2014-06-031-0/+258
* 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 !