about summary refs log tree commit diff stats
path: root/src/emu (follow)
Commit message (Expand)AuthorAgeFilesLines
* [BOX32][TRACE] Improved trace of wrapped functionsptitSeb2024-12-171-102/+105
* [BOX32] Small change on how tls memory is allocatedptitSeb2024-12-171-2/+2
* Some (mostly) cosmetic change to x64emu initializersptitSeb2024-12-171-4/+4
* [BOX32][WRAPPER] More work on libc wrapping, and some new syscall tooptitSeb2024-12-151-20/+7
* [BOX32][WRAPPER] More fixes to libc and libX11 wrappingptitSeb2024-12-141-4/+98
* [BOX32][WRAPPER] Many fixes and improvments to X11 wrappingptitSeb2024-12-141-0/+6
* [INTERPRETER][COSIM] Better flags for btx opcode familly when running cosimptitSeb2024-12-113-0/+108
* [BOX32] Added a workaround for older system (should help #2138)ptitSeb2024-12-111-0/+4
* [BOX32][TRACE] Improved trace for a few libc callsptitSeb2024-12-101-0/+8
* [INTERPRETER] Added 64bits 67 A1 opcode ([ARM64_DYNAREC] Too)ptitSeb2024-12-091-0/+7
* [INTERPRETER] Improved some x87 opcode behaviourptitSeb2024-12-024-28/+36
* [BOX32][WRAPPER] Improved networks functionsptitSeb2024-12-012-0/+7
* [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