about summary refs log tree commit diff stats
path: root/src/include (unfollow)
Commit message (Expand)AuthorFilesLines
2025-07-17box64-bundle-x86-libs.csv: fix libffi library (#2825)Fathi Boudra1-2/+2
2025-07-17[RCFILE] Added profile for 1 more gameptitSeb1-0/+6
2025-07-17[BUNDLE] Add usable libraries from GLIBC package (#2821)Luke Short4-3/+20
2025-07-17[LA64_DYNAREC] Add la64 avx pack/unpack ops , part 1. (#2818)phorcys3-1/+88
2025-07-16[ARM64_DYNAREC] Added 64/65 F3 0F 7F opcodeptitSeb1-0/+21
2025-07-16[INTERP] Added 64/65 F3 0F 7F opcodeptitSeb1-0/+13
2025-07-16[ARM64_DYNAREC] Small optim on (V/F)COMI(SS/SD) opcodesptitSeb9-28/+48
2025-07-16[BUNDLE] Add sqlite3 (#2819)Luke Short1-0/+2
2025-07-15[ARM64_DYNAREC] Fixed a residual issue with xmm unneeded handling when unload...ptitSeb1-1/+1
2025-07-15[LA64_DYNAREC] Add la64 avx arith ops, part2. (#2816)phorcys4-0/+307
2025-07-15[LA64_DYNAREC] Optimized PMADDUBSW opcodes (#2817)Yang Liu2-25/+18
2025-07-14[LA64_DYNAREC] Add la64 avx arith ops , part 1. (#2814)phorcys3-6/+357
2025-07-14[LA64_DYNAREC] Fix la64 VMASKMOVPS,VMOVHPD. (#2811)phorcys3-8/+8
2025-07-14Improved Volatile Metadata handlingptitSeb3-2/+7
2025-07-14[LA64_DYNAREC] Add la64 avx shift ops. (#2806)phorcys3-1/+205
2025-07-14[LA64_DYNAREC] Optimized some SSE shift opcodes (#2813)Yang Liu1-58/+38
2025-07-14[LA64_DYNAREC] Add la64 avx BMI2 shift ops. (#2807)phorcys6-5/+166
2025-07-12[ANDROID] This should fix the buildptitSeb1-1/+1
2025-07-12[WRAPPER] Added 1 more wrapped function to libpthreads (for #2808)ptitSeb5-2/+19
2025-07-12[INTERP] Added 64/65 AVX.0F 10/11 opcodes (for #2808)ptitSeb4-1/+199
2025-07-12[ARM64_DYNAREC] Added 0F 00 /0 opcodeptitSeb1-1/+21
2025-07-11[LA64_DYNAREC] Add la64 avx shift ops with imm operand. (#2805)phorcys2-0/+175
2025-07-11[LA64_DYNAREC] Fix/Opt la64 avx movsx/movzx ops. (#2804)phorcys1-126/+34
2025-07-10[ARM64_DYNAREC] Simplified defered flags handling and limited case where Upda...ptitSeb9-42/+15
2025-07-10Default x64emu_t structure for thread now point to a valid IP, just in caseptitSeb1-1/+1
2025-07-09[RCFILE] Fixed profile per lib/dll that was using default instead of curent e...ptitSeb5-1/+8
2025-07-09[ARM64_DYNAREC] Removed fastpath for (V)MINPD/MAXPD as it's too inexactptitSeb2-32/+14
2025-07-09[ARM64_DYNAREC] Fined tuned UD value for BSR/BSFptitSeb2-4/+6
2025-07-09[INTERP] Fined tuned UD value for BSR/BSFptitSeb2-8/+16
2025-07-09[ARM64_DYNAREC] Fixed rare sideeffect of 32bits cmpxchg opcodeptitSeb2-2/+4
2025-07-09[ARM64_DYNAREC] Better handling of shift 0 for rcl/rct 16bitsptitSeb1-0/+2
2025-07-09[LA64_DYNAREC] Fix la64 avx->sse same reg migration. (#2801)phorcys1-1/+3
2025-07-09[LA64_DYNAREC] Opt/fix la64 avx mov ops. (#2800)phorcys3-15/+6
2025-07-09[LA64_DYNAREC] Add la64 avx bitwise ops. (#2780)phorcys8-33/+307
2025-07-08[WRAPPER] added one missing wrapped function to libasound (for #2796)ptitSeb1-0/+1
2025-07-05[WRAPPER] Wrapper xmlMemGet and xmlMemSetup (#2799)Leslie Zhai4-2/+102
2025-07-05[LA64_DYNAREC] Fix VEX.0f.17 VMOVHPS, one break missing. (#2798)phorcys1-0/+1
2025-07-04[WRAPPER] Added a couple of libc/libm wrapped functions (for #2796)ptitSeb8-13/+14
2025-07-04[WRAPPER] Add bridge for Display's resource_alloc when directly call (#2795)Leslie Zhai4-1/+21
2025-07-03[WOW64] This should fix the buildptitSeb1-0/+1
2025-07-03[BOX32] Simplified and improved 32bits memory managementptitSeb3-13/+21
2025-07-03[WRAPPER] Allow to use libFLAC.so.12 for libFLAC.so.8ptitSeb1-0/+1
2025-07-03[BOX32] Do not try to switch personality on RV64 or LA64 archptitSeb1-0/+2
2025-07-03[BOX32] Relaunch box32 to set personality to 32bitsptitSeb1-0/+26
2025-07-03[INTERP] Small change in Alternate handlingptitSeb1-6/+11
2025-07-03[ARM64_DYNAREC] Small cosmetic change in indirect_lookupptitSeb1-2/+4
2025-07-03[ARM64_DYNAREC] Added unused LRCPC emittersptitSeb1-0/+10
2025-07-03[WRAPPER] Wrapper XCreateWindow when Display's resource_alloc is x64 entry (...Leslie Zhai8-10/+43
2025-07-02[DYNAREC] Fixed a potential issue where defered flags are not computed/reset ...ptitSeb4-4/+5
2025-07-02[TRACE] Fixed the jump from instruction idx for Extend blcok in traceptitSeb1-1/+1