about summary refs log tree commit diff stats
path: root/src/libtools/obstack.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-04-01Added a couple of symbols to wrapped libcms2 and libgstaudio-1.0ptitSeb2-6/+6
2024-03-29[ARM64_DYNAREC] Fixed some issue with x87 stack managmentptitSeb3-24/+31
2024-03-28Add BOX64_RCFILE variable (#1392)olegos22-4/+11
2024-03-28[LA64_DYNAREC] Added basic SSE infra and 66 0F 6E MOVD opcode (#1391)Yang Liu7-28/+718
2024-03-28update clang-format for IFX and QUOTE (#1390)Jiarui Wang1-0/+2
2024-03-27Improve memory handling for wine, againptitSeb3-4/+26
2024-03-27Added some path for termux/glibc buildsptitSeb2-6/+11
2024-03-26[ARM64_DYNAREC] More check to abort a block if x87 stack cache is incoherentptitSeb2-1/+12
2024-03-25Fixed some warningptitSeb1-4/+4
2024-03-25[REFACTOR] Refactor main.c (#1362)howard974-2156/+2195
2024-03-21Added 66 0F BF opcodeptitSeb1-0/+9
2024-03-20[LA64_DYNAREC] Added CMOVcc opcodes and some fixes too (#1375)Yang Liu3-23/+44
2024-03-20[LA64_DYNAREC] Added some FP/LSX/LASX instructions to the emitter (#1374)Yang Liu1-1/+833
2024-03-19[DYNAREC] This should fix some issue with dynarec, like #1366 (but should be ...ptitSeb1-6/+7
2024-03-14Changed, again, RDTSC and Hardware counter, introducing auto calibration when...ptitSeb7-48/+58
2024-03-14Added 64 66 83 opcodes ([ARM64_DYNAREC] too)ptitSeb3-1/+132
2024-03-14Update GH-Actions workflows to remove Node.js deprecation warning. (#1359)Tristan Morgan2-4/+4
2024-03-13[ARM64_DYNAREC] Try to improve strongmem=4 method, with a completly different...ptitSeb2-12/+14
2024-03-12[RCFILE] Fixed some issues with wine program detectionptitSeb2-3/+4
2024-03-12[RCFILE] Added 2 new rcfile only option, and try to apply wine program parame...ptitSeb5-37/+72
2024-03-12Changed in commented code, for more internal useptitSeb1-0/+2
2024-03-12Changed how cpu cores are reported in cpuid for large number (>64)ptitSeb1-2/+9
2024-03-11[LA64_DYNAREC] Added more LBT instructions to the printer (#1356)Yang Liu2-28/+168
2024-03-11Do not expose FMA cpu extension, it's associated to AVX by some enginesptitSeb3-4/+8
2024-03-11[LA64_DYNAREC] Added more opcodes and some fixes (#1355)Yang Liu8-16/+210
2024-03-11[LA64_DYNAREC] Added more opcodes (#1354)Yang Liu4-176/+313
2024-03-10[DYNAREC] Limit temporary memory allocation on FillBlock64ptitSeb8-50/+42
2024-03-10[VULKAN] Added 1 more NV extensionptitSeb1-0/+7
2024-03-10[ELFLOADER] small change on free elf memoryptitSeb1-2/+2
2024-03-10[TRACE] Slighlty better log when emiting SIGILLptitSeb1-0/+5
2024-03-10[TRACE] slignthly better log for ExitEmulation bridgeptitSeb1-2/+4
2024-03-10Don't expose BMI1 for now, it's not really supportedptitSeb1-1/+1
2024-03-10[ARM64_DYNAREC] Added 64/65 0B opcodeptitSeb1-0/+10
2024-03-10[ARM64_DYNAREC] Fixed printer for MVN with shiftptitSeb1-2/+2
2024-03-09Improved unload of libs (help wine when dlopen / dlclose is supposed to unloa...ptitSeb5-53/+28
2024-03-09Put back 8 slots for xcb_connection_t wrappingptitSeb1-1/+1
2024-03-09Don't try to load libstdc++ when loaing libGL if it's wine (helps mobox, mayb...ptitSeb1-1/+1
2024-03-08[TRACE] Better trace for (f)getxattrptitSeb1-0/+6
2024-03-08[DYNAREC] Small changeon the critical section handling of custommemptitSeb1-2/+3
2024-03-08Change wrapping of _exit to just exit immediatly as expectedptitSeb3-3/+1
2024-03-08[ARM64_DYNAREC][RV64_DYNAREC] Fixed some case where MOVS/B/W/D/Q is used on a...ptitSeb4-5/+57
2024-03-08[INTERPRETER] Added 64 EB opcode (for #1347)ptitSeb1-0/+5
2024-03-08POPF opcode should not overwrite IF bitptitSeb3-3/+4
2024-03-08[ARM64_DYNAREC] Added 66 64 0F 6F opcode (for #1349)ptitSeb1-30/+47
2024-03-08[INTERPRETER] Added 66 64 0F 6F opcode (for #1349)ptitSeb1-4/+12
2024-03-08[ARM64_DYNAREC] Added 67 64 8B opcodeptitSeb1-0/+13
2024-03-08[ARM64_DYNAREC] Added 67 64 8F opcodeptitSeb1-0/+13
2024-03-08[INTERPRETER] Added 67 64 8F opcodes, and fixed 67 64 89/8B opcodesptitSeb4-8/+80
2024-03-08[ARM64_DYNAREC] Improved MOV32w and MOV64x with a funciton with more speciall...ptitSeb3-23/+84
2024-03-08[DYNAREC] Revert some fasly changes to the shift opcodes (#1346)Yang Liu7-297/+306