about summary refs log tree commit diff stats
path: root/src/emu (follow)
Commit message (Expand)AuthorAgeFilesLines
* [BOX32][WRAPPER] This should fix the buildptitSeb2024-11-301-46/+45
* [INTERPRETER] Added 0F 30 ocpode ([RM64_DYNAREC] too) (for #2090)ptitSeb2024-11-301-1/+6
* [RV64] Added nan propagation emulation for interpreter and DynaRec (#2091)Yang Liu2024-11-284-14/+44
* Added syscall 280ptitSeb2024-11-271-0/+1
* [BOX32] Added 32bits syscall 2ptitSeb2024-11-271-1/+14
* Slightly better way to decode wrappersptitSeb2024-11-211-1/+6
* Small fix for XSAVE/XRSTOR opcodes ([DYNAREC] too)ptitSeb2024-11-212-3/+3
* Improved Signal handling ([ARM4_DYNAREC] too)ptitSeb2024-11-187-18/+51
* [INTERPRETER] Fixed potential issue with 0F A3 opcodeptitSeb2024-11-161-5/+5
* [ARM64_DYNAREC] Various fixes and improvments to a few random opcodesptitSeb2024-11-151-0/+18
* [INTERPRETER] Zero'd upper 32bits of regs when switching to 32bits from 64bitsptitSeb2024-11-151-21/+86
* [INTERPRETER] Some cleanup on base logic/math/shift operationsptitSeb2024-11-155-282/+233
* Added support for RDMSR, just in caseptitSeb2024-11-151-0/+7
* Improved syscall 56ptitSeb2024-11-082-14/+14
* Added some weird 67 and 64/65 prefixed opcodes ([ARM64_DYNAREC] too)ptitSeb2024-11-073-14/+33
* Added 64/65 D8..D9 opcodesptitSeb2024-11-077-27/+135
* Added 64/65 69 opcode ([ARM64_DYNAREC] too)ptitSeb2024-11-071-0/+11
* [BOX32] Improve errno handling, and added a few more libc wrapped functionsptitSeb2024-11-071-5/+15
* [TRACE] Better for 32bits wait wrapped functionptitSeb2024-11-061-0/+7
* Fixed a small typoptitSeb2024-11-061-1/+1
* [TRACE] A few more details for some speicifc CALL variantptitSeb2024-11-061-6/+6
* Improve handling of memory protection, and excution bitptitSeb2024-11-044-8/+23
* Small (probably cosmetic) fix for CloneEmu helper functionptitSeb2024-10-311-0/+1
* Added 65 6C..6F opcodes ([ARM64_DYNAREC] too) (for #1985)ptitSeb2024-10-311-0/+15
* Generate a SIGILL on unimplemented opcodeptitSeb2024-10-301-0/+1
* [INTERP] Fixed overflow checking for convertion opcodes (#1976)Yang Liu2024-10-296-20/+20
* Make BOX64_IGNOREINT3 also ignore other privilged instructionsptitSeb2024-10-241-1/+16
* Improved 0F 0D opcode ([ARM64_DYNAREC] too) (FF7RI now have sound)ptitSeb2024-10-191-2/+8
* [TRACE] Improved 32bits trace for FF 92 opocdeptitSeb2024-10-191-0/+4
* [BOX32][TRACE] Better trace for a sscanf variantptitSeb2024-10-191-1/+1
* [NTERPRETER] Added 64 F6 opcodes (for #1932)ptitSeb2024-10-131-0/+35
* [INTERPRETER] Added 64/65 85 opcode ([ARM64_DYNAREC] too) (for #1932)ptitSeb2024-10-131-0/+9
* [BOX32] Allow internal memory to be in 32bits space if neededptitSeb2024-10-131-3/+3
* [BOX32][TRACE] Better for XRRSetScreenSizeptitSeb2024-10-111-0/+2
* [BOX32][TRACE] Fixed trace for memcmp, strncasecmp and strncmpptitSeb2024-10-101-4/+3
* [BOX32][TRACE] Small improvment to SDL_RWFromFile traceptitSeb2024-10-101-1/+1
* [BOX32] Fixed 32bits libc syscall 240ptitSeb2024-10-091-2/+2
* Added 66 6A opcode ([ARM64_DYNAREC] too) (for #1911)ptitSeb2024-10-071-1/+4
* [BOX32] More work on 32bits wrapped functionsptitSeb2024-10-073-7/+8
* [INTERPRETER] Worked on CF IRET opcodeptitSeb2024-10-041-7/+9
* [TRACE] Btter trace for ioctlptitSeb2024-10-042-8/+11
* [BOX32][WRAPPER] More wrapped function to libc, and many fixes some existing ...ptitSeb2024-10-042-2/+23
* [BOX32] Added more 32bits wrapped function and reworked 32bits memory allocatorptitSeb2024-10-031-2/+2
* [BOX32] Fixed scanf type function when grabing long/ptr type of dataptitSeb2024-10-031-1/+3
* [TRACE] Fixed StopEmu on trace build when trace is not enabledptitSeb2024-10-031-1/+7
* [BOX32][TRACE] Some more improved traceptitSeb2024-10-032-1/+32
* [BOX32] Added 2 more 32bits syscallsptitSeb2024-09-301-3/+12
* [BOX32] Fixed main Elf init not always calledptitSeb2024-09-301-0/+8
* [BOX32] Enable futex robust_list hack for all 32bits software for nowptitSeb2024-09-301-1/+1
* [ANDROID][BOX32] Fix Android Build, and add correct libc, libm, libdl library...Pablo Labs2024-09-291-87/+88