about summary refs log tree commit diff stats
path: root/src/dynarec/dynarec_arm64_pass.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* [DYNAREC] Refactored dynarec to ease the future adding of new target architec...ptitSeb2022-02-271-145/+0
* [DYNAREC] Fixed an optimisation (intra-dynablock jump) that was broken for a ...ptitSeb2022-02-111-4/+5
* [DYNAREC] Improved JIT handling, and added a HotPage detection to temporarily...ptitSeb2021-11-181-1/+2
* [DYNAREC] Changed Dynarec a bit to try stabilise program using many threads a...ptitSeb2021-11-111-2/+4
* [DYNAREC] Pass0 now alocate memory and do more stuff from pass1ptitSeb2021-11-111-2/+3
* [DYNAREC] Stop building block if protection of next byte is 0 without the Cus...ptitSeb2021-07-101-1/+1
* Added handling of 3E prefix ([DYNAREC] too)ptitSeb2021-04-181-0/+4
* [DYNAREC] Improved Dynablock construction, stopping when overlaping block is ...ptitSeb2021-03-281-2/+18
* [DYNAREC] Added some mecanism to handle weird 66 REX mixingptitSeb2021-03-251-1/+17
* [DYNAREC] Added F6 opcodes and fixed issue with native call that may destroy ...ptitSeb2021-03-201-2/+2
* [DYNAREC] Added 01/03/05/83 /0 ADD opcodes, plus various bugfixes (but vvvvvv...ptitSeb2021-03-171-1/+1
* [DYNAREC] Added 70..7F opcodes (and fixed ORR/AND bitmask coding/decoding, th...ptitSeb2021-03-161-3/+5
* [DYNAREC] Added an optimisation with RIP handlingptitSeb2021-03-161-0/+2
* [DYNAREC] Beggining of emitter and dynarec infrastructure (untested yet)ptitSeb2021-03-151-0/+100