about summary refs log tree commit diff stats
path: root/src/emu (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* [TRACE] Better trace for F3 0F 1E FA opcodeptitSeb2024-09-091-1/+3
* Fixed name of opcode in commentptitSeb2024-09-061-2/+2
* Fixed a regression introduced with box32 that broke Bladur's Gate 3 (and prob...ptitSeb2024-09-052-8/+10
* [CI] Refactored CI (#1795)Yang Liu2024-09-058-114/+1
* [BOX32] Better trace for 32bits posix_memalignptitSeb2024-09-031-1/+6
* [BOX32] Fixes and hacks to get steamcmd shows the promptptitSeb2024-09-012-3/+72
* [BOX32] Some fixes to strtol/strtoul and read 32bits wrapped functionsptitSeb2024-09-011-4/+5
* [BOX32] More wrapped function and a few fixes for steamclient.so (still crash...ptitSeb2024-09-011-0/+1
* [BOX32] Another batch of 32bits wrapped function, for libvstdlib_s.so this timeptitSeb2024-08-311-0/+3
* [BOX32] More 32bits wrapped function and fixesptitSeb2024-08-301-1/+1
* [BOX32] Added more 32bits wrapped function and fixesptitSeb2024-08-302-2/+2
* [BOX32] More 32bits wrapped functions and fixesptitSeb2024-08-302-21/+28
* Added 67 F3 0F 38 F6 opcode (for #1775)ptitSeb2024-08-301-0/+40
* [BOX32] More fixes to ctype_b_loc and added a few more wrapped functionsptitSeb2024-08-291-0/+2
* [BOX32] Added more 32bits wrapped function and more fixesptitSeb2024-08-291-1/+0
* [TRACE] Added one 32bits jump decoding dest addressptitSeb2024-08-291-0/+4
* [BOX32][TRACE] Improve function trace logptitSeb2024-08-291-65/+65
* [BOX32] More wrapped 32bits functions, and some fixes tooptitSeb2024-08-281-0/+2
* [BOX32] More 32bits wrapped functionsptitSeb2024-08-282-1/+4
* Added preliminary Box32 support (#1760)ptitSeb2024-08-2612-55/+1011
* [EMU] [ARM64_DYNAREC] Fix Some Warnings on Clang Compilers (#1757)KreitinnSoftware2024-08-264-6/+6
* [BOX32] prepare elfheader_t structure for 32bits elfsptitSeb2024-08-171-3/+3
* [RV64_DYNAREC] Added more opcodes (#1740)Yang Liu2024-08-161-2/+2
* Added syscalls 444-446ptitSeb2024-08-151-0/+9
* [TRACE] Better trace for libc syscallptitSeb2024-08-151-2/+5
* Added syscalls 122-124ptitSeb2024-08-151-0/+3
* Added (fake) syscall 175 to libs syscallptitSeb2024-08-121-0/+4
* [RV64_DYNAREC] More fixes (#1732)xctan2024-08-121-0/+4
* Added 67.AVX.0F.66 D6 opcode ([ARM64_DYNAREC] too)ptitSeb2024-08-101-2/+18
* Added 64bits 67 F3 0F 7F opcode ([ARM64_DYNAREC] too)ptitSeb2024-08-101-0/+6
* [INTERP] Fixed some undefined behaviour (#1717)Yang Liu2024-08-081-6/+12
* Small optimisation on xsave / xrstor helperptitSeb2024-08-071-12/+6
* Added 3 syscallsptitSeb2024-07-301-0/+3
* Added 67 66 0F EF opcode ([ARM64_DYNAREC] too)ptitSeb2024-07-231-1/+9
* Added 67 66 0F FE opcode ([ARM64_DYNAREC] too)ptitSeb2024-07-231-0/+10
* Improved exception/int 3 handlingptitSeb2024-07-212-4/+16
* Improved TF handlingptitSeb2024-07-211-2/+3
* [INTERPRETER] Fixed some issue with INT opcodes and STEP logicptitSeb2024-07-171-3/+3
* [TRACE] Fixed some issue with function name printingptitSeb2024-07-131-1/+4
* Added 1 syscall (for #1672)ptitSeb2024-07-121-0/+1
* fix some spelling (#1668)josch2024-07-101-2/+2
* Fixes (#1659)rajdakin2024-07-0918-190/+190
* [INTERPRETER] Added 64 66 8D opcode (#1648)Haichen Wu2024-07-062-3/+13
* Cosmetic changeptitSeb2024-07-041-3/+3
* Impl `sys_getpgrp` & `sys_getpgid` (#1637)Yip Coekjan2024-07-041-0/+4
* Handle `.relr.dyn` section (#1626)Yip Coekjan2024-07-021-1/+1
* [INTERPRETER] Added 64/65 F3 0F 58 opcodeptitSeb2024-06-251-0/+13
* [INTERPRETER] opcode F1 is valid alson in 64bitsptitSeb2024-06-241-4/+0
* [INTERPRETER] Added 32bits F1 opcodeptitSeb2024-06-241-0/+10
* Improved CPUID a bit more, adding RDRAND (helps geekbench6 avx2 version)ptitSeb2024-06-241-2/+18