about summary refs log tree commit diff stats
path: root/src/dynarec/dynarec_arm64_pass0.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* [DYNAREC] Refactored dynarec to ease the future adding of new target architec...ptitSeb2022-02-271-39/+0
* [DYNAREC] Fixed an optimisation (intra-dynablock jump) that was broken for a ...ptitSeb2022-02-111-2/+8
* [DYNAREC] Changed Dynarec a bit to try stabilise program using many threads a...ptitSeb2021-11-111-2/+2
* [DYNAREC] Pass0 now alocate memory and do more stuff from pass1ptitSeb2021-11-111-2/+10
* [DYNAREC] Beggining of emitter and dynarec infrastructure (untested yet)ptitSeb2021-03-151-0/+25