about summary refs log tree commit diff stats
path: root/src/dynarec/dynarec_native_pass.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* [RV64_DYNAREC] Added X87DOUBLE=2 support (#2553)Yang Liu2025-04-211-3/+1
* [DYNAREC] Introduce BOX64_DYNAREC_X87DOUBLE=2 to handle Low Precision x87 ([A...ptitSeb2025-04-161-0/+5
* [WOW64] More tweaks for PE build (#2528)Yang Liu2025-04-141-2/+2
* [DYNAREC] Better handling of self-loop and added CALLRET=2 settings (ARM64 on...ptitSeb2025-04-091-0/+5
* Moved more functions to os.h (#2497)Yang Liu2025-04-031-1/+0
* Introduced box64cpu.h for exported interpreter and dynarec functions (#2490)Yang Liu2025-04-011-2/+1
* Some cosmetic changes to C header files (#2487)Yang Liu2025-04-011-0/+1
* [DYNAREC] Better handling of blocksize limit when generating very large dynab...ptitSeb2025-03-241-2/+2
* [DYNAREC] Change in strongmem managment to end a SEQ on jump arrival and not ...ptitSeb2025-03-171-1/+1
* [DYNAREC] Introduced DYNAREC_DIRTY=2 and changed a profile to use itptitSeb2025-03-121-1/+4
* [DYNAREC] Don't continue a dynablock if entering an hotpageptitSeb2025-03-101-1/+1
* [RCFILE] Added support for perfile dynarec dump (#2393)Yang Liu2025-02-191-5/+5
* [DYNAREC] Fixed a rare issue when flags would not be computed on 1st opcode o...ptitSeb2025-02-041-1/+1
* More improvmnet to map with fd trackingptitSeb2025-01-291-1/+1
* Improved file map tracking, and use file map info in dynarec for bigblock set...ptitSeb2025-01-271-1/+1
* [DYNAREC] Added preliminary per-file settings (#2288)Yang Liu2025-01-231-7/+6
* [ENV] Initial refactor of env variables infrastructure (#2274)Yang Liu2025-01-211-13/+13
* [LA64_DYNAREC] Added nativeflags support (#2202)Yang Liu2024-12-241-1/+1
* [DYNAREC] Small improvments on flags when end of block if trigger earlyptitSeb2024-12-111-4/+3
* [COSIM] Try to get more stable result on x87 stacks by unwinding status befor...ptitSeb2024-12-111-0/+3
* [DYNAREC] Fixed a typo which leads to regression (#2121)Yang Liu2024-12-061-1/+1
* [RV64_DYNAREC] Improve native flag handlingptitSeb2024-12-061-1/+8
* [DYNAREC] Reworked strong memory emulation (#2043)Yang Liu2024-11-191-0/+7
* [DYNAREC] fix page calculation error (#1822)JunChi10222024-09-121-3/+3
* [RV64_DYNAREC] Fixed a typo on vector_sew initialization (#1819)Yang Liu2024-09-121-1/+1
* Added preliminary Box32 support (#1760)ptitSeb2024-08-261-1/+1
* [DYNAREC] Remove BARRIER_NEXT macroptitSeb2024-07-291-5/+0
* [RV64_DYNAREC] Added vector SEW cache (#1698)Yang Liu2024-07-191-0/+1
* Fixes (#1659)rajdakin2024-07-091-1/+1
* [ARM64_DYNAREC] Reworked ymm0 propagationptitSeb2024-07-071-2/+0
* [ARM64_DYNAREC] More improvment on YMM handlingptitSeb2024-07-051-0/+2
* [DYNAREC] Improved cache coherency and internal jump handling, [ARM64_DYNAREC...ptitSeb2024-07-021-3/+1
* [DYNAREC] Reset fpu scratch after Instruction epilogptitSeb2024-07-011-2/+1
* [ARM64_DYNAREC] Fixed some regression on internal jumpsptitSeb2024-07-011-1/+1
* [COSIM] Added range handling in BOX64_DYNAREC_TEST ([RCFILE] too)ptitSeb2024-06-241-1/+1
* [ARM64_DYNAREC] Reworked ymm_zero handling on internal jumpptitSeb2024-06-231-8/+11
* [DYNAREC] Improved handling of the Ymm0 attributeptitSeb2024-06-051-2/+2
* [DYNAREC] Small improvment to Dynarec infrastructureptitSeb2024-06-041-1/+4
* [ARM64_DYNAREC] Fixed handling of YMM0 on forward jumpptitSeb2024-06-021-2/+2
* [ARM64_DYNAREC] Added AVX.66.F3A 19 opcodes and some various avx helper fixesptitSeb2024-05-301-0/+1
* [ARM64_DYNAREC] That first avx opcode now is 256bits enabledptitSeb2024-05-301-2/+2
* [ARM64_DYNAREC] Added a fisrt 128bits only AVX opcodeptitSeb2024-05-301-0/+2
* [DYNAREC] Small fixes to when to stop a block (fixes regression on EALauncher)ptitSeb2024-05-151-9/+8
* [DYNAREC] Stop a block when a unimplemented opcode is foundptitSeb2024-05-021-2/+2
* [COSIM] Added thread-safe tests (#1477)Yang Liu2024-04-301-3/+3
* [DYNAREC] Change method to detect dead code in block (fixes Spintires on Wow6...ptitSeb2024-04-281-2/+2
* [DYNAREC] More fixes on BIGBLOCKptitSeb2024-04-261-1/+1
* [DYNAREC] Stop building a block if opcode is garbbage or not redeable (should...ptitSeb2024-04-261-1/+8
* Changed x87 way of handling FFREE opcode ([DYNAREC] too, improving x87 robust...ptitSeb2024-04-241-3/+6
* [ARM64_DYNAREC] Better fix for #1366, that should help #1383)ptitSeb2024-04-021-0/+4