about summary refs log tree commit diff stats
path: root/miasm2/expression/simplifications_common.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* merge; fix x86 ror/rolserpilliere2014-06-121-0/+4
* Simplifications: Export common simplifications to an extern fileajax2014-06-091-0/+499