about summary refs log tree commit diff stats
path: root/src/emu (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* [INTERPRETER] Added a check of CS validity on IRET opcodeptitSeb2025-01-061-27/+41
|
* [INTERPRETER] Added a few more cpu extension and associated opcodes ↵ptitSeb2025-01-052-1/+56
| | | | ([ARM64_DYNAREC] added some of the new opcodes too)
* [INTERPRETER] Fixed opcode name in commentptitSeb2025-01-041-1/+1
|
* [INTERPRETER] Fixed 32bits ADCX/ADOX opcodesptitSeb2024-12-282-5/+6
|
* [INTERPRETER] Added 66 F3 0F B8 opcodeptitSeb2024-12-281-0/+17
|
* [INTERPRETER] Small (mostly cosmetic) change to POCNT opcodeptitSeb2024-12-281-1/+0
|
* [INTERPRETER] Exposed SSE4a for CPUTYPE=1, implemented all 4 opcodesptitSeb2024-12-273-2/+81
|
* [INTERPRETER] Improved some shift operands nd [AR64_DYNAREC] Improved shift ↵ptitSeb2024-12-262-11/+59
| | | | operands and [COSIM] reduce noise on shift operands
* [LA64_DYNAREC] Added hardware wall-clock support (#2216)Yang Liu2024-12-261-2/+33
| | | | | * [LA64_DYNAREC] Added hardware wall-clock support * Refined multi-language support
* Try to improve clone syscal handling ([BOX32] too)ptitSeb2024-12-232-27/+37
|
* Simplified ucontext uc_link managment (closer to glibc handling) ([BOX32] too)ptitSeb2024-12-203-20/+2
|
* [GDBJIT] Display DynaRec info in source file (#2179)Yang Liu2024-12-203-7/+9
| | | | | * [GDBJIT] Display DynaRec info in source file * fix
* [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
| | | | | * [RV64] Added nan propagation emulation for interpreter and DynaRec * oops
* 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
|