| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Simplifications: ExprMem(a?b:c) and {x?a:b, x?c:d} | Fabrice Desclaux | 2017-08-10 | 1 | -0/+1 |
| | | |||||
| * | ExprCompose: updt internal struct | Fabrice Desclaux | 2016-11-04 | 1 | -0/+1 |
| | | |||||
| * | IR: is_simp in the simplifier class | Fabrice Desclaux | 2016-11-04 | 1 | -6/+6 |
| | | |||||
| * | Simplification: detect and handle == condition | serpilliere | 2014-06-13 | 1 | -1/+3 |
| | | | | | Add corresponding regression tests | ||||
| * | merge; fix x86 ror/rol | serpilliere | 2014-06-12 | 1 | -513/+22 |
| |\ | | | | | | | rol ror mask shifter in semantic instead of in expr_simpl | ||||
| | * | Simplifications: Add basic conditions detection | ajax | 2014-06-12 | 1 | -4/+13 |
| | | | |||||
| | * | Simplifications: Export common simplifications to an extern file | ajax | 2014-06-09 | 1 | -504/+9 |
| | | | |||||
| * | | expression: fix rol/ror simplifications (fix by fperigaud) | serpilliere | 2014-06-12 | 1 | -1/+7 |
| |/ | |||||
| * | Miasm v2 | serpilliere | 2014-06-03 | 1 | -0/+605 |
| * 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 ! | |||||