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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[RV64_DYNAREC] Added unaligned codegen for MOVSW (#2296)
xctan
2025-01-25
1
-1
/
+7
*
[RV64_DYNAREC] Optimized GETIP (#2294)
Yang Liu
2025-01-24
7
-54
/
+55
*
[RV64_DYNAREC] Removed some TABLE64 usage (#2291)
Yang Liu
2025-01-24
2
-31
/
+22
*
[RV64_DYNAREC] Force priv opcode flags to be at least defered if safeflags=2 ...
Yang Liu
2025-01-24
5
-20
/
+64
*
[RV64_DYNAREC] Restricted add/sub RSP optimization ([LA64_DYNAREC] too) (#2292)
Yang Liu
2025-01-24
2
-4
/
+4
*
Added syscall 439 (for #2290)
ptitSeb
2025-01-24
1
-0
/
+14
*
[RV64_DYNAREC] Added codegen for unaligned stores (#2289)
xctan
2025-01-24
12
-22
/
+357
*
[DYNAREC] Added preliminary per-file settings (#2288)
Yang Liu
2025-01-23
26
-201
/
+273
*
[WRAPPER] Improved libpcap wrapping (still for #2282)
ptitSeb
2025-01-23
1
-0
/
+1
*
[ENV] Fixed zydis initialization regression (#2287)
Yang Liu
2025-01-23
1
-3
/
+7
*
Clean up UnityPlayer.dll detection from my_mmap64 (#2286)
Yang Liu
2025-01-23
3
-15
/
+26
*
[WRAPPER] Reworked libatk wrapping with new wrapperhelper (will help #2280)
ptitSeb
2025-01-23
1
-60
/
+64
*
[WRAPPER] Added 1 more wrapped function to libnss3 (for #2280)
ptitSeb
2025-01-23
1
-1
/
+1
*
[WRAPPER] Reworked libcap wrapping with new wrapperhelper
ptitSeb
2025-01-23
4
-55
/
+67
*
[WRAPPER] Added wrapped libpcap with new wrapper helper (should help #2282)
ptitSeb
2025-01-23
10
-0
/
+176
*
[LA64_DYNAREC] Added fastnan handling to more 0F opcodes (fixes CI) (#2285)
Yang Liu
2025-01-23
1
-6
/
+48
*
[RV64_DYNAREC] Added fastnan handling to more 0F opcodes (fixes CI) (#2284)
Yang Liu
2025-01-23
2
-6
/
+42
*
[ARM64_DYNAREC] Added a few AVX opcode and Improved/Fixed some existing SSE a...
ptitSeb
2025-01-22
10
-135
/
+557
*
[INTERPRETER] Improved (V)ADD/MUL/SUB/DIV P(S/D), and improved avx test too
ptitSeb
2025-01-22
5
-117
/
+1135
*
[ARM64_DYNAREC] Remove another use of Table64
ptitSeb
2025-01-22
1
-1
/
+1
*
[DOCS] Auto-generated USAGE.md and box64.pod (#2283)
Yang Liu
2025-01-22
5
-844
/
+2921
*
Fixed various issues introduced in the env infra refactor (#2281)
Yang Liu
2025-01-22
5
-149
/
+121
*
Added [BOX64] prefix for all the stdout logs (#2279)
Yang Liu
2025-01-21
25
-193
/
+208
*
Changed some functions name and visibility (#2278)
Yang Liu
2025-01-21
1
-14
/
+12
*
[ENV] Optimized BOX64ENV log a bit (#2277)
Yang Liu
2025-01-21
2
-2
/
+25
*
[ENV] Initial refactor of env variables infrastructure (#2274)
Yang Liu
2025-01-21
166
-3325
/
+2066
*
[RCFILE] Add MiSide Profile (#2276)
Pablo Labs
2025-01-21
1
-0
/
+9
*
[RCFILE] Added 2 new profiles
ptitSeb
2025-01-20
1
-0
/
+12
*
[ARM64_DYNAREC] Removed many use of TABLE64 that would just slowdown build of...
ptitSeb
2025-01-20
3
-29
/
+12
*
[ANDROID] Removed the forced NOLOADADDRESS build parameter for Android builds
ptitSeb
2025-01-20
1
-1
/
+1
*
[CI] Fixed a typo
ptitSeb
2025-01-20
1
-1
/
+1
*
[CI] Try to use gihub arm runner on linux arm build
ptitSeb
2025-01-20
1
-8
/
+17
*
[ARM64_DYNAREC] Small optim for DB E2 opcode
ptitSeb
2025-01-19
1
-3
/
+2
*
[INTERPRETER] Fixed AVX.66.0F38 0E/0F opcodes
ptitSeb
2025-01-19
1
-10
/
+22
*
[ARM64_DYNAREC] Added 64/65 1B opcode
ptitSeb
2025-01-18
1
-0
/
+11
*
[ARM64_DYNAREC] Fixed OF flags for rcr 8bits and 16bits
ptitSeb
2025-01-18
1
-17
/
+12
*
[TRACE] Added TID on Strange SIGSEGV with Access Error message
ptitSeb
2025-01-18
1
-3
/
+3
*
[ARM64_DYNAREC] Fixed AVX.66.0F38 17 opcode
ptitSeb
2025-01-18
1
-21
/
+22
*
[INTERPRETER] Fixed AVX.66.0F38 17 opcode and improved AVX.66.0F38 0E/0F opcodes
ptitSeb
2025-01-18
1
-36
/
+20
*
[ARM64_DYNAREC] Fixed F0 0F BA opcodes with ip relative addressing
ptitSeb
2025-01-18
1
-4
/
+4
*
[BOX32] Fixed some issue with previous commit on box32 loading wine/proton
ptitSeb
2025-01-17
1
-1
/
+4
*
Added some hack to simulate seccomp/bpf Windows syscalls handling in proton
ptitSeb
2025-01-17
2
-3
/
+19
*
[TRACE] Fixed a typo in a debug message
ptitSeb
2025-01-17
1
-1
/
+1
*
[RV64_DYNAREC] Refined printer for more thead instructions (#2272)
Yang Liu
2025-01-17
1
-14
/
+557
*
[RV64_DYNAREC] Optimized 16bit constant RCL/RCR opcodes (#2270)
Yang Liu
2025-01-16
3
-26
/
+120
*
[RV64_DYNAREC] Optimized 16bit constant ROR opcodes (#2268)
Yang Liu
2025-01-16
3
-11
/
+51
*
[RV64_DYNAREC] Optimized 16bit constant ROL opcodes (#2267)
Yang Liu
2025-01-16
3
-61
/
+124
*
[ARM64_DYNAREC] Removed an unused arg in SET_DFNONE (#2266)
Yang Liu
2025-01-16
15
-212
/
+219
*
[DYNAREC] Introduce BOX64_DYNAREC_DIRTY and some profile to use it
ptitSeb
2025-01-15
7
-1
/
+60
*
[ARM64_DYNAREC] Added one more case of fastround=2 for AVX.F2.0F 5A opcode
ptitSeb
2025-01-15
1
-1
/
+7
[next]