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
...
*
[WOW64] Small improvement to grab_segdata (#2728)
Yang Liu
2025-06-11
1
-0
/
+4
*
[DYNACACHE] Made dynablock part of the dynarec memory
ptitSeb
2025-06-11
2
-37
/
+28
*
[DYNACACHE] Dynarec memory is now part of MMpa file tracking when possible
ptitSeb
2025-06-11
1
-2
/
+2
*
[ARM64_DYNAREC] Removed redundant flags save/restore around call_c (#2725)
Yang Liu
2025-06-11
4
-37
/
+37
*
[DYNAREC] Sync indirect lookup handling and some cleanup (#2722)
Yang Liu
2025-06-10
3
-328
/
+151
*
[ARM64_DYNAREC] Added 64/65 0F BF opcode (for #2716)
ptitSeb
2025-06-09
2
-0
/
+22
*
[DYNAREC] Reset table64size before pass1 and pass2
ptitSeb
2025-06-09
1
-1
/
+2
*
Refine the naming scheme in rbtree (#2717)
Chi-Kuan Chiu
2025-06-09
1
-2
/
+2
*
[DYNAREC] Modified JumpTable slightly so 32bits and 48bits address space jmp ...
ptitSeb
2025-06-08
3
-75
/
+131
*
[TRACE][DYNAREC] Enlarged buffer for instruction metadata again
ptitSeb
2025-06-05
3
-3
/
+3
*
[WOW64] Added rcfile support (#2708)
Yang Liu
2025-06-05
1
-14
/
+15
*
[TRACE][ARM64_DYNAREC] Make dynarec_log=1 less chatty
ptitSeb
2025-06-02
1
-1
/
+1
*
Merge pull request #2692 from ksco/wow64
André Zwing
2025-05-30
1
-1
/
+1
|
\
|
*
[WOW64] Improved RIP handling on INT n
Yang Liu
2025-05-31
1
-1
/
+1
*
|
[DYNAREC] Fixed a prefix typo in dynarec dump (#2693)
Yang Liu
2025-05-30
1
-1
/
+1
*
|
This should fix the WoW build
ptitSeb
2025-05-30
1
-2
/
+2
*
|
[ARM64_DYNAREC] Try to optimise Windows INT n version on 64bits (TODO: Interp...
ptitSeb
2025-05-30
3
-1
/
+8
|
/
*
[DYNAREC] Ported 37ed49cb to RV64 and LA64 (#2690)
Yang Liu
2025-05-30
2
-2
/
+4
*
[TRACE][ARM64_DYNAREC] Fixed potential buffer overflow on dynarec_dump scenario
ptitSeb
2025-05-30
1
-1
/
+2
*
[ARM64_DYNAREC] Small improvment on Wine INT n handling
ptitSeb
2025-05-30
1
-5
/
+13
*
[WOW64] Added support for cosim (#2683)
Yang Liu
2025-05-30
2
-1
/
+6
*
[WOW64] Added more missing pieces and the interpreter works (#2682)
Yang Liu
2025-05-29
1
-3
/
+3
*
[ARM64_DYNAREC] More optimisation of unused XMM/YMM purge
ptitSeb
2025-05-28
2
-10
/
+28
*
[ARM64_DYNAREC] Optimized a bit CVTTPS2DQ on fastround=0 when frintts is not ...
ptitSeb
2025-05-28
1
-1
/
+18
*
[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
1
-2
/
+2
*
[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
*
[RV64_DYNAREC] Removed useless zero-ups in some emit_* functions (#2672)
Yang Liu
2025-05-26
2
-20
/
+41
*
[RV64_DYNAREC] Added more opcodes to printer (#2671)
Yang Liu
2025-05-26
1
-0
/
+220
*
[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
*
[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
*
[WOW64] Implement syscalls
André Zwing
2025-05-22
1
-0
/
+19
*
[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
*
[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
*
[RV64_DYNAREC] Implemented unaligned path for LOCK INC/DEC opcodes (#2656)
Yang Liu
2025-05-21
1
-8
/
+34
*
[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
*
[RV64_DYNAREC] Improved POPCNT and fixed some scratch conflicts (#2651)
Yang Liu
2025-05-20
6
-34
/
+95
*
[WOW64] Implement BTCpuSimulate
André Zwing
2025-05-19
2
-0
/
+6
*
[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
*
[RV64_DYNAREC] Added F2 0F F0 LDDQU opcode for vector (#2639)
Yang Liu
2025-05-15
1
-0
/
+18
[prev]
[next]