about summary refs log tree commit diff stats
path: root/src/dynarec/dynarec_native.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* [RV64_DYNAREC] Added X87DOUBLE=2 support (#2553)Yang Liu2025-04-211-5/+0
* [DYNAREC] Introduce BOX64_DYNAREC_X87DOUBLE=2 to handle Low Precision x87 ([A...ptitSeb2025-04-161-1/+12
* [DYNAREC] Speedup a bit DYNAREC_DIRTY=1ptitSeb2025-04-101-0/+4
* [WOW64] More tweaks towards PE build (#2519)Yang Liu2025-04-101-6/+6
* [WOW64] More work on the PE wow64 build (#2518)Yang Liu2025-04-101-11/+0
* [DYNAREC] Better handling of self-loop and added CALLRET=2 settings (ARM64 on...ptitSeb2025-04-091-6/+35
* [DYNAREC] Do not mark a dynablock as always_test for loop on itself that are ...ptitSeb2025-04-081-6/+10
* Moved more functions to os.h (#2497)Yang Liu2025-04-031-1/+1
* Introduced box64cpu.h for exported interpreter and dynarec functions (#2490)Yang Liu2025-04-011-2/+1
* Added os.h for future usage (#2488)Yang Liu2025-04-011-0/+1
* [DYNAREC] Better handling of blocksize limit when generating very large dynab...ptitSeb2025-03-241-10/+24
* [ARM64_DYNAREC] Improced arch_build helpers function to only compute build st...ptitSeb2025-03-081-2/+2
* [ARM64_DYNAREC] Removed obsolete commentptitSeb2025-03-081-1/+0
* [ARM64_DYNAREC] Fixed inlined ClearCache, re-enabling itptitSeb2025-03-081-2/+2
* [ARM64_DYNAREC] Disabled inlined ClearCache as it seems not 100% efficientptitSeb2025-03-081-1/+3
* [RCFILE] Added range gdbjit support (#2414)Yang Liu2025-03-031-2/+2
* [RCFILE] Added support for perfile dynarec dump (#2393)Yang Liu2025-02-191-20/+21
* [DYNAREC] Fixed diff logging prefix of pass2&3 (#2337)Yang Liu2025-02-091-4/+4
* [DYNAREC] Added preliminary per-file settings (#2288)Yang Liu2025-01-231-1/+1
* Added [BOX64] prefix for all the stdout logs (#2279)Yang Liu2025-01-211-5/+5
* [ENV] Initial refactor of env variables infrastructure (#2274)Yang Liu2025-01-211-24/+24
* [ARM64_DYNAREC] Allow new ClearCache also for AndroidptitSeb2025-01-141-1/+1
* [DYNAREC] Better handling of Clear Instruction Cache, also [ARM64_DYNAREC] in...ptitSeb2025-01-141-3/+34
* [DYNAREC] Imroved log on signal and flags/sse info gathering. [ARM64_DYNAREC]...ptitSeb2025-01-051-1/+2
* [DYNAREC] Appended instruction name to symbol (#2228)Leslie Zhai2025-01-031-2/+2
* [ARM64_DYNAREC] Improved signal handling and flags handling (tbd on other archs)ptitSeb2024-12-311-2/+13
* [DYNAREC] Implement perf map (#2212)Leslie Zhai2024-12-261-0/+10
* [GDBJIT] Display DynaRec info in source file (#2179)Yang Liu2024-12-201-1/+1
* [GDBJIT] Show x64pc in gdb, also added documentation (#2163)Yang Liu2024-12-181-1/+1
* Added initial GDBJIT support (#2162)Yang Liu2024-12-171-0/+11
* [DYNAREC] Small improvments on flags when end of block if trigger earlyptitSeb2024-12-111-1/+1
* [RV64_DYNAREC] Added simple opcodes fusion as "native flags" (#2102)Yang Liu2024-12-021-0/+2
* [DYNAREC] Better detection of wait slotptitSeb2024-11-231-0/+15
* [ARM64_DYNAREC] Added directmapping of x86 flags to N, V and Z arm64 flagsptitSeb2024-10-171-0/+2
* [DYNAREC] Track if a dynablock is for 32bits code (for future use)ptitSeb2024-09-171-4/+6
* [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