about summary refs log tree commit diff stats
path: root/src/dynarec/dynarec_native_pass.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [DYNAREC] Improved Memory Barrier handling for LOCK prefixed opcodesptitSeb2025-09-161-2/+2
|
* [DYNAREC] Small refactor on StrongMem emulator and lock prefixptitSeb2025-09-131-3/+3
|
* [DYNAREC] Fully trust volatile metadata when they are present (fixes ↵ptitSeb2025-09-091-2/+2
| | | | Starfield freeze)
* [DYNAREC] Better handling of 32bits 2E & 36 prefix (silent some false ↵ptitSeb2025-09-031-2/+6
| | | | negative with Cosim on some multi-bytes NOP)
* [DYNAREC] Rearranged arch-specific AVX infra code (#2930)Yang Liu2025-08-131-2/+1
|
* Improved Volatile Metadata handlingptitSeb2025-07-141-1/+1
|
* [ARM64_DYNAREC] Simplified defered flags handling and limited case where ↵ptitSeb2025-07-101-1/+0
| | | | UpdateFlags is actualy called (could be simplified more) (TODO on RV64 and LA64)
* [TRACE] Fixed the jump from instruction idx for Extend blcok in traceptitSeb2025-07-021-1/+1
|
* [DYNAREC] Better check of limit for a dynablockptitSeb2025-06-241-1/+1
|
* [DYNAREC] Make sure a dynablock does not exit a mmap backed by a file ↵ptitSeb2025-06-141-1/+2
| | | | address range
* [DYNAREC] Removed unnecessary volatile metadata barriers (#2653)Yang Liu2025-05-201-12/+4
|
* [DYNAREC] Use PE volatile metadata in dynarec (#2610)Yang Liu2025-05-071-2/+21
|
* [DYNAREC] Added ranged Dynablock dump (#2570)Yang Liu2025-04-241-5/+8
|
* [RV64_DYNAREC] Added X87DOUBLE=2 support (#2553)Yang Liu2025-04-211-3/+1
|
* [DYNAREC] Introduce BOX64_DYNAREC_X87DOUBLE=2 to handle Low Precision x87 ↵ptitSeb2025-04-161-0/+5
| | | | ([ARM64_DYNAREC] only for now)
* [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 ↵ptitSeb2025-04-091-0/+5
| | | | only, RV64 and LA64 todo)
* Moved more functions to os.h (#2497)Yang Liu2025-04-031-1/+0
| | | | | | | * Removed some unused function declarations * Moved more functions to os.h * review
* 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] Move cosim functions to a new header * Moved isNativeCall to elfloader
* [DYNAREC] Better handling of blocksize limit when generating very large ↵ptitSeb2025-03-241-2/+2
| | | | dynablocks
* [DYNAREC] Change in strongmem managment to end a SEQ on jump arrival and not ↵ptitSeb2025-03-171-1/+1
| | | | forget the SEQ
* [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 ↵ptitSeb2025-02-041-1/+1
| | | | of a block if a jump go there (and added a profile for fixed MGSV:TPP)"
* More improvmnet to map with fd trackingptitSeb2025-01-291-1/+1
|
* Improved file map tracking, and use file map info in dynarec for bigblock ↵ptitSeb2025-01-271-1/+1
| | | | setting
* [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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [ENV] Initial refactor of env variables infrastructure * Ported BOX64_DYNAREC_LOG * Ported more options * Ported BOX64_MALLOC_HACK * Ported BOX64_DYNAREC_TEST * Ported more options * Ported more options * Ported more options * Ported all options * Removed old rcfile parser * Fix * review * fix * fix * more fixes
* [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 ↵ptitSeb2024-12-111-0/+3
| | | | before calling cosim
* [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
| | | | | | | | | | | * [ARM64_DYNAREC] Reworked strong memory emulation * Simplify * [RV64,LA64_DYNAREC] Reworked strong memory emulation * forgot this * more tweaks
* [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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Improve the ReserveHigMemory helper function * [BOX32] Added some wrapping infrastructure * [BOX32] More wrapped 32bits lib infrastructure * [BOX32] Added callback and tls 32bits handling * [BOX32] Added more 32bits, around wrappers and elfs * [BOX32] Added the 32bits version of myalign * [BOX32] More wrapped libs and 32bits fixes and imrpovments * [BOX32] Added some 32bits tests * [BOX32] Try to enable some Box32 build and test on the CI * [BOX32] Disable Box32 testing on CI platform that use qemu * [BOX32] Another attempt to disable Box32 testing on CI platform that use qemu * [BOX32] Small fix for another attempt to disable Box32 testing on CI platform that use qemu * [BOX32] Yet another fix for another attempt to disable Box32 testing on CI platform that use qemu * [BOX32] Fixed a typo in CI script * [BOX32] Better scratch alighnment and enabled more tests * [BOX32] Added (partial) wrapped 32bits librt * [BOX32] Added mention of Box32 in README * [BOX32] Added phtread handling, and numerous fixes to 32bits handling. [ARM64_DYNAREC] Fixed access to segment with negative offset * [BOX32] Added system libs and cpp testing, plus some more fixes * [BOX32] Fix previous commit * [BOX32] Better stack adjustment for 32bits processes * [BOX32] Added getenv wrapped 32bits function and friends * [BOX32] Don't look for box86 for a Box32 build * [BOX32] Don't do 32bits cppThreads test for now on CI * [BOX32] Enabled a few more 32bits tests * [BOX32] For ld_lib_path for both CppThreads tests * [BOX32] [ANDROID] Some Fixes for Android Build * [BOX32] Still need to disable cppThread_32bits test on CI for some reason * [BOX32] [ANDROID] Don't show PreInit Array Warning (#1751) * [BOX32] [ANDROID] One More Fix for Android Build That I forgotten to … (#1752) * [BOX32] [ANDROID] One More Fix for Android Build That I forgotten to push before * [BOX32] [ANDROID] Try to Create __libc_init * [BOX32] [ANDROID] Try to disable NEEDED_LIBS for now (libdl is not wrapped) * [BOX32] Updated generated files * [BOX32] Added 32bits context functions * [BOX32] Added 32bits signal handling * [BOX32] Added some missing 32bits elfloader functions * [BOX32] Fix build on x86_64 machine * [BOX32] Better fix for x86_64 build * [BOX32] Actually added missing libs, and re-enabled cppThreads_32bits test * [BOX32] Added wrapped 32bits libdl * [BOX32] Try to re-enabled Box32 test on CI for ARM64 builds * [BOX32] fine-tuning Box32 test on CI for ARM64 builds * [BOX32] More fine-tuning to Box32 test on CI for ARM64 builds * [BOX32] Enabled Box32 test on CI for LA64 and RV64 builds too * [BOX32] re-Disabled Box32 test on CI for LA64 and RV64 builds, not working for now * [BOX32] Temporarily disabled cppThreads_32bits test on CI --------- Co-authored-by: KreitinnSoftware <pablopro5051@gmail.com> Co-authored-by: KreitinnSoftware <80591934+KreitinnSoftware@users.noreply.github.com>
* [DYNAREC] Remove BARRIER_NEXT macroptitSeb2024-07-291-5/+0
|
* [RV64_DYNAREC] Added vector SEW cache (#1698)Yang Liu2024-07-191-0/+1
| | | | | * [RV64_DYNAREC] Added vector SEW cache * handling reset_n
* Fixes (#1659)rajdakin2024-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Replaced some tabs with spaces * Fixed some signedness warnings * Added more debug info * Fixed an improper alignment * [WRAPPEDWAYLAND] Added return statements to wrappers * [EMU] [AVX] Fixed some issues * [ARM DYNAREC] Fixed some minor warnings * [ARM DYNAREC] Removed unused macro arguments * [EMU] Fixed a noisy warning * [ARM DYNAREC] Removed "empty body" warnings * [EMU] Fixed an opcode in dynarec, non-cosim builds * [LA64 DYNAREC] Minor warning fixes * [LA64 DYNAREC] Fixed empty body warnings * [LA64 DYNAREC] Added parenthesis around assignments in if statements * [LA64 DYNAREC] Fixed missing parenthesis in macro definitions * [RV64 DYNAREC] Fixed minor warnings * [RV64 DYNAREC] Fixed wrong/missing parentheses * [WRAPPER] Fixed the WaylandClient callback signatures
* [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, ↵ptitSeb2024-07-021-3/+1
| | | | [ARM64_DYNAREC] Improved YMM register tracking
* [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
|