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
*
Added wrapped libicuuc and libicui18n v74
ptitSeb
2024-01-05
12
-0
/
+316
*
[DYNAREC_RV64] Added CALL/RET optimization (#1183)
Yang Liu
2024-01-05
7
-55
/
+91
*
[ARM64_DYNAREC] A few more FRINTTS extension use
ptitSeb
2024-01-05
1
-32
/
+44
*
[ARM64_DYNAREC] More FRINTTS use
ptitSeb
2024-01-05
3
-33
/
+61
*
[ARM64_DYNAREC] Attempt to use FRINTTS extension
ptitSeb
2024-01-05
2
-57
/
+55
*
[ARM64_DYNAREC] Simplified a bit CALLRET fallback handling on stack unsync
ptitSeb
2024-01-05
2
-10
/
+3
*
[WRAPPERS] Add a `isSimpleWrapper` function for RV64 (#1185)
rajdakin
2024-01-05
644
-644
/
+1002
*
Added 1 more symbol to wrapped libgnutls
ptitSeb
2024-01-04
1
-1
/
+1
*
[ARM64_DYNAREC] Fixed CALLRET optim when unsync occur, should help stability
ptitSeb
2024-01-04
1
-2
/
+2
*
[DYNAREC] Switched back CALLRET to 0 by Default, many things like GoG Wine In...
ptitSeb
2024-01-02
1
-1
/
+1
*
[RCFILE] Add a function to quickly get current process name
ptitSeb
2024-01-02
2
-1
/
+6
*
[TRACE] Better trace for read wrapped function
ptitSeb
2024-01-02
1
-1
/
+15
*
[ARM64] Improved fast path for unaligned access to device memory (for NVidia ...
ptitSeb
2024-01-01
1
-8
/
+8
*
Fixed issue on rbtree on rb_get_end when end is another block
ptitSeb
2023-12-31
1
-13
/
+19
*
More xcb_connection_t wrapping for vulkan
ptitSeb
2023-12-31
6
-3
/
+25
*
[ARM64_DYNAREC] Some more warning fixes
ptitSeb
2023-12-31
2
-4
/
+5
*
Fixed some (nasty sometimes) warning
ptitSeb
2023-12-31
5
-17
/
+17
*
[MEMORY] Switched from a sparse array to a red-black tree (#1180)
rajdakin
2023-12-31
12
-394
/
+1028
*
[DYNAREC_RV64] Fixed a nasty bug in GETEX, but left optim opportunity for lat...
Yang Liu
2023-12-28
1
-2
/
+4
*
[WRAPPER] Added 4 more wrapped glib2 functions (for #1175) (#1176)
Yang Liu
2023-12-28
4
-4
/
+25
*
[RCFILE] Disable CALL/RET optimization for zoom (#1170) (#1174)
Yang Liu
2023-12-27
4
-1
/
+6
*
Added 2 more wrapped gtk3 functions
ptitSeb
2023-12-26
5
-5
/
+21
*
Merge branch 'main' of https://github.com/ptitSeb/box64
ptitSeb
2023-12-26
4
-37
/
+194
|
\
|
*
[DYNAREC_RV64] Added more opcodes for VMP-protected GI (#1168)
xctan
2023-12-26
4
-37
/
+194
*
|
More work on xcb wrapping, as xcb_connection_t needs alignment
ptitSeb
2023-12-26
674
-1237
/
+1668
|
/
*
[DYNAREC_RV64] Added more opcodes for VMP-protected GI (#1164)
xctan
2023-12-25
7
-6
/
+524
*
[INTERP] Added 64 66 39 CMP opcode (#1166)
Yang Liu
2023-12-25
1
-0
/
+9
*
New attempts at mmap fixing
ptitSeb
2023-12-25
1
-2
/
+2
*
Merge branch 'main' of https://github.com/ptitSeb/box64
ptitSeb
2023-12-25
5
-1
/
+112
|
\
|
*
[DYNAREC_RV64] Added more opcodes for ets2 (#1162)
Yang Liu
2023-12-24
5
-1
/
+112
*
|
Small change with not 48bits memory space for mmap64 (might help #1163)
ptitSeb
2023-12-25
2
-2
/
+6
|
/
*
Merge branch 'main' of https://github.com/ptitSeb/box64
ptitSeb
2023-12-24
1
-6
/
+13
|
\
|
*
[DYNAREC_RV64] Ported INT 3/29 from arm (#1161)
xctan
2023-12-24
1
-6
/
+13
*
|
Reviewed signatures of libxcb and libdbus libs
ptitSeb
2023-12-24
15
-162
/
+187
|
/
*
Added more wrapped signature to libnuma and libxcb (should help #531)
ptitSeb
2023-12-24
5
-7
/
+12
*
[DYNAREC_RV64] Fixed shift masks for GI (#1160)
xctan
2023-12-24
2
-7
/
+9
*
Apply parameters when binary is behind a symlink
ptitSeb
2023-12-23
1
-0
/
+2
*
[INTERPRETER] Added 64/65 86 opcode (for #1156)
ptitSeb
2023-12-23
1
-0
/
+26
*
[DYNAREC_RV64] Added more opcodes for ets2 (#1158)
Yang Liu
2023-12-23
2
-9
/
+68
*
[RCFILE] Made so that BOX64_MAXCPU is the minimum value if set both on comman...
ptitSeb
2023-12-23
1
-1
/
+6
*
Small imrpovment to wrapped libc and mmap
ptitSeb
2023-12-23
1
-0
/
+13
*
Addedempty wrapped libidn2 (for quake 2 rtx)
ptitSeb
2023-12-23
7
-0
/
+78
*
Cleanup some code (#1157)
xctan
2023-12-23
2
-2
/
+1
*
[DYNAREC_RV64] Fixed some bugs in the dynarec for ETS2 (#1155)
Yang Liu
2023-12-22
2
-4
/
+7
*
[DYNAREC_RV64] Added more opcodes and fixes (#1154)
Yang Liu
2023-12-22
5
-4
/
+60
*
[ARM64_DYNAREC] Added 64/65 23 opcode
ptitSeb
2023-12-22
1
-0
/
+10
*
[ARM64_DYNAREC] Partial rollback of previous commit, it was not good
ptitSeb
2023-12-22
2
-22
/
+23
*
[ARM64_DYNAREC] Small optim on CF flag computation for 8/16bits add/sub opera...
ptitSeb
2023-12-22
2
-29
/
+25
*
[WRAPPER] add dbus_message_iter_get_element_count auto wrapper (#1153)
liuli
2023-12-22
1
-0
/
+1
*
Added/Fix some 16bits PUSH POP opcode ([ARM64_DYNAREC] too) (for DaveTheDiver...
ptitSeb
2023-12-21
2
-73
/
+36
[next]