about summary refs log tree commit diff stats
path: root/src/include/dynarec_native.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [DYNAREC] Remove obsolete code now that all memory of the dynarec is staticptitSeb2025-10-161-14/+0
|
* [DYNACACHE] Added the ability to mark a maplist has having new blocks ↵ptitSeb2025-06-161-1/+1
| | | | (instead of dirty block that are refreshed)
* [DYNACACHE] Made dynablock part of the dynarec memoryptitSeb2025-06-111-1/+1
|
* [WOW64] More work on the PE wow64 build (#2518)Yang Liu2025-04-101-2/+0
| | | | | * [WOW64] More work on the PE wow64 build * added a TODO
* [DYNAREC] Better handling of blocksize limit when generating very large ↵ptitSeb2025-03-241-1/+1
| | | | dynablocks
* [DYNAREC] Appended instruction name to symbol (#2228)Leslie Zhai2025-01-031-1/+1
|
* [DYNAREC] Implement perf map (#2212)Leslie Zhai2024-12-261-1/+3
| | | | | * [DYNAREC] Implement perf map * [DYNAREC] Use function name as the Symbol
* [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 bits
| * remove executable bitsJohannes Schauer Marin Rodrigues2023-07-211-0/+0
| | | | | | | | Closes: #895
* | [DYNAREC] Used uwrapped malloc functions for dynarecptitSeb2023-07-121-4/+4
| |
* | Improved BOX64_MALLOC_HACK=2 and the glAleternate mecanism (help steam & ↵ptitSeb2023-07-081-1/+1
| | | | | | | | heroic and other libcef based software)
* | Go back to using regular malloc/free for Dynarec temporary allocation when ↵ptitSeb2023-06-301-0/+13
| | | | | | | | building a block
* | [32BITS][DYNAREC] Preparing Dynarec to handle 32bits codeptitSeb2023-06-221-1/+1
|/
* [DYNAREC] Optimized FillBlock64 to avoid 3 for loop on all block ↵ptitSeb2023-02-191-0/+3
| | | | instructions and a temporary malloc/free
* Simplified dynablock handling (reduced memory consuption)ptitSeb2023-02-191-1/+1
|
* [DYNAREC] Refactored dynarec to ease the future adding of new target ↵ptitSeb2022-02-271-0/+10
architecture