index
:
box64
this commit
fix/trace
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
dynarec
/
dynarec_native_pass.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
[RV64_DYNAREC] Added X87DOUBLE=2 support (#2553)
Yang Liu
2025-04-21
1
-3
/
+1
*
[DYNAREC] Introduce BOX64_DYNAREC_X87DOUBLE=2 to handle Low Precision x87 ([A...
ptitSeb
2025-04-16
1
-0
/
+5
*
[WOW64] More tweaks for PE build (#2528)
Yang Liu
2025-04-14
1
-2
/
+2
*
[DYNAREC] Better handling of self-loop and added CALLRET=2 settings (ARM64 on...
ptitSeb
2025-04-09
1
-0
/
+5
*
Moved more functions to os.h (#2497)
Yang Liu
2025-04-03
1
-1
/
+0
*
Introduced box64cpu.h for exported interpreter and dynarec functions (#2490)
Yang Liu
2025-04-01
1
-2
/
+1
*
Some cosmetic changes to C header files (#2487)
Yang Liu
2025-04-01
1
-0
/
+1
*
[DYNAREC] Better handling of blocksize limit when generating very large dynab...
ptitSeb
2025-03-24
1
-2
/
+2
*
[DYNAREC] Change in strongmem managment to end a SEQ on jump arrival and not ...
ptitSeb
2025-03-17
1
-1
/
+1
*
[DYNAREC] Introduced DYNAREC_DIRTY=2 and changed a profile to use it
ptitSeb
2025-03-12
1
-1
/
+4
*
[DYNAREC] Don't continue a dynablock if entering an hotpage
ptitSeb
2025-03-10
1
-1
/
+1
*
[RCFILE] Added support for perfile dynarec dump (#2393)
Yang Liu
2025-02-19
1
-5
/
+5
*
[DYNAREC] Fixed a rare issue when flags would not be computed on 1st opcode o...
ptitSeb
2025-02-04
1
-1
/
+1
*
More improvmnet to map with fd tracking
ptitSeb
2025-01-29
1
-1
/
+1
*
Improved file map tracking, and use file map info in dynarec for bigblock set...
ptitSeb
2025-01-27
1
-1
/
+1
*
[DYNAREC] Added preliminary per-file settings (#2288)
Yang Liu
2025-01-23
1
-7
/
+6
*
[ENV] Initial refactor of env variables infrastructure (#2274)
Yang Liu
2025-01-21
1
-13
/
+13
*
[LA64_DYNAREC] Added nativeflags support (#2202)
Yang Liu
2024-12-24
1
-1
/
+1
*
[DYNAREC] Small improvments on flags when end of block if trigger early
ptitSeb
2024-12-11
1
-4
/
+3
*
[COSIM] Try to get more stable result on x87 stacks by unwinding status befor...
ptitSeb
2024-12-11
1
-0
/
+3
*
[DYNAREC] Fixed a typo which leads to regression (#2121)
Yang Liu
2024-12-06
1
-1
/
+1
*
[RV64_DYNAREC] Improve native flag handling
ptitSeb
2024-12-06
1
-1
/
+8
*
[DYNAREC] Reworked strong memory emulation (#2043)
Yang Liu
2024-11-19
1
-0
/
+7
*
[DYNAREC] fix page calculation error (#1822)
JunChi1022
2024-09-12
1
-3
/
+3
*
[RV64_DYNAREC] Fixed a typo on vector_sew initialization (#1819)
Yang Liu
2024-09-12
1
-1
/
+1
*
Added preliminary Box32 support (#1760)
ptitSeb
2024-08-26
1
-1
/
+1
*
[DYNAREC] Remove BARRIER_NEXT macro
ptitSeb
2024-07-29
1
-5
/
+0
*
[RV64_DYNAREC] Added vector SEW cache (#1698)
Yang Liu
2024-07-19
1
-0
/
+1
*
Fixes (#1659)
rajdakin
2024-07-09
1
-1
/
+1
*
[ARM64_DYNAREC] Reworked ymm0 propagation
ptitSeb
2024-07-07
1
-2
/
+0
*
[ARM64_DYNAREC] More improvment on YMM handling
ptitSeb
2024-07-05
1
-0
/
+2
*
[DYNAREC] Improved cache coherency and internal jump handling, [ARM64_DYNAREC...
ptitSeb
2024-07-02
1
-3
/
+1
*
[DYNAREC] Reset fpu scratch after Instruction epilog
ptitSeb
2024-07-01
1
-2
/
+1
*
[ARM64_DYNAREC] Fixed some regression on internal jumps
ptitSeb
2024-07-01
1
-1
/
+1
*
[COSIM] Added range handling in BOX64_DYNAREC_TEST ([RCFILE] too)
ptitSeb
2024-06-24
1
-1
/
+1
*
[ARM64_DYNAREC] Reworked ymm_zero handling on internal jump
ptitSeb
2024-06-23
1
-8
/
+11
*
[DYNAREC] Improved handling of the Ymm0 attribute
ptitSeb
2024-06-05
1
-2
/
+2
*
[DYNAREC] Small improvment to Dynarec infrastructure
ptitSeb
2024-06-04
1
-1
/
+4
*
[ARM64_DYNAREC] Fixed handling of YMM0 on forward jump
ptitSeb
2024-06-02
1
-2
/
+2
*
[ARM64_DYNAREC] Added AVX.66.F3A 19 opcodes and some various avx helper fixes
ptitSeb
2024-05-30
1
-0
/
+1
*
[ARM64_DYNAREC] That first avx opcode now is 256bits enabled
ptitSeb
2024-05-30
1
-2
/
+2
*
[ARM64_DYNAREC] Added a fisrt 128bits only AVX opcode
ptitSeb
2024-05-30
1
-0
/
+2
*
[DYNAREC] Small fixes to when to stop a block (fixes regression on EALauncher)
ptitSeb
2024-05-15
1
-9
/
+8
*
[DYNAREC] Stop a block when a unimplemented opcode is found
ptitSeb
2024-05-02
1
-2
/
+2
*
[COSIM] Added thread-safe tests (#1477)
Yang Liu
2024-04-30
1
-3
/
+3
*
[DYNAREC] Change method to detect dead code in block (fixes Spintires on Wow6...
ptitSeb
2024-04-28
1
-2
/
+2
*
[DYNAREC] More fixes on BIGBLOCK
ptitSeb
2024-04-26
1
-1
/
+1
*
[DYNAREC] Stop building a block if opcode is garbbage or not redeable (should...
ptitSeb
2024-04-26
1
-1
/
+8
*
Changed x87 way of handling FFREE opcode ([DYNAREC] too, improving x87 robust...
ptitSeb
2024-04-24
1
-3
/
+6
*
[ARM64_DYNAREC] Better fix for #1366, that should help #1383)
ptitSeb
2024-04-02
1
-0
/
+4
[next]