index
:
bfs.git
clone
coverity
find2fd
gh-pages
main
queue-files
single-file
Breadth-first version of find
Tavian Barnes <tavianator@tavianator.com>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
opt.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
opt: Predicates aren't true when they're false
Tavian Barnes
2020-11-09
1
-2
/
+2
*
opt: Check optlevel before removing unreachable expressions
Tavian Barnes
2020-11-09
1
-2
/
+4
*
Use two newlines for all pre-eval warnings
Tavian Barnes
2020-11-09
1
-1
/
+1
*
Rename struct cmdline to bfs_ctx
Tavian Barnes
2020-09-27
1
-38
/
+39
*
bftw: Rename bftw_typeflag to bftw_type, and make it not a bitmask
Tavian Barnes
2020-07-29
1
-2
/
+2
*
opt: Warn when no side effects are reachable
Tavian Barnes
2020-06-07
1
-4
/
+4
*
opt: Dump the command line before optimizing with -D opt
Tavian Barnes
2020-06-07
1
-0
/
+2
*
parse: Prohibit actions inside -exclude
Tavian Barnes
2020-06-07
1
-0
/
+4
*
Implement -exclude, a special form for convenient exclusions
Tavian Barnes
2020-06-07
1
-14
/
+43
*
opt: Make sure facts_when_impure sees *all* impure literals
Tavian Barnes
2020-06-07
1
-2
/
+4
*
diag: Unify debug printing
Tavian Barnes
2020-06-02
1
-68
/
+51
*
opt: Add missing #include <unistd.h>
Tavian Barnes
2020-05-22
1
-0
/
+1
*
opt: Track data flow information about predicates
Tavian Barnes
2020-05-22
1
-23
/
+174
*
opt: Avoid dangling pointers in de_morgan()
Tavian Barnes
2020-03-23
1
-5
/
+7
*
Release 1.4
1.4
Tavian Barnes
2019-04-15
1
-1
/
+1
*
opt: Optimize redundant comma expressions
Tavian Barnes
2019-03-21
1
-3
/
+5
*
opt: Replace -a -false/-o -true with -not when possible
Tavian Barnes
2019-03-20
1
-0
/
+17
*
Add some documentation comments
Tavian Barnes
2019-02-09
1
-0
/
+25
*
opt: Optimize -samefile together with -inum
Tavian Barnes
2019-02-04
1
-0
/
+9
*
opt: Apply data flow optimizations to more numeric ranges
Tavian Barnes
2019-02-01
1
-79
/
+208
*
color: Check format strings + args for cfprintf()
Tavian Barnes
2019-01-02
1
-1
/
+1
*
Update copyright dates
Tavian Barnes
2018-09-24
1
-1
/
+1
*
opt: Re-run optimizations after reordering expressions
Tavian Barnes
2018-08-18
1
-24
/
+57
*
Keep track of required FDs per-expr
Tavian Barnes
2017-12-15
1
-0
/
+13
*
opt: More -O4 tweaks
Tavian Barnes
2017-09-17
1
-24
/
+15
*
opt: Use the standard LLONG_MAX instead of the nonstandard LONG_LONG_MAX
Tavian Barnes
2017-09-17
1
-1
/
+1
*
opt: Fix -depth with arguments bigger than INT_MAX
Tavian Barnes
2017-09-17
1
-4
/
+8
*
opt: Move some aggressive optimizations back to -O4
Tavian Barnes
2017-09-17
1
-10
/
+18
*
opt: Have data flow analysis respect always_{true,false}
Tavian Barnes
2017-09-17
1
-6
/
+21
*
opt: Implement some data flow optimizations
Tavian Barnes
2017-09-16
1
-108
/
+322
*
opt: Separate optimization from parsing
Tavian Barnes
2017-09-16
1
-0
/
+410