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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[ARM64_DYNAREC] Improved handling of last_ip
ptitSeb
2025-06-24
5
-2
/
+5
*
[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
*
[DYNACACHE] Added support for unaligned addresses
ptitSeb
2025-06-23
2
-4
/
+49
*
[ARM64_DYNAREC] Removed commented code
ptitSeb
2025-06-23
1
-1
/
+0
*
Add `map64_customMalloc` (#2764)
Chi-Kuan Chiu
2025-06-23
1
-6
/
+140
*
[DYNAREC] Refactored a bit BARRIER_FLOAT ([ARM64] olny for now, todo for RV64...
ptitSeb
2025-06-23
15
-42
/
+116
*
[ARM64_DYNAREC] Small fix in arch_build
ptitSeb
2025-06-22
1
-1
/
+1
*
[DYNACACHE] Introduced B64X_DYNACACHE=2 to use cache but not create new ones,...
ptitSeb
2025-06-20
2
-8
/
+5
*
[DYNACACHE] Fixed a Warning
ptitSeb
2025-06-20
1
-1
/
+1
*
[DYNACACHE][RV64] Enabled dynacache for RV64 (#2762)
Yang Liu
2025-06-20
7
-60
/
+119
*
[DYNACACHE] Make sure dynacache folder ends with pathsep (#2761)
Yang Liu
2025-06-20
1
-29
/
+29
*
[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] Try to fix non Dynarec build
ptitSeb
2025-06-19
1
-1
/
+5
*
[DYNACACHE] Introduced DynaCache for ARM64 (disabled by default)
ptitSeb
2025-06-19
31
-130
/
+1115
*
Fixed compilation errors (#2757)
Yang Liu
2025-06-19
1
-2
/
+4
*
[BIONIC] Fixed some compilation warnings (#2756)
Yang Liu
2025-06-18
9
-22
/
+25
*
[WOW64] Finished host extension detection (#2755)
Yang Liu
2025-06-17
1
-2
/
+29
*
[WOW64] Refactored host extention detection and added preliminary support for...
Yang Liu
2025-06-16
9
-345
/
+372
*
[DYNACACHE] Added the ability to mark a maplist has having new blocks (instea...
ptitSeb
2025-06-16
5
-17
/
+19
*
[DYNACACHE] Made the blocklist_t part of the dynarec allocated mmap, to ease ...
ptitSeb
2025-06-16
1
-107
/
+98
*
[DYNACACHE] More work on dynache relocation
ptitSeb
2025-06-15
23
-34
/
+291
*
[TERMUX] Better handling of non-exists pthread functions (#2748)
Yang Liu
2025-06-15
1
-8
/
+22
*
[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
64
-837
/
+810
*
[WOWBOX64] Fixed a few more warnings
ptitSeb
2025-06-14
1
-2
/
+2
*
[WOWBOX64] Fixed a few warnings
ptitSeb
2025-06-14
1
-6
/
+6
*
Fix non-box32 build
ptitSeb
2025-06-13
1
-1
/
+1
*
[ANDROID] Unimportant updates (#2741)
Yang Liu
2025-06-13
4
-3
/
+4
*
[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
3
-4
/
+40
*
[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
24
-180
/
+357
*
[WRAPPER] Wrapped a few more functions in gio2 and libresolv (#2737)
Yang Liu
2025-06-13
6
-2
/
+17
*
[ARM64_DYNAREC] Fixed some typos related ymm unneeded tracing (helps #2724) (...
Yang Liu
2025-06-12
1
-2
/
+2
*
[WRAPPER] Added 2 more functions to libc (for #2731) (#2733)
Yang Liu
2025-06-12
7
-2
/
+28
*
[CPUID] Do not warn on the Hypervisor interface query (#2732)
Yang Liu
2025-06-12
1
-1
/
+7
*
[ARM64_DYNAREC] Added 64/65 67 89/8B 64bits opcodes (#2730)
Yang Liu
2025-06-12
3
-1
/
+97
*
[INTERP] Fixed 64/65 67 64bit rex decoding (#2729)
Yang Liu
2025-06-12
1
-0
/
+5
*
[WOW64] Small improvement to grab_segdata (#2728)
Yang Liu
2025-06-11
2
-1
/
+5
*
[DYNACACHE] Made dynablock part of the dynarec memory
ptitSeb
2025-06-11
3
-38
/
+29
*
[TRACE] Bring back in-house zydis header for v3.x (#2727)
Yang Liu
2025-06-11
2
-0
/
+4404
*
This should fix non-dynarec build
ptitSeb
2025-06-11
1
-0
/
+6
[prev]
[next]