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
...
*
This should fix LA64 Static build
ptitSeb
2024-11-09
1
-0
/
+8
*
[WRAPPER] Added a bunch of libc wrapped functions (for #2010)
ptitSeb
2024-11-09
6
-4
/
+25
*
[ARM64_DYNAREC] A small optim for a specific case of 0F C6 opcode
ptitSeb
2024-11-09
1
-0
/
+2
*
[DYNAREC] Only test page protection when needed (and using a fester way) (sho...
ptitSeb
2024-11-09
3
-4
/
+23
*
[RV64_DYNAREC] Added mmx infra for vector (#2011)
Yang Liu
2024-11-09
7
-54
/
+185
*
Improved getcontext/setcontext ([BOX32] too)
ptitSeb
2024-11-08
2
-7
/
+9
*
Improved syscall 56
ptitSeb
2024-11-08
2
-14
/
+14
*
[RV64_DYNAREC] Fixed some GETEX_vector usage (#2008)
Yang Liu
2024-11-08
1
-3
/
+3
*
Added some weird 67 and 64/65 prefixed opcodes ([ARM64_DYNAREC] too)
ptitSeb
2024-11-07
5
-14
/
+121
*
[ELFLOADER] Better handling of symbols with COPY / GLOB_DAT (should helps #14...
ptitSeb
2024-11-07
1
-0
/
+6
*
Removed a debug leftover
ptitSeb
2024-11-07
1
-1
/
+0
*
[BOX32][WRAPPER] Added 1 more sdl2 wrapped function (Crimsonland works now)
ptitSeb
2024-11-07
1
-1
/
+1
*
Added 64/65 D8..D9 opcodes
ptitSeb
2024-11-07
7
-27
/
+135
*
Added 64/65 69 opcode ([ARM64_DYNAREC] too)
ptitSeb
2024-11-07
2
-0
/
+84
*
[BOX32] Improve errno handling, and added a few more libc wrapped functions
ptitSeb
2024-11-07
17
-3241
/
+3767
*
[RBTREE] Unify naming and prevent unintended symbol exposure (#2005)
Jim Huang
2024-11-06
5
-98
/
+95
*
[WRAPPED32] Added an errno-aware calling convention (#2006)
rajdakin
2024-11-06
4
-1
/
+6
*
[TRACE] Better for 32bits wait wrapped function
ptitSeb
2024-11-06
1
-0
/
+7
*
Added a few wrapped function and fixed some other (for Steam)
ptitSeb
2024-11-06
7
-14
/
+76
*
A bit more trace for emited signals
ptitSeb
2024-11-06
1
-0
/
+2
*
Fixed a small typo
ptitSeb
2024-11-06
1
-1
/
+1
*
[TRACE] A few more details for some speicifc CALL variant
ptitSeb
2024-11-06
1
-6
/
+6
*
[ARM64_DYNAREC] Fixed some issue with frintts uses
ptitSeb
2024-11-05
1
-2
/
+2
*
[ARM64_DYNAREC] Fixed newly added frrintts use
ptitSeb
2024-11-05
1
-2
/
+2
*
[ARM64_DYNAREC] Reworked a bit FASTROUND
ptitSeb
2024-11-05
4
-35
/
+49
*
Silenced a signal message
ptitSeb
2024-11-05
1
-1
/
+1
*
Disabling memory bit test when pagesize is not 4K
ptitSeb
2024-11-05
1
-0
/
+2
*
[WRAPPER] Wrapped 3 more symbols for libc (#2000)
Yang Liu
2024-11-05
4
-11
/
+17
*
[RV64_DYNAREC] Added more SSE opcodes for vector (#1999)
Yang Liu
2024-11-05
1
-0
/
+25
*
[WRAPPER] forgot to handle libfontconfig also
ptitSeb
2024-11-04
2
-9
/
+3
*
[WRAPPER] merged android naming so no more ifdef is needed
ptitSeb
2024-11-04
96
-555
/
+215
*
[ANDROID] Try to fix libfontconfig not loading properly
ptitSeb
2024-11-04
2
-0
/
+5
*
Improve handling of memory protection, and excution bit
ptitSeb
2024-11-04
11
-48
/
+162
*
[DYNAREC] Reverted last 2 commit, will use CancelFillblock mecanism instead
ptitSeb
2024-11-03
6
-131
/
+61
*
[LA64_DYNAREC] This should fix Loongarch dynarec
ptitSeb
2024-11-03
1
-0
/
+11
*
[DYNAREC] Make sure the emu structure is up-to-date each time LinkNext is called
ptitSeb
2024-11-03
6
-61
/
+120
*
[ARM64_DYNAREC] Fixed an issue with native flags and opcode using C Helper th...
ptitSeb
2024-11-03
1
-5
/
+5
*
Forgot that file in earlier commit
ptitSeb
2024-11-02
1
-0
/
+1
*
[RCFIEL] Add an option to force usage of native EGL/GLESv2 library
ptitSeb
2024-11-02
3
-0
/
+16
*
[WRAPPER] Small rework on wrapper return values
ptitSeb
2024-11-02
1
-1007
/
+1007
*
[RV64_DYNAREC] Added more opcodes for vector (#1992)
Yang Liu
2024-11-01
2
-0
/
+39
*
[RV64_DYNAREC] Added more opcodes for vector (#1991)
Yang Liu
2024-11-01
3
-1
/
+67
*
Added a few more gtk3/gdk3 symbols (probably gtk/gdk 4.+ symbol actually)
ptitSeb
2024-11-01
5
-0
/
+44
*
[RV64_DYNAREC] Added more opcodes for vector (#1989)
Yang Liu
2024-11-01
3
-0
/
+78
*
[RV64_DYNAREC] Added more opcodes for vector (#1987)
Yang Liu
2024-10-31
2
-0
/
+125
*
Fixed a typo (for #1986)
ptitSeb
2024-10-31
1
-1
/
+1
*
Small (probably cosmetic) fix for CloneEmu helper function
ptitSeb
2024-10-31
1
-0
/
+1
*
Added 65 6C..6F opcodes ([ARM64_DYNAREC] too) (for #1985)
ptitSeb
2024-10-31
2
-0
/
+39
*
[rebree]The name of rbtree is set error. (#1984)
zymayunyan
2024-10-31
1
-1
/
+1
*
[RV64_DYNAREC] Added more opcodes for vector (#1983)
Yang Liu
2024-10-30
2
-0
/
+57
[prev]
[next]