about summary refs log tree commit diff stats
path: root/src/dynarec/dynarec.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* [DYNAREC] Small improvment to callret=2 handling of path to regen a blockptitSeb2025-04-181-0/+2
* [WOW64] More tweaks for PE build (#2528)Yang Liu2025-04-141-2/+0
* Decoupled alternate functions from bridge (#2500)Yang Liu2025-04-031-0/+1
* Moved more functions to os.h (#2497)Yang Liu2025-04-031-5/+1
* Moved more OS-dependent functions to os.h (#2491)Yang Liu2025-04-011-3/+2
* Introduced box64cpu.h for exported interpreter and dynarec functions (#2490)Yang Liu2025-04-011-2/+2
* Added os.h for future usage (#2488)Yang Liu2025-04-011-0/+1
* Some cosmetic changes to C header files (#2487)Yang Liu2025-04-011-0/+1
* [TRACE] Small work on traceptitSeb2025-03-111-4/+5
* [ENV] Initial refactor of env variables infrastructure (#2274)Yang Liu2025-01-211-8/+8
* [DYNAREC] Imroved log on signal and flags/sse info gathering. [ARM64_DYNAREC]...ptitSeb2025-01-051-1/+6
* [ARM64_DYNAREC] Added work in progress BOX64_DYNAREC_DF env. var.ptitSeb2024-12-231-0/+3
* Simplified ucontext uc_link managment (closer to glibc handling) ([BOX32] too)ptitSeb2024-12-201-13/+0
* Improved signal handling ([BOX32] Too)ptitSeb2024-12-031-4/+4
* Added a new memExist helper function and use it instead of getMmapped were it...ptitSeb2024-11-301-0/+3
* [DYNAREC] Zero'd upper 32bits of regs when switching to 32bits from 64bitsptitSeb2024-11-151-5/+18
* [INTERPRETER] Some cleanup on base logic/math/shift operationsptitSeb2024-11-151-6/+0
* [DYNAREC] Reverted last 2 commit, will use CancelFillblock mecanism insteadptitSeb2024-11-031-5/+6
* [DYNAREC] Make sure the emu structure is up-to-date each time LinkNext is calledptitSeb2024-11-031-6/+5
* Save flags and defered flags when runing EmuCall ([DYNAREC] Same for DynaCall)ptitSeb2024-09-171-0/+2
* [BOX32][TRACE] Added a warning when executing 32bits code in 64bits address s...ptitSeb2024-09-161-0/+5
* Added preliminary Box32 support (#1760)ptitSeb2024-08-261-3/+16
* [DYNAREC] Re-introduce a simple HotPage handling, to speedup heavily obfuscat...ptitSeb2024-05-031-3/+8
* [TRACE] Improved logs on NULL-sized blockptitSeb2024-03-071-0/+6
* [TRACE] Better trace when trying to run on very low addressptitSeb2024-03-041-0/+3
* [TRACE] Slightly better trace for some dynarec runtime issuesptitSeb2024-01-291-1/+1
* Added a new option BOX64_MMAP32 to use 32bits mapping on external MMAP (help ...ptitSeb2024-01-231-0/+3
* [DYNAREC_RV64] Added CALL/RET optimization (#1183)Yang Liu2024-01-051-2/+11
* Fixes DynaCall when a uc_link has been setup beforeptitSeb2023-12-071-0/+4
* Saved defered flag status when processing signal / foreign functionptitSeb2023-11-171-0/+23
* [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