index
:
miasm
this commit
ck/x86-blsi
develop
master
ta/arm64-ldsmaxb
ta/nix
ta/x86-adcx
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
miasm2
/
expression
/
simplifications_common.py
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Expression/Simplifications: modify x?b:c + d
Fabrice Desclaux
2017-08-10
1
-15
/
+21
*
Expression/Simplifications: clean code
Fabrice Desclaux
2017-08-10
1
-279
/
+269
*
Simplifications: ExprMem(a?b:c) and {x?a:b, x?c:d}
Fabrice Desclaux
2017-08-10
1
-31
/
+27
*
Add a new simplification: {@X[base + i] 0 X, @Y[base + i + X] X (X + Y)} => @...
Ajax
2017-06-01
1
-0
/
+11
*
Replace ExprInt[num](x) -> ExprInt(x, num)
Ajax
2017-03-30
1
-3
/
+3
*
Let ExprInt always use its Singleton capabilities
Ajax
2017-03-30
1
-2
/
+3
*
Right operator of a>> is unsigned
Ajax
2017-02-15
1
-1
/
+1
*
Expr: Remove exprint_from
Fabrice Desclaux
2016-12-23
1
-9
/
+9
*
Exprsimp: updt api
Fabrice Desclaux
2016-12-23
1
-87
/
+65
*
ExprCompose: updt internal struct
Fabrice Desclaux
2016-11-04
1
-88
/
+61
*
ExprCompose: update api
Fabrice Desclaux
2016-11-04
1
-7
/
+31
*
Update int(XX.arg) -> int(XX)
Ajax
2016-09-16
1
-9
/
+9
*
Add ** (pow) operator
JB Cayrou
2016-06-29
1
-1
/
+3
*
Simplifications: add cst_propagation for >>>/<<< c_rez
Ajax
2015-11-16
1
-0
/
+33
*
Simplifications: '>>>', '<<<' with rounds > size
Ajax
2015-11-12
1
-3
/
+4
*
Expression: fix api
Fabrice Desclaux
2015-10-29
1
-10
/
+12
*
Expr/Simplifications: add shift/slice reduction
Fabrice Desclaux
2015-07-23
1
-0
/
+15
*
expr/simplification: fix slice of compose
serpilliere
2015-07-10
1
-1
/
+1
*
Simplifications: Remove useless statements
Ajax
2015-06-11
1
-8
/
+0
*
Expression/Simplification: add slice/compose
Fabrice Desclaux
2015-06-05
1
-1
/
+32
*
Expr/Simplification: match code and comment for multiplication simplification
Fabrice Desclaux
2015-03-24
1
-3
/
+2
*
Expression/Simplification: add op/compose simplification
Fabrice Desclaux
2015-02-13
1
-0
/
+16
*
Expression/Simplification: add shift/compose simplification
Fabrice Desclaux
2015-02-13
1
-0
/
+49
*
Expression: fix umod/udiv in expression simplification
Fabrice Desclaux
2014-10-31
1
-1
/
+13
*
expr_simpl: add shift simplification
Fabrice Desclaux
2014-09-11
1
-0
/
+6
*
Simplifications commons: Fix assert (avoid division by zero)
Camille Mougey
2014-09-05
1
-2
/
+2
*
Simplification: Fix 'A op 0' with op == '-' bug, add corresponding test case
ajax
2014-07-30
1
-1
/
+6
*
Fix operand unify irem/imod
serpilliere
2014-06-24
1
-2
/
+2
*
Simplification: fix bug in simplification (tx to Florent Monjalet)
serpilliere
2014-06-13
1
-1
/
+1
*
Simplification: detect and handle == condition
serpilliere
2014-06-13
1
-15
/
+0
*
merge; fix x86 ror/rol
serpilliere
2014-06-12
1
-0
/
+4
*
Simplifications: Export common simplifications to an extern file
ajax
2014-06-09
1
-0
/
+499