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
...
*
[WRAPPER] Added a few more wrapped function (to emulate recent SDL2)
ptitSeb
2025-01-26
5
-4
/
+55
*
[ARM64_DYNAREC] Added AVX.F3.0F38 F5 opcode
ptitSeb
2025-01-26
1
-0
/
+29
*
Expanded file mapping tracking for future use (might help #2295)
ptitSeb
2025-01-25
3
-14
/
+49
*
[ARM64_DYNAREC] Added experimental synch of fpsr and mxcsr for the flags, whe...
ptitSeb
2025-01-25
2
-8
/
+74
*
[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
11
-22
/
+356
*
[DYNAREC] Added preliminary per-file settings (#2288)
Yang Liu
2025-01-23
25
-201
/
+241
*
[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
9
-0
/
+175
*
[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
2
-12
/
+50
*
[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
1
-1
/
+1
*
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
164
-3316
/
+2063
*
[ARM64_DYNAREC] Removed many use of TABLE64 that would just slowdown build of...
ptitSeb
2025-01-20
3
-29
/
+12
*
[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
4
-1
/
+14
*
[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
[prev]
[next]