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
...
*
[TRACE] Fixed the jump from instruction idx for Extend blcok in trace
ptitSeb
2025-07-02
1
-1
/
+1
*
[ARM64_DYNAREC] Optimized propate XMM/YMM unused helpers
ptitSeb
2025-07-01
1
-26
/
+11
*
[ARM64_DYNAREC] Fixed a regression introduced with 4903177bab1f3324a0faeedd96...
ptitSeb
2025-06-30
1
-1
/
+1
*
[DYNAREC] Refactor hotpage detection and dynarec_dirty 1 & 2. Also adjust som...
ptitSeb
2025-06-30
3
-14
/
+71
*
[ARM64_DYNAREC] Added 66 8D opcode
ptitSeb
2025-06-29
1
-1
/
+16
*
[ARM64_DYNAREC] Added 67 9C opcode
ptitSeb
2025-06-29
1
-0
/
+6
*
[ARM64_DYNAREC] Made (V)M(IN/AX)P(D/S) opcodes always exact, it's inexpensive...
ptitSeb
2025-06-29
2
-34
/
+14
*
[LA64_DYNAREC] Removed some TABLE64 usage (#2782)
Yang Liu
2025-06-27
1
-21
/
+12
*
[LA64_DYNAREC] Add la64 avx load/store ops part 4. (#2775)
phorcys
2025-06-27
1
-0
/
+252
*
[LA64_DYNAREC] Optimized GETIP macro (#2781)
Yang Liu
2025-06-27
6
-51
/
+49
*
[LA64_DYNAREC] Removed some redundant macro definitions (#2778)
Yang Liu
2025-06-26
1
-2
/
+0
*
[DYNACACHE][LA64] More work on internal reloc (#2779)
Yang Liu
2025-06-26
5
-13
/
+23
*
[LA64_DYNAREC] Add la64 avx load/store ops part 3. (#2774)
phorcys
2025-06-26
6
-10
/
+416
*
[LA64_DYNAREC] Add la64 avx load/store ops part 2. (#2773)
phorcys
2025-06-26
2
-0
/
+113
*
[ARM64_DYNAREC] Fixed opcode name for VDIVPD
ptitSeb
2025-06-25
1
-1
/
+1
*
[ARM64_DYNAREC] Fixed some extended instance of VCMPSD opcodes
ptitSeb
2025-06-25
1
-3
/
+3
*
[INTERP] More work on UD flags
ptitSeb
2025-06-25
1
-5
/
+17
*
[ARM64_DYNAREC] Adjusted some UD flags in BLSMSK opcode
ptitSeb
2025-06-25
1
-4
/
+14
*
[ARM64_DYNAREC] Fixed CF flag of BLSI opcode
ptitSeb
2025-06-25
1
-1
/
+1
*
[ARM64_DYNAREC] Fixed BEXTR opcode
ptitSeb
2025-06-25
1
-11
/
+13
*
[ARM64_DYNAREC] Improved BTx opcodes (and fixed one BTC opcode)
ptitSeb
2025-06-24
1
-41
/
+141
*
[DYNAREC] Better check of limit for a dynablock
ptitSeb
2025-06-24
1
-1
/
+1
*
[LA64_DYNAREC] Add la64 avx load/store ops part 1. (#2766)
phorcys
2025-06-24
5
-12
/
+194
*
[ARM64_DYNAREC] Improved handling of last_ip
ptitSeb
2025-06-24
4
-1
/
+4
*
[DYNACACHE][LA64] Added const table for later use in internal relocation (#2770)
Yang Liu
2025-06-24
12
-69
/
+317
*
[LA64_DYNAREC] This should help certain builds (for #2769)
ptitSeb
2025-06-24
2
-5
/
+10
*
[DYNAREC] Removed some unused code (#2767)
Yang Liu
2025-06-24
6
-26
/
+0
*
[LA64_DYNAREC]Add basic avx support for la64. (#2745)
phorcys
2025-06-23
15
-70
/
+5578
*
[ARM64_DYNAREC] Removed commented code
ptitSeb
2025-06-23
1
-1
/
+0
*
[DYNAREC] Refactored a bit BARRIER_FLOAT ([ARM64] olny for now, todo for RV64...
ptitSeb
2025-06-23
14
-41
/
+115
*
[ARM64_DYNAREC] Small fix in arch_build
ptitSeb
2025-06-22
1
-1
/
+1
*
[DYNACACHE][RV64] Enabled dynacache for RV64 (#2762)
Yang Liu
2025-06-20
6
-59
/
+118
*
[DYNACACHE][RV64] More work on internal reloc (#2759)
Yang Liu
2025-06-19
9
-78
/
+95
*
[DYNACACHE][RV64] Added const table for later use in internal relocation (#2758)
Yang Liu
2025-06-19
16
-117
/
+368
*
[DYNACACHE] Another fix for non-ARM64 Dynarec build
ptitSeb
2025-06-19
1
-0
/
+4
*
[DYNACACHE] Fixed LA64 build
ptitSeb
2025-06-19
1
-6
/
+2
*
[DYNACACHE] This should fix non-ARM64 Dynarec build, for good
ptitSeb
2025-06-19
2
-2
/
+2
*
[DYNACACHE] This should fix non-ARM64 Dynarec build
ptitSeb
2025-06-19
2
-1
/
+10
*
[DYNACACHE] Introduced DynaCache for ARM64 (disabled by default)
ptitSeb
2025-06-19
17
-97
/
+251
*
[WOW64] Refactored host extention detection and added preliminary support for...
Yang Liu
2025-06-16
1
-1
/
+1
*
[DYNACACHE] Added the ability to mark a maplist has having new blocks (instea...
ptitSeb
2025-06-16
2
-14
/
+14
*
[DYNACACHE] More work on dynache relocation
ptitSeb
2025-06-15
20
-32
/
+270
*
[DYNAREC] Make sure a dynablock does not exit a mmap backed by a file address...
ptitSeb
2025-06-14
5
-1
/
+8
*
[DYNACACHE] Refactored cpu extension, will be used in dynacache signature checks
ptitSeb
2025-06-14
59
-684
/
+676
*
[DYNACACHE] Some more preparation work for internal relocations
ptitSeb
2025-06-13
2
-5
/
+5
*
[DYNACACHE] More preparation work for internal relocations
ptitSeb
2025-06-13
2
-3
/
+4
*
[DYNACACHE] More work on preparing internal reloc, plus fix non-trace build
ptitSeb
2025-06-13
12
-47
/
+59
*
[DYNACACHE] Created a const table, for later use in internal relocation ([ARM...
ptitSeb
2025-06-13
20
-174
/
+351
*
[ARM64_DYNAREC] Fixed some typos related ymm unneeded tracing (helps #2724) (...
Yang Liu
2025-06-12
1
-2
/
+2
*
[ARM64_DYNAREC] Added 64/65 67 89/8B 64bits opcodes (#2730)
Yang Liu
2025-06-12
3
-1
/
+97
[prev]
[next]