summaryrefslogtreecommitdiffstats
path: root/opt.c
AgeCommit message (Expand)Author
2019-04-15Release 1.41.4Tavian Barnes
2019-03-21opt: Optimize redundant comma expressionsTavian Barnes
2019-03-20opt: Replace -a -false/-o -true with -not when possibleTavian Barnes
2019-02-09Add some documentation commentsTavian Barnes
2019-02-04opt: Optimize -samefile together with -inumTavian Barnes
2019-02-01opt: Apply data flow optimizations to more numeric rangesTavian Barnes
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