summaryrefslogtreecommitdiffstats
path: root/opt.c
AgeCommit message (Expand)Author
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