summaryrefslogtreecommitdiffstats
path: root/opt.c
AgeCommit message (Expand)Author
2020-11-10opt: Assert that we don't do disabled optimizationsTavian Barnes
2020-11-09opt: Predicates aren't true when they're falseTavian Barnes
2020-11-09opt: Check optlevel before removing unreachable expressionsTavian Barnes
2020-11-09Use two newlines for all pre-eval warningsTavian Barnes
2020-09-27Rename struct cmdline to bfs_ctxTavian Barnes
2020-07-29bftw: Rename bftw_typeflag to bftw_type, and make it not a bitmaskTavian Barnes
2020-06-07opt: Warn when no side effects are reachableTavian Barnes
2020-06-07opt: Dump the command line before optimizing with -D optTavian Barnes
2020-06-07parse: Prohibit actions inside -excludeTavian Barnes
2020-06-07Implement -exclude, a special form for convenient exclusionsTavian Barnes
2020-06-07opt: Make sure facts_when_impure sees *all* impure literalsTavian Barnes
2020-06-02diag: Unify debug printingTavian Barnes
2020-05-22opt: Add missing #include <unistd.h>Tavian Barnes
2020-05-22opt: Track data flow information about predicatesTavian Barnes
2020-03-23opt: Avoid dangling pointers in de_morgan()Tavian Barnes
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