about summary refs log tree commit diff stats
path: root/miasm2/expression/simplifications_common.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Expression: fix apiFabrice Desclaux2015-10-291-10/+12
|
* Expr/Simplifications: add shift/slice reductionFabrice Desclaux2015-07-231-0/+15
|
* expr/simplification: fix slice of composeserpilliere2015-07-101-1/+1
|
* Simplifications: Remove useless statementsAjax2015-06-111-8/+0
|
* Expression/Simplification: add slice/composeFabrice Desclaux2015-06-051-1/+32
|
* Expr/Simplification: match code and comment for multiplication simplificationFabrice Desclaux2015-03-241-3/+2
|
* Expression/Simplification: add op/compose simplificationFabrice Desclaux2015-02-131-0/+16
|
* Expression/Simplification: add shift/compose simplificationFabrice Desclaux2015-02-131-0/+49
|
* Expression: fix umod/udiv in expression simplificationFabrice Desclaux2014-10-311-1/+13
|
* expr_simpl: add shift simplificationFabrice Desclaux2014-09-111-0/+6
|
* Simplifications commons: Fix assert (avoid division by zero)Camille Mougey2014-09-051-2/+2
|
* Simplification: Fix 'A op 0' with op == '-' bug, add corresponding test caseajax2014-07-301-1/+6
|
* Fix operand unify irem/imodserpilliere2014-06-241-2/+2
|
* Simplification: fix bug in simplification (tx to Florent Monjalet)serpilliere2014-06-131-1/+1
|
* Simplification: detect and handle == conditionserpilliere2014-06-131-15/+0
| | | | Add corresponding regression tests
* merge; fix x86 ror/rolserpilliere2014-06-121-0/+4
| | | | rol ror mask shifter in semantic instead of in expr_simpl
* Simplifications: Export common simplifications to an extern fileajax2014-06-091-0/+499