about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* [DOCS] Auto-generated USAGE.md and box64.pod (#2283)Yang Liu2025-01-225-844/+2921
* Fixed various issues introduced in the env infra refactor (#2281)Yang Liu2025-01-225-149/+121
* Added [BOX64] prefix for all the stdout logs (#2279)Yang Liu2025-01-2125-193/+208
* Changed some functions name and visibility (#2278)Yang Liu2025-01-211-14/+12
* [ENV] Optimized BOX64ENV log a bit (#2277)Yang Liu2025-01-212-2/+25
* [ENV] Initial refactor of env variables infrastructure (#2274)Yang Liu2025-01-21166-3325/+2066
* [RCFILE] Add MiSide Profile (#2276)Pablo Labs2025-01-211-0/+9
* [RCFILE] Added 2 new profilesptitSeb2025-01-201-0/+12
* [ARM64_DYNAREC] Removed many use of TABLE64 that would just slowdown build of...ptitSeb2025-01-203-29/+12
* [ANDROID] Removed the forced NOLOADADDRESS build parameter for Android buildsptitSeb2025-01-201-1/+1
* [CI] Fixed a typoptitSeb2025-01-201-1/+1
* [CI] Try to use gihub arm runner on linux arm buildptitSeb2025-01-201-8/+17
* [ARM64_DYNAREC] Small optim for DB E2 opcodeptitSeb2025-01-191-3/+2
* [INTERPRETER] Fixed AVX.66.0F38 0E/0F opcodesptitSeb2025-01-191-10/+22
* [ARM64_DYNAREC] Added 64/65 1B opcodeptitSeb2025-01-181-0/+11
* [ARM64_DYNAREC] Fixed OF flags for rcr 8bits and 16bitsptitSeb2025-01-181-17/+12
* [TRACE] Added TID on Strange SIGSEGV with Access Error messageptitSeb2025-01-181-3/+3
* [ARM64_DYNAREC] Fixed AVX.66.0F38 17 opcodeptitSeb2025-01-181-21/+22
* [INTERPRETER] Fixed AVX.66.0F38 17 opcode and improved AVX.66.0F38 0E/0F opcodesptitSeb2025-01-181-36/+20
* [ARM64_DYNAREC] Fixed F0 0F BA opcodes with ip relative addressingptitSeb2025-01-181-4/+4
* [BOX32] Fixed some issue with previous commit on box32 loading wine/protonptitSeb2025-01-171-1/+4
* Added some hack to simulate seccomp/bpf Windows syscalls handling in protonptitSeb2025-01-172-3/+19
* [TRACE] Fixed a typo in a debug messageptitSeb2025-01-171-1/+1
* [RV64_DYNAREC] Refined printer for more thead instructions (#2272)Yang Liu2025-01-171-14/+557
* [RV64_DYNAREC] Optimized 16bit constant RCL/RCR opcodes (#2270)Yang Liu2025-01-163-26/+120
* [RV64_DYNAREC] Optimized 16bit constant ROR opcodes (#2268)Yang Liu2025-01-163-11/+51
* [RV64_DYNAREC] Optimized 16bit constant ROL opcodes (#2267)Yang Liu2025-01-163-61/+124
* [ARM64_DYNAREC] Removed an unused arg in SET_DFNONE (#2266)Yang Liu2025-01-1615-212/+219
* [DYNAREC] Introduce BOX64_DYNAREC_DIRTY and some profile to use itptitSeb2025-01-157-1/+60
* [ARM64_DYNAREC] Added one more case of fastround=2 for AVX.F2.0F 5A opcodeptitSeb2025-01-151-1/+7
* [ARM64_DYNAREC] Added unaligned code for F3 0F 7F opcodeptitSeb2025-01-152-4/+16
* Fixed dlsym with RTLD_NEXT and preloaded libsptitSeb2025-01-155-4/+66
* [ARM64_DYNAREC] Allow new ClearCache also for AndroidptitSeb2025-01-141-1/+1
* Small changes on envv and arv managmentptitSeb2025-01-143-7/+10
* [RCFILE] Log before applying the changeptitSeb2025-01-141-16/+16
* [RV64_DYNAREC] Fixed simm12 overflow in some places ([LA64_DYNAREC] too) (#2264)Yang Liu2025-01-142-4/+4
* [DYNAREC] Better handling of Clear Instruction Cache, also [ARM64_DYNAREC] in...ptitSeb2025-01-141-3/+34
* Small improvment on signal handling and db/x64pc fetchingptitSeb2025-01-141-21/+29
* [RV64_DYNAREC] Fixed stack out of sync in native call (#2263)Yang Liu2025-01-141-0/+3
* [RV64_DYNAREC] Fixed offsetof(x64emu_t, scratch) usage overflow ([LA64_DYNARE...Yang Liu2025-01-141-3/+5
* [CORE] Simplified xhead* detection and standardized extension display (#2261)Yang Liu2025-01-142-70/+32
* [RV64_DYNAREC] Fixed SET_ELEMENT_WIDTH (#2260)Yang Liu2025-01-143-19/+16
* This should fix the non-dynarec buildptitSeb2025-01-131-3/+4
* Try to improve full x86 state gathering on SignalptitSeb2025-01-133-105/+212
* [CI] Create Box64 Packages for MiceWine (.rat) (#2256)Pablo Labs2025-01-121-1/+28
* [SIGNAL][RV64] Supported more opcodes for special cases (#2253)Yang Liu2025-01-111-2/+2
* This should fix non-Dynarec buildsptitSeb2025-01-111-3/+1
* Another attempt at fixing non-Dynarec buildsptitSeb2025-01-111-0/+6
* This should fix non-Dynarec buildsptitSeb2025-01-111-2/+4
* [ARM64_DYNAREC] Better handling unaligned access to device memory, with reger...ptitSeb2025-01-1111-43/+178