about summary refs log tree commit diff stats
path: root/src/dynarec/dynarec_arm64_private.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [DYNAREC] Refactored dynarec to ease the future adding of new target ↵ptitSeb2022-02-271-64/+0
| | | | architecture
* [DYNAREC] Changed Dynarec a bit to try stabilise program using many threads ↵ptitSeb2021-11-111-0/+2
| | | | and a JIT (help RimWorld Linux, but not enough to be 100% stable)
* [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 ↵ptitSeb2021-03-161-0/+5
| | | | sure it works
* [DYNAREC] Beggining of emitter and dynarec infrastructure (untested yet)ptitSeb2021-03-151-1/+1
|
* [DYNAREC] Added Basic blocks for dynarecptitSeb2021-03-141-0/+56