about summary refs log tree commit diff stats
path: root/src/dynarec (follow)
Commit message (Expand)AuthorAgeFilesLines
* [DYNAREC] Added F0 0F AB/B3 opcodesptitSeb2023-02-172-0/+109
* [DYNAREC] Added BOX64_DYNAREC_WAIT env. var. (Default to 1)ptitSeb2023-02-161-2/+8
* [DYNAREC] Some more small fixesptitSeb2023-02-161-10/+4
* [DYNAREC] Various small fixes and improvment on DynarecptitSeb2023-02-1623-709/+594
* Various minor warning fixesptitSeb2023-02-135-23/+24
* [DYNAREC] Use custom mutex, improved Signal while FillBlocks64 and atomic han...ptitSeb2023-02-125-16/+77
* Added F0 FE /1 and /2 opcodes ([DYNAREC] too) (for #505)ptitSeb2023-02-021-2/+48
* Try to improve precision of SSE Rounding to int conversion ([DYNAREC] too, in...ptitSeb2023-01-282-0/+56
* [DYNAREC] Improved Strong Memory Model emulationptitSeb2023-01-281-3/+3
* [DYNAREC] Forced 64 FF /4 JMP ocode to fetch X_PENDptitSeb2023-01-281-0/+1
* [DYNAREC] Fixed a regression with C1 /0 and C1 /1 opcodesptitSeb2023-01-281-6/+4
* [DYNAREC] Try to fix 66 64 0F 2E/2F ocpode (for #488)ptitSeb2023-01-191-1/+1
* [DYNAREC] Force reading of X_PEND flags for FF /4 JMP opcodeptitSeb2023-01-031-0/+1
* [DYNAREC] make jmp 0 do a jmp_to_next to allow the block to be checked and re...ptitSeb2022-12-311-1/+1
* Disable SECCOMP and added a bunch of wrapped function (partially fixed Heroic...ptitSeb2022-12-301-1/+6
* [TRACE] Better trace on no-block jump warningptitSeb2022-12-301-1/+1
* [DYNAREC] Small refactoring to make things more readableptitSeb2022-12-121-1/+5
* [DYNAREC] Fixed F0 80 opcodes (helps #210, but is not enough)ptitSeb2022-12-111-7/+7
* [DYNAREC] Fixed 66 0F 5B opcode (fixed 3dSen)ptitSeb2022-12-041-3/+2
* [DYNAREC] Added F0 F6 opcodeptitSeb2022-12-041-0/+35
* Added experimental (undocumented) BOX64_SSE_FLUSHTO0 env. var. (not sure it's...ptitSeb2022-12-041-8/+11
* Added wrapped libXpresent.so.1ptitSeb2022-12-041-1/+1
* Better rounding for some SSE opcodes (Help NuclearBlaze main menu, but doesn'...ptitSeb2022-12-033-60/+15
* [DYNAREC] Reworked dynarec memory allocator, and a bit of protection tracking...ptitSeb2022-12-033-0/+49
* [DYNAREC] Small changes on pagesize and hotpageptitSeb2022-12-021-3/+2
* [DYNAREC] More control over HotPage handling with BOX64_DYNARC_HOTPAGEptitSeb2022-12-011-2/+5
* [DYNAREC] Added BOX64_DYNAREC_CALLRET option, in rcfile too (faster handling ...ptitSeb2022-11-297-15/+94
* [DYNAREC] Fixed native call trace with BOX64_LOG=2ptitSeb2022-11-281-2/+2
* [DYNAREC] Optimized HotPage handling, and made it locklessptitSeb2022-11-283-1/+29
* [DYNAREC] Removed a useless mutex lockptitSeb2022-11-281-5/+0
* [DYNAREC] Refactored Strong Memory Model emulationptitSeb2022-11-2616-106/+255
* [DYNAREC] Fixed 66 64 0F 2E/2F opcodesptitSeb2022-11-261-3/+2
* [DYNAREC] Fixed RCR and RCL opcodesptitSeb2022-11-165-15/+13
* [DYNAREC] Pre-allocate more instructions on FillBlock64ptitSeb2022-11-151-1/+1
* [DYNAREC] Optimisations and fixes on a few x87 opcodes (fixes Piczle Cross Ad...ptitSeb2022-11-134-14/+22
* [DYNAREC] Fixed alternate address not always taken into account by DynarecptitSeb2022-11-021-0/+3
* Fixed a small memory leak with DynarecptitSeb2022-11-021-0/+3
* Remove dynablocklist (#438)ptitSeb2022-10-3111-581/+217
* [DYNAREC] Small change to use alloca instead of customMallocptitSeb2022-10-291-8/+2
* Added support for MOVBE extension ([DYNAREC] too)ptitSeb2022-10-291-0/+25
* [DYNAREC] Fixed a potential issue with free range of dynablockptitSeb2022-10-291-1/+2
* Added 66 0F 38 10 opcode ({DYNAREC] too)ptitSeb2022-10-291-0/+15
* [DYNAREC] More log when using BOX64_NODYNARECptitSeb2022-10-282-1/+4
* [DYNAREC] Fixed F3 0F 5B opcodeptitSeb2022-10-281-4/+13
* [DYNAREC] Fixed an emitterptitSeb2022-10-281-1/+1
* [DYNAREC] Added 66 F0 0F B1 opcodeptitSeb2022-10-281-0/+47
* [DYNAREC] Added 66 87 opcodeptitSeb2022-10-281-0/+29
* [DYNAREC] Added (F2/F3) AD ocpodesptitSeb2022-10-281-0/+20
* [DYNAREC] Fixed 0F BA opcodesptitSeb2022-10-261-4/+4
* Made a custom implementation of pthread_onceptitSeb2022-10-263-0/+16