summaryrefslogtreecommitdiff
path: root/tools/iwyu-header (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-07-10Stack storage for uarch stages.Julian Blake Kongslie1-7/+3
2022-07-09More aggressive optimization.Julian Blake Kongslie1-1/+1
2022-07-02Add missing SODEP.Julian Blake Kongslie1-0/+1
2022-07-02Dropping the async interface, and adding some real uarch.Julian Blake Kongslie24-505/+777
2022-06-27Trivial code reorg.Julian Blake Kongslie1-2/+2
2022-06-27Don't redo IWYU work when headers haven't changed.Julian Blake Kongslie1-2/+1
2022-06-27Step limit.Julian Blake Kongslie1-2/+3
2022-06-27Fix missing whitespace.Julian Blake Kongslie1-0/+1
2022-06-2724-bit fibonnacci sequence.Julian Blake Kongslie1-1/+1
2022-06-27Use megabyte-sized pages in PagedMem by default.Julian Blake Kongslie1-1/+1
2022-06-26IWYU check on top-level headers.Julian Blake Kongslie1-0/+12
2022-06-26Support link-time optimization.Julian Blake Kongslie3-7/+4
2022-06-26Move a bunch of code from headers to separate compilation units.Julian Blake Kongslie7-37/+88
2022-06-26Significant changes, and a working "ISA" that just computes fib(n).Julian Blake Kongslie8-133/+759
2022-06-25Use a separate EvalContext structure for holding some state.Julian Blake Kongslie2-9/+24
2022-06-25Remove unneeded std::move calls.Julian Blake Kongslie1-2/+2
2022-06-25Include what you use.Julian Blake Kongslie6-29/+56
2022-06-25Move git tag generation entirely into the Makefile.Julian Blake Kongslie2-17/+15
2022-06-25Marginally safer 'find' invocation for finding subcomponents.Julian Blake Kongslie1-1/+1
2022-06-25Remove aisa::suspend() which was trivial.Julian Blake Kongslie2-4/+4
2022-06-25Reorganize Makefile.Julian Blake Kongslie1-17/+23
2022-06-25Support header-only components.Julian Blake Kongslie2-20/+22
2022-06-25Move EvalState and the eval coroutines to a separate header.Julian Blake Kongslie3-39/+47
2022-06-25Testing some actual support for destinations and custom steps.Julian Blake Kongslie2-43/+64
2022-06-25Demo for a coroutine-based step evaluator.Julian Blake Kongslie4-7/+243
2022-06-25Move get-git-tag to a tools subdirectory.Julian Blake Kongslie2-1/+1
2022-06-25Makefile rework, supporting "nested" components.Julian Blake Kongslie1-17/+25