about summary refs log tree commit diff stats
path: root/src/include/dynarec_native.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* [WOW64] More work on the PE wow64 build (#2518)Yang Liu2025-04-101-2/+0
* [DYNAREC] Better handling of blocksize limit when generating very large dynab...ptitSeb2025-03-241-1/+1
* [DYNAREC] Appended instruction name to symbol (#2228)Leslie Zhai2025-01-031-1/+1
* [DYNAREC] Implement perf map (#2212)Leslie Zhai2024-12-261-1/+3
* [ARM64_DYNAREC] Reworked ymm0 propagationptitSeb2024-07-071-0/+1
* [DYNAREC] Enabled larger dynablockptitSeb2024-04-071-1/+1
* [DYNAREC] Limit temporary memory allocation on FillBlock64ptitSeb2024-03-101-0/+2
* Merge pull request #896 from josch/exeptitSeb2023-07-211-0/+0
|\
| * remove executable bitsJohannes Schauer Marin Rodrigues2023-07-211-0/+0
* | [DYNAREC] Used uwrapped malloc functions for dynarecptitSeb2023-07-121-4/+4
* | Improved BOX64_MALLOC_HACK=2 and the glAleternate mecanism (help steam & hero...ptitSeb2023-07-081-1/+1
* | Go back to using regular malloc/free for Dynarec temporary allocation when bu...ptitSeb2023-06-301-0/+13
* | [32BITS][DYNAREC] Preparing Dynarec to handle 32bits codeptitSeb2023-06-221-1/+1
|/
* [DYNAREC] Optimized FillBlock64 to avoid 3 for loop on all block instructions...ptitSeb2023-02-191-0/+3
* Simplified dynablock handling (reduced memory consuption)ptitSeb2023-02-191-1/+1
* [DYNAREC] Refactored dynarec to ease the future adding of new target architec...ptitSeb2022-02-271-0/+10