about summary refs log tree commit diff stats
path: root/src/libtools/obstack.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-09-18[RV64_DYNAREC] Fixed some found issues in vector (#1834)Yang Liu2-39/+43
2024-09-18[WRAPPER] Reworked libGLU with new wrapper helperptitSeb6-110/+111
2024-09-18[WRAPPER] Reworked libEGL with new wrapperhelperptitSeb4-32/+42
2024-09-18[WRAPPER] Reworked libgobject-2.0 with new wrapperhelperptitSeb6-194/+198
2024-09-18[WRAPPER] Reworked wrapped libpsl.so.5 with new wrapperhelperptitSeb1-2/+21
2024-09-18[WRAPPER] Reworked wrapping glib-2.0 (stil with new wrapperhelper)ptitSeb6-492/+506
2024-09-18[WRAPPER] Reworked wrapped libgio-2.0ptitSeb6-829/+827
2024-09-18[RV64_DYNAREC] Added more opcodes for vector (#1833)Yang Liu3-43/+139
2024-09-17[WRAPEPR] Reworked wrapping of libgdk3ptitSeb6-467/+349
2024-09-17[WRAPPER] Reworked gtk3 wrappingptitSeb6-983/+1232
2024-09-17Save flags and defered flags when runing EmuCall ([DYNAREC] Same for DynaCall)ptitSeb2-0/+25
2024-09-17[DYNAREC] Track if a dynablock is for 32bits code (for future use)ptitSeb2-6/+9
2024-09-17[RV64_DYNAREC] Added more 66 0F opcodes for vector (#1832)Yang Liu1-0/+164
2024-09-17[RV64_DYNAREC] Added more 66 0F opcodes for vector (#1831)Yang Liu1-0/+90
2024-09-16[RV64_DYNAREC] Added more opcodes for vector (#1830)Yang Liu3-3/+187
2024-09-16[RV64_DYNAREC] Added more 66 0F opcodes for vector (#1829)Yang Liu1-0/+69
2024-09-16Fixed non-box32 buildsptitSeb1-0/+2
2024-09-16[BOX32][TRACE] Improved some trace and function calls for 32bits processptitSeb2-3/+22
2024-09-16[BOX32] Added 1 more wrapped 32bits libc functionptitSeb4-1/+5
2024-09-16[BOX32] Fixed an issue with using 32bits OpenGL with SDL1.2ptitSeb1-1/+1
2024-09-16[BOX32] Added some more 32bits wrapped function, and fixing some SDL onesptitSeb7-7/+60
2024-09-16[DYNAREC] Forgot some files in previous commitptitSeb2-2/+9
2024-09-16[DYNAREC] Make sure jump address is wrapped on 32bits address spaceptitSeb9-16/+52
2024-09-16[BOX32][TRACE] Added a warning when executing 32bits code in 64bits address s...ptitSeb1-0/+5
2024-09-16[BOX32] Partial handling of wrapped dl_iterate_phdrptitSeb2-1/+42
2024-09-16Better handling of argv[0]ptitSeb1-1/+4
2024-09-15[ARM64_DYNAREC] Fixed most CD xx opcodesptitSeb1-0/+1
2024-09-14Added a hack so program that wprintf to the console actualy work if box64 alr...ptitSeb3-1/+20
2024-09-14[BOX32][WRAPPER] Added more 32bits sdl1 and libc symbolsptitSeb11-66/+277
2024-09-14[BOX32][ELFLOADER] Fixed some issue with symbol resolverptitSeb4-13/+35
2024-09-14Added 66 F3 0F BD opcode ([ARM64_DYNAREC] Too)ptitSeb2-0/+39
2024-09-14[BOX32] Added a few libc 32biyts wrapped functionsptitSeb4-3/+12
2024-09-14[BOX32] Added (mostly untested) wrapped libGL and minimum SDL1 (SDLgears and ...ptitSeb22-4/+8544
2024-09-14Fixed flags for AVX.0F38 F2 opcode ([ARM64_DYNAREC] too)ptitSeb2-1/+23
2024-09-13[RV64_DYNAREC] Added 1 more opcode for vector and some refactor and fixes too...Yang Liu7-47/+74
2024-09-13[BOX32][TRACE] More improved trace for some 32bits functions callptitSeb1-1/+3
2024-09-13[BOX32][TRACE] Better trace for 32bits call to strtol and strtoulptitSeb1-0/+3
2024-09-13[BOX32] More small 32bits signature adjustmentsptitSeb1-5/+5
2024-09-13[BOX32][TRACE] Better trace for 32bits strncasecmp callsptitSeb1-0/+3
2024-09-13[BOX32] Added one more wrapped 32bits libc functionptitSeb1-1/+1
2024-09-13[BOX32] Adjusted some 32bits wrapped functionsptitSeb5-23/+23
2024-09-13[BOX32][TRACE] Better trace for some 32bits wrapped function callsptitSeb1-12/+46
2024-09-13[TRACE] Better trace for 32bits FF 52 opcodeptitSeb1-0/+4
2024-09-13[BOX32] Fixed 32bits wrapped localeconv (for #1780)ptitSeb1-0/+1
2024-09-13[BOX32] Fixed gethostbyname 32bits wrapped function (for #1780 but still cras...ptitSeb1-6/+9
2024-09-12[DYNAREC] fix page calculation error (#1822)JunChi10221-3/+3
2024-09-12[RV64_DYNAREC] Refactored vector SEW tracking (#1820)Yang Liu9-48/+46
2024-09-12[RV64_DYNAREC] Fixed a typo on vector_sew initialization (#1819)Yang Liu2-2/+2
2024-09-12[STATIC] Forgot this definitionptitSeb1-0/+1
2024-09-12Fixed a typoptitSeb2-2/+2