about summary refs log tree commit diff stats
path: root/src/libtools/decopcode.c (unfollow)
Commit message (Expand)AuthorFilesLines
2025-03-17[ARM64_DYNAREC] Added some missing SMWRITE2 for strongmem=2 on a few AVX opcodesptitSeb3-0/+9
2025-03-17[ARM64_DYNAREC] Added printer for RET opcodesptitSeb1-0/+7
2025-03-17[RV64_DYNAREC] Minor D8..DF opcodes refactor (#2442)Yang Liu8-1703/+1552
2025-03-17[RV64_DYNAREC] Minor x87 changes to enable test31 (#2441)Yang Liu4-28/+22
2025-03-17[DOCS] Added ranged gdbjit documentation (#2440)Yang Liu3-1/+8
2025-03-15[BOX32][WRAPPER] Fixed signature of the ctime wrapped functionptitSeb4-5/+5
2025-03-14[SYSCALL] Don't make it fatal when a unkown syscall is called, like for libc ...ptitSeb1-4/+3
2025-03-13[RCFILE] Added one more game profileptitSeb1-0/+5
2025-03-13[RCFILE] Added profile for Linux Paradox LauncherptitSeb1-0/+4
2025-03-13[BOX32] Small changes in Signal32 handlingptitSeb1-5/+5
2025-03-13[SYSCALL] Fixed/Improved a few syscall (help Go programs)ptitSeb1-6/+27
2025-03-13[INTERP] Fixed AVX.F2.0F38 F0 opcodeptitSeb1-3/+1
2025-03-13[CI] Repeat test for all Box32 build instead of just ARM64 oneptitSeb1-1/+1
2025-03-13[RV64_DYNAREC] Fixed some x87 rounding cases for fastround=0 (#2437)Yang Liu7-19/+114
2025-03-13[COSIM] Show hex values in STx diff logs (#2436)Yang Liu1-1/+1
2025-03-13[CI] Made ARM64 Box32 test to repeat a bit to avoid false negativeptitSeb1-0/+2
2025-03-13[BOX32][WRAPPER] Small change on glGetStringi signatureptitSeb4-1/+5
2025-03-13Bundle more libs (#2419)Luke Short3-4/+42
2025-03-12[VULKAN] Added support for Vulkan 1.4ptitSeb1-0/+21
2025-03-12[DYNAREC] Introduced DYNAREC_DIRTY=2 and changed a profile to use itptitSeb9-6/+65
2025-03-11[ENV] Fixed a crash when BOX64_ROLLING_LOG is used on command lineptitSeb1-1/+1
2025-03-11[TRACE] Better logs for vulkan functions wrappersptitSeb1-7/+7
2025-03-11[WRAPPER] Added a few more Vulkan extensionsptitSeb4-1/+48
2025-03-11[TRACE] Small work on traceptitSeb2-10/+16
2025-03-11[RCFILE] Added 1 more game profileptitSeb1-0/+6
2025-03-11[DOCS] Added BOX32 option in COMPILE.mdptitSeb1-0/+17
2025-03-11[WRAPPER] Completed and fixed VK_NV_cooperative_vector extensionptitSeb1-1/+3
2025-03-11[WRAPPER] missing functions and features (#2434)airidosas2523-1/+10
2025-03-11Start of a new dev. cyvcleptitSeb1-1/+1
2025-03-10Bumped version to v0.3.4ptitSeb3-1/+47
2025-03-10[RV64_DYNAREC] Added 66 F0 81/83 /4 opcodeptitSeb1-0/+66
2025-03-10[RV64_DYNAREC] Reduce the number of false-positive for dynarec missing opcodeptitSeb1-17/+18
2025-03-10[RV64_DYNAREC] Added 66 F0 81/83 /1 opcodeptitSeb1-0/+66
2025-03-10[RV64_DYNAREC] Small change in F0 0F C7 opcodeptitSeb1-1/+1
2025-03-10[RCFIEL] Add/Adjust more game profilesptitSeb1-3/+17
2025-03-10[DYNAREC] Reduced lifetime of hotpage when using DIRTY=1ptitSeb1-1/+1
2025-03-10[DYNAREC] Don't continue a dynablock if entering an hotpageptitSeb1-1/+1
2025-03-10[RV64_DYNAREC] Optimized PMOVZX and PMOVSX opcodes for vector 1.0 (#2430)Yang Liu1-124/+269
2025-03-09[DYNAREC] Fixed some potential issue with NEVERCLEAN on memory mapping trackingptitSeb1-2/+3
2025-03-09[LA64_DYNAREC] This should fix the buildptitSeb1-1/+1
2025-03-08[ARM64_DYNAREC] Improced arch_build helpers function to only compute build st...ptitSeb6-36/+53
2025-03-08[ARM64_DYNAREC] Removed obsolete commentptitSeb1-1/+0
2025-03-08[ARM64_DYNAREC] Fixed a potential issue with AVX.0F 50 opcodeptitSeb1-1/+1
2025-03-08[ARM64_DYNAREC] Fixed a few potential issue with some AVX opcodesptitSeb4-20/+20
2025-03-08[ARM64_DYNAREC] Fixed inlined ClearCache, re-enabling itptitSeb1-2/+2
2025-03-08[ARM64_DYNAREC] Disabled inlined ClearCache as it seems not 100% efficientptitSeb1-1/+3
2025-03-08[RCFILE] More game profile plus adjustment to existing onesptitSeb1-7/+27
2025-03-08[TRACE] Improved a bit a few tracesptitSeb2-2/+3
2025-03-08[RCFILE] Added a game profileptitSeb1-0/+7
2025-03-08[BOX32][WRAPPER] Fixed some gnutls wrapped functions (help NFS Payback from S...ptitSeb1-10/+7