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.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
-541
/
+0
*
[DYNAREC] Fixed an optimisation (intra-dynablock jump) that was broken for a ...
ptitSeb
2022-02-11
1
-1
/
+2
*
[DYNAREC] Improved JIT handling, and added a HotPage detection to temporarily...
ptitSeb
2021-11-18
1
-2
/
+10
*
[DYNAREC] Fixed a small issue with Segfault in Fillblock detection
ptitSeb
2021-11-15
1
-0
/
+1
*
[DYNAREC] Changed Dynarec a bit to try stabilise program using many threads a...
ptitSeb
2021-11-11
1
-18
/
+42
*
[DYNAREC] Pass0 now alocate memory and do more stuff from pass1
ptitSeb
2021-11-11
1
-8
/
+13
*
Chnaged memory protection tracking to reduce usage of lock, especially for [D...
ptitSeb
2021-11-05
1
-2
/
+10
*
Various change to try improve stability on JIT'd program (like mono for Terra...
ptitSeb
2021-06-21
1
-2
/
+2
*
[DYNAREC] Fixed end handling in dynablock construction
ptitSeb
2021-06-06
1
-4
/
+4
*
[DYNAREC] Smal fix on the x86 size computation for sons of dynablocks
ptitSeb
2021-04-16
1
-1
/
+1
*
Second pass
rajdakin
2021-04-14
1
-8
/
+6
*
[DYNAREC] Improved (and fixed) Table64 handling
ptitSeb
2021-04-11
1
-5
/
+12
*
[DYNAREC] Fixed the BOX64_NODYNAREC function
ptitSeb
2021-04-08
1
-2
/
+4
*
[DYNAREC] Compute arm size of son block
ptitSeb
2021-03-28
1
-1
/
+2
*
[DYNAREC] Improved Dynablock construction, stopping when overlaping block is ...
ptitSeb
2021-03-28
1
-9
/
+18
*
[DYNAREC] Added 66 F7 opcodes
ptitSeb
2021-03-20
1
-0
/
+2
*
[DYNAREC] Added an optimisation with RIP handling
ptitSeb
2021-03-16
1
-1
/
+1
*
[DYNAREC] Added a few more opcodes, some arm64_printer opcodes, and made sure...
ptitSeb
2021-03-16
1
-3
/
+30
*
[DYNAREC] Beggining of emitter and dynarec infrastructure (untested yet)
ptitSeb
2021-03-15
1
-2
/
+1
*
[DYNAREC] Added Basic blocks for dynarec
ptitSeb
2021-03-14
1
-0
/
+449