about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* [LA64_DYNAREC] Fixed 66 0F 3A 0C/0D BLENDPS/D opcodes (#2887)Yang Liu2025-08-041-2/+2
* [LA64_DYNAREC] Fixed a few GETEX usage (#2886)Yang Liu2025-08-043-44/+44
* [LA64_DYNAREC] Fixed 0F E2 PSRAD opcode (#2885)Yang Liu2025-08-041-3/+3
* [LA64_DYNAREC] Fixed 0F E3 PAVGW opcode (#2884)Yang Liu2025-08-041-1/+1
* [LA64_DYNAREC] Add la64 avx bit ops. (#2873)phorcys2025-08-044-0/+133
* [LA64_DYNAREC] Fix some la64 avx/sse ops. (#2882)phorcys2025-08-026-37/+80
* [RV64_DYNAREC] Fixed scalar version of 66 0F 3A 21 INSERTPS opcode (#2881)Yang Liu2025-08-021-1/+1
* [RV64_DYNAREC] Fixed scalar and vector versions of mmx PSRAW/PSRAD (#2880)Yang Liu2025-08-022-3/+3
* [RV64_DYNAREC] Fixed some mmx opcodes (#2879)Yang Liu2025-08-022-7/+13
* [ARM64_DYNAREC] Fixed PCMPESTRI fastpath SF flag computation (#2876)Yang Liu2025-08-011-5/+5
* [INTERP] Fixed 16bit version POPCNT (#2877)Yang Liu2025-08-011-19/+19
* [ARM64_DYNAREC] Fixed a typo (#2875)Yang Liu2025-08-011-1/+1
* [ARM64_DYNAREC] Fixed some edge cases for mmx PSRLQ (#2874)Yang Liu2025-08-011-1/+3
* [LA64_DYNAREC] Add la64 avx cvt ops, part 3. (#2869)phorcys2025-08-015-0/+237
* [INTERP] Added 66 F0 0F BA BTS opcode (#2872)Yang Liu2025-08-011-0/+53
* [TRACE] Minor improvements to trace logging (#2871)Yang Liu2025-08-011-2/+6
* [INTERP] Try to improve aligned LOCK CMPXCHG8B opcodeptitSeb2025-08-018-12/+77
* [WRAPPED] Wrapped more functions for libc (#2870)Yang Liu2025-08-012-3/+5
* [LA64_DYNAREC] Add la64 avx cvt ops, part2. (#2866)phorcys2025-08-013-0/+158
* [WRAPPER] Added 1 more wrapped function to libavcodec58ptitSeb2025-07-311-1/+1
* [WRAPPER] Added __powl_finite wrapping to libm (for #2862)ptitSeb2025-07-314-1/+16
* [RV64_DYNAREC] Fixed a typo (#2865)Yang Liu2025-07-312-7/+9
* [LA64_DYNAREC] Add la64 avx cvt ops, part1. (#2859)phorcys2025-07-316-1/+157
* Minor improvements to trace logging (#2861)Yang Liu2025-07-311-4/+4
* [LA64_DYNAREC] Add la64 avx cmp ops, part3. TEST ops. (#2857)phorcys2025-07-304-11/+203
* [RV64_DYNAREC] Added MMX handling to `fpu_{push,pop}cache` for vector (#2858)Yang Liu2025-07-301-5/+28
* [LA64_DYNAREC] Add la64 avx int cmp ops. (#2856)phorcys2025-07-294-7/+146
* [RV64][LA64] Added partial FLUSHTO0 support (#2855)Yang Liu2025-07-294-7/+125
* [WOW64] Removed a warningptitSeb2025-07-291-0/+1
* [ARM+4_DYNAREC] Another fix for STMXCSR opcode when using SSE_FLUSHTO0ptitSeb2025-07-291-1/+1
* [ARM+4_DYNAREC] Fixed (V)[LD/ST]MXCSR opcodes when using SSE_FLUSHTO0ptitSeb2025-07-292-35/+35
* [LA64_DYNAREC] Add la64 avx float cmp ops. (#2854)phorcys2025-07-295-17/+132
* [LA64_DYNAREC] Add la64 avx float ops part 3. (#2845)phorcys2025-07-2911-30/+412
* [ARM64_DYNAREC] Improved adjust for REP MOVSx opcode on signalptitSeb2025-07-281-26/+25
* [BOX32] Added some comment on arguments for a syscallptitSeb2025-07-281-1/+4
* [DYNAREC] Fixed an issue introduced with 48ae536d95390b98add016866948e9152294...ptitSeb2025-07-262-23/+49
* [WRAPPER][VULKAN] Added 1 new extensions (for #2847, used by PanVK)ptitSeb2025-07-254-0/+28
* [WRAPPER] Wrapper wrappedgobject2 g_closure_ref and g_closure_sink (#2848) (#...Leslie Zhai2025-07-251-3/+3
* [TRACE] More traces for LOG=2ptitSeb2025-07-241-0/+8
* [TRACE] Try to preserve errno when tracingptitSeb2025-07-241-4/+8
* [TRACE] Some mor eimprovment to LOG=2 tracesptitSeb2025-07-242-0/+13
* [LA64_DYNAREC] Fixed some issue with ADD/SUB x64 eflags when using LBT extensionptitSeb2025-07-241-10/+10
* [BOX32] Use box64path instead of argv[0] in personality relaunch sequence (co...ptitSeb2025-07-231-1/+1
* 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