about summary refs log tree commit diff stats
path: root/src/libtools/decopcode.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2024-12-18Added an helper function to abort and backtrace (used in [BOX32] when pointer...ptitSeb2-2/+37
2024-12-18[ELFLOADER] Do not fornul dlclose remaining libs at exit, just lest dependanc...ptitSeb1-2/+2
2024-12-18Simplfied env var and trace file initial managmentptitSeb1-58/+28
2024-12-18[GDBJIT] Refined RV64 and LA64 support (#2165)Yang Liu4-6/+10
2024-12-18[LA64_DYNAREC] Added POPCNT opcode and fixed an issue too (#2164)Yang Liu3-3/+55
2024-12-18[GDBJIT] Show x64pc in gdb, also added documentation (#2163)Yang Liu7-7/+34
2024-12-17Added initial GDBJIT support (#2162)Yang Liu14-1/+257
2024-12-17[BOX32][TRACE] Improved trace of wrapped functionsptitSeb1-102/+105
2024-12-17[BOX32] Small change on how tls memory is allocatedptitSeb2-4/+4
2024-12-17Some (mostly) cosmetic change to x64emu initializersptitSeb2-5/+5