about summary refs log tree commit diff stats
path: root/src/libtools/decopcode.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2024-12-17[BOX32][WRAPPER] More fixes to sendmsg/rcvmsg wrapping (fixes some wine 32bit...ptitSeb1-3/+7
2024-12-17[BOX32] Improved pre-reserve highmem, and use that memory for dynablocksptitSeb1-2/+10
2024-12-17[BOX32][WRAPPING] Added 32bits wrapped libxcb-res and fixes some wrapped func...ptitSeb17-141/+261
2024-12-17[RV64_DYNAREC] Extended simple wrapper for more int types (#2160)xctan4-346/+1679
2024-12-17[CMAKE] Fixed linking issue with mold (#2159)xctan1-4/+4
2024-12-16[BOX32][WRAPPER] Silence some conversion warningsptitSeb2-1/+4
2024-12-16[WRAPPER] Added wrapped libxcb-res with new wrapperhelperptitSeb10-0/+211
2024-12-16[WRAPPER] Reworked libxcb wrapping with new wrapperhelperptitSeb6-698/+816
2024-12-16[BOX32][WRAPPER] Added 32bits wrapped libxcbptitSeb14-10/+1085
2024-12-16[BOX32][WRAPPER] Prepare xcb_connection_t* align functionsptitSeb1-0/+2
2024-12-16[BOX32][WRAPPER] Prepare xcb_connection_t* as n on box32ptitSeb2-8/+20
2024-12-16[BOX32][WRAPPER] Added 32bits wrapped libx11-xcbptitSeb10-0/+87
2024-12-16[LA64_DYNAREC] Added PTEST opcode (#2158)Leslie Zhai2-0/+35
2024-12-15[RV64_DYNAREC] Fixed more regressions (#2157)Yang Liu2-5/+4
2024-12-15[BOX32][WRAPPER] More fixes on 32bits libc wrappingptitSeb3-2/+17
2024-12-15[BOX32] Try to impove pthread_cond_t handlingptitSeb1-1/+8
2024-12-15[BOX32][WRAPPER] Some fixes to struct msghdr alignment functionsptitSeb2-5/+6
2024-12-15[BOX32] Rollback simplied alignment of msghdr as cmsg also needs alignment (s...ptitSeb3-11/+58
2024-12-15[BOX32][WRAPPER] Moved all function wrapped from wrappedresolv.c to libc_net3...ptitSeb2-103/+98
2024-12-15[BOX32][WRAPPER] Try to fix build issue for older system (for #2156)ptitSeb1-1/+2
2024-12-15[BOX32][WRAPPER] Some work on 32bits xcb_connectionptitSeb7-137/+347
2024-12-15[BOX32][WRAPPER] More work on libc wrapping, and some new syscall tooptitSeb11-30/+135
2024-12-15[BOX32][WRAPPER] Added mtrace and muntrace to 32bits wrapped libc (for #2155)ptitSeb1-2/+2
2024-12-15[WRAPPER] Made gtkclass.c less likely to be recompiled (#2153)Yang Liu1-6/+87
2024-12-14[BOX32][WRAPPER] More fixes to libc and libX11 wrappingptitSeb9-14/+120
2024-12-14[BOX32][WRAPPER] More fixes to libc and X11 wrappingptitSeb9-98/+82
2024-12-14[BOX32][WRAPPER] Fixes and improves libc wrappingptitSeb7-15/+55