summaryrefslogtreecommitdiffstats
path: root/opt.c
Commit message (Collapse)AuthorAgeFilesLines
* Release 1.41.4Tavian Barnes2019-04-151-1/+1
|
* opt: Optimize redundant comma expressionsTavian Barnes2019-03-211-3/+5
|
* opt: Replace -a -false/-o -true with -not when possibleTavian Barnes2019-03-201-0/+17
|
* Add some documentation commentsTavian Barnes2019-02-091-0/+25
|
* opt: Optimize -samefile together with -inumTavian Barnes2019-02-041-0/+9
|
* opt: Apply data flow optimizations to more numeric rangesTavian Barnes2019-02-011-79/+208
|
* color: Check format strings + args for cfprintf()Tavian Barnes2019-01-021-1/+1
| | | | | | %{cc} is now ${cc} to avoid warnings about an unrecognized format specifier, and %P and %L are now %pP and %pL to make them look more like standard format strings.
* Update copyright datesTavian Barnes2018-09-241-1/+1
|
* opt: Re-run optimizations after reordering expressionsTavian Barnes2018-08-181-24/+57
| | | | | This catches new data flow inferences that can be made after swapping the children of an expression.
* 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