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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
fix: env BOX64_EMULATED_LIBS triggers sigsegv (#2686)
liuli
2025-05-30
1
-1
/
+1
*
[WOW64] Print banner at startup (#2685)
Yang Liu
2025-05-29
3
-3
/
+4
*
[WOW64] Added more missing pieces and the interpreter works (#2682)
Yang Liu
2025-05-29
6
-28
/
+78
*
[ARM64_DYNAREC] More optimisation of unused XMM/YMM purge
ptitSeb
2025-05-28
2
-10
/
+28
*
[WOW64][ENV] Clean up a bit (#2681)
Yang Liu
2025-05-28
5
-64
/
+49
*
[ARM64_DYNAREC] Optimized a bit CVTTPS2DQ on fastround=0 when frintts is not ...
ptitSeb
2025-05-28
1
-1
/
+18
*
[INTERP] Added 64/65 67 89/8B 64bits opcodes
ptitSeb
2025-05-28
6
-2
/
+106
*
[ARM64_DYNAREC] Small optim to modreg CMPXCHG (#2680)
Yang Liu
2025-05-28
2
-13
/
+15
*
[WOW64] Supported logging to stdout (#2679)
Yang Liu
2025-05-28
11
-71
/
+115
*
[ARM64_DYNAREC] Fixed a warning (#2678)
Yang Liu
2025-05-28
1
-1
/
+1
*
[DYNAREC] Fixed expected return address in bridged native call (#2677)
Yang Liu
2025-05-28
2
-2
/
+2
*
[RV64_DYNAREC] Fixed regression introduced in #2669 (#2676)
Yang Liu
2025-05-27
4
-28
/
+30
*
Merge pull request #2675 from AndreRH/wowbox64
ptitSeb
2025-05-26
2
-3
/
+119
|
\
|
*
[WOW64] Implement BTCpuNotifyMemoryFree
André Zwing
2025-05-26
1
-1
/
+8
|
*
[WOW64] Implement BTCpuNotifyUnmapViewOfSection
André Zwing
2025-05-26
2
-1
/
+45
|
*
[WOW64] Implement BTCpuNotifyMemoryProtect
André Zwing
2025-05-26
1
-1
/
+3
|
*
[WOW64] Convert floating point values
André Zwing
2025-05-26
2
-0
/
+63
|
/
*
[RV64_DYNAREC] Removed useless zero-ups in some emit_* functions (#2672)
Yang Liu
2025-05-26
2
-20
/
+41
*
[CMAKE] Fixed dependency issues introduced recently (#2673)
Yang Liu
2025-05-26
1
-0
/
+2
*
[RV64_DYNAREC] Added more opcodes to printer (#2671)
Yang Liu
2025-05-26
1
-0
/
+220
*
[BOX32][WRAPPER] Added some time64 functions (for #2655)
ptitSeb
2025-05-26
8
-6
/
+136
*
[RV64_DYNAREC] Improved ret_to_epilog with xtheadmemidx (#2670)
Yang Liu
2025-05-26
2
-61
/
+83
*
[RV64_DYNAREC] Minor nativeflags optim to LEA and CMOVcc opcodes (#2669)
Yang Liu
2025-05-26
6
-28
/
+118
*
Merge pull request #2667 from AndreRH/wowbox64
ptitSeb
2025-05-25
8
-528
/
+587
|
\
|
*
[WOW64] Implement my_cpuid
André Zwing
2025-05-25
6
-523
/
+544
|
*
[WOW64] Implement getBoxCpuName
André Zwing
2025-05-25
1
-1
/
+2
|
*
[WOW64] Partially implement BTCpuResetToConsistentState
André Zwing
2025-05-25
2
-1
/
+34
|
*
[WOW64] Implement get_random32 and get_random64
André Zwing
2025-05-25
1
-5
/
+9
|
/
*
[RV64_DYNAREC] Improved emit_pf with Zbb (#2665)
Yang Liu
2025-05-23
1
-7
/
+11
*
[RV64_DYNAREC] Optimized CLZ macro with xtheadbb (#2664)
Yang Liu
2025-05-23
2
-40
/
+48
*
[RV64_DYNAREC] Optimized some opcodes with xtheadbb (#2663)
Yang Liu
2025-05-23
3
-29
/
+47
*
Added -k option to kill all box64 instances (#2661)
Yang Liu
2025-05-23
1
-1
/
+65
*
Merge pull request #2662 from ksco/cmake
ptitSeb
2025-05-23
1
-2
/
+10
|
\
|
*
[CMAKE] Removed the hard dependency between dynarec and main executable to sp...
Yang Liu
2025-05-23
1
-2
/
+10
|
/
*
Merge pull request #2660 from AndreRH/wowbox64
ptitSeb
2025-05-22
5
-3
/
+115
|
\
|
*
[WOW64] Remove debug messages
André Zwing
2025-05-22
1
-3
/
+0
|
*
[WOW64] Implement syscalls
André Zwing
2025-05-22
4
-0
/
+111
|
*
[WOW64] Initialize db_sizes
André Zwing
2025-05-22
1
-0
/
+2
|
*
[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
[prev]
[next]