| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Expression: no default size for ExprId | Fabrice Desclaux | 2018-02-09 | 1 | -1/+1 |
| | | |||||
| * | Replace ExprInt[num](x) -> ExprInt(x, num) | Ajax | 2017-03-30 | 1 | -6/+6 |
| | | |||||
| * | Expr: test that repr permit instanciation | Ajax | 2017-01-13 | 1 | -0/+14 |
| | | |||||
| * | Regression test on big ExprInt | Ajax | 2016-12-14 | 1 | -0/+4 |
| | | |||||
| * | Seperate Expression regression tests | Ajax | 2016-12-14 | 1 | -0/+2 |
| | | |||||
| * | ExprCompose: add new api | Fabrice Desclaux | 2016-11-04 | 1 | -4/+4 |
| | | | | | | | | The ExprComposes uses directly its arguments sizes to guess the slices locations. Old api: ExprCompose([(a, 0, 32), (b, 32, 64)]) becomes: ExprCompose(a, b) | ||||
| * | Add regression test for `possible_values` | Ajax | 2016-03-17 | 1 | -0/+40 |
| | | | | | Thanks to @serpilliere | ||||
| * | Test: add expression reg test | Fabrice Desclaux | 2015-04-08 | 1 | -0/+7 |