index
:
issim
main
Unnamed repository; edit this file 'description' to name the repository.
Julian Blake Kongslie
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
uarch
/
fetch.h
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2022-07-02
Add missing SODEP.
Julian Blake Kongslie
1
-0
/
+1
2022-07-02
Dropping the async interface, and adding some real uarch.
Julian Blake Kongslie
24
-505
/
+777
2022-06-27
Trivial code reorg.
Julian Blake Kongslie
1
-2
/
+2
2022-06-27
Don't redo IWYU work when headers haven't changed.
Julian Blake Kongslie
1
-2
/
+1
2022-06-27
Step limit.
Julian Blake Kongslie
1
-2
/
+3
2022-06-27
Fix missing whitespace.
Julian Blake Kongslie
1
-0
/
+1
2022-06-27
24-bit fibonnacci sequence.
Julian Blake Kongslie
1
-1
/
+1
2022-06-27
Use megabyte-sized pages in PagedMem by default.
Julian Blake Kongslie
1
-1
/
+1
2022-06-26
IWYU check on top-level headers.
Julian Blake Kongslie
1
-0
/
+12
2022-06-26
Support link-time optimization.
Julian Blake Kongslie
3
-7
/
+4
2022-06-26
Move a bunch of code from headers to separate compilation units.
Julian Blake Kongslie
7
-37
/
+88
2022-06-26
Significant changes, and a working "ISA" that just computes fib(n).
Julian Blake Kongslie
8
-133
/
+759
2022-06-25
Use a separate EvalContext structure for holding some state.
Julian Blake Kongslie
2
-9
/
+24
2022-06-25
Remove unneeded std::move calls.
Julian Blake Kongslie
1
-2
/
+2
2022-06-25
Include what you use.
Julian Blake Kongslie
6
-29
/
+56
2022-06-25
Move git tag generation entirely into the Makefile.
Julian Blake Kongslie
2
-17
/
+15
2022-06-25
Marginally safer 'find' invocation for finding subcomponents.
Julian Blake Kongslie
1
-1
/
+1
2022-06-25
Remove aisa::suspend() which was trivial.
Julian Blake Kongslie
2
-4
/
+4
2022-06-25
Reorganize Makefile.
Julian Blake Kongslie
1
-17
/
+23
2022-06-25
Support header-only components.
Julian Blake Kongslie
2
-20
/
+22
2022-06-25
Move EvalState and the eval coroutines to a separate header.
Julian Blake Kongslie
3
-39
/
+47
2022-06-25
Testing some actual support for destinations and custom steps.
Julian Blake Kongslie
2
-43
/
+64
2022-06-25
Demo for a coroutine-based step evaluator.
Julian Blake Kongslie
4
-7
/
+243
2022-06-25
Move get-git-tag to a tools subdirectory.
Julian Blake Kongslie
2
-1
/
+1
2022-06-25
Makefile rework, supporting "nested" components.
Julian Blake Kongslie
1
-17
/
+25