about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* [RV64_DYNAREC] Small optim to emit_and32c (#2189)Yang Liu2024-12-221-1/+1
* [RV64_DYNAREC] Added a fast path to SHR Ew, Ib (#2188)Yang Liu2024-12-222-7/+19
* [RV64_DYNAREC] Made nativeflags works with 8/16bit fast path (#2187)Yang Liu2024-12-221-46/+48
* [ARM64_DYNAREC] Reworked MUL/IMUL opcodes a bitptitSeb2024-12-226-41/+162
* [GDBJIT] Display register mapping annotations (#2185)Yang Liu2024-12-226-8/+276
* [GDBJIT] Unified the experience for all the backends (#2183)Yang Liu2024-12-214-146/+121
* Improved memory tracking and 32bits memory allocationptitSeb2024-12-215-71/+107
* Changed customme block resize to lower the number of reallocptitSeb2024-12-211-1/+1
* [WRAPPER] Fixed a few uninitized value used warning from VamgrindptitSeb2024-12-211-3/+3
* [ARM64_DYNAREC] Improved DMB/DSB printerptitSeb2024-12-211-4/+16
* [LA64_DYNAREC] Added ROUNDSD and CVTDQ2PD opcodes (#2173)Leslie Zhai2024-12-203-0/+34
* Simplified ucontext uc_link managment (closer to glibc handling) ([BOX32] too)ptitSeb2024-12-206-55/+48
* [GDBJIT] Display DynaRec info in source file (#2179)Yang Liu2024-12-208-97/+114
* [LA64] This should fix static buildptitSeb2024-12-201-0/+4
* [WRAPPER] Added 1 more libc wrapped functionptitSeb2024-12-201-1/+1
* [WRAPPER] Added a few glib2 wrapped functionsptitSeb2024-12-204-7/+80
* [BOX32] Don't abort when stack pointer is not correct on new thread, but retu...ptitSeb2024-12-201-0/+5
* [BOX32][WRAPPER] Improved obstack handlingptitSeb2024-12-203-2/+116
* [BOX32] use malloc_trim when it gives non 32bits pointersptitSeb2024-12-201-0/+5
* [LA64_DYNAREC] A few minor optimizations (#2174)Yang Liu2024-12-192-6/+3
* [BOX32] More fixes on libc wrappingptitSeb2024-12-198-122/+185
* [BOX32] Boosted xcbconnection slot from 8 to 16ptitSeb2024-12-191-1/+1
* [LA64_DYNAREC] Added CLC and PMOVZXBW opcodes (#2172)Leslie Zhai2024-12-192-0/+16
* [LA64_DYNAREC] Fix VPICKVE2GR_WU typo (#2171)Leslie Zhai2024-12-191-4/+4
* [RV64_DYNAREC] Fixed 32bits SUBz (#2170)Yang Liu2024-12-181-1/+9
* [RV64_DYNAREC] Added more LOCK prefix opcodes (#2169)Yang Liu2024-12-181-0/+79
* [RV64_DYNAREC] Fixed 32bit ADDIz (#2168)Yang Liu2024-12-181-1/+9
* [RV64_DYNAREC] Fixed CMPXCHG8B (#2167)Yang Liu2024-12-181-5/+5
* [RV64_DYNAREC] Added unaligned support to CMPXCHG8B opcode (#2166)Yang Liu2024-12-183-69/+101
* Improved handling of stack size and addresses attribute for threads ([BOX32] ...ptitSeb2024-12-182-50/+80
* Added an helper function to abort and backtrace (used in [BOX32] when pointer...ptitSeb2024-12-182-2/+37
* [ELFLOADER] Do not fornul dlclose remaining libs at exit, just lest dependanc...ptitSeb2024-12-181-2/+2
* Simplfied env var and trace file initial managmentptitSeb2024-12-181-58/+28
* [GDBJIT] Refined RV64 and LA64 support (#2165)Yang Liu2024-12-184-6/+10
* [LA64_DYNAREC] Added POPCNT opcode and fixed an issue too (#2164)Yang Liu2024-12-183-3/+55
* [GDBJIT] Show x64pc in gdb, also added documentation (#2163)Yang Liu2024-12-184-6/+17
* Added initial GDBJIT support (#2162)Yang Liu2024-12-1712-1/+197
* [BOX32][TRACE] Improved trace of wrapped functionsptitSeb2024-12-171-102/+105
* [BOX32] Small change on how tls memory is allocatedptitSeb2024-12-172-4/+4
* Some (mostly) cosmetic change to x64emu initializersptitSeb2024-12-172-5/+5
* [BOX32][WRAPPER] More fixes to sendmsg/rcvmsg wrapping (fixes some wine 32bit...ptitSeb2024-12-171-3/+7
* [BOX32] Improved pre-reserve highmem, and use that memory for dynablocksptitSeb2024-12-171-2/+10
* [BOX32][WRAPPING] Added 32bits wrapped libxcb-res and fixes some wrapped func...ptitSeb2024-12-1716-140/+260
* [RV64_DYNAREC] Extended simple wrapper for more int types (#2160)xctan2024-12-173-342/+1669
* [BOX32][WRAPPER] Silence some conversion warningsptitSeb2024-12-162-1/+4
* [WRAPPER] Added wrapped libxcb-res with new wrapperhelperptitSeb2024-12-169-0/+209
* [WRAPPER] Reworked libxcb wrapping with new wrapperhelperptitSeb2024-12-166-698/+816
* [BOX32][WRAPPER] Added 32bits wrapped libxcbptitSeb2024-12-1612-8/+1082
* [BOX32][WRAPPER] Prepare xcb_connection_t* align functionsptitSeb2024-12-161-0/+2
* [BOX32][WRAPPER] Added 32bits wrapped libx11-xcbptitSeb2024-12-169-0/+86