about summary refs log tree commit diff stats
path: root/src/emu (follow)
Commit message (Expand)AuthorAgeFilesLines
* [TRACE] Improved trace with xmm registersptitSeb2023-04-022-2/+11
* Fixed 66 0F 5B opcodesptitSeb2023-04-011-1/+1
* [DYNAREC] Some fine-tunning to cosimptitSeb2023-04-011-2/+2
* [DYNAREC] More improvement to TEST_DYNARECptitSeb2023-03-317-10/+41
* Added 66 0F 3A 08/09 opcodes ([ARM64_DYNAREC] too)ptitSeb2023-03-311-0/+56
* [DYNAREC] Changed again how the current IP is tracked in TEST_INTERPRETER modeptitSeb2023-03-301-1/+2
* [DYNAREC] This should make TEST_INTERPRETER faulty IP output more coherent (f...ptitSeb2023-03-301-1/+1
* [DYNAREC] This should make TEST_INTERPRETER foaulty IP output more coherentptitSeb2023-03-301-1/+1
* [RV64_DYNAREC] Added some 66 0F Pxxx opcodes (#650)Yang Liu2023-03-291-1/+1
* [DYNAREC] Some more improvment to TEST_INTERPRETERptitSeb2023-03-282-5/+5
* [DYNAREC] Improved TEST_INTERPRETER with inter-block testingptitSeb2023-03-283-20/+32
* [DYNAREC] Cleaned up the TEST_INTERPRETER a bitptitSeb2023-03-2813-94/+104
* [DYNAREC] Added BOX64_DYNAREC_TEST to run interpeter and dynarec at the same ...ptitSeb2023-03-2730-48/+1025
* Fixed flag handling of PTEST opcodeptitSeb2023-03-261-1/+5
* fix some spelling mistakes (#640)josch2023-03-263-7/+7
* Added/Fixed 66 0F 3A 14/15/16 opcodes ([ARM64_DYNAREC] too)ptitSeb2023-03-231-5/+20
* Addedsome more syscall (for #616)ptitSeb2023-03-231-0/+11
* [TRACE] Better debug info for ov_read functionptitSeb2023-03-201-0/+2
* Removed an optim on TLS, it break things (fix regression on exiting many game...ptitSeb2023-03-181-1/+1
* Added 66 0F 38 29 PCMPEQQ opcde ([ARM64_DYNAREC] too) (for #558)ptitSeb2023-03-141-0/+8
* Tried to optimize TLS fetchingptitSeb2023-03-121-8/+15
* Added support for SSE4.1, and added a couple of opcode ([ARM64_DYNAREC] too)ptitSeb2023-03-121-0/+21
* [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