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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
[WOW64] Implement syscalls
André Zwing
2025-05-22
2
-0
/
+21
*
[WOW64] Don't check the protection on win32
André Zwing
2025-05-22
1
-0
/
+2
*
[ARM64_DYNAREC] Try to avoid Load/Unload of XMM/YMM regs when possible on int...
ptitSeb
2025-05-22
6
-26
/
+121
*
[RV64_DYNAREC] Enable nativeflags optimization for more patterns (#2659)
Yang Liu
2025-05-22
16
-176
/
+201
*
[BOX32][WRAPPER][TRACE] Fixed some DLSYM_ERROR traces
ptitSeb
2025-05-22
1
-5
/
+5
*
[WRAPPER][TRACE] Fixed some DLSYM_ERROR traces
ptitSeb
2025-05-22
2
-13
/
+13
*
[INTERP] Added unaligned path for F0 FF /1 32bits opcode
ptitSeb
2025-05-21
1
-3
/
+14
*
[ARM64_DYNAREC] Fix (and small optim) on VPMASKMOVD/VPMASKMOVQ opcodes
ptitSeb
2025-05-21
1
-8
/
+8
*
[RV64_DYNAREC] Fixed a typo in 66 F0 0F LOCK CMPXCHG opcode (#2658)
Yang Liu
2025-05-21
1
-1
/
+1
*
Reprint env configs when special libraries detected (#2657)
Yang Liu
2025-05-21
2
-3
/
+8
*
[RV64_DYNAREC] Implemented unaligned path for LOCK INC/DEC opcodes (#2656)
Yang Liu
2025-05-21
1
-8
/
+34
*
Better mmap file tracking when loading multiple file with same name (like 32b...
ptitSeb
2025-05-21
1
-4
/
+7
*
{BOX32][WRAPPER] More fixes on libdbus-1 wrapping
ptitSeb
2025-05-20
1
-5
/
+9
*
[DYNAREC] Removed unnecessary volatile metadata barriers (#2653)
Yang Liu
2025-05-20
1
-12
/
+4
*
[RV64_DYNAREC] Fixed more potential scratch register conflicts (#2652)
Yang Liu
2025-05-20
2
-5
/
+5
*
[BOX32][WRAPPER] Try to fix some of the issues with wrapped libdbus-1 and arr...
ptitSeb
2025-05-20
4
-9
/
+79
*
[INTERP] Small change on 0F 2E/2F opcode, and alows Interp->Dynarec on 80..8F...
ptitSeb
2025-05-20
1
-2
/
+2
*
[INTERP] Fixed D9 F5/F8 (for #2644)
ptitSeb
2025-05-20
1
-40
/
+14
*
[RV64_DYNAREC] Improved POPCNT and fixed some scratch conflicts (#2651)
Yang Liu
2025-05-20
6
-34
/
+95
*
[RV64] Improved vendor extension detection to avoid conflicts (for #2645)
Yang Liu
2025-05-20
1
-37
/
+51
*
[WOW64] Implement BTCpuSimulate
André Zwing
2025-05-19
3
-0
/
+9
*
[BOX32][WRAPPER] Fixed issue with wrapping of libdbus-1
ptitSeb
2025-05-19
1
-5
/
+8
*
[TRACE] Slight better trace when running with custommem memory tracker
ptitSeb
2025-05-19
1
-3
/
+9
*
[BOX32][WRAPPER] This should fix RV64 and LA64 builds
ptitSeb
2025-05-19
1
-2
/
+2
*
[BOX32][WRAPPER] Added 32bits wrapping for libdbus-1
ptitSeb
2025-05-19
11
-2
/
+1272
*
[ARM64_DYNAREC] Added fastnan=0 handling to 0F 52 opcode
ptitSeb
2025-05-18
2
-15
/
+13
*
[RV64_DYNAREC] Enabled native flags optimization for SETcc opcodes (#2640)
Yang Liu
2025-05-16
4
-30
/
+87
*
[TRACE] Reduce the noise when using SHOWSEGV=1 on Winde programs
ptitSeb
2025-05-15
2
-2
/
+2
*
[RV64_DYNAREC] Added F2 0F F0 LDDQU opcode for vector (#2639)
Yang Liu
2025-05-15
1
-0
/
+18
*
[DYNAREC] Fixed alternate address testing when retriving dynablock (#2638)
Yang Liu
2025-05-15
2
-4
/
+3
*
[RV64_DYNAREC] Added more opcodes for vector (#2637)
Yang Liu
2025-05-15
2
-1
/
+30
*
[DYNAREC] More minor changes to missing VEX prefixed opcodes (#2636)
Yang Liu
2025-05-15
2
-2
/
+3
*
[ARM64_DYNAREC][TRACE] Yet another small change on DYNAREC_MISSING=1 handling...
ptitSeb
2025-05-15
1
-1
/
+1
*
[ARM64_DYNAREC][TRACE] Anothor small change on DYNAREC_MISSING=1 handling of ...
ptitSeb
2025-05-15
1
-1
/
+1
*
[ARM64_DYNAREC][TRACE] Improved DYNAREC_MISSING=1 handling of missing VEX pre...
ptitSeb
2025-05-15
1
-2
/
+2
*
[RV64_DYNAREC] Added and optimized some SSE/MMX opcodes (#2635)
Yang Liu
2025-05-15
2
-45
/
+60
*
[WRAPPER] added arm64 special case to of_unconvert helper function
ptitSeb
2025-05-14
2
-3
/
+12
*
[WRAPPER] Reduce the warning on of_unconvert helper function
ptitSeb
2025-05-14
2
-4
/
+10
*
[RV64_DYNAREC] Fixed a typo introduced lately (#2634)
Yang Liu
2025-05-14
1
-1
/
+1
*
[DOCS] Align usage.json and env.h (#2633)
Yang Liu
2025-05-14
3
-49
/
+22
*
[RCFILE] Made VOLATILE_METADATA default, and added/finetuned some game profiles
ptitSeb
2025-05-14
1
-1
/
+1
*
[RV64_DYNAREC] Added more mmx opcodes (#2629)
Yang Liu
2025-05-14
2
-9
/
+68
*
[RV64_DYNAREC] Added more mmx opcodes (#2630)
Yang Liu
2025-05-13
1
-1
/
+41
*
[RV64_DYNAREC] Added more mmx opcodes (#2627)
Yang Liu
2025-05-13
1
-3
/
+39
*
[RV64_DYNAREC] Added more mmx opcodes
Yang Liu
2025-05-13
2
-1
/
+112
*
rbtree needs initialized mutexes
André Zwing
2025-05-12
1
-1
/
+1
*
Improved libdl error message handling
ptitSeb
2025-05-12
1
-87
/
+48
*
Small improvment on printf_trace utility function
ptitSeb
2025-05-12
1
-12
/
+15
*
[WRAPPER] Added libOpenCL.so as synonym
ptitSeb
2025-05-12
2
-0
/
+2
*
[WRAPPER] Improved handling of multiple vulkan devices
ptitSeb
2025-05-12
1
-1
/
+6
[next]