summaryrefslogtreecommitdiff
path: root/programs/fib.pal (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-01-22Fix focal 69.Julian Blake Kongslie4-43/+93
(by accident, by adding a d-side cache with write-through stores, and propagating writes to the i-side cache)
2023-01-22Add deadman timer (only ten cycles!) based on time between interruptable points.Julian Blake Kongslie3-1/+5
2023-01-15Improved pipetrace viewer.Julian Blake Kongslie1-0/+0
2023-01-15Add unstore events.Julian Blake Kongslie1-2/+2
2023-01-15Update Plan.Julian Blake Kongslie1-10/+6
2023-01-15Use "-" events to end fetch blocks instead of "~".Julian Blake Kongslie2-3/+3
2023-01-15Don't stall non-load instructions after a store.Julian Blake Kongslie1-12/+13
2023-01-15Reduce stalling due to stores by using a global counter.Julian Blake Kongslie2-15/+16
2023-01-15Stall decode after an instruction with stores until the stores are done.Julian Blake Kongslie5-30/+95
2022-11-30Enable parallel LTO linking.Julian Blake Kongslie1-4/+4