| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-11-17 | cfg: early CFG simplification | Luc Van Oostenryck | 1 | -0/+1 |
| 2020-11-01 | linearize __builtin_isdigit() | Luc Van Oostenryck | 1 | -0/+10 |
| 2020-08-06 | bad-shift: wait dead code elimination to warn about bad shifts | Luc Van Oostenryck | 1 | -4/+4 |
| 2020-02-09 | do the tree inlining during expansion phase | Luc Van Oostenryck | 1 | -1/+0 |
| 2020-02-09 | inline: add some tests | Luc Van Oostenryck | 2 | -0/+48 |
| 2019-12-10 | fix cost of dereference of symbols with complex type | Luc Van Oostenryck | 1 | -1/+0 |
| 2019-12-10 | fix expansion of initializer (default) | Luc Van Oostenryck | 1 | -1/+0 |
| 2019-12-10 | fix expansion of initializer (mismatching type) | Luc Van Oostenryck | 2 | -2/+0 |
| 2019-12-10 | fix expansion of initializer (mismatching size) | Luc Van Oostenryck | 1 | -1/+0 |
| 2019-12-10 | degenerated arrays & functions are addressable too | Luc Van Oostenryck | 1 | -0/+15 |
| 2019-12-10 | add test for constant expansion of complex initializer | Luc Van Oostenryck | 3 | -0/+53 |
| 2019-12-10 | add test for dereference cost of symbol with complex type | Luc Van Oostenryck | 1 | -0/+21 |
| 2019-12-10 | add test for union cast | Luc Van Oostenryck | 1 | -0/+27 |
| 2019-12-10 | add testcase for expansion of default initializers | Luc Van Oostenryck | 2 | -0/+39 |
| 2019-12-10 | split testcases for type punning & constant initializer expansion | Luc Van Oostenryck | 3 | -0/+62 |
| 2019-09-30 | Merge branch 'fix-expand-asm' into tip | Luc Van Oostenryck | 2 | -0/+49 |
| 2019-09-27 | asm: fix missing expansion of asm statements | Luc Van Oostenryck | 1 | -1/+0 |
| 2019-09-27 | asm: add test evaluation, expansion & linearization of ASM operands | Luc Van Oostenryck | 1 | -0/+24 |
| 2019-09-26 | expand: add missing expansion of compound literals | Luc Van Oostenryck | 1 | -1/+0 |
| 2019-09-26 | expand: add test for expansion of compound literals | Luc Van Oostenryck | 1 | -0/+27 |
| 2019-03-03 | expand: 'conservative' must not bypass valid simplifications | Thomas Weißschuh | 1 | -0/+64 |
| 2019-02-04 | target.c: ignore -m64 on archs where int32_t is a long | Luc Van Oostenryck | 1 | -0/+1 |
| 2018-12-17 | show-parse: do not display base type's redundant specifiers | Luc Van Oostenryck | 1 | -2/+2 |
| 2018-12-17 | show-parse: don't display null ident in show_typename() | Luc Van Oostenryck | 1 | -2/+2 |
| 2018-11-20 | fix expansion of function designator | Luc Van Oostenryck | 1 | -1/+0 |
| 2018-11-20 | add testcase for missing function designator expansion | Luc Van Oostenryck | 1 | -0/+23 |
| 2018-06-23 | cast: specialize integer casts | Luc Van Oostenryck | 1 | -5/+3 |
| 2018-06-01 | fix typing of __builtin_expect() | Luc Van Oostenryck | 1 | -0/+101 |
| 2018-02-17 | builtin: add testcases for expansion of FP classification | Luc Van Oostenryck | 4 | -0/+86 |
| 2018-02-17 | builtin: add testcases for expansion of special FP constants | Luc Van Oostenryck | 2 | -0/+62 |