| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-04-19 | remove early simplification of casts during evaluation | Luc Van Oostenryck | 2 | -2/+0 |
| 2021-04-18 | add testcases for simplification of casts. | Luc Van Oostenryck | 2 | -0/+30 |
| 2021-02-24 | fix eval of the assignment of a non-restricted value to a restricted variable | Luc Van Oostenryck | 1 | -0/+22 |
| 2020-11-18 | unqual: statement expressions should drop qualifiers | Luc Van Oostenryck | 1 | -1/+0 |
| 2020-11-18 | unqual: comma expressions should drop qualifiers | Luc Van Oostenryck | 1 | -1/+0 |
| 2020-11-18 | unqual: add testcases | Luc Van Oostenryck | 4 | -0/+75 |
| 2020-11-18 | casts should drop qualifiers | Luc Van Oostenryck | 1 | -0/+14 |
| 2020-08-17 | union-cast: teach sparse about union casts | Luc Van Oostenryck | 2 | -2/+0 |
| 2020-08-15 | union-cast: add some testcases | Luc Van Oostenryck | 2 | -0/+49 |
| 2020-07-13 | fix evaluation error with assignment of qualified arrays | Luc Van Oostenryck | 2 | -2/+0 |
| 2020-07-10 | add testcase for missing warning for assignment to const | Luc Van Oostenryck | 1 | -0/+29 |
| 2020-07-10 | add another testcase with const array/pointer | Luc Van Oostenryck | 1 | -0/+50 |
| 2020-07-09 | add a testcase for assignment to const <type> (*)[] | Luc Van Oostenryck | 1 | -0/+7 |
| 2020-07-04 | avoid multiple warnings when inlining undeclared calls | Luc Van Oostenryck | 1 | -0/+19 |
| 2019-12-17 | Merge branch 'expand-init' (early part) into next | Luc Van Oostenryck | 2 | -0/+40 |
| 2019-12-10 | degenerated arrays & functions are addressable too | Luc Van Oostenryck | 1 | -1/+0 |
| 2019-12-10 | fix addressability marking in evaluate_addressof() | Luc Van Oostenryck | 1 | -1/+0 |
| 2019-12-10 | add testcase for addressability of 'complex' symbols | Luc Van Oostenryck | 1 | -0/+24 |
| 2019-12-10 | add testcase for addressability of degenerated symbol | Luc Van Oostenryck | 1 | -0/+18 |
| 2019-12-09 | fix premature examination of dereferenced object | Luc Van Oostenryck | 1 | -0/+27 |
| 2019-11-10 | typeof: examine it at show-time | Luc Van Oostenryck | 1 | -1/+0 |
| 2019-11-10 | typeof: add a test for unexamined typeof | Luc Van Oostenryck | 1 | -0/+11 |
| 2019-09-28 | asm: arrays & functions in non-memory operand degenerate into pointers | Luc Van Oostenryck | 1 | -1/+0 |
| 2019-09-27 | asm: missing evaluation of asm statements | Luc Van Oostenryck | 1 | -1/+0 |
| 2019-09-27 | asm: add test evaluation, expansion & linearization of ASM operands | Luc Van Oostenryck | 2 | -0/+85 |