index
:
box64
this commit
fix/trace
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
dynarec
/
dynarec_arm64_pass.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
[DYNAREC] Refactored dynarec to ease the future adding of new target architec...
ptitSeb
2022-02-27
1
-145
/
+0
*
[DYNAREC] Fixed an optimisation (intra-dynablock jump) that was broken for a ...
ptitSeb
2022-02-11
1
-4
/
+5
*
[DYNAREC] Improved JIT handling, and added a HotPage detection to temporarily...
ptitSeb
2021-11-18
1
-1
/
+2
*
[DYNAREC] Changed Dynarec a bit to try stabilise program using many threads a...
ptitSeb
2021-11-11
1
-2
/
+4
*
[DYNAREC] Pass0 now alocate memory and do more stuff from pass1
ptitSeb
2021-11-11
1
-2
/
+3
*
[DYNAREC] Stop building block if protection of next byte is 0 without the Cus...
ptitSeb
2021-07-10
1
-1
/
+1
*
Added handling of 3E prefix ([DYNAREC] too)
ptitSeb
2021-04-18
1
-0
/
+4
*
[DYNAREC] Improved Dynablock construction, stopping when overlaping block is ...
ptitSeb
2021-03-28
1
-2
/
+18
*
[DYNAREC] Added some mecanism to handle weird 66 REX mixing
ptitSeb
2021-03-25
1
-1
/
+17
*
[DYNAREC] Added F6 opcodes and fixed issue with native call that may destroy ...
ptitSeb
2021-03-20
1
-2
/
+2
*
[DYNAREC] Added 01/03/05/83 /0 ADD opcodes, plus various bugfixes (but vvvvvv...
ptitSeb
2021-03-17
1
-1
/
+1
*
[DYNAREC] Added 70..7F opcodes (and fixed ORR/AND bitmask coding/decoding, th...
ptitSeb
2021-03-16
1
-3
/
+5
*
[DYNAREC] Added an optimisation with RIP handling
ptitSeb
2021-03-16
1
-0
/
+2
*
[DYNAREC] Beggining of emitter and dynarec infrastructure (untested yet)
ptitSeb
2021-03-15
1
-0
/
+100