summaryrefslogtreecommitdiffstats
path: root/opt.c
AgeCommit message (Expand)Author
2019-01-02color: Check format strings + args for cfprintf()Tavian Barnes
2018-09-24Update copyright datesTavian Barnes
2018-08-18opt: Re-run optimizations after reordering expressionsTavian Barnes
2017-12-15Keep track of required FDs per-exprTavian Barnes
2017-09-17opt: More -O4 tweaksTavian Barnes
2017-09-17opt: Use the standard LLONG_MAX instead of the nonstandard LONG_LONG_MAXTavian Barnes
2017-09-17opt: Fix -depth with arguments bigger than INT_MAXTavian Barnes
2017-09-17opt: Move some aggressive optimizations back to -O4Tavian Barnes
2017-09-17opt: Have data flow analysis respect always_{true,false}Tavian Barnes
2017-09-16opt: Implement some data flow optimizationsTavian Barnes
2017-09-16opt: Separate optimization from parsingTavian Barnes