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