about summary refs log tree commit diff stats
path: root/src/libtools/decopcode.c (unfollow)
Commit message (Expand)AuthorFilesLines
2025-03-07Use getProtection_fast for check_exec test, as it can be used a lot on interp...ptitSeb1-1/+1
2025-03-07[WRAPPER] Do not reference epoll_pwait2 directly, to fix issues with Android ...ptitSeb1-13/+13
2025-03-06[ARM64_DYNAREC] Small change to AVX.66.0F 7F opcodeptitSeb1-3/+3
2025-03-06[DOC] Fixed default for strongmem in docsptitSeb3-6/+6
2025-03-06Fix undefined reference to `epoll_pwait2' for LA64 ABI 1.0 (#2422)Leslie Zhai1-1/+1
2025-03-05[ARM64_DYNAREC] Added unaligned path for AVX.F3.0F 7F opcodeptitSeb1-5/+24
2025-03-04[ANDROID] Fixed wrapping of epoll_pwait2 to epoll_pwait timeout parameterptitSeb1-2/+2
2025-03-04[ANDROID] Fix build, as epoll_pwait2 doesn't seems to existptitSeb1-0/+11
2025-03-04[WRAPPER] Added epoll_pwait2 wrapped functionptitSeb7-0/+29
2025-03-04[WRAPPER] add gnutls_fips140_set_mode (#2417)liuli2-0/+2
2025-03-04[RV64_DYNAREC] Minor optimizations to sign mask extraction instructions for v...Yang Liu2-12/+5
2025-03-03[RCFILE] Added range gdbjit support (#2414)Yang Liu8-18/+41
2025-03-03[RCFILE] Fixed load addr parse issue (#2413)Yang Liu1-6/+7
2025-03-03[CORE] Limited some syscalls for Android build (#2412)Yang Liu1-0/+2
2025-02-26[WRAPPER] Updated auto-generated filesptitSeb3-26/+26
2025-02-26Fixed Box32 for Winlator Glibc (#2404)alexvorxx7-7/+42
2025-02-25[BOX32][WRAPPER] Use a temp xcb when converting an unknown xcb_connection ins...ptitSeb2-2/+13
2025-02-23[RV64_DYNAREC] Fixed some minor typos (#2406)Yang Liu2-4/+2
2025-02-23[RV64_DYNAREC] Fixed swapCache scratch register usage (#2405)Yang Liu1-9/+6
2025-02-22[DEBIAN] fix typo and add box64-bash in shlibdeps excludes (#2403)Hugh Cole-Baker1-1/+2
2025-02-21[RCFILE] Added 1 more game profileptitSeb1-0/+3
2025-02-21[ARM64_DYNAREC] Fixed potential issue with SUBSET with a DF still presentptitSeb1-1/+1
2025-02-21[BOX32][ANDROID][TERMUX] revert previous commit and added a new test for shma...ptitSeb5-33/+6
2025-02-21[INTERP] Fixed ror/rol flags on cputype=0ptitSeb1-8/+8
2025-02-21[BOX32][ANDROID][TERMUX] Use simple wrapper for shmat function on Android/Ter...ptitSeb4-5/+32
2025-02-21[INTERP] Work on UD flagsptitSeb4-315/+308
2025-02-21[RV64_DYNAREC] Added more opcodes (#2400)Yang Liu6-4/+76
2025-02-21[RV64_DYNAREC] Added more MMX opcodes for vector and fixes too (#2399)Yang Liu2-18/+124
2025-02-20Made some tweaks to banner and help message (#2397)Yang Liu2-25/+28
2025-02-20Made error logs prefix has red color (#2396)Yang Liu2-4/+9
2025-02-20[ARM64_DYNAREC] More work on UD flagsptitSeb2-69/+122
2025-02-20[ARM64_DYNAREC] Fixed a typo in flag computation for PCMPESTRI and BZHI opcodesptitSeb2-2/+2
2025-02-20[ARM64_DYNAREC] Fixed a regression in LOCK XADD opcode (#2394)Yang Liu1-0/+1
2025-02-20[BOX32][INTERP] Added some support for BOUND opcode ([ARM64_DYNAREC] too)ptitSeb5-9/+50
2025-02-19[BOX32][WRAPPING] Do not convert stream private field of FT_FaceRec structureptitSeb1-4/+4
2025-02-19[RCFILE] Added support for perfile dynarec dump (#2393)Yang Liu19-125/+125
2025-02-19[DYNAREC] Minor optimizations to SHL/SHR Ed, CL fastpath (#2392)Yang Liu4-22/+22
2025-02-18[CORE] Rework on function hookMangoHud (#2387)Yang Liu1-12/+13
2025-02-18[CORE] Display Box64 version info in mangohud (#2386)Yang Liu1-1/+27
2025-02-18[LA64][WRAPPING][BOX32] Added alt name for libnslptitSeb1-0/+4
2025-02-18[WRAPPER] Display Box64 version in Vulkan driver info (#2385)xctan5-1/+47
2025-02-18[RV64_DYNAREC] Fixed a regression introduced recently ([LA64_DYNAREC] too) (#...Yang Liu2-4/+4
2025-02-18Fixed dlsym_error logs prefix (#2383)Yang Liu1-4/+4
2025-02-18[RV64_DYNAREC] Small changes to SET_DFNONE to make it safer ([LA64_DYNAREC] t...Yang Liu4-10/+14
2025-02-18[RV64_DYNAREC] Optimized REP MOVSB (#2381)Yang Liu3-28/+46
2025-02-17[RCFILE] Added a setting to Talos2ptitSeb1-0/+1
2025-02-17[BUNDLE] Add script to bundle x86 libraries (#2380)Luke Short5-0/+212
2025-02-17[ARM64_DYNAREC] More work on UD flagsptitSeb6-158/+224
2025-02-17[INTERP] Added more nops ([DYNAREC] too) (#2378)Yang Liu5-0/+5
2025-02-17[INTERP] Added more nops ([DYNAREC] too) (#2377)Yang Liu4-1/+35