about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Some handling of case where signal numbers differs between native and x64 arc...ptitSeb2025-07-2326-159/+366
* [RV64_DYNAREC][LA64_DYNAREC] Simplified defered flags handling and limited ca...Yang Liu2025-07-235-58/+41
* [LA64_DYNAREC] Add la64 avx float ops VDPP{S,D}, VH{ADD,SUB}{PS,PD} (#2842)phorcys2025-07-236-4/+191
* [BOX32] Better error on box32 personnality re-launch faillureptitSeb2025-07-221-1/+1
* [WRAPPER] Added more slot to libdbus callback wrappersptitSeb2025-07-221-1/+5
* [WRAPPER] Added 4 more symbols to libwaylandclientptitSeb2025-07-221-4/+4
* [WRAPPER] Added 1 more function to wrapped libharfbuzzptitSeb2025-07-224-1/+9
* [WRAPPER] Added 2 more wrapped function to libcairoptitSeb2025-07-227-2/+50
* [WRAPPER] Added 1 more wrapped function to libfontconfigptitSeb2025-07-221-0/+1
* [WRAPPER] Added 3 more functions to libcairoptitSeb2025-07-224-4/+13
* [WRAPPER] Added some more dbus wrapped functionsptitSeb2025-07-224-3/+50
* [BOX32] Enable personality setting for RV64 and LA64 (#2841)Yang Liu2025-07-221-2/+0
* [LA64_DYNAREC] Add la64 avx float arith ops, part 1. (#2840)phorcys2025-07-225-0/+385
* [LA64_DYNAREC] Add la64 avx FMA insts. (#2838)phorcys2025-07-224-1/+473
* [LA64_DYNAREC] add la64 avx pack/unpack ops, part5. (#2837)phorcys2025-07-213-32/+340
* [DYNAREC] Another fix for RV64 and LA64 buildsptitSeb2025-07-211-3/+3
* [DYNAREC] This should fix build on RV64 and LA64ptitSeb2025-07-212-24/+16
* [DYNAREC] Consolidate access to native register in signal and register mappin...ptitSeb2025-07-216-458/+345
* [DYNACACHE]LA64] Enabled dynacache for LA64 (#2836)Yang Liu2025-07-216-33/+93
* [LA64_DYNAREC] add la64 avx pack/unpack ops, part4. (#2830)phorcys2025-07-218-16/+288
* [LA64_DYNAREC] Add la64 avx pack/unpack ops , part 3 blend ops. (#2824)phorcys2025-07-202-3/+228
* [DYNAREC] Change an error to warning, when entering FillBlock64 and current_h...ptitSeb2025-07-191-4/+3
* [WRAPPER] Improved myStackAlignGVariantNew(Va) helper functions, for [RV64] a...ptitSeb2025-07-191-53/+361
* [DYNAREC] Fine tuned DIRTY=1 settings and added 1 game profile to [RCFILE]ptitSeb2025-07-191-1/+1
* [LA64_DYNAREC] Add la64 avx pack/unpack ops , part 2. (#2823)phorcys2025-07-183-2/+74
* [BUNDLE] Add usable libraries from GLIBC package (#2821)Luke Short2025-07-171-1/+1
* [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
* [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-148-64/+407
|\
| * [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-145-5/+164
* | 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-123-1/+198
* [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