about summary refs log tree commit diff stats
path: root/src/dynarec/arm64/dynarec_arm64_pass0.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* [ARM64_DYNAREC] Allow use of Native flags when using UFLAG_IF macro helperptitSeb2025-09-151-0/+2
* [DYNAREC] Added ranged Dynablock dump (#2570)Yang Liu2025-04-241-2/+2
* [DYNAREC] Added a x87pc test and some cosmetic changes too (#2561)Yang Liu2025-04-221-2/+4
* [ARM64_DYNAREC] Better handling of x87double=2ptitSeb2025-04-211-0/+1
* [RV64_DYNAREC] Added X87DOUBLE=2 support (#2553)Yang Liu2025-04-211-1/+1
* [DYNAREC] Introduce BOX64_DYNAREC_X87DOUBLE=2 to handle Low Precision x87 ([A...ptitSeb2025-04-161-0/+3
* [WOW64] More tweaks towards PE build (#2519)Yang Liu2025-04-101-1/+1
* [ARM64_DYNAREC] Fixed potential issue on unligned path being marked while dyn...ptitSeb2025-03-221-2/+2
* [RCFILE] Added support for perfile dynarec dump (#2393)Yang Liu2025-02-191-3/+3
* [DYNAREC] Print decoded instruction mnemonics for missing opcodes if trace en...Yang Liu2025-02-171-17/+19
* [ARM64_DYNAREC] Improved safeflags=2ptitSeb2025-02-161-1/+0
* [DYNAREC] Fixed inst_size building that could be wrong when dynablock was sto...ptitSeb2025-02-091-0/+1
* [ARM64_DYNAREC] Added more aligned optim cases for REP MOVSB (#2326)Yang Liu2025-02-081-0/+1
* [ARM64_DYNAREC] Reduce the number of false positive for DYNAREC_MISSING=1 by ...ptitSeb2025-02-031-1/+2
* Added [BOX64] prefix for all the stdout logs (#2279)Yang Liu2025-01-211-1/+1
* [ENV] Initial refactor of env variables infrastructure (#2274)Yang Liu2025-01-211-4/+4
* [ARM64_DYNAREC] Better handling unaligned access to device memory, with reger...ptitSeb2025-01-111-0/+2
* [ARM64_DYNAREC] a bit more work on df=0 (still WIP)ptitSeb2024-12-241-0/+1
* [ARM64_DYNAREC] Added work in progress BOX64_DYNAREC_DF env. var.ptitSeb2024-12-231-1/+2
* [ARM64_DYNAREC] Also use Native Carry flags directly when possibleptitSeb2024-10-291-3/+7
* [ARM64_DYNAREC] Added directmapping of x86 flags to N, V and Z arm64 flagsptitSeb2024-10-171-0/+13
* [DYNAREC] Added a new missing mode for fallback opcodes (#1896)Yang Liu2024-10-021-1/+1
* [DYNAREC] Remove BARRIER_NEXT macroptitSeb2024-07-291-1/+0
* Fixes (#1659)rajdakin2024-07-091-1/+1
* [ARM64_DYNAREC] Reworked ymm0 propagationptitSeb2024-07-071-2/+0
* [DYNAREC] Another fix for YMM Zero'd upper reg trackingptitSeb2024-06-091-3/+1
* [DYNAREC] Improved handling of the Ymm0 attributeptitSeb2024-06-051-0/+3
* [ARM64_DYNAREC] Added a fisrt 128bits only AVX opcodeptitSeb2024-05-301-0/+1
* Changed x87 way of handling FFREE opcode ([DYNAREC] too, improving x87 robust...ptitSeb2024-04-241-1/+1
* [ARM64_DYNAREC] Small optim on flags handlingptitSeb2024-04-221-2/+2
* [ARM64_DYNAREC] Better fix for #1366, that should help #1383)ptitSeb2024-04-021-1/+0
* [DYNAREC] Limit temporary memory allocation on FillBlock64ptitSeb2024-03-101-5/+1
* [ARM64_DYNAREC] Slightly better trace when dynarec log unknown opcodeptitSeb2024-03-071-1/+1
* [DYNAREC] Tests for emited coded size limit (usefull for DYNAREC_TEST for exa...ptitSeb2024-02-071-1/+1
* [DYNAREC] Made callret default, improved callret efficiency, and dynarec spee...ptitSeb2023-12-131-2/+2
* [DYNAREC] New attempt to make callret optim stable and usableptitSeb2023-12-121-1/+2
* [DYNAREC] Rollback most callret changes for now, they are not good enoughptitSeb2023-12-111-2/+1
* [DYNAREC] Try to improve stability of BOX64_DYNAREC_CALLRET=1 (not really sup...ptitSeb2023-12-111-1/+2
* [ARM64_DYNAREC] More changes to Strong memory model emulationptitSeb2023-10-181-1/+1
* Merge pull request #896 from josch/exeptitSeb2023-07-211-0/+0
|\
| * remove executable bitsJohannes Schauer Marin Rodrigues2023-07-211-0/+0
* | Go back to using regular malloc/free for Dynarec temporary allocation when bu...ptitSeb2023-06-301-1/+1
* | [32BITS][ARM64_DYNAREC] Added some dynarec support for 32bits code (no-prefix...ptitSeb2023-06-241-2/+3
* | [DYNAREC] Added BOX64_DYNAREC_MISSING to only print dynarec missing opcodeptitSeb2023-05-071-1/+1
* | [DYNAREC] Print unimplemented opcode also when dumping dynablocksptitSeb2023-05-041-1/+1
|/
* [DYNAREC] Better (defered) flag handling in dynarec (gives between 5% and 10%...ptitSeb2022-10-241-6/+5
* [DYNAREC] Use customMalloc for internal dynarec stuff (fixed starbound)ptitSeb2022-10-241-1/+1
* All box internal memory alloc use __libc_ internal one (except on Android, us...ptitSeb2022-08-061-1/+1
* [DYNAREC] Refactored dynarec, using box86 refactorptitSeb2022-04-091-10/+25
* [DYNAREC] Refactored dynarec to ease the future adding of new target architec...ptitSeb2022-02-271-0/+39