aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validation/expand
AgeCommit message (Expand)AuthorFilesLines
2020-11-17cfg: early CFG simplificationLuc Van Oostenryck1-0/+1
2020-11-01linearize __builtin_isdigit()Luc Van Oostenryck1-0/+10
2020-08-06bad-shift: wait dead code elimination to warn about bad shiftsLuc Van Oostenryck1-4/+4
2020-02-09do the tree inlining during expansion phaseLuc Van Oostenryck1-1/+0
2020-02-09inline: add some testsLuc Van Oostenryck2-0/+48
2019-12-10fix cost of dereference of symbols with complex typeLuc Van Oostenryck1-1/+0
2019-12-10fix expansion of initializer (default)Luc Van Oostenryck1-1/+0
2019-12-10fix expansion of initializer (mismatching type)Luc Van Oostenryck2-2/+0
2019-12-10fix expansion of initializer (mismatching size)Luc Van Oostenryck1-1/+0
2019-12-10degenerated arrays & functions are addressable tooLuc Van Oostenryck1-0/+15
2019-12-10add test for constant expansion of complex initializerLuc Van Oostenryck3-0/+53
2019-12-10add test for dereference cost of symbol with complex typeLuc Van Oostenryck1-0/+21
2019-12-10add test for union castLuc Van Oostenryck1-0/+27
2019-12-10add testcase for expansion of default initializersLuc Van Oostenryck2-0/+39
2019-12-10split testcases for type punning & constant initializer expansionLuc Van Oostenryck3-0/+62
2019-09-30Merge branch 'fix-expand-asm' into tipLuc Van Oostenryck2-0/+49
2019-09-27asm: fix missing expansion of asm statementsLuc Van Oostenryck1-1/+0
2019-09-27asm: add test evaluation, expansion & linearization of ASM operandsLuc Van Oostenryck1-0/+24
2019-09-26expand: add missing expansion of compound literalsLuc Van Oostenryck1-1/+0
2019-09-26expand: add test for expansion of compound literalsLuc Van Oostenryck1-0/+27
2019-03-03expand: 'conservative' must not bypass valid simplificationsThomas Weißschuh1-0/+64
2019-02-04target.c: ignore -m64 on archs where int32_t is a longLuc Van Oostenryck1-0/+1
2018-12-17show-parse: do not display base type's redundant specifiersLuc Van Oostenryck1-2/+2
2018-12-17show-parse: don't display null ident in show_typename()Luc Van Oostenryck1-2/+2
2018-11-20fix expansion of function designatorLuc Van Oostenryck1-1/+0
2018-11-20add testcase for missing function designator expansionLuc Van Oostenryck1-0/+23
2018-06-23cast: specialize integer castsLuc Van Oostenryck1-5/+3
2018-06-01fix typing of __builtin_expect()Luc Van Oostenryck1-0/+101
2018-02-17builtin: add testcases for expansion of FP classificationLuc Van Oostenryck4-0/+86
2018-02-17builtin: add testcases for expansion of special FP constantsLuc Van Oostenryck2-0/+62