about summary refs log tree commit diff stats
path: root/src/dynarec/dynarec.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* [ANDROID] And yet another attempt to fix the build, patience limit almost rea...ptitSeb2023-09-021-5/+6
* [ANDROID] More change to android/dynarec buildptitSeb2023-09-021-0/+4
* [ANDROID] This should fix Dynarec build on AndroidptitSeb2023-09-021-2/+2
* Correctly handle TF flags, with [DYNAREC] falling back to Interpretor when TF...ptitSeb2023-09-021-1/+1
* Improved jmpbuff handling a bitptitSeb2023-08-131-7/+9
* Fixed non-dynarec behavior on setjmpptitSeb2023-07-301-2/+2
* Fixed, for good non-dynarec buildptitSeb2023-07-301-1/+3
* Fixed non-dynarec buildptitSeb2023-07-301-2/+0
* Change again a bit how jmpbuffer and resuming of signal is handledptitSeb2023-07-301-96/+43
* Merge pull request #896 from josch/exeptitSeb2023-07-211-0/+0
|\
| * remove executable bitsJohannes Schauer Marin Rodrigues2023-07-211-0/+0
* | Simplyfied internal jmpbuf handlingptitSeb2023-07-081-64/+29
* | Improved BOX64_MALLOC_HACK=2 and the glAleternate mecanism (help steam & hero...ptitSeb2023-07-081-21/+20
* | A few cosmetic fixes (#858)Alexandre Julliard2023-06-241-2/+0
* | [32BITS][DYNAREC] Preparing Dynarec to handle 32bits codeptitSeb2023-06-221-4/+5
* | Added support for creating 32bits selector (no 32bits execution yet)ptitSeb2023-06-171-2/+4
* | [DYNAREC] Some other small improvment to signal jmpbuf handlingptitSeb2023-05-091-7/+3
* | [DYNAREC] Small fix in DynaRunptitSeb2023-05-081-1/+2
* | Some small changes to thread and fork and cloning x64emu_t structptitSeb2023-05-081-2/+2
* | [DYNAREC] Small improvment to signal handling on dirty blockptitSeb2023-05-071-0/+4
* | [DYNAREC] Improve handling of running block getting dirty while executingptitSeb2023-05-041-4/+8
|/
* [DYNAREC] Try to test last opcode at end of block for unimplemented opcodeptitSeb2023-04-201-2/+8
* Fixed non-dynarec buildptitSeb2023-04-191-0/+4
* [DYNAREC] Fixed faux-positive on DYNAREC_TEST when unimplemented opcode in dy...ptitSeb2023-04-191-0/+8
* [DYNAREC] Do not compute db on nn-block jump if no dynarec_log is usedptitSeb2023-04-161-3/+5
* fix some spelling mistakes (#640)josch2023-03-261-2/+2
* Disable SECCOMP and added a bunch of wrapped function (partially fixed Heroic...ptitSeb2022-12-301-1/+6
* Remove dynablocklist (#438)ptitSeb2022-10-311-33/+7
* [DYNAREC] Improved trace a bitptitSeb2022-07-161-1/+1
* Fixed RunFunction and DynaCall/EmuCall with stack argumentsptitSeb2022-03-251-2/+0
* Less log in LOG_INFO levelptitSeb2022-03-191-2/+2
* [DYNAREC] More multi-arch workptitSeb2022-02-271-12/+15
* Fixed the backtrace wrapper (uses eh_frame information only)rajdakin2022-02-141-0/+2
* [DYNAREC] Improved JIT handling, and added a HotPage detection to temporarily...ptitSeb2021-11-181-6/+10
* [DYNAREC] Changed Dynarec a bit to try stabilise program using many threads a...ptitSeb2021-11-111-1/+1
* More work on gtk and nss3+friendsptitSeb2021-09-211-2/+4
* [DYNAREC] some fixes to alternate handling and vsyscall supportptitSeb2021-09-121-4/+15
* Added handling of longjmp inside signals handler (from box86)ptitSeb2021-08-091-1/+2
* Fixed a warning on non-trace dynarec buildptitSeb2021-05-191-2/+1
* Added signal mask handling in setjmp/longjmp functionsptitSeb2021-05-181-4/+4
* First passrajdakin2021-04-141-1/+9
* [DYNAREC] Added address on Jump to non-block address warning logptitSeb2021-04-111-1/+1
* [DYNAREC] Fixed address used by this warningptitSeb2021-04-101-4/+4
* [DYNAREC] FillBlock is behind a mutex now, and use LR for easier debugging on...ptitSeb2021-03-291-1/+2
* [DYNAREC] Added Basic blocks for dynarecptitSeb2021-03-141-19/+19
* More infrastructure added to elf and x64 emuptitSeb2021-03-031-0/+216