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] Added F0 80 /1 LOCK OR opcode for ICEY (#815)
xctan
2023-06-01
1
-0
/
+37
*
Do not try to preserve high memory (unless BOX64_RESERVE_HIGH=1 is used), as ...
ptitSeb
2023-05-31
1
-1
/
+5
*
[DYNAREC] Addeddetection of libjvm (and an option to disable it) to apply con...
ptitSeb
2023-05-31
4
-0
/
+18
*
[RV64_DYNAREC] Fixed 6B IMUL opcode (#812)
Yang Liu
2023-05-30
1
-3
/
+3
*
[RV64_DYNAREC] Fixed geted32 (#811)
Yang Liu
2023-05-30
1
-37
/
+39
*
Added wrapped gdk_window_set_background_rgba function to gdk3 (for #809)
ptitSeb
2023-05-28
1
-0
/
+1
*
Fixed wrapped gdk_threads_add_idle_full function to gdk3 (for #809)
ptitSeb
2023-05-28
1
-1
/
+1
*
Added wrapped gdk_threads_add_idle_full function to gdk3 (for #809)
ptitSeb
2023-05-28
4
-2
/
+57
*
[ARM64_DYNAREC] Fixed OF flag for ror32c emiter
ptitSeb
2023-05-28
1
-1
/
+1
*
Added ignored 26 prefix to interpreter
ptitSeb
2023-05-28
1
-1
/
+2
*
Added a few gstreamer wrapped function
ptitSeb
2023-05-28
2
-6
/
+6
*
Added wrapped g_settings_get_uint funciton (for #809)
ptitSeb
2023-05-28
1
-1
/
+1
*
Added GstTaskPoll to gtkclass wrapping
ptitSeb
2023-05-28
3
-0
/
+55
*
[RV64_DYNAREC] Added F3 0F B8 POPCNT opcode and fixed LOCK CMPXCHG16B for ML2...
xctan
2023-05-28
4
-2
/
+61
*
[WRAPPER] Added some wayland function wrappers (#807)
Yang Liu
2023-05-28
4
-13
/
+18
*
[RV64_DYNAREC] Added more opcodes (#806)
Yang Liu
2023-05-28
4
-0
/
+53
*
[RV64_DYNAREC] Small optim to AND with constant emiter
ptitSeb
2023-05-28
1
-1
/
+1
*
[DYNAREC] Do not track memory that is not accessible (should save some memory)
ptitSeb
2023-05-28
2
-5
/
+18
*
[RV64_DYNAREC] Fixed 66 0F CMOV opcodes (#804)
Yang Liu
2023-05-27
1
-23
/
+22
*
Fixed some potential issues when signal occurs with a (near) bad rsp
ptitSeb
2023-05-25
1
-2
/
+2
*
Added partial support for TF flags (should help with eroneous debugger detect...
ptitSeb
2023-05-24
6
-0
/
+35
*
[RV64_DYNAREC] Fixed 66 0F 38 2B PACKUSDW opcode (#802)
Yang Liu
2023-05-24
1
-4
/
+4
*
[WRAPPER] Added 4 more libc dprintf wrappers (#798)
Yang Liu
2023-05-22
6
-4
/
+61
*
[WRAPPER] Added vwprintf (#794)
Yang Liu
2023-05-20
4
-35
/
+10
*
[RV64_DYNAREC] Fixed SSE reg Cache when a SSE change type (SS/SD/Vector)
ptitSeb
2023-05-17
5
-1
/
+38
*
[WRAPPER] Fixed stack align on varargs (for #789) (#790)
Yang Liu
2023-05-16
2
-4
/
+4
*
[WRAPPER] Added 1 more symbol for libc (for #787) (#788)
Yang Liu
2023-05-15
4
-8
/
+20
*
[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
[next]