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] Better handling of blocksize limit when generating very large dynab...
ptitSeb
2025-03-24
3
-13
/
+27
*
[ARM64_DYNAREC] Better log for arch_populate buffer being undersized
ptitSeb
2025-03-22
1
-3
/
+2
*
[ARM64_DYNAREC] Fixed potential issue on unligned path being marked while dyn...
ptitSeb
2025-03-22
2
-4
/
+4
*
[ARM64_DYNAREC][TRACE] Added a message on Dump for Unaligned path on opcodes
ptitSeb
2025-03-22
5
-0
/
+7
*
[ARM64_DYNAREC] Added 67 66 0F 76/EF opcodes (for #1046)
ptitSeb
2025-03-21
1
-1
/
+36
*
[RV64_DYNAREC] Fixed many minor issues (#2451)
Yang Liu
2025-03-19
6
-60
/
+65
*
[DYNAREC] Fixed minor issues for F0 0F B0/B1 LOCK CMPXCHG opcodes (#2448)
Yang Liu
2025-03-19
3
-24
/
+20
*
[RV64_DYNAREC] Added 66 F0 0F B1 LOCK CMPXCHG opcode (#2447)
Yang Liu
2025-03-18
1
-0
/
+53
*
[RV64_DYNAREC] More minor changes and fixes to x87 opcodes (#2443)
Yang Liu
2025-03-17
5
-91
/
+63
*
[DYNAREC] Small change in strongmem to end a SEQ with a Brrier at last_write ...
ptitSeb
2025-03-17
1
-2
/
+3
*
[DYNAREC] Change in strongmem managment to end a SEQ on jump arrival and not ...
ptitSeb
2025-03-17
1
-1
/
+1
*
[ARM64_DYNAREC] Small optim on special case of LOCK OR [RSP], 0
ptitSeb
2025-03-17
1
-15
/
+19
*
[ARM64_DYNAREC] Simplified 8F opcode, so special cases will be handled in sig...
ptitSeb
2025-03-17
1
-9
/
+3
*
[ARM64_DYNAREC] Added missing SMWRITE2 to another AVX opcode
ptitSeb
2025-03-17
1
-0
/
+1
*
[ARM64_DYNAREC] Added some missing SMWRITE2 for strongmem=2 on a few AVX opcodes
ptitSeb
2025-03-17
3
-0
/
+9
*
[ARM64_DYNAREC] Added printer for RET opcodes
ptitSeb
2025-03-17
1
-0
/
+7
*
[RV64_DYNAREC] Minor D8..DF opcodes refactor (#2442)
Yang Liu
2025-03-17
8
-1703
/
+1552
*
[RV64_DYNAREC] Minor x87 changes to enable test31 (#2441)
Yang Liu
2025-03-17
3
-23
/
+21
*
[RV64_DYNAREC] Fixed some x87 rounding cases for fastround=0 (#2437)
Yang Liu
2025-03-13
7
-19
/
+114
*
[DYNAREC] Introduced DYNAREC_DIRTY=2 and changed a profile to use it
ptitSeb
2025-03-12
1
-1
/
+4
*
[TRACE] Small work on trace
ptitSeb
2025-03-11
1
-4
/
+5
*
[RV64_DYNAREC] Added 66 F0 81/83 /4 opcode
ptitSeb
2025-03-10
1
-0
/
+66
*
[RV64_DYNAREC] Reduce the number of false-positive for dynarec missing opcode
ptitSeb
2025-03-10
1
-17
/
+18
*
[RV64_DYNAREC] Added 66 F0 81/83 /1 opcode
ptitSeb
2025-03-10
1
-0
/
+66
*
[RV64_DYNAREC] Small change in F0 0F C7 opcode
ptitSeb
2025-03-10
1
-1
/
+1
*
[DYNAREC] Don't continue a dynablock if entering an hotpage
ptitSeb
2025-03-10
1
-1
/
+1
*
[RV64_DYNAREC] Optimized PMOVZX and PMOVSX opcodes for vector 1.0 (#2430)
Yang Liu
2025-03-10
1
-124
/
+269
*
[LA64_DYNAREC] This should fix the build
ptitSeb
2025-03-09
1
-1
/
+1
*
[ARM64_DYNAREC] Improced arch_build helpers function to only compute build st...
ptitSeb
2025-03-08
6
-36
/
+53
*
[ARM64_DYNAREC] Removed obsolete comment
ptitSeb
2025-03-08
1
-1
/
+0
*
[ARM64_DYNAREC] Fixed a potential issue with AVX.0F 50 opcode
ptitSeb
2025-03-08
1
-1
/
+1
*
[ARM64_DYNAREC] Fixed a few potential issue with some AVX opcodes
ptitSeb
2025-03-08
4
-20
/
+20
*
[ARM64_DYNAREC] Fixed inlined ClearCache, re-enabling it
ptitSeb
2025-03-08
1
-2
/
+2
*
[ARM64_DYNAREC] Disabled inlined ClearCache as it seems not 100% efficient
ptitSeb
2025-03-08
1
-1
/
+3
*
Added F0 F7 /2 opcode ([ARM64_DYNAREC] too)
ptitSeb
2025-03-07
1
-0
/
+28
*
[RV64_DYNAREC] Rollback some falsy optimization in the xtheadvector path (#2426)
Yang Liu
2025-03-07
2
-4
/
+12
*
[ARM64_DYNAREC] Small change to AVX.66.0F 7F opcode
ptitSeb
2025-03-06
1
-3
/
+3
*
[ARM64_DYNAREC] Added unaligned path for AVX.F3.0F 7F opcode
ptitSeb
2025-03-05
1
-5
/
+24
*
[RV64_DYNAREC] Minor optimizations to sign mask extraction instructions for v...
Yang Liu
2025-03-04
2
-12
/
+5
*
[RCFILE] Added range gdbjit support (#2414)
Yang Liu
2025-03-03
4
-5
/
+5
*
[RV64_DYNAREC] Fixed some minor typos (#2406)
Yang Liu
2025-02-23
2
-4
/
+2
*
[RV64_DYNAREC] Fixed swapCache scratch register usage (#2405)
Yang Liu
2025-02-23
1
-9
/
+6
*
[ARM64_DYNAREC] Fixed potential issue with SUBSET with a DF still present
ptitSeb
2025-02-21
1
-1
/
+1
*
[RV64_DYNAREC] Added more opcodes (#2400)
Yang Liu
2025-02-21
6
-4
/
+76
*
[RV64_DYNAREC] Added more MMX opcodes for vector and fixes too (#2399)
Yang Liu
2025-02-21
2
-18
/
+124
*
[ARM64_DYNAREC] More work on UD flags
ptitSeb
2025-02-20
2
-69
/
+122
*
[ARM64_DYNAREC] Fixed a typo in flag computation for PCMPESTRI and BZHI opcodes
ptitSeb
2025-02-20
2
-2
/
+2
*
[ARM64_DYNAREC] Fixed a regression in LOCK XADD opcode (#2394)
Yang Liu
2025-02-20
1
-0
/
+1
*
[BOX32][INTERP] Added some support for BOUND opcode ([ARM64_DYNAREC] too)
ptitSeb
2025-02-20
3
-6
/
+37
*
[RCFILE] Added support for perfile dynarec dump (#2393)
Yang Liu
2025-02-19
19
-125
/
+125
[prev]
[next]