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
/
emu
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
[TRACE] Better log for unsetenv and putenv functions
ptitSeb
2025-05-03
1
-0
/
+4
|
*
[INTERP] Added missing opcode nae in comment
ptitSeb
2025-05-01
1
-2
/
+2
|
*
[INTERP] Fixed edge-case for VPERM2[F/I]128 opcodes
ptitSeb
2025-05-01
1
-4
/
+4
|
*
[INTERP] VMASKMOVP[S/D] opcodes have no register only path
ptitSeb
2025-05-01
1
-0
/
+8
|
*
[INTERP] Fixed another instruction name comment
ptitSeb
2025-04-30
1
-1
/
+1
|
*
[INTERP] Improved NAN handling on VSUBPD opcode
ptitSeb
2025-04-30
1
-0
/
+4
|
*
[INTERP] Improved NAN handling for some (V)SQRTS[S/D] opcodes
ptitSeb
2025-04-30
4
-2
/
+12
|
*
[INTERP] Improve NAN handling on SQRTPS opcode
ptitSeb
2025-04-30
1
-2
/
+4
|
*
[INTERP] Improved (V)RSQRTSS opcodes
ptitSeb
2025-04-29
2
-3
/
+20
|
*
[INTERP] Fixed some more instruction name comments
ptitSeb
2025-04-29
1
-2
/
+2
|
*
[INTERP] Fixes and improvments to SSE/AVX packed shift opcodes
ptitSeb
2025-04-28
3
-84
/
+40
|
*
[INTERP] More work on UD flags
ptitSeb
2025-04-27
5
-13
/
+65
|
*
[INTERP] Fixed some potential issue with LOCK ADC/SBB on Dynarec build
ptitSeb
2025-04-27
1
-15
/
+23
|
*
[INTERP] Added 66 F3 0F BC opcode
ptitSeb
2025-04-27
1
-0
/
+33
|
*
[WRAPPER] Reworked libssh2 wrapping, to make it more complete
ptitSeb
2025-04-27
1
-0
/
+38
|
*
[INTERP] Cosmetic change to VPSHUFD opocde
ptitSeb
2025-04-26
1
-1
/
+1
|
*
[WRAPPER] Added some missing function to wrapped libgio-2 (for #2575)
ptitSeb
2025-04-26
1
-0
/
+4
|
*
[INTERP] Another fix for a opcode name in comment
ptitSeb
2025-04-25
1
-1
/
+1
|
*
[INTERP] Fixed a small issue where VPCMP[E/I]STRM would not wipe upper ↵
ptitSeb
2025-04-25
1
-2
/
+2
|
|
|
|
128bits of ymm0
*
[INTERP] Yet another opcode name comment fix
ptitSeb
2025-04-24
1
-1
/
+1
|
*
[INTERP] Cosmetic change to 0F 1C..1E opcodes
ptitSeb
2025-04-24
1
-3
/
+3
|
*
[INTERP] Added nan handling on AVX.F3.0F 59 opcode
ptitSeb
2025-04-24
1
-0
/
+2
|
*
[INTERP] Fixed another opcode name comment
ptitSeb
2025-04-24
1
-1
/
+1
|
*
[INTERP] Fixed a comment
ptitSeb
2025-04-24
1
-1
/
+1
|
*
[INTERP] Small change to various (V)MOVNT* opcodes, forbidding reg -> reg form
ptitSeb
2025-04-24
6
-56
/
+74
|
*
[INTERP] Fex fixes and small cosmetic changes to some partial (V)MOV opcodes
ptitSeb
2025-04-23
5
-47
/
+80
|
*
[INTERP] RaZ upper 128bits on vmov* Ex, Gx if Ex is a registry (unused?)
ptitSeb
2025-04-23
2
-0
/
+6
|
*
[INTERP] Improved (V)[MIN/MAX][S/P][S/D] opcodes
ptitSeb
2025-04-22
8
-34
/
+25
|
*
[INTERP] More fixes to INSERTQ/EXTRQ opcodes
ptitSeb
2025-04-21
2
-13
/
+17
|
*
[INTERP] Fixed EXTRQ opcode
ptitSeb
2025-04-21
1
-3
/
+3
|
*
[INTERP] Better NAN handling for (V)DIV[P/S][S/D] opcodes
ptitSeb
2025-04-21
3
-0
/
+5
|
*
[INTERP] VDPPD has no 256bits version
ptitSeb
2025-04-21
1
-12
/
+2
|
*
[INTERP] Added F2 0F BA opcode (for 2547)
ptitSeb
2025-04-19
1
-1
/
+1
|
*
[WOW64] Finished skeleton code for PE build (#2542)
Yang Liu
2025-04-17
1
-1
/
+0
|
|
|
|
|
* [WOW64] Finished skeleton code for PE build * move musl to external
*
[INTERP] Added x87 Precision Control set to 24bits handling
ptitSeb
2025-04-16
5
-0
/
+43
|
*
[TRACE] Better x87 infos on reg dumps
ptitSeb
2025-04-16
1
-3
/
+3
|
*
Eliminated many compilation warnings (#2535)
Yang Liu
2025-04-15
4
-187
/
+14
|
*
[WOW64] Added non-functional PE build (#2532)
Yang Liu
2025-04-14
6
-1221
/
+1126
|
*
[WOW64] More tweaks for PE build (#2528)
Yang Liu
2025-04-14
13
-31
/
+9
|
*
[INTERP] Fixed pure 32bits iretd not behaving correctly
ptitSeb
2025-04-13
1
-16
/
+13
|
*
[WOW64] Splitted freq and cleanup functions from x64emu (#2521)
Yang Liu
2025-04-11
3
-197
/
+6
|
*
[WOW64] More tweaks towards PE build (#2519)
Yang Liu
2025-04-10
2
-39
/
+24
|
*
Moved emit functions to seperate files from signals.h (#2516)
Yang Liu
2025-04-09
15
-17
/
+18
|
*
[INTERP] Small changes in a few SSE/AVX convertions opcodes
ptitSeb
2025-04-04
4
-13
/
+13
|
*
Decoupled alternate functions from bridge (#2500)
Yang Liu
2025-04-03
4
-4
/
+4
|
*
[INTERP] Fixed a nan propagation issue on RISC-V (#2498)
Yang Liu
2025-04-03
1
-4
/
+16
|
*
Moved more functions to os.h (#2497)
Yang Liu
2025-04-03
7
-20
/
+18
|
|
|
|
|
|
|
* Removed some unused function declarations * Moved more functions to os.h * review
*
[INTERP] Better handling of default NAN for a few opcodes, more to come
ptitSeb
2025-04-03
10
-229
/
+126
|
*
Moved some emit functions to os.h (#2494)
Yang Liu
2025-04-02
14
-68
/
+77
|
*
Moved more OS-dependent functions to os.h (#2491)
Yang Liu
2025-04-01
3
-7
/
+3
|
[prev]
[next]