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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
fix emit_shr16 (#1135)
liuli
2023-12-13
1
-2
/
+2
*
[DYNAREC] New attempt to make callret optim stable and usable
ptitSeb
2023-12-12
8
-17
/
+42
*
[DYNAREC] Rollback most callret changes for now, they are not good enough
ptitSeb
2023-12-11
7
-38
/
+11
*
[DYNAREC] Try to improve stability of BOX64_DYNAREC_CALLRET=1 (not really sup...
ptitSeb
2023-12-11
8
-14
/
+45
*
[DYNAREC_RV64] Added more opcodes for flatout.exe (#1134)
Yang Liu
2023-12-10
4
-24
/
+123
*
[DYNAREC_RV64] Added more opcodes for flatout.exe (#1133)
Yang Liu
2023-12-10
3
-1
/
+100
*
[DYNAREC_RV64] Added more opcodes for flatout.exe (#1132)
Yang Liu
2023-12-09
6
-13
/
+179
*
Merge branch 'main' of https://github.com/ptitSeb/box64
ptitSeb
2023-12-08
4
-20
/
+179
|
\
|
*
[DYNAREC_RV64] Added more and more opcodes for flatout.exe (#1128)
Yang Liu
2023-12-08
4
-20
/
+179
*
|
[ARM64_DYNAREC] Fixed 66 A4/AC opcodes
ptitSeb
2023-12-08
1
-0
/
+2
|
/
*
[DYNAREC_RV64] Added more opcodes for flatout.exe (#1126)
Yang Liu
2023-12-08
3
-9
/
+114
*
Fixes DynaCall when a uc_link has been setup before
ptitSeb
2023-12-07
1
-0
/
+4
*
[DYNAREC_RV64] Added unaligned support for some LOCK opcodes (#1123)
Yang Liu
2023-12-07
1
-3
/
+43
*
Merge branch 'main' of https://github.com/ptitSeb/box64
ptitSeb
2023-12-07
1
-1
/
+3
|
\
|
*
[DYNAREC_RV64] Use a temporary solution to get things to work (#1122)
Yang Liu
2023-12-07
1
-1
/
+3
*
|
Better way to handle multiple 3E/26 and F2/F3 prefixes ([DYNAREC] too)
ptitSeb
2023-12-07
1
-6
/
+7
|
/
*
[ARM64_DYNAREC] Made some opcode truer to what they should on some edge cases
ptitSeb
2023-12-06
7
-48
/
+193
*
[DYNAREC_RV64] Added more dasm support for thead extensions (#1118)
Yang Liu
2023-12-06
1
-19
/
+130
*
Merge branch 'main' of https://github.com/ptitSeb/box64
ptitSeb
2023-12-05
2
-199
/
+424
|
\
|
*
[DYNAREC_RV64] Refine printer and add support for Zb* extensions (#1115)
Yang Liu
2023-12-05
2
-199
/
+424
*
|
[DYNAREC] Removed unused code in strongmem emulation
ptitSeb
2023-12-05
5
-7
/
+4
|
/
*
[ARM64_DYNAREC] More work on LOCK prefixed opcodes (Atomic still disabled)
ptitSeb
2023-12-03
6
-22
/
+59
*
[ARM64_DYNAREC] XLAT is 64bits by default on 64bits mode
ptitSeb
2023-12-03
1
-5
/
+1
*
[ARM64_DYNAREC] Added optionnal memory barrier to MOVS/STOS
ptitSeb
2023-12-02
1
-0
/
+6
*
[ARM64_DYNAREC] Restaured Memory Barrier on LOCK operation, and disable the u...
ptitSeb
2023-12-02
4
-6
/
+64
*
[ARM64_DYNAREC] Generalized the use of Flag Manipulation Extension (if present)
ptitSeb
2023-12-02
5
-403
/
+84
*
[ARM64_DYNAREC] Fixed add8 OF flag emitter when Flag Manipulation Ext is supp...
ptitSeb
2023-12-02
1
-2
/
+2
*
Merge branch 'main' of https://github.com/ptitSeb/box64
ptitSeb
2023-11-30
7
-65
/
+107
|
\
|
*
[DYNAREC_RV64] Added more opcodes for flatout.exe (#1100)
Yang Liu
2023-11-29
7
-65
/
+107
*
|
[ARM64_DYNAREC] Potential fixes for some arm64 emitter macros
ptitSeb
2023-11-30
1
-18
/
+18
|
/
*
[DYNAREC_RV64] Added more opcodes for flatout.exe (#1099)
Yang Liu
2023-11-28
4
-3
/
+37
*
[DYNAREC][INTERPRETER] Rework on 6C/6D/6E/6F opcodes (#1098)
Yang Liu
2023-11-28
2
-1
/
+39
*
[ARM64_DYNAREC] Fixes some rare-case of flags not correctly propagated on for...
ptitSeb
2023-11-28
2
-21
/
+10
*
[AMR64_DYNAREC] A few optimisations on some F0 BTx opcodes
ptitSeb
2023-11-28
1
-22
/
+12
*
[ARM64_DYNAREC] Fixed BFI emitter
ptitSeb
2023-11-28
1
-5
/
+5
*
Merge branch 'main' of https://github.com/ptitSeb/box64
ptitSeb
2023-11-28
2
-5
/
+8
|
\
|
*
[DYNAREC_RV64] Added missing fallbacks in x87 opcodes (#1096)
Yang Liu
2023-11-28
2
-5
/
+8
*
|
[ARM64_DYNAREC] Added 67 8A opcode
ptitSeb
2023-11-28
1
-1
/
+34
|
/
*
[DYNAREC_RV64] Fixed BTS BTR BTC again (#1090)
Yang Liu
2023-11-27
1
-13
/
+13
*
[DYNAREC_RV64] Fixed emit_ror32 (#1087)
Yang Liu
2023-11-26
1
-4
/
+4
*
[DYNAREC_RV64] Fixed BTS BTR BTC for zbs extension (#1084)
Yang Liu
2023-11-26
1
-0
/
+3
*
[ARM64_DYNAREC] Fixed some typo if x87_forget helper
ptitSeb
2023-11-24
1
-2
/
+2
*
[DYNAREC_RV64] Added more opcode for minipad2.exe (#1081)
Yang Liu
2023-11-24
4
-3
/
+143
*
[DYNAREC_RV64] Fixed FCOMP opcode (#1080)
Yang Liu
2023-11-23
2
-14
/
+14
*
[ARM64_DYNAREC] Some fixes and improvment to various opcodes
ptitSeb
2023-11-23
5
-47
/
+31
*
[ARM64_DYNAREC] Fixed 0F 38 CD opcode
ptitSeb
2023-11-22
1
-5
/
+6
*
[ARM64_DYNAREC] Added full support for SHA cpu extension, using SHA1/SHA2 ext...
ptitSeb
2023-11-21
3
-1
/
+342
*
[ARM64_DYNAREC] Added D7 XLAT opcode
ptitSeb
2023-11-20
2
-0
/
+11
*
[RV64_DYNAREC] Added 64 8F POP & 67 66 89 MOV opcodes (for minipad2.exe) (#1076)
Yang Liu
2023-11-20
3
-1
/
+49
*
[RV64_DYNAREC] Added FD STD, fixed FC CLD and F3 A4 REP MOVSB (for minipad2) ...
Yang Liu
2023-11-20
2
-2
/
+6
[prev]
[next]