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
/
libtools
/
decopcode.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-12-25
[WRAPPED] Always return ENOSYS in the deprecated sysctl (#2204)
Yang Liu
6
-8
/
+30
2024-12-24
[RV64_DYNAREC] Fixed a regression in #2187 (#2203)
Yang Liu
1
-2
/
+8
2024-12-24
[LA64_DYNAREC] Added nativeflags support (#2202)
Yang Liu
26
-742
/
+1178
2024-12-24
[LA64_DYNAREC] Fixed 66 0F PTEST opcode (#2201)
Yang Liu
1
-3
/
+7
2024-12-24
[LA64_DYNAREC] Small optim to MOVHPS (#2200)
Yang Liu
2
-3
/
+6
2024-12-24
[RV64_DYNAREC] Fixed nativeflags tmp register usage (#2199)
Yang Liu
3
-107
/
+117
2024-12-24
[ARM64_DYNAREC] a bit more work on df=0 (still WIP)
ptitSeb
2
-1
/
+2
2024-12-23
Add SDL_RenderGeometryRaw wrapped function to SDL2 (#2195)
DragonSWDev
4
-0
/
+5
2024-12-23
[LA64_DYNAREC] Fixed various issues in LBT path (#2197)
Yang Liu
3
-48
/
+39
2024-12-23
[WRAPPED][BOX32] Redirected a few old symbols (#2194)
Yang Liu
8
-8
/
+24
2024-12-23
[ARM64_DYNAREC] Added work in progress BOX64_DYNAREC_DF env. var.
ptitSeb
6
-6
/
+24
2024-12-23
Fixed a warning
ptitSeb
1
-1
/
+1
2024-12-23
[DYNARC] Forgot this file from previous commit
ptitSeb
1
-0
/
+1
2024-12-23
[DYNAREC] Some light rework of the hotpage handling
ptitSeb
2
-17
/
+22
2024-12-23
Added more rbtrees in dynarec managment, to speedup FindDynablockFromNativeAd...
ptitSeb
3
-62
/
+118
2024-12-23
Try to improve clone syscal handling ([BOX32] too)
ptitSeb
2
-27
/
+37
2024-12-23
[LA64_DYNAREC] Fixed some LBT path issues (#2193)
Yang Liu
2
-2
/
+3
2024-12-23
[LA64_DYNAREC] Optimized some 16bit shift opcodes (#2192)
Yang Liu
3
-33
/
+261
2024-12-23
[LA64_DYNAREC] Fixed 32bit ADDIz and SUBz (#2191)
Yang Liu
1
-4
/
+6
2024-12-23
Fix build for older system (for #2190)
ptitSeb
2
-6
/
+6
2024-12-22
[RV64_DYNAREC] Small optim to emit_and32c (#2189)
Yang Liu
1
-1
/
+1
2024-12-22
[RV64_DYNAREC] Added a fast path to SHR Ew, Ib (#2188)
Yang Liu
2
-7
/
+19
2024-12-22
[RV64_DYNAREC] Made nativeflags works with 8/16bit fast path (#2187)
Yang Liu
1
-46
/
+48
2024-12-22
[ARM64_DYNAREC] Reworked MUL/IMUL opcodes a bit
ptitSeb
6
-41
/
+162
2024-12-22
[GDBJIT] Display register mapping annotations (#2185)
Yang Liu
6
-8
/
+276
2024-12-21
[GDBJIT] Unified the experience for all the backends (#2183)
Yang Liu
6
-146
/
+123
2024-12-21
Improved memory tracking and 32bits memory allocation
ptitSeb
5
-71
/
+107
2024-12-21
Changed customme block resize to lower the number of realloc
ptitSeb
1
-1
/
+1
2024-12-21
[WRAPPER] Fixed a few uninitized value used warning from Vamgrind
ptitSeb
1
-3
/
+3
2024-12-21
[ARM64_DYNAREC] Improved DMB/DSB printer
ptitSeb
1
-4
/
+16
2024-12-20
[LA64_DYNAREC] Added ROUNDSD and CVTDQ2PD opcodes (#2173)
Leslie Zhai
3
-0
/
+34
2024-12-20
Simplified ucontext uc_link managment (closer to glibc handling) ([BOX32] too)
ptitSeb
6
-55
/
+48
2024-12-20
[GDBJIT] Display DynaRec info in source file (#2179)
Yang Liu
8
-97
/
+114
2024-12-20
[LA64] This should fix static build
ptitSeb
2
-1
/
+5
2024-12-20
[WRAPPER] Added 1 more libc wrapped function
ptitSeb
1
-1
/
+1
2024-12-20
[WRAPPER] Added a few glib2 wrapped functions
ptitSeb
4
-7
/
+80
2024-12-20
[BOX32] Don't abort when stack pointer is not correct on new thread, but retu...
ptitSeb
1
-0
/
+5
2024-12-20
[BOX32][WRAPPER] Improved obstack handling
ptitSeb
3
-2
/
+116
2024-12-20
[BOX32] use malloc_trim when it gives non 32bits pointers
ptitSeb
1
-0
/
+5
2024-12-19
[LA64_DYNAREC] A few minor optimizations (#2174)
Yang Liu
2
-6
/
+3
2024-12-19
[BOX32] More fixes on libc wrapping
ptitSeb
9
-122
/
+216
2024-12-19
[BOX32] Boosted xcbconnection slot from 8 to 16
ptitSeb
1
-1
/
+1
2024-12-19
[LA64_DYNAREC] Added CLC and PMOVZXBW opcodes (#2172)
Leslie Zhai
2
-0
/
+16
2024-12-19
[LA64_DYNAREC] Fix VPICKVE2GR_WU typo (#2171)
Leslie Zhai
1
-4
/
+4
2024-12-18
[RV64_DYNAREC] Fixed 32bits SUBz (#2170)
Yang Liu
1
-1
/
+9
2024-12-18
[RV64_DYNAREC] Added more LOCK prefix opcodes (#2169)
Yang Liu
1
-0
/
+79
2024-12-18
[RV64_DYNAREC] Fixed 32bit ADDIz (#2168)
Yang Liu
1
-1
/
+9
2024-12-18
[RV64_DYNAREC] Fixed CMPXCHG8B (#2167)
Yang Liu
1
-5
/
+5
2024-12-18
[RV64_DYNAREC] Added unaligned support to CMPXCHG8B opcode (#2166)
Yang Liu
3
-69
/
+101
2024-12-18
Improved handling of stack size and addresses attribute for threads ([BOX32] ...
ptitSeb
2
-50
/
+80
[next]