summaryrefslogtreecommitdiffstats
path: root/src/opt.c
Commit message (Expand)AuthorAgeFilesLines
* opt: Add missing NULL check in visit_shallow()Tavian Barnes2 days1-1/+5
* Rename config.h to prelude.hTavian Barnes7 days1-1/+1
* Fix some -Wpedantic warningsTavian Barnes2024-03-221-6/+6
* Implement -limit NTavian Barnes2024-03-201-0/+1
* Re-run include-what-you-useTavian Barnes2024-03-111-1/+2
* opt: Enable BFTW_STAT when profitableTavian Barnes2024-02-061-0/+91
* opt: Charge eval_flags() for a stat() callTavian Barnes2024-01-311-0/+1
* expr: Make expressions variadicTavian Barnes2024-01-071-777/+1593
* expr: Arena-allocate expressionsTavian Barnes2023-12-201-73/+40
* opt: Use more standard terminology for data flow domainsTavian Barnes2023-12-201-298/+294
* config: s/attr_format/attr_printf/Tavian Barnes2023-12-181-2/+2
* config: New variadic attr(...) macroTavian Barnes2023-12-181-2/+2
* config: s/BFS_FORMATTER/attr_format/Tavian Barnes2023-11-091-2/+2
* Formatting fixesTavian Barnes2023-09-271-6/+5
* opt: Wait until purity is computed to update facts_when_impureTavian Barnes2023-06-161-4/+2
* Switch from assert() to bfs_assert()/bfs_verify()Tavian Barnes2023-05-181-7/+6
* config: Provide <stdalign.h> and <stdbool.h>Tavian Barnes2023-05-111-1/+0
* config: s/BFS_COUNTOF/countof/Tavian Barnes2023-05-101-8/+8
* Replace license boilerplate with SPDX tagsTavian Barnes2023-01-251-15/+2
* opt: Move probabilities out of the parserTavian Barnes2023-01-241-0/+132
* opt: Move costs out of the parserTavian Barnes2023-01-241-0/+54
* opt: Move always_{true,false} out of the parserTavian Barnes2023-01-241-0/+55
* opt: Move purity out of the parserTavian Barnes2023-01-241-0/+62
* opt: Use a table for simple range comparisonsTavian Barnes2023-01-241-14/+24
* opt: Use a table for simple predicatesTavian Barnes2023-01-241-17/+27
* opt: Use a table to look up optimizer functionsTavian Barnes2023-01-241-44/+71
* opt: Pass a va_list to bfs_vwarning(), not bfs_warning()Tavian Barnes2022-12-081-1/+1
* expr: Rename bfs_expr_has_children() to _is_parent()Tavian Barnes2022-12-051-3/+3
* expr: Remove the singleton bfs_{true,false} expressionsTavian Barnes2022-11-301-31/+37
* expr: Remove the synthetic flagTavian Barnes2022-11-291-5/+0
* pwcache: Fill the user/group caches lazilyTavian Barnes2022-11-091-8/+11
* Fix includesTavian Barnes2022-11-061-2/+1
* bfstd: Rename from util and reorganize itTavian Barnes2022-11-061-1/+0
* Source / Include Folder (#88)トトも2022-04-161-0/+1088