about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* [LA64_DYNAREC] Add la64 avx pack/unpack ops , part 2. (#2823)phorcys2025-07-183-2/+74
* box64-bundle-x86-libs.csv: fix libffi library (#2825)Fathi Boudra2025-07-171-2/+2
* [RCFILE] Added profile for 1 more gameptitSeb2025-07-171-0/+6
* [BUNDLE] Add usable libraries from GLIBC package (#2821)Luke Short2025-07-174-3/+20
* [LA64_DYNAREC] Add la64 avx pack/unpack ops , part 1. (#2818)phorcys2025-07-173-1/+88
* [ARM64_DYNAREC] Added 64/65 F3 0F 7F opcodeptitSeb2025-07-161-0/+21
* [INTERP] Added 64/65 F3 0F 7F opcodeptitSeb2025-07-161-0/+13
* [ARM64_DYNAREC] Small optim on (V/F)COMI(SS/SD) opcodesptitSeb2025-07-169-28/+48
* [BUNDLE] Add sqlite3 (#2819)Luke Short2025-07-161-0/+2
* [ARM64_DYNAREC] Fixed a residual issue with xmm unneeded handling when unload...ptitSeb2025-07-151-1/+1
* [LA64_DYNAREC] Add la64 avx arith ops, part2. (#2816)phorcys2025-07-154-0/+307
* [LA64_DYNAREC] Optimized PMADDUBSW opcodes (#2817)Yang Liu2025-07-152-25/+18
* [LA64_DYNAREC] Add la64 avx arith ops , part 1. (#2814)phorcys2025-07-143-6/+357
* [LA64_DYNAREC] Fix la64 VMASKMOVPS,VMOVHPD. (#2811)phorcys2025-07-143-8/+8
* Merge remote-tracking branch 'refs/remotes/origin/main'ptitSeb2025-07-149-64/+409
|\
| * [LA64_DYNAREC] Add la64 avx shift ops. (#2806)phorcys2025-07-143-1/+205
| * [LA64_DYNAREC] Optimized some SSE shift opcodes (#2813)Yang Liu2025-07-141-58/+38
| * [LA64_DYNAREC] Add la64 avx BMI2 shift ops. (#2807)phorcys2025-07-146-5/+166
* | Improved Volatile Metadata handlingptitSeb2025-07-143-2/+7
|/
* [ANDROID] This should fix the buildptitSeb2025-07-121-1/+1
* [WRAPPER] Added 1 more wrapped function to libpthreads (for #2808)ptitSeb2025-07-125-2/+19
* [INTERP] Added 64/65 AVX.0F 10/11 opcodes (for #2808)ptitSeb2025-07-124-1/+199
* [ARM64_DYNAREC] Added 0F 00 /0 opcodeptitSeb2025-07-121-1/+21
* [LA64_DYNAREC] Add la64 avx shift ops with imm operand. (#2805)phorcys2025-07-112-0/+175
* [LA64_DYNAREC] Fix/Opt la64 avx movsx/movzx ops. (#2804)phorcys2025-07-111-126/+34
* [ARM64_DYNAREC] Simplified defered flags handling and limited case where Upda...ptitSeb2025-07-109-42/+15
* Default x64emu_t structure for thread now point to a valid IP, just in caseptitSeb2025-07-101-1/+1
* [RCFILE] Fixed profile per lib/dll that was using default instead of curent e...ptitSeb2025-07-095-1/+8
* [ARM64_DYNAREC] Removed fastpath for (V)MINPD/MAXPD as it's too inexactptitSeb2025-07-092-32/+14
* [ARM64_DYNAREC] Fined tuned UD value for BSR/BSFptitSeb2025-07-092-4/+6
* [INTERP] Fined tuned UD value for BSR/BSFptitSeb2025-07-092-8/+16
* [ARM64_DYNAREC] Fixed rare sideeffect of 32bits cmpxchg opcodeptitSeb2025-07-092-2/+4
* [ARM64_DYNAREC] Better handling of shift 0 for rcl/rct 16bitsptitSeb2025-07-091-0/+2
* [LA64_DYNAREC] Fix la64 avx->sse same reg migration. (#2801)phorcys2025-07-091-1/+3
* [LA64_DYNAREC] Opt/fix la64 avx mov ops. (#2800)phorcys2025-07-093-15/+6
* [LA64_DYNAREC] Add la64 avx bitwise ops. (#2780)phorcys2025-07-098-33/+307
* [WRAPPER] added one missing wrapped function to libasound (for #2796)ptitSeb2025-07-081-0/+1
* [WRAPPER] Wrapper xmlMemGet and xmlMemSetup (#2799)Leslie Zhai2025-07-054-2/+102
* [LA64_DYNAREC] Fix VEX.0f.17 VMOVHPS, one break missing. (#2798)phorcys2025-07-051-0/+1
* [WRAPPER] Added a couple of libc/libm wrapped functions (for #2796)ptitSeb2025-07-048-13/+14
* [WRAPPER] Add bridge for Display's resource_alloc when directly call (#2795)Leslie Zhai2025-07-044-1/+21
* [WOW64] This should fix the buildptitSeb2025-07-031-0/+1
* [BOX32] Simplified and improved 32bits memory managementptitSeb2025-07-033-13/+21
* [WRAPPER] Allow to use libFLAC.so.12 for libFLAC.so.8ptitSeb2025-07-031-0/+1
* [BOX32] Do not try to switch personality on RV64 or LA64 archptitSeb2025-07-031-0/+2
* [BOX32] Relaunch box32 to set personality to 32bitsptitSeb2025-07-031-0/+26
* [INTERP] Small change in Alternate handlingptitSeb2025-07-031-6/+11
* [ARM64_DYNAREC] Small cosmetic change in indirect_lookupptitSeb2025-07-031-2/+4
* [ARM64_DYNAREC] Added unused LRCPC emittersptitSeb2025-07-031-0/+10
* [WRAPPER] Wrapper XCreateWindow when Display's resource_alloc is x64 entry (...Leslie Zhai2025-07-038-10/+43