summaryrefslogtreecommitdiffstats
path: root/opt.c
Commit message (Collapse)AuthorAgeFilesLines
* Keep track of required FDs per-exprTavian Barnes2017-12-151-0/+13
|
* opt: More -O4 tweaksTavian Barnes2017-09-171-24/+15
|
* opt: Use the standard LLONG_MAX instead of the nonstandard LONG_LONG_MAXTavian Barnes2017-09-171-1/+1
|
* opt: Fix -depth with arguments bigger than INT_MAXTavian Barnes2017-09-171-4/+8
|
* opt: Move some aggressive optimizations back to -O4Tavian Barnes2017-09-171-10/+18
|
* opt: Have data flow analysis respect always_{true,false}Tavian Barnes2017-09-171-6/+21
|
* opt: Implement some data flow optimizationsTavian Barnes2017-09-161-108/+322
|
* opt: Separate optimization from parsingTavian Barnes2017-09-161-0/+410