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 (
Expand
)
Author
Age
Files
Lines
*
[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 128bit...
ptitSeb
2025-04-25
1
-2
/
+2
*
[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
*
[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
*
[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
*
Introduced box64cpu.h for exported interpreter and dynarec functions (#2490)
Yang Liu
2025-04-01
50
-131
/
+21
*
Added os.h for future usage (#2488)
Yang Liu
2025-04-01
6
-7
/
+7
*
[INTERP] Added support for F2 0F A5 opcode, ignoring F2 (for #2459)
ptitSeb
2025-03-31
1
-0
/
+8
*
[WRAPPER] Added 2 new funciton towrapped libgdkpixbuf (for #2460)
ptitSeb
2025-03-31
1
-0
/
+4
*
[INTERP] Fixed a warning
ptitSeb
2025-03-30
1
-2
/
+2
*
[INTERP] Fixed Interpreter to have new test30 running on RISC-V (#2470)
Yang Liu
2025-03-27
2
-90
/
+123
*
[INTERP] More NA Sign fixes for a few AVX.0F opcodes
ptitSeb
2025-03-26
1
-8
/
+8
*
[INTERP] Fixed Interpreter to have new test30 running
ptitSeb
2025-03-26
3
-4
/
+100
*
[COSIM] Changed how F0 LOCK opcodes are skipped in COSIM
ptitSeb
2025-03-26
1
-0
/
+5
[next]