| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |