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
...
*
[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
*
[ARM64_DYNAREC] Added unaligned code for F3 0F 7F opcode
ptitSeb
2025-01-15
2
-4
/
+16
*
Fixed dlsym with RTLD_NEXT and preloaded libs
ptitSeb
2025-01-15
5
-4
/
+66
*
[ARM64_DYNAREC] Allow new ClearCache also for Android
ptitSeb
2025-01-14
1
-1
/
+1
*
Small changes on envv and arv managment
ptitSeb
2025-01-14
3
-7
/
+10
*
[RCFILE] Log before applying the change
ptitSeb
2025-01-14
1
-16
/
+16
*
[RV64_DYNAREC] Fixed simm12 overflow in some places ([LA64_DYNAREC] too) (#2264)
Yang Liu
2025-01-14
2
-4
/
+4
*
[DYNAREC] Better handling of Clear Instruction Cache, also [ARM64_DYNAREC] in...
ptitSeb
2025-01-14
1
-3
/
+34
*
Small improvment on signal handling and db/x64pc fetching
ptitSeb
2025-01-14
1
-21
/
+29
*
[RV64_DYNAREC] Fixed stack out of sync in native call (#2263)
Yang Liu
2025-01-14
1
-0
/
+3
*
[RV64_DYNAREC] Fixed offsetof(x64emu_t, scratch) usage overflow ([LA64_DYNARE...
Yang Liu
2025-01-14
1
-3
/
+5
*
[CORE] Simplified xhead* detection and standardized extension display (#2261)
Yang Liu
2025-01-14
2
-70
/
+32
*
[RV64_DYNAREC] Fixed SET_ELEMENT_WIDTH (#2260)
Yang Liu
2025-01-14
3
-19
/
+16
*
This should fix the non-dynarec build
ptitSeb
2025-01-13
1
-3
/
+4
*
Try to improve full x86 state gathering on Signal
ptitSeb
2025-01-13
3
-105
/
+212
*
[CI] Create Box64 Packages for MiceWine (.rat) (#2256)
Pablo Labs
2025-01-12
1
-1
/
+28
*
[SIGNAL][RV64] Supported more opcodes for special cases (#2253)
Yang Liu
2025-01-11
1
-2
/
+2
*
This should fix non-Dynarec builds
ptitSeb
2025-01-11
1
-3
/
+1
*
Another attempt at fixing non-Dynarec builds
ptitSeb
2025-01-11
1
-0
/
+6
*
This should fix non-Dynarec builds
ptitSeb
2025-01-11
1
-2
/
+4
*
[ARM64_DYNAREC] Better handling unaligned access to device memory, with reger...
ptitSeb
2025-01-11
11
-43
/
+178
[prev]
[next]