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] Made some opcode truer to what they should on some edge cases
ptitSeb
2023-12-06
7
-48
/
+193
*
[INTERPRETER] Made some opcode truer to what they should on some edge cases
ptitSeb
2023-12-06
3
-87
/
+246
*
Merge branch 'main' of https://github.com/ptitSeb/box64
ptitSeb
2023-12-06
1
-19
/
+130
|
\
|
*
[DYNAREC_RV64] Added more dasm support for thead extensions (#1118)
Yang Liu
2023-12-06
1
-19
/
+130
*
|
Added wrapped gtk_scrollable_get_type (for #1077)
ptitSeb
2023-12-06
1
-0
/
+1
|
/
*
Added mbstowcs_chk wrapped function
ptitSeb
2023-12-06
1
-1
/
+1
*
[INTERPRETER] Trigger a trap exception when CC is encountered
ptitSeb
2023-12-05
1
-3
/
+4
*
[32BITS] Forgot 66 54 opcode
ptitSeb
2023-12-05
1
-0
/
+1
*
[INTERPRETER] Refactored 0F A4/A5 opcodes for better readability
ptitSeb
2023-12-05
1
-5
/
+15
*
[INTERPRETER] Added addling to divide by 0 exception
ptitSeb
2023-12-05
3
-0
/
+36
*
[INTERPRETER] Call opcode also need getAlternate redirection
ptitSeb
2023-12-05
1
-0
/
+1
*
Show TLS resize warning only if old size is not 0
ptitSeb
2023-12-05
1
-1
/
+3
*
Merge branch 'main' of https://github.com/ptitSeb/box64
ptitSeb
2023-12-05
2
-199
/
+424
|
\
|
*
[DYNAREC_RV64] Refine printer and add support for Zb* extensions (#1115)
Yang Liu
2023-12-05
2
-199
/
+424
*
|
[DYNAREC] Removed unused code in strongmem emulation
ptitSeb
2023-12-05
5
-7
/
+4
|
/
*
Changes to be committed: (#1110)
Creeper-xie
2023-12-04
1
-4
/
+8
*
[ARM64_DYNAREC] More work on LOCK prefixed opcodes (Atomic still disabled)
ptitSeb
2023-12-03
6
-22
/
+59
*
[ARM64] Documented most HWCAP flags
ptitSeb
2023-12-03
1
-28
/
+29
*
[ARM64_DYNAREC] XLAT is 64bits by default on 64bits mode
ptitSeb
2023-12-03
1
-5
/
+1
*
[ARM64_DYNAREC] Added optionnal memory barrier to MOVS/STOS
ptitSeb
2023-12-02
1
-0
/
+6
*
[ARM64_DYNAREC] Restaured Memory Barrier on LOCK operation, and disable the u...
ptitSeb
2023-12-02
5
-8
/
+66
*
Added some more wrapped function to libdrm
ptitSeb
2023-12-02
6
-19
/
+87
*
[TERMUX] Added faked wrapped termux-exec and simplified output (#1103)
Lily
2023-12-02
13
-41
/
+184
*
[ARM64_DYNAREC] Generalized the use of Flag Manipulation Extension (if present)
ptitSeb
2023-12-02
5
-403
/
+84
*
[ARM64_DYNAREC] Fixed add8 OF flag emitter when Flag Manipulation Ext is supp...
ptitSeb
2023-12-02
1
-2
/
+2
*
Fixed some potentials segfault with wine apps (maybe other too)
ptitSeb
2023-12-01
1
-2
/
+4
*
[TERMUX] Hopefully this will fix it
ptitSeb
2023-12-01
2
-2
/
+2
*
[TERMUX] Added 2 faked wrapped libs (symbols should be in libc already)
ptitSeb
2023-12-01
5
-0
/
+56
*
[MALLOCHOOK] Small improvments to mallochook_2
ptitSeb
2023-12-01
8
-34
/
+27
*
Improved bridge name storage/retreival
ptitSeb
2023-12-01
5
-43
/
+9
*
[VULKAN] Better wrapping of vkCreateInstance
ptitSeb
2023-12-01
1
-9
/
+50
*
[ANDROID] Try to fix libbsd issues
ptitSeb
2023-12-01
3
-2
/
+7
*
[ANDROID] Small change that might help on android?
ptitSeb
2023-11-30
2
-2
/
+2
*
Added support for wrapped libbsd (needed for latest libstdc++ lib)
ptitSeb
2023-11-30
9
-10
/
+187
*
Merge branch 'main' of https://github.com/ptitSeb/box64
ptitSeb
2023-11-30
7
-65
/
+107
|
\
|
*
[DYNAREC_RV64] Added more opcodes for flatout.exe (#1100)
Yang Liu
2023-11-29
7
-65
/
+107
*
|
[ARM64_DYNAREC] Potential fixes for some arm64 emitter macros
ptitSeb
2023-11-30
1
-18
/
+18
|
/
*
[ELFLOADER] Use a fallback if allocated memory not at expected address for el...
ptitSeb
2023-11-29
1
-2
/
+8
*
[DYNAREC_RV64] Added more opcodes for flatout.exe (#1099)
Yang Liu
2023-11-28
4
-3
/
+37
*
[DYNAREC][INTERPRETER] Rework on 6C/6D/6E/6F opcodes (#1098)
Yang Liu
2023-11-28
3
-72
/
+45
*
[ELFLOADER] Some fixes to localy openned libs when symbols might collide with...
ptitSeb
2023-11-28
2
-35
/
+38
*
[ARM64_DYNAREC] Fixes some rare-case of flags not correctly propagated on for...
ptitSeb
2023-11-28
2
-21
/
+10
*
Use non-Android version of functions_list.txt on the repo
ptitSeb
2023-11-28
1
-1
/
+0
*
[AMR64_DYNAREC] A few optimisations on some F0 BTx opcodes
ptitSeb
2023-11-28
1
-22
/
+12
*
[ARM64_DYNAREC] Fixed BFI emitter
ptitSeb
2023-11-28
1
-5
/
+5
*
Merge branch 'main' of https://github.com/ptitSeb/box64
ptitSeb
2023-11-28
2
-5
/
+8
|
\
|
*
[DYNAREC_RV64] Added missing fallbacks in x87 opcodes (#1096)
Yang Liu
2023-11-28
2
-5
/
+8
*
|
[ARM64_DYNAREC] Added 67 8A opcode
ptitSeb
2023-11-28
1
-1
/
+34
|
/
*
[ANDROID] Fix Clang Compiling (#1094)
Lily
2023-11-28
2
-0
/
+13
*
[WRAPPERS] Added fallback glXSwapIntervalEXT function if not present (#1092)
Yang Liu
2023-11-27
4
-3
/
+50
[next]