| Commit message (Expand) | Author | Age | Files | Lines |
| * | [LA64_DYNAREC] Add la64 avx pack/unpack ops , part 3 blend ops. (#2824) | phorcys | 2025-07-20 | 2 | -3/+228 |
| * | [DYNAREC] Change an error to warning, when entering FillBlock64 and current_h... | ptitSeb | 2025-07-19 | 1 | -4/+3 |
| * | [WRAPPER] Improved myStackAlignGVariantNew(Va) helper functions, for [RV64] a... | ptitSeb | 2025-07-19 | 1 | -53/+361 |
| * | [DYNAREC] Fine tuned DIRTY=1 settings and added 1 game profile to [RCFILE] | ptitSeb | 2025-07-19 | 1 | -1/+1 |
| * | [LA64_DYNAREC] Add la64 avx pack/unpack ops , part 2. (#2823) | phorcys | 2025-07-18 | 3 | -2/+74 |
| * | [BUNDLE] Add usable libraries from GLIBC package (#2821) | Luke Short | 2025-07-17 | 1 | -1/+1 |
| * | [LA64_DYNAREC] Add la64 avx pack/unpack ops , part 1. (#2818) | phorcys | 2025-07-17 | 3 | -1/+88 |
| * | [ARM64_DYNAREC] Added 64/65 F3 0F 7F opcode | ptitSeb | 2025-07-16 | 1 | -0/+21 |
| * | [INTERP] Added 64/65 F3 0F 7F opcode | ptitSeb | 2025-07-16 | 1 | -0/+13 |
| * | [ARM64_DYNAREC] Small optim on (V/F)COMI(SS/SD) opcodes | ptitSeb | 2025-07-16 | 9 | -28/+48 |
| * | [ARM64_DYNAREC] Fixed a residual issue with xmm unneeded handling when unload... | ptitSeb | 2025-07-15 | 1 | -1/+1 |
| * | [LA64_DYNAREC] Add la64 avx arith ops, part2. (#2816) | phorcys | 2025-07-15 | 4 | -0/+307 |
| * | [LA64_DYNAREC] Optimized PMADDUBSW opcodes (#2817) | Yang Liu | 2025-07-15 | 2 | -25/+18 |
| * | [LA64_DYNAREC] Add la64 avx arith ops , part 1. (#2814) | phorcys | 2025-07-14 | 3 | -6/+357 |
| * | [LA64_DYNAREC] Fix la64 VMASKMOVPS,VMOVHPD. (#2811) | phorcys | 2025-07-14 | 3 | -8/+8 |
| * | Merge remote-tracking branch 'refs/remotes/origin/main' | ptitSeb | 2025-07-14 | 8 | -64/+407 |
| |\ |
|
| | * | [LA64_DYNAREC] Add la64 avx shift ops. (#2806) | phorcys | 2025-07-14 | 3 | -1/+205 |
| | * | [LA64_DYNAREC] Optimized some SSE shift opcodes (#2813) | Yang Liu | 2025-07-14 | 1 | -58/+38 |
| | * | [LA64_DYNAREC] Add la64 avx BMI2 shift ops. (#2807) | phorcys | 2025-07-14 | 5 | -5/+164 |
| * | | Improved Volatile Metadata handling | ptitSeb | 2025-07-14 | 3 | -2/+7 |
| |/ |
|
| * | [ANDROID] This should fix the build | ptitSeb | 2025-07-12 | 1 | -1/+1 |
| * | [WRAPPER] Added 1 more wrapped function to libpthreads (for #2808) | ptitSeb | 2025-07-12 | 5 | -2/+19 |
| * | [INTERP] Added 64/65 AVX.0F 10/11 opcodes (for #2808) | ptitSeb | 2025-07-12 | 3 | -1/+198 |
| * | [ARM64_DYNAREC] Added 0F 00 /0 opcode | ptitSeb | 2025-07-12 | 1 | -1/+21 |
| * | [LA64_DYNAREC] Add la64 avx shift ops with imm operand. (#2805) | phorcys | 2025-07-11 | 2 | -0/+175 |
| * | [LA64_DYNAREC] Fix/Opt la64 avx movsx/movzx ops. (#2804) | phorcys | 2025-07-11 | 1 | -126/+34 |
| * | [ARM64_DYNAREC] Simplified defered flags handling and limited case where Upda... | ptitSeb | 2025-07-10 | 9 | -42/+15 |
| * | Default x64emu_t structure for thread now point to a valid IP, just in case | ptitSeb | 2025-07-10 | 1 | -1/+1 |
| * | [RCFILE] Fixed profile per lib/dll that was using default instead of curent e... | ptitSeb | 2025-07-09 | 5 | -1/+8 |
| * | [ARM64_DYNAREC] Removed fastpath for (V)MINPD/MAXPD as it's too inexact | ptitSeb | 2025-07-09 | 2 | -32/+14 |
| * | [ARM64_DYNAREC] Fined tuned UD value for BSR/BSF | ptitSeb | 2025-07-09 | 2 | -4/+6 |
| * | [INTERP] Fined tuned UD value for BSR/BSF | ptitSeb | 2025-07-09 | 2 | -8/+16 |
| * | [ARM64_DYNAREC] Fixed rare sideeffect of 32bits cmpxchg opcode | ptitSeb | 2025-07-09 | 2 | -2/+4 |
| * | [ARM64_DYNAREC] Better handling of shift 0 for rcl/rct 16bits | ptitSeb | 2025-07-09 | 1 | -0/+2 |
| * | [LA64_DYNAREC] Fix la64 avx->sse same reg migration. (#2801) | phorcys | 2025-07-09 | 1 | -1/+3 |
| * | [LA64_DYNAREC] Opt/fix la64 avx mov ops. (#2800) | phorcys | 2025-07-09 | 3 | -15/+6 |
| * | [LA64_DYNAREC] Add la64 avx bitwise ops. (#2780) | phorcys | 2025-07-09 | 7 | -33/+305 |
| * | [WRAPPER] added one missing wrapped function to libasound (for #2796) | ptitSeb | 2025-07-08 | 1 | -0/+1 |
| * | [WRAPPER] Wrapper xmlMemGet and xmlMemSetup (#2799) | Leslie Zhai | 2025-07-05 | 4 | -2/+102 |
| * | [LA64_DYNAREC] Fix VEX.0f.17 VMOVHPS, one break missing. (#2798) | phorcys | 2025-07-05 | 1 | -0/+1 |
| * | [WRAPPER] Added a couple of libc/libm wrapped functions (for #2796) | ptitSeb | 2025-07-04 | 8 | -13/+14 |
| * | [WRAPPER] Add bridge for Display's resource_alloc when directly call (#2795) | Leslie Zhai | 2025-07-04 | 4 | -1/+21 |
| * | [WOW64] This should fix the build | ptitSeb | 2025-07-03 | 1 | -0/+1 |
| * | [BOX32] Simplified and improved 32bits memory management | ptitSeb | 2025-07-03 | 3 | -13/+21 |
| * | [WRAPPER] Allow to use libFLAC.so.12 for libFLAC.so.8 | ptitSeb | 2025-07-03 | 1 | -0/+1 |
| * | [BOX32] Do not try to switch personality on RV64 or LA64 arch | ptitSeb | 2025-07-03 | 1 | -0/+2 |
| * | [BOX32] Relaunch box32 to set personality to 32bits | ptitSeb | 2025-07-03 | 1 | -0/+26 |
| * | [INTERP] Small change in Alternate handling | ptitSeb | 2025-07-03 | 1 | -6/+11 |
| * | [ARM64_DYNAREC] Small cosmetic change in indirect_lookup | ptitSeb | 2025-07-03 | 1 | -2/+4 |
| * | [ARM64_DYNAREC] Added unused LRCPC emitters | ptitSeb | 2025-07-03 | 1 | -0/+10 |