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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[DYNAREC] Fixed alternate address testing when retriving dynablock (#2638)
Yang Liu
2025-05-15
2
-4
/
+3
*
[RV64_DYNAREC] Added more opcodes for vector (#2637)
Yang Liu
2025-05-15
2
-1
/
+30
*
[DYNAREC] More minor changes to missing VEX prefixed opcodes (#2636)
Yang Liu
2025-05-15
2
-2
/
+3
*
[ARM64_DYNAREC][TRACE] Yet another small change on DYNAREC_MISSING=1 handling...
ptitSeb
2025-05-15
1
-1
/
+1
*
[ARM64_DYNAREC][TRACE] Anothor small change on DYNAREC_MISSING=1 handling of ...
ptitSeb
2025-05-15
1
-1
/
+1
*
[ARM64_DYNAREC][TRACE] Improved DYNAREC_MISSING=1 handling of missing VEX pre...
ptitSeb
2025-05-15
1
-2
/
+2
*
[RV64_DYNAREC] Added and optimized some SSE/MMX opcodes (#2635)
Yang Liu
2025-05-15
2
-45
/
+60
*
[RV64_DYNAREC] Fixed a typo introduced lately (#2634)
Yang Liu
2025-05-14
1
-1
/
+1
*
[RV64_DYNAREC] Added more mmx opcodes (#2629)
Yang Liu
2025-05-14
2
-9
/
+68
*
[RV64_DYNAREC] Added more mmx opcodes (#2630)
Yang Liu
2025-05-13
1
-1
/
+41
*
[RV64_DYNAREC] Added more mmx opcodes (#2627)
Yang Liu
2025-05-13
1
-3
/
+39
*
[RV64_DYNAREC] Added more mmx opcodes
Yang Liu
2025-05-13
2
-1
/
+112
*
[ARM64_DYNAREC] Fixed a regression introduced with e7b71cba5fe8ef92cc50266ed3...
ptitSeb
2025-05-10
1
-0
/
+3
*
[GDBJIT] Added a new option to register debuginfo only after trapped into sig...
Yang Liu
2025-05-09
2
-1
/
+8
*
[DYNAREC] Use PE volatile metadata in dynarec (#2610)
Yang Liu
2025-05-07
14
-84
/
+132
*
[ARM64_DYNAREC] Fixed a regression on 256bits VBROADCAST[B/W] opcodes
ptitSeb
2025-05-03
1
-2
/
+2
*
[ARM64_DYNAREC] Fixed generic case of VPSHUFD opcode on memory
ptitSeb
2025-05-03
1
-1
/
+1
*
[ARM64_DYNAREC] Better log for scratch after ymm warning
ptitSeb
2025-05-03
1
-2
/
+10
*
[ARM64_DYNAREC] Fixed an issue introduced with fastnan=0 handling of SQRTSS (...
ptitSeb
2025-05-02
1
-2
/
+2
*
[ARM64_DYNAREC] Small changes in a few AVX shift opcodes
ptitSeb
2025-05-01
1
-21
/
+6
*
[ARM64_DYNAREC] Added missing instruction name
ptitSeb
2025-05-01
1
-2
/
+2
*
[ARM64_DYNAREC] Fixed edge-case for VPERM2[F/I]128 opcodes
ptitSeb
2025-05-01
1
-2
/
+2
*
[ARM_DYNAREC] Small improvments to VMASKMOVP[S/D] opcodes
ptitSeb
2025-05-01
1
-100
/
+63
*
[ARM64_DYNAREC] Cosmetic change to VGATHER[D/Q]P[D/S] opcodes
ptitSeb
2025-04-30
1
-2
/
+4
*
[ARM64_DYNAREC] Small rework on VFMAD*S[S/D] opcodes
ptitSeb
2025-04-30
1
-3
/
+6
*
[ARM64_DYNAREC] Small improvment to VPBROADCAST[B/W] opcodes
ptitSeb
2025-04-30
1
-20
/
+10
*
[ARM64_DYNAREC] Fixed a potential issue with (V)STMXCSR opcodes
ptitSeb
2025-04-30
2
-2
/
+2
*
[ARM64_DYNAREC] Add fastnan=0 handling in (V)SQRTSS opcodes
ptitSeb
2025-04-30
3
-3
/
+27
*
[ARM64_DYNAREC] Switched RSQRTPS to precise instead of aproximate
ptitSeb
2025-04-29
1
-1
/
+8
*
[ARM64_DYNAREC] Switched RPCPS opcode to precise 1/A instead of approximate
ptitSeb
2025-04-29
1
-1
/
+7
*
[ARM64_DYNAREC] Small optim on PTEST opcode
ptitSeb
2025-04-29
1
-17
/
+21
*
[RV64_DYNAREC] Minor optim to 8 bit TEST opcode (#2583)
Yang Liu
2025-04-28
3
-13
/
+18
*
[RV64_DYNAREC] Small optimization to LEA opcode (#2582)
Yang Liu
2025-04-28
3
-8
/
+9
*
[ARM64_DYNAREC] Mostly cosmetic changes to SSE/AVX packed shift opcodes
ptitSeb
2025-04-28
2
-43
/
+37
*
[RV64_DYNAREC] Optimized rv64 printer for pseudo and jump instructions (#2581)
Yang Liu
2025-04-28
1
-7
/
+55
*
[RV64_DYNAREC] Minor adjustment to dynarec_missing=2 (#2578)
Yang Liu
2025-04-28
3
-4
/
+4
*
[ARM64_DYNAREC] Small optim for PSIGN[B/W/D] opcodes
ptitSeb
2025-04-27
2
-33
/
+27
*
[ARM64_DYNAREC] Some work on UD flags on (66) F3 0F BC/BD opcodes
ptitSeb
2025-04-27
2
-16
/
+64
*
[ARM64_DYNAREC] More work on UD flags for (66) F3 0F BC/BD opcodes
ptitSeb
2025-04-27
2
-4
/
+60
*
[ARM64_DYNAREC] Minor fox to F6 /7 opcode
ptitSeb
2025-04-27
1
-1
/
+1
*
[ARM64_DYNAREC] Refactored (V)PSHUFD opcodes
ptitSeb
2025-04-26
2
-111
/
+183
*
[ARM64_DYNAREC] Allow shift with saturation on (V)PMULH(U)W because it will n...
ptitSeb
2025-04-26
3
-10
/
+5
*
[ARM64_DYNAREC] Small fix for edge cases on (V)PMULHUW opcodes
ptitSeb
2025-04-26
3
-8
/
+10
*
[ARM64_DYNAREC] Fixed (rarely used) some edge case for (V)PMULHRSW opcode (an...
ptitSeb
2025-04-25
5
-4
/
+67
*
[ARM64_DYNAREC] Small optim on some 256bits VPMOV[S/Z]X* opcodes
ptitSeb
2025-04-25
1
-22
/
+14
*
[ARM64_DYNAREC] Allow bigger block to be built
ptitSeb
2025-04-25
2
-3
/
+5
*
[ARM64_DYNAREC] Minor change, (V)PMOVMSKB is only valid on register, not memory
ptitSeb
2025-04-25
2
-39
/
+47
*
[ARM64_DYNAREC] Fixed a potential issue with PCMPEQQ opcodes, and many missin...
ptitSeb
2025-04-25
1
-63
/
+63
*
[ARM64_DYNAREC] Improved and fixed software fallback for (V)PCLMULQDQ opcodes
ptitSeb
2025-04-24
2
-37
/
+24
*
[ARM64_DYNAREC] Some optimisation to some (V)(P)BLEND* opcodes
ptitSeb
2025-04-24
2
-63
/
+21
[prev]
[next]