| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Replace /!\ with [!] to fix a few warnings | Duncan Ogilvie | 2024-01-06 | 1 | -1/+1 |
| | | | | | | miasm/expression/expression_helper.py:90: SyntaxWarning: invalid escape sequence '\ ' | ||||
| * | Remove trailing whitespace | Duncan Ogilvie | 2024-01-06 | 1 | -3/+3 |
| | | |||||
| * | Add flag cst simplification | Fabrice Desclaux | 2021-09-04 | 1 | -1/+17 |
| | | |||||
| * | Add simplification | Fabrice Desclaux | 2020-12-28 | 1 | -0/+12 |
| | | | | | | The simplification added in ce175bb51 may take reduction before simp_cc_conds. This add simplifications for remaining case. | ||||
| * | Simplifications: dont propagate division | Fabrice Desclaux | 2020-12-23 | 1 | -6/+12 |
| | | |||||
| * | Add CC_S>= simplification | Fabrice Desclaux | 2020-12-18 | 1 | -0/+11 |
| | | |||||
| * | Add slice/compose simplification | Fabrice Desclaux | 2020-12-03 | 1 | -0/+58 |
| | | |||||
| * | Move modint in core | Fabrice Desclaux | 2020-07-21 | 1 | -1/+1 |
| | | |||||
| * | Add cond CC flag simplification | Fabrice Desclaux | 2020-06-25 | 1 | -0/+20 |
| | | |||||
| * | Merge pull request #1145 from 6oclock/bcdadd_simplifications_python | serpilliere | 2020-06-09 | 1 | -0/+51 |
| |\ | | | | | Adding simplifications for bcdadd and bcdadd_cf with python | ||||
| | * | Adding simplifications for bcdadd and bcdadd_cf with python | Nicolas DILLIES | 2020-03-03 | 1 | -0/+51 |
| | | | |||||
| * | | simplifications_common: added explicit assertion messages for division by 0 | Tim Blazytko | 2020-05-24 | 1 | -4/+6 |
| | | | |||||
| * | | simp_cmp_bijective_op improvement | Vladislav HrĨka | 2020-05-21 | 1 | -0/+7 |
| | | | | | | | Input expr such as "(ESP_init + 0xFFFFFFA8) == (ESP_init + @32[ESP_init + 0xFFFFFECC] * 0x2 + 0xFFFFFFA8)" resulted in empty args_a which caused "sanitycheck: ExprOp args must have same size!" in "arg_a = ExprOp(op, *args_a)". | ||||
| * | | Fix int(expr) | Fabrice Desclaux | 2020-04-03 | 1 | -25/+25 |
| | | | |||||
| * | | Use int(expr) instead of expr.arg.arg | Fabrice Desclaux | 2020-04-03 | 1 | -26/+29 |
| | | | |||||
| * | | Add Expression visitor | Fabrice Desclaux | 2020-03-29 | 1 | -4/+4 |
| | | | |||||
| * | | Add simplifications | Fabrice Desclaux | 2020-03-20 | 1 | -0/+26 |
| |/ | |||||
| * | Add == simplification | serpilliere | 2020-02-19 | 1 | -0/+70 |
| | | |||||
| * | Fix mistakes and add more pertinent tests | Hugo Porcher | 2019-03-27 | 1 | -4/+11 |
| | | |||||
| * | Add check to not slice an ExprId | Hugo Porcher | 2019-03-27 | 1 | -6/+8 |
| | | |||||
| * | Use moduint instead of python int and fix test | Hugo Porcher | 2019-03-21 | 1 | -2/+2 |
| | | |||||
| * | Add zeroextend and fix loop | Hugo Porcher | 2019-03-21 | 1 | -4/+5 |
| | | |||||
| * | Add compose_and_mask simplification pass | Hugo Porcher | 2019-03-20 | 1 | -1/+21 |
| | | |||||
| * | 'tuple' object has no attribute 'op' | Jie | 2019-03-17 | 1 | -1/+1 |
| | | | | if len(left) is more than 1, it will occur 'tuple' object has no attribute 'op' | ||||
| * | Rename miasm2 to miasm | Fabrice Desclaux | 2019-03-05 | 1 | -0/+1556 |