about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* [LA64_DYNAREC] Fixed EBBACK (#1399)Yang Liu2024-04-022-10/+10
* Added a couple of symbols to wrapped libcms2 and libgstaudio-1.0ptitSeb2024-04-012-6/+6
* [ARM64_DYNAREC] Fixed some issue with x87 stack managmentptitSeb2024-03-293-24/+31
* Add BOX64_RCFILE variable (#1392)olegos22024-03-281-4/+8
* [LA64_DYNAREC] Added basic SSE infra and 66 0F 6E MOVD opcode (#1391)Yang Liu2024-03-287-28/+718
* Improve memory handling for wine, againptitSeb2024-03-273-4/+26
* Added some path for termux/glibc buildsptitSeb2024-03-272-6/+11
* [ARM64_DYNAREC] More check to abort a block if x87 stack cache is incoherentptitSeb2024-03-262-1/+12
* Fixed some warningptitSeb2024-03-251-4/+4
* [REFACTOR] Refactor main.c (#1362)howard972024-03-253-2156/+2194
* Added 66 0F BF opcodeptitSeb2024-03-211-0/+9
* [LA64_DYNAREC] Added CMOVcc opcodes and some fixes too (#1375)Yang Liu2024-03-203-23/+44
* [LA64_DYNAREC] Added some FP/LSX/LASX instructions to the emitter (#1374)Yang Liu2024-03-201-1/+833
* [DYNAREC] This should fix some issue with dynarec, like #1366 (but should be ...ptitSeb2024-03-191-6/+7
* Changed, again, RDTSC and Hardware counter, introducing auto calibration when...ptitSeb2024-03-146-42/+58
* Added 64 66 83 opcodes ([ARM64_DYNAREC] too)ptitSeb2024-03-143-1/+132
* [ARM64_DYNAREC] Try to improve strongmem=4 method, with a completly different...ptitSeb2024-03-132-12/+14
* [RCFILE] Fixed some issues with wine program detectionptitSeb2024-03-121-2/+3
* [RCFILE] Added 2 new rcfile only option, and try to apply wine program parame...ptitSeb2024-03-123-36/+62
* Changed in commented code, for more internal useptitSeb2024-03-121-0/+2
* Changed how cpu cores are reported in cpuid for large number (>64)ptitSeb2024-03-121-2/+9
* [LA64_DYNAREC] Added more LBT instructions to the printer (#1356)Yang Liu2024-03-112-28/+168
* Do not expose FMA cpu extension, it's associated to AVX by some enginesptitSeb2024-03-112-4/+5
* [LA64_DYNAREC] Added more opcodes and some fixes (#1355)Yang Liu2024-03-118-16/+210
* [LA64_DYNAREC] Added more opcodes (#1354)Yang Liu2024-03-114-176/+313
* [DYNAREC] Limit temporary memory allocation on FillBlock64ptitSeb2024-03-108-50/+42
* [VULKAN] Added 1 more NV extensionptitSeb2024-03-101-0/+7
* [ELFLOADER] small change on free elf memoryptitSeb2024-03-101-2/+2
* [TRACE] Slighlty better log when emiting SIGILLptitSeb2024-03-101-0/+5
* [TRACE] slignthly better log for ExitEmulation bridgeptitSeb2024-03-101-2/+4
* Don't expose BMI1 for now, it's not really supportedptitSeb2024-03-101-1/+1
* [ARM64_DYNAREC] Added 64/65 0B opcodeptitSeb2024-03-101-0/+10
* [ARM64_DYNAREC] Fixed printer for MVN with shiftptitSeb2024-03-101-2/+2
* Improved unload of libs (help wine when dlopen / dlclose is supposed to unloa...ptitSeb2024-03-095-53/+28
* Put back 8 slots for xcb_connection_t wrappingptitSeb2024-03-091-1/+1
* Don't try to load libstdc++ when loaing libGL if it's wine (helps mobox, mayb...ptitSeb2024-03-091-1/+1
* [TRACE] Better trace for (f)getxattrptitSeb2024-03-081-0/+6
* [DYNAREC] Small changeon the critical section handling of custommemptitSeb2024-03-081-2/+3
* Change wrapping of _exit to just exit immediatly as expectedptitSeb2024-03-083-3/+1
* [ARM64_DYNAREC][RV64_DYNAREC] Fixed some case where MOVS/B/W/D/Q is used on a...ptitSeb2024-03-084-5/+57
* [INTERPRETER] Added 64 EB opcode (for #1347)ptitSeb2024-03-081-0/+5
* POPF opcode should not overwrite IF bitptitSeb2024-03-083-3/+4
* [ARM64_DYNAREC] Added 66 64 0F 6F opcode (for #1349)ptitSeb2024-03-081-30/+47
* [INTERPRETER] Added 66 64 0F 6F opcode (for #1349)ptitSeb2024-03-081-4/+12
* [ARM64_DYNAREC] Added 67 64 8B opcodeptitSeb2024-03-081-0/+13
* [ARM64_DYNAREC] Added 67 64 8F opcodeptitSeb2024-03-081-0/+13
* [INTERPRETER] Added 67 64 8F opcodes, and fixed 67 64 89/8B opcodesptitSeb2024-03-084-8/+80
* [ARM64_DYNAREC] Improved MOV32w and MOV64x with a funciton with more speciall...ptitSeb2024-03-083-23/+84
* [DYNAREC] Revert some fasly changes to the shift opcodes (#1346)Yang Liu2024-03-087-297/+306
* [DYNAREC] Made shift operations handle count==0 more uniformly (#1345)Yang Liu2024-03-0810-282/+378