about summary refs log tree commit diff stats
path: root/src/emu (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* [DYNAREC] Some renaming for the sake of consistancyptitSeb2023-03-122-17/+3
* Rv64 dynarec (#550)ptitSeb2023-03-123-0/+14
* Improved convertion to/from 80bits double, and added BOX64_X87_NO80BITS to no...ptitSeb2023-02-191-1/+29
* Fixed a regression with factorioptitSeb2023-02-191-2/+2
* Added 67 0F B9 opcodeptitSeb2023-02-181-0/+13
* Various improvment to backtrace, protection tracking, and SHOWBT. Also SIGABR...ptitSeb2023-02-171-1/+4
* Fixed interpretor for FIST(P) opcodesptitSeb2023-02-162-5/+5
* Various small fixes on InterpretorptitSeb2023-02-1618-259/+217
* Added 1 syscallptitSeb2023-02-141-0/+1
* Various minor warning fixesptitSeb2023-02-133-6/+9
* [DYNAREC] Use custom mutex, improved Signal while FillBlocks64 and atomic han...ptitSeb2023-02-123-14/+17
* Update x64emu.c (#507)RainbowC02023-02-031-1/+10
* Added F0 FE /1 and /2 opcodes ([DYNAREC] too) (for #505)ptitSeb2023-02-021-0/+33
* [DYNAREC] Fixed a potential crash when running without DynarecptitSeb2023-01-281-1/+2
* Try to improve precision of SSE Rounding to int conversion ([DYNAREC] too, in...ptitSeb2023-01-284-108/+136
* Added 1 more syscallptitSeb2023-01-221-0/+1
* Refactored (again) lib init/fini mecanismptitSeb2023-01-012-2/+2
* Disable SECCOMP and added a bunch of wrapped function (partially fixed Heroic...ptitSeb2022-12-301-1/+6
* Added 206-210 syscalls (for #485)ptitSeb2022-12-301-0/+5
* More SegmentChache resetptitSeb2022-12-171-0/+1
* Reset Segment cache when changing TLS addressptitSeb2022-12-171-0/+1
* [TRACE] Small improvments to function call traceptitSeb2022-12-111-55/+57
* [TRACE] Print function name from on push rbp, instead of function name hereptitSeb2022-12-041-2/+1
* [TRACE] Add stack top trace for endbr64 opcodeptitSeb2022-12-041-0/+2
* Added experimental (undocumented) BOX64_SSE_FLUSHTO0 env. var. (not sure it's...ptitSeb2022-12-047-14/+46
* [RISCV] Fix buildptitSeb2022-11-221-0/+13
* Improve (non-libc) syscall, and added a few new onesptitSeb2022-11-222-65/+211
* Set TLS size to be a 64K page on all casesptitSeb2022-11-141-1/+1
* Improved ROLLING_LOG and improved getcontext/setcontext handling of floating ...ptitSeb2022-11-132-10/+14
* Print the ROLLING_LOG on the Ask to run at NULL errorptitSeb2022-11-131-1/+11
* Addedsyscall 24 (for #429)ptitSeb2022-11-011-0/+1
* Malloc override (#437)ptitSeb2022-10-292-1/+5
* Added support for MOVBE extension ([DYNAREC] too)ptitSeb2022-10-291-0/+19
* Added 66 0F 38 10 opcode ({DYNAREC] too)ptitSeb2022-10-291-0/+10
* Added 66 0F 7D opcodeptitSeb2022-10-281-1/+25
* Added syscalls 7 and 112ptitSeb2022-10-261-0/+14
* Actually fixed (this time) syscall 78ptitSeb2022-10-261-12/+22
* Fixed an issue with syscall 78ptitSeb2022-10-261-1/+1
* Added syscall to BOX64_ROLLING_LOG tooptitSeb2022-10-261-5/+22
* More flexibility for BOX64_ROLLING_LOGptitSeb2022-10-261-1/+1
* Fixed 64 F3 0F 5A ocpode (still for #432)ptitSeb2022-10-251-0/+1
* Added 64 F3 0F 5A opcode (for #432)ptitSeb2022-10-251-0/+12
* Forgot a bunch of other box_ malloc/realloc/calloc/free useptitSeb2022-10-231-2/+2
* This fixed factorio for me, but it's not clear whyptitSeb2022-10-221-1/+1
* Forgot to return the value in wrapped __libc_start_main (for #427)ptitSeb2022-10-191-1/+1
* Added 64 66 0F 11 opcode (for #418)ptitSeb2022-10-091-4/+12
* Added PCLMULQDQ ([DYNAREC] Too, using PMULL if present) extension (improve a ...ptitSeb2022-09-301-0/+19
* Improved signal handling and x87 flags (with tests backported from box86)ptitSeb2022-09-295-15/+12
* Slight better trace for pop r15ptitSeb2022-09-281-0/+9
* Improved handling of CF flags in dec/inc opcodes ([DYNAREC] too) (helps Xonot...ptitSeb2022-09-263-12/+60