programmerjake
  • Joined on 2024-07-08
programmerjake pushed to create-fetch-and-i-cache-logic at programmerjake/cpu 2026-02-14 01:06:02 +00:00
6fff417eb2 WIP adding fetch::l1_i_cache
programmerjake pushed to create-fetch-and-i-cache-logic at programmerjake/cpu 2026-02-13 03:48:26 +00:00
ddcd339414 WIP adding fetch::l1_i_cache
programmerjake pushed to create-fetch-and-i-cache-logic at programmerjake/cpu 2026-02-12 01:37:58 +00:00
6d3bf4b776 WIP adding fetch::l1_i_cache
programmerjake pushed to create-fetch-and-i-cache-logic at programmerjake/cpu 2026-02-06 05:08:05 +00:00
759c5de5b4 WIP adding fetch::l1_i_cache
programmerjake created branch create-fetch-and-i-cache-logic in programmerjake/cpu 2026-02-05 01:55:46 +00:00
programmerjake pushed to create-fetch-and-i-cache-logic at programmerjake/cpu 2026-02-05 01:55:46 +00:00
de81b9d8a4 WIP adding fetch::l1_i_cache
c62d33048c update fayalite to c632e5d570 to speed up simulation
596440755c update fayalite to include 1bc835803b for a major speedup of the decoder tests
68a4373bbd update rust version to 1.93.0
f88346ea37 implement decoding mtspr/mfspr/mftb
Compare 10 commits »
programmerjake pushed to master at libre-chip/fayalite 2026-02-04 23:47:11 +00:00
c632e5d570 speed up simulation by optimizing SimulationImpl::read_traces
programmerjake deleted branch speed-up-simulation from programmerjake/fayalite 2026-02-04 23:47:11 +00:00
programmerjake merged pull request libre-chip/fayalite#63 2026-02-04 23:47:09 +00:00
speed up simulation by optimizing SimulationImpl::read_traces
programmerjake created pull request libre-chip/fayalite#63 2026-02-04 23:42:04 +00:00
speed up simulation by optimizing SimulationImpl::read_traces
programmerjake pushed to speed-up-simulation at programmerjake/fayalite 2026-02-04 23:41:43 +00:00
c632e5d570 speed up simulation by optimizing SimulationImpl::read_traces
programmerjake created branch speed-up-simulation in programmerjake/fayalite 2026-02-04 23:33:22 +00:00
programmerjake pushed to speed-up-simulation at programmerjake/fayalite 2026-02-04 23:33:22 +00:00
45e118e29f speed up simulation by optimizing SimulationImpl::read_traces
1bc835803b speed up LazyInterned by redoing caching using RwLock and add a thread-local cache
9db3240644 fix UI test's expected output
caa097db0b change rust version to 1.93.0
a96efa9696 cache interned UInt/SInt types
Compare 10 commits »
programmerjake pushed to master at libre-chip/cpu 2026-02-04 03:02:44 +00:00
596440755c update fayalite to include 1bc835803b for a major speedup of the decoder tests
68a4373bbd update rust version to 1.93.0
Compare 2 commits »
programmerjake deleted branch update-fayalite from programmerjake/cpu 2026-02-04 03:02:44 +00:00
programmerjake merged pull request libre-chip/cpu#8 2026-02-04 03:02:42 +00:00
update fayalite to include a major speedup of the decoder tests
programmerjake created pull request libre-chip/cpu#8 2026-02-04 02:36:35 +00:00
update fayalite to include a major speedup of the decoder tests
programmerjake created branch update-fayalite in programmerjake/cpu 2026-02-04 02:36:09 +00:00
programmerjake pushed to update-fayalite at programmerjake/cpu 2026-02-04 02:36:09 +00:00
596440755c update fayalite to include 1bc835803b for a major speedup of the decoder tests
68a4373bbd update rust version to 1.93.0
f88346ea37 implement decoding mtspr/mfspr/mftb
a42b76b468 implement decoding all rotate instructions
130c1b2892 change CommonMOp to directly contain a generic immediate type
Compare 10 commits »
programmerjake pushed to master at libre-chip/fayalite 2026-02-04 02:11:58 +00:00
1bc835803b speed up LazyInterned by redoing caching using RwLock and add a thread-local cache
9db3240644 fix UI test's expected output
caa097db0b change rust version to 1.93.0
Compare 3 commits »