about summary refs log tree commit diff stats
path: root/src/dynarec/dynarec_arm64_private.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* [DYNAREC] Refactored dynarec to ease the future adding of new target architec...ptitSeb2022-02-271-64/+0
* [DYNAREC] Changed Dynarec a bit to try stabilise program using many threads a...ptitSeb2021-11-111-0/+2
* [DYNAREC] Pass0 now alocate memory and do more stuff from pass1ptitSeb2021-11-111-1/+1
* Second passrajdakin2021-04-141-2/+2
* [DYNAREC] Improved (and fixed) Table64 handlingptitSeb2021-04-111-0/+1
* [DYNAREC] NEON infrastructureptitSeb2021-03-211-2/+1
* [DYNAREC] Added an optimisation with RIP handlingptitSeb2021-03-161-0/+1
* [DYNAREC] Small optimisation on Native callptitSeb2021-03-161-5/+5
* [DYNAREC] Added a few more opcodes, some arm64_printer opcodes, and made sure...ptitSeb2021-03-161-0/+5
* [DYNAREC] Beggining of emitter and dynarec infrastructure (untested yet)ptitSeb2021-03-151-1/+1
* [DYNAREC] Added Basic blocks for dynarecptitSeb2021-03-141-0/+56