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
...
*
[LA64_DYNAREC] Added more opcodes (#2215)
Yang Liu
2024-12-26
4
-6
/
+45
*
[LA64_DYNAREC] Added more opcodes (#2214)
Yang Liu
2024-12-26
2
-0
/
+100
*
[LA64_DYNAREC] Added more opcodes (#2213)
Yang Liu
2024-12-26
2
-3
/
+43
*
[LA64_DYNAREC] Added more opcodes and fixed CVTTPD2DQ (#2211)
Yang Liu
2024-12-25
6
-5
/
+175
*
[LA64_DYNAREC] Added IRET opcode (#2210)
Yang Liu
2024-12-25
3
-0
/
+53
*
[DYNAREC] Cleanup modreg (#2209)
Yang Liu
2024-12-25
16
-43
/
+44
*
[LA64_DYNAREC] Added MOVLPD and MOVHPD opcodes (#2198)
Leslie Zhai
2024-12-25
2
-1
/
+24
*
[LA64_DYNAREC] Added more opcodes (#2208)
Yang Liu
2024-12-25
4
-0
/
+69
*
[RV64_DYNAREC] Added more opcodes ([LA64_DYNAREC] too) (#2205)
Yang Liu
2024-12-25
3
-0
/
+42
*
[RV64_DYNAREC] Fixed various lock usage in geted ([LA64_DYNAREC] too) (#2207)
Yang Liu
2024-12-25
3
-7
/
+7
*
[WRAPPED] Always return ENOSYS in the deprecated sysctl (#2204)
Yang Liu
2024-12-25
6
-8
/
+30
*
[RV64_DYNAREC] Fixed a regression in #2187 (#2203)
Yang Liu
2024-12-24
1
-2
/
+8
*
[LA64_DYNAREC] Added nativeflags support (#2202)
Yang Liu
2024-12-24
25
-741
/
+1177
*
[LA64_DYNAREC] Fixed 66 0F PTEST opcode (#2201)
Yang Liu
2024-12-24
1
-3
/
+7
*
[LA64_DYNAREC] Small optim to MOVHPS (#2200)
Yang Liu
2024-12-24
2
-3
/
+6
*
[RV64_DYNAREC] Fixed nativeflags tmp register usage (#2199)
Yang Liu
2024-12-24
3
-107
/
+117
*
[ARM64_DYNAREC] a bit more work on df=0 (still WIP)
ptitSeb
2024-12-24
2
-1
/
+2
*
Add SDL_RenderGeometryRaw wrapped function to SDL2 (#2195)
DragonSWDev
2024-12-23
4
-0
/
+5
*
[LA64_DYNAREC] Fixed various issues in LBT path (#2197)
Yang Liu
2024-12-23
3
-48
/
+39
*
[WRAPPED][BOX32] Redirected a few old symbols (#2194)
Yang Liu
2024-12-23
8
-8
/
+24
*
[ARM64_DYNAREC] Added work in progress BOX64_DYNAREC_DF env. var.
ptitSeb
2024-12-23
6
-6
/
+24
*
Fixed a warning
ptitSeb
2024-12-23
1
-1
/
+1
*
[DYNARC] Forgot this file from previous commit
ptitSeb
2024-12-23
1
-0
/
+1
*
[DYNAREC] Some light rework of the hotpage handling
ptitSeb
2024-12-23
2
-17
/
+22
*
Added more rbtrees in dynarec managment, to speedup FindDynablockFromNativeAd...
ptitSeb
2024-12-23
3
-62
/
+118
*
Try to improve clone syscal handling ([BOX32] too)
ptitSeb
2024-12-23
2
-27
/
+37
*
[LA64_DYNAREC] Fixed some LBT path issues (#2193)
Yang Liu
2024-12-23
1
-1
/
+2
*
[LA64_DYNAREC] Optimized some 16bit shift opcodes (#2192)
Yang Liu
2024-12-23
3
-33
/
+261
*
[LA64_DYNAREC] Fixed 32bit ADDIz and SUBz (#2191)
Yang Liu
2024-12-23
1
-4
/
+6
*
Fix build for older system (for #2190)
ptitSeb
2024-12-23
2
-6
/
+6
*
[RV64_DYNAREC] Small optim to emit_and32c (#2189)
Yang Liu
2024-12-22
1
-1
/
+1
*
[RV64_DYNAREC] Added a fast path to SHR Ew, Ib (#2188)
Yang Liu
2024-12-22
2
-7
/
+19
*
[RV64_DYNAREC] Made nativeflags works with 8/16bit fast path (#2187)
Yang Liu
2024-12-22
1
-46
/
+48
*
[ARM64_DYNAREC] Reworked MUL/IMUL opcodes a bit
ptitSeb
2024-12-22
6
-41
/
+162
*
[GDBJIT] Display register mapping annotations (#2185)
Yang Liu
2024-12-22
6
-8
/
+276
*
[GDBJIT] Unified the experience for all the backends (#2183)
Yang Liu
2024-12-21
4
-146
/
+121
*
Improved memory tracking and 32bits memory allocation
ptitSeb
2024-12-21
5
-71
/
+107
*
Changed customme block resize to lower the number of realloc
ptitSeb
2024-12-21
1
-1
/
+1
*
[WRAPPER] Fixed a few uninitized value used warning from Vamgrind
ptitSeb
2024-12-21
1
-3
/
+3
*
[ARM64_DYNAREC] Improved DMB/DSB printer
ptitSeb
2024-12-21
1
-4
/
+16
*
[LA64_DYNAREC] Added ROUNDSD and CVTDQ2PD opcodes (#2173)
Leslie Zhai
2024-12-20
3
-0
/
+34
*
Simplified ucontext uc_link managment (closer to glibc handling) ([BOX32] too)
ptitSeb
2024-12-20
6
-55
/
+48
*
[GDBJIT] Display DynaRec info in source file (#2179)
Yang Liu
2024-12-20
8
-97
/
+114
*
[LA64] This should fix static build
ptitSeb
2024-12-20
1
-0
/
+4
*
[WRAPPER] Added 1 more libc wrapped function
ptitSeb
2024-12-20
1
-1
/
+1
*
[WRAPPER] Added a few glib2 wrapped functions
ptitSeb
2024-12-20
4
-7
/
+80
*
[BOX32] Don't abort when stack pointer is not correct on new thread, but retu...
ptitSeb
2024-12-20
1
-0
/
+5
*
[BOX32][WRAPPER] Improved obstack handling
ptitSeb
2024-12-20
3
-2
/
+116
*
[BOX32] use malloc_trim when it gives non 32bits pointers
ptitSeb
2024-12-20
1
-0
/
+5
*
[LA64_DYNAREC] A few minor optimizations (#2174)
Yang Liu
2024-12-19
2
-6
/
+3
[prev]
[next]