about summary refs log tree commit diff stats
path: root/miasm2/expression/simplifications_cond.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename miasm2 to miasmFabrice Desclaux2019-03-051-178/+0
* Fix typos & add codespellPierre LALET2018-12-231-4/+4
* Simplifications: simplify by default high level opFabrice Desclaux2018-10-091-54/+0
* Expression: no default size for ExprIdFabrice Desclaux2018-02-091-3/+3
* Remove deprecated use of MatchExprAjax2017-04-211-11/+10
* Replace ExprInt[num](x) -> ExprInt(x, num)Ajax2017-03-301-5/+5
* Update int(XX.arg) -> int(XX)Ajax2016-09-161-4/+4
* Fix ExprOp_inf_signed + unit tests #385JB Cayrou2016-06-291-4/+4
* Expression/Simplification: avoid code modificationsserpilliere2015-02-221-20/+9
* PyLint: Import errors, pointless statements (`fds`), bad indentationCamille Mougey2015-02-181-8/+8
* PyLint: Remove unused-importsCamille Mougey2015-02-161-1/+0
* Simplification: detect and handle == conditionserpilliere2014-06-131-1/+29
* Simplifications: Add symetric cond catching + corresponding testsajax2014-06-121-2/+38
* Simplifications_cond: Fix size issue, add constructorajax2014-06-121-2/+21
* Simplifications: Add basic conditions detectionajax2014-06-121-0/+162