about summary refs log tree commit diff stats
path: root/src/dynarec/dynarec_native.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* [DYNAREC] Fixed a typo in an error messageptitSeb2024-07-211-2/+2
* [DYNAREC] Fixed `ymm0_purge` for some instructions (#1664)rajdakin2024-07-101-2/+6
* [ARM64_DYNAREC] Reworked ymm0 propagationptitSeb2024-07-071-28/+72
* [DYNAREC] Improved cache coherency and internal jump handling, [ARM64_DYNAREC...ptitSeb2024-07-021-0/+16
* [DYNAREC] Keep internal jmp table to the endptitSeb2024-07-011-3/+4
* [ARM64_DYNAREC] Reworked ymm_zero handling on internal jumpptitSeb2024-06-231-6/+10
* [DYNAREC] Another fix for YMM Zero'd upper reg trackingptitSeb2024-06-091-23/+25
* [ARM64_DYNAREC] Fixed YMM cache handling, espcially in high pressure regs casesptitSeb2024-06-071-4/+10
* [DYNAREC] Improved handling of the Ymm0 attributeptitSeb2024-06-051-7/+30
* [ARM64_DYNAREC] That first avx opcode now is 256bits enabledptitSeb2024-05-301-1/+1
* [ARM64_DYNAREC] Added a fisrt 128bits only AVX opcodeptitSeb2024-05-301-1/+7
* [DYNAREC] Change method to detect dead code in block (fixes Spintires on Wow6...ptitSeb2024-04-281-7/+19
* [DYNAREC] Fix some flag propagation with partial SF_SET/SF_SET_DFptitSeb2024-04-271-5/+1
* [DYNAREC] Fixed an issue with flags when using SF_SET_NODF (fixed regression ...ptitSeb2024-04-261-1/+1
* [DYNAREC] Fix for some rare (or less rare depending on the backend) case of j...ptitSeb2024-04-241-1/+1
* Changed x87 way of handling FFREE opcode ([DYNAREC] too, improving x87 robust...ptitSeb2024-04-241-4/+6
* [ARM64_DYNAREC] Better fix for #1366, that should help #1383)ptitSeb2024-04-021-2/+0
* [DYNAREC] Small fixed on dynarec block protectionptitSeb2024-04-021-1/+1
* [DYNAREC] Improved CancelBlock function (might help #1383)ptitSeb2024-04-021-1/+1
* [DYNAREC] This should fix some issue with dynarec, like #1366 (but should be ...ptitSeb2024-03-191-6/+7
* [DYNAREC] Limit temporary memory allocation on FillBlock64ptitSeb2024-03-101-29/+28
* [DYNAREC] Try to fix some issue with x87 stack and skipped code being incoherentptitSeb2024-02-171-0/+29
* [DYNAREC] Handling of memfd_create backed mmap on dynarec (help #1234 but doe...ptitSeb2024-02-011-0/+7
* [MEMORY] Switched from a sparse array to a red-black tree (#1180)rajdakin2023-12-311-7/+0
* [DYNAREC] Fixed a bug with latest dynarec changesptitSeb2023-12-131-1/+1
* [DYNAREC] Made callret default, improved callret efficiency, and dynarec spee...ptitSeb2023-12-131-21/+64
* [DYNAREC] Don't consume X_PEND if opcode MAY emit flagsptitSeb2023-11-131-3/+3
* [DYNAREC] Some spelling fixesAndré Zwing2023-08-021-14/+14
* Merge pull request #896 from josch/exeptitSeb2023-07-211-0/+0
|\
| * remove executable bitsJohannes Schauer Marin Rodrigues2023-07-211-0/+0
* | [DYNAREC] Small cosmetic change in updateNeed utility functionptitSeb2023-07-171-2/+2
* | [DYNAREC] Fixed an issue with forward jump state retreivalptitSeb2023-07-141-0/+7
* | Improved BOX64_MALLOC_HACK=2 and the glAleternate mecanism (help steam & hero...ptitSeb2023-07-081-9/+9
* | Go back to using regular malloc/free for Dynarec temporary allocation when bu...ptitSeb2023-06-301-12/+12
* | [DYNAREC] Small improvment on instruction size array memory allocationptitSeb2023-06-251-6/+13
* | A few cosmetic fixes (#858)Alexandre Julliard2023-06-241-2/+0
* | [32BITS][ARM64_DYNAREC] Added some dynarec support for 32bits code (no-prefix...ptitSeb2023-06-241-1/+1
* | [32BITS][DYNAREC] Preparing Dynarec to handle 32bits codeptitSeb2023-06-221-9/+9
* | [DYNAREC] Cosmetic fixptitSeb2023-05-071-1/+1
|/
* [DYNAREC] General fixes and improvment for multithread and jit program. Helps...ptitSeb2023-04-161-40/+42
* fix some spelling mistakes (#640)josch2023-03-261-2/+2
* [DYNAREC] Some fixes and small improvment to common codeblock generatorptitSeb2023-03-251-5/+6
* [DYNAREC] Fix some potential issue in the next jump handlingptitSeb2023-03-121-5/+7
* Rv64 dynarec (#550)ptitSeb2023-03-121-1/+1
* [DYNAREC] Optimized FillBlock64 to avoid 3 for loop on all block instructions...ptitSeb2023-02-191-21/+4
* Simplified dynablock handling (reduced memory consuption)ptitSeb2023-02-191-11/+18
* [DYNAREC] Various small fixes and improvment on DynarecptitSeb2023-02-161-0/+13
* [DYNAREC] Use custom mutex, improved Signal while FillBlocks64 and atomic han...ptitSeb2023-02-121-1/+5
* [DYNAREC] make jmp 0 do a jmp_to_next to allow the block to be checked and re...ptitSeb2022-12-311-1/+1
* [DYNAREC] Small changes on pagesize and hotpageptitSeb2022-12-021-3/+2