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
*
[RV64_DYNAREC] Fixed DF E0 opcode
ptitSeb
2023-05-15
1
-2
/
+1
*
[RV64_DYNAREC] Added some missing fixes on GETEX (#785)
Yang Liu
2023-05-15
2
-22
/
+27
*
[RV64_DYNAREC] Use the new x9 scratch register (#784)
Yang Liu
2023-05-15
2
-13
/
+7
*
[RV64_DYNAREC] Small optim on GETEX helper macro
ptitSeb
2023-05-14
3
-20
/
+25
*
[RV64_DYNAREC] Fixed non-Zbb path for some 66 0F opcodes
ptitSeb
2023-05-13
2
-22
/
+31
*
[RV64_DYNAREC] Added 66 0F 38 30-35/38-3B/3D-40 opcodes (for dav1d)
ptitSeb
2023-05-13
1
-3
/
+160
*
[RV64_DYNAREC] Added 66 0F 63 opcode (for dav1d)
ptitSeb
2023-05-13
1
-0
/
+37
*
[RV64_DYNAREC] Added 66 0F 38 04/08/09/0A/1C/1D/1E/2B opcodes (for dav1d)
ptitSeb
2023-05-13
1
-0
/
+166
*
[RV64_DYNAREC] Fixed neg16 SF flag generation
ptitSeb
2023-05-13
1
-1
/
+2
*
[RV64_DYNAREC] Small optim for GETSEW(...) helper macro
ptitSeb
2023-05-13
2
-3
/
+4
*
[RV64_DYNAREC] Fixed ADC and SBC opcodes
ptitSeb
2023-05-13
6
-21
/
+21
*
[RV64_DYNAREC] Added x9 as a new scratch register
ptitSeb
2023-05-13
3
-42
/
+45
*
[RV64_DYNAREC] Forget mmx float reg only needed (#782)
Yang Liu
2023-05-12
1
-0
/
+2
*
fix exit doesnt free jump table completely (#781)
kaixindeken
2023-05-12
1
-4
/
+4
*
[RV64_DYNAREC] Added more 0F MMX opcodes and some fixes (#780)
Yang Liu
2023-05-11
2
-3
/
+268
*
[RV64_DYNAREC] Added more opcodes and some fixes (#778)
Yang Liu
2023-05-11
6
-7
/
+277
*
[ARM64_DYNAREC] Remove redundant code (#777)
Yang Liu
2023-05-11
1
-1
/
+0
*
Added 1 libx11 symbol for #758 (#776)
Yang Liu
2023-05-11
1
-1
/
+1
*
Don't Inc/Dec library refcount recursively (helps #240 but it's not enough)
ptitSeb
2023-05-10
1
-8
/
+8
*
[TRACE] Improved again trace on PltResolver
ptitSeb
2023-05-10
1
-1
/
+1
*
[TRACE] Improved trace on PltResolver
ptitSeb
2023-05-10
1
-1
/
+13
*
[TRACE] Improved/Fixed vfprintf detailled trace
ptitSeb
2023-05-10
1
-2
/
+6
*
Optimized Exit bridge managment
ptitSeb
2023-05-10
8
-17
/
+15
*
Improved custom memory allocator
ptitSeb
2023-05-10
3
-21
/
+70
*
[RV64_DYNAREC] Added more opcodes and some fixes (#775)
Yang Liu
2023-05-10
5
-29
/
+242
*
[RV64_DYNAREC] Added more opcodes and a small fix (#774)
Yang Liu
2023-05-10
12
-59
/
+135
*
Added some more libgstreamer wrapped functions
ptitSeb
2023-05-09
7
-8
/
+44
*
[DYNAREC] Some other small improvment to signal jmpbuf handling
ptitSeb
2023-05-09
1
-7
/
+3
*
[DYNAREC] Small fix in DynaRun
ptitSeb
2023-05-08
1
-1
/
+2
*
Added a few wrapped function to gcrypt and gnutls
ptitSeb
2023-05-08
2
-1
/
+8
*
Hide segfault on quit from my_exit too
ptitSeb
2023-05-08
1
-0
/
+2
*
Some small changes to thread and fork and cloning x64emu_t struct
ptitSeb
2023-05-08
9
-19
/
+43
*
[TRACE] Better log for execv on Rolling log
ptitSeb
2023-05-08
1
-0
/
+4
*
Fixed fpu_fxsave/fpu_fxrstor utility function (might help Windows Unity3D games)
ptitSeb
2023-05-08
1
-4
/
+0
*
Added 4 XXX_chk function to wrapped libc (for #769)
ptitSeb
2023-05-08
4
-4
/
+14
*
Added 1 extension to wrapped vulkan, and change a bit 1 of the procaddress (i...
ptitSeb
2023-05-07
2
-5
/
+8
*
[ARM64_DYNAREC] Added F3 0F B8 opcode
ptitSeb
2023-05-07
2
-0
/
+41
*
[ARM64_DYNAREC] Added 66 0F BA opcodes
ptitSeb
2023-05-07
1
-0
/
+57
*
[WRAPPER] Used RunFunctionFmt for better sign-extend handling (#768)
Yang Liu
2023-05-07
63
-1987
/
+1987
*
[DYNAREC] Added BOX64_DYNAREC_MISSING to only print dynarec missing opcode
ptitSeb
2023-05-07
5
-2
/
+15
*
[DYNAREC] Use Dynarec on Signal function when possible
ptitSeb
2023-05-07
1
-6
/
+14
*
[ARM64_DYNAREC] Fixed 64/65 F7 opcodes
ptitSeb
2023-05-07
1
-0
/
+1
*
[DYNAREC] Disabled custom mutex for now
ptitSeb
2023-05-07
6
-23
/
+63
*
[DYNAREC] Cosmetic fix
ptitSeb
2023-05-07
1
-1
/
+1
*
[DYNAREC] Better handling for Calling UpdateFlags when Cache flags needs tran...
ptitSeb
2023-05-07
6
-28
/
+32
*
[DYNAREC] Small improvment to signal handling on dirty block
ptitSeb
2023-05-07
1
-0
/
+4
*
[DYNAREC] Made FASTPAGE more agressive
ptitSeb
2023-05-06
2
-2
/
+4
*
Adjusted default rcfile for steam
ptitSeb
2023-05-06
1
-1
/
+1
*
Fixed some issue on malloc_hack_2 hack, but not enough so still disabled it
ptitSeb
2023-05-06
1
-15
/
+15
*
[RV64_DYNAREC] Fixed typos in (67) 88 MOV opcode (#767)
Yang Liu
2023-05-06
2
-2
/
+2
[next]