about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* [ANDROID] Fixed wrapping of epoll_pwait2 to epoll_pwait timeout parameterptitSeb2025-03-041-2/+2
* [ANDROID] Fix build, as epoll_pwait2 doesn't seems to existptitSeb2025-03-041-0/+11
* [WRAPPER] Added epoll_pwait2 wrapped functionptitSeb2025-03-047-0/+29
* [WRAPPER] add gnutls_fips140_set_mode (#2417)liuli2025-03-042-0/+2
* [RV64_DYNAREC] Minor optimizations to sign mask extraction instructions for v...Yang Liu2025-03-042-12/+5
* [RCFILE] Added range gdbjit support (#2414)Yang Liu2025-03-038-18/+41
* [RCFILE] Fixed load addr parse issue (#2413)Yang Liu2025-03-031-6/+7
* [CORE] Limited some syscalls for Android build (#2412)Yang Liu2025-03-031-0/+2
* [WRAPPER] Updated auto-generated filesptitSeb2025-02-263-26/+26
* Fixed Box32 for Winlator Glibc (#2404)alexvorxx2025-02-265-5/+36
* [BOX32][WRAPPER] Use a temp xcb when converting an unknown xcb_connection ins...ptitSeb2025-02-252-2/+13
* [RV64_DYNAREC] Fixed some minor typos (#2406)Yang Liu2025-02-232-4/+2
* [RV64_DYNAREC] Fixed swapCache scratch register usage (#2405)Yang Liu2025-02-231-9/+6
* [ARM64_DYNAREC] Fixed potential issue with SUBSET with a DF still presentptitSeb2025-02-211-1/+1
* [BOX32][ANDROID][TERMUX] revert previous commit and added a new test for shma...ptitSeb2025-02-215-33/+6
* [INTERP] Fixed ror/rol flags on cputype=0ptitSeb2025-02-211-8/+8
* [BOX32][ANDROID][TERMUX] Use simple wrapper for shmat function on Android/Ter...ptitSeb2025-02-214-5/+32
* [INTERP] Work on UD flagsptitSeb2025-02-214-315/+308
* [RV64_DYNAREC] Added more opcodes (#2400)Yang Liu2025-02-216-4/+76
* [RV64_DYNAREC] Added more MMX opcodes for vector and fixes too (#2399)Yang Liu2025-02-212-18/+124
* Made some tweaks to banner and help message (#2397)Yang Liu2025-02-202-25/+28
* Made error logs prefix has red color (#2396)Yang Liu2025-02-202-4/+9
* [ARM64_DYNAREC] More work on UD flagsptitSeb2025-02-202-69/+122
* [ARM64_DYNAREC] Fixed a typo in flag computation for PCMPESTRI and BZHI opcodesptitSeb2025-02-202-2/+2
* [ARM64_DYNAREC] Fixed a regression in LOCK XADD opcode (#2394)Yang Liu2025-02-201-0/+1
* [BOX32][INTERP] Added some support for BOUND opcode ([ARM64_DYNAREC] too)ptitSeb2025-02-205-9/+50
* [BOX32][WRAPPING] Do not convert stream private field of FT_FaceRec structureptitSeb2025-02-191-4/+4
* [RCFILE] Added support for perfile dynarec dump (#2393)Yang Liu2025-02-1919-125/+125
* [DYNAREC] Minor optimizations to SHL/SHR Ed, CL fastpath (#2392)Yang Liu2025-02-194-22/+22
* [CORE] Rework on function hookMangoHud (#2387)Yang Liu2025-02-181-12/+13
* [CORE] Display Box64 version info in mangohud (#2386)Yang Liu2025-02-181-1/+27
* [LA64][WRAPPING][BOX32] Added alt name for libnslptitSeb2025-02-181-0/+4
* [WRAPPER] Display Box64 version in Vulkan driver info (#2385)xctan2025-02-185-1/+47
* [RV64_DYNAREC] Fixed a regression introduced recently ([LA64_DYNAREC] too) (#...Yang Liu2025-02-182-4/+4
* Fixed dlsym_error logs prefix (#2383)Yang Liu2025-02-181-4/+4
* [RV64_DYNAREC] Small changes to SET_DFNONE to make it safer ([LA64_DYNAREC] t...Yang Liu2025-02-184-10/+14
* [RV64_DYNAREC] Optimized REP MOVSB (#2381)Yang Liu2025-02-183-28/+46
* [ARM64_DYNAREC] More work on UD flagsptitSeb2025-02-176-158/+224
* [INTERP] Added more nops ([DYNAREC] too) (#2378)Yang Liu2025-02-175-0/+5
* [INTERP] Added more nops ([DYNAREC] too) (#2377)Yang Liu2025-02-174-1/+35
* [INTERP] Added 0F 19 NOP opcode ([DYNAREC] too) (#2376)Yang Liu2025-02-174-0/+4
* [ARM64_DYNAREC] Continue work on UD flagsptitSeb2025-02-179-397/+539
* [INTERP] Added 66 0F 19 NOP opcode ([DYNAREC] too) (#2375)Yang Liu2025-02-175-1/+6
* [LA64_DYNAREC] Added more opcodes (#2374)Yang Liu2025-02-173-8/+96
* [DYNAREC] Print decoded instruction mnemonics for missing opcodes if trace en...Yang Liu2025-02-174-61/+65
* [ARM64_DYNAREC] Added more AVX opcodes (#2372)wannacu2025-02-174-5/+84
* [LA64_DYNAREC] Minor optims and fixes to some opcodes (#2371)Yang Liu2025-02-175-28/+127
* [LA64_DYNAREC] Added more SSE4 opcodes (#2370)Yang Liu2025-02-171-0/+29
* [LA64_DYNAREC] Added more opcodes (#2366)Yang Liu2025-02-179-13/+329
* [ARM64_DYNAREC] Improved safeflags=2ptitSeb2025-02-169-107/+219