| Commit message (Expand) | Author | Age | Files | Lines |
| * | [LA64_DYNAREC] Fixed EBBACK (#1399) | Yang Liu | 2024-04-02 | 2 | -10/+10 |
| * | Added a couple of symbols to wrapped libcms2 and libgstaudio-1.0 | ptitSeb | 2024-04-01 | 2 | -6/+6 |
| * | [ARM64_DYNAREC] Fixed some issue with x87 stack managment | ptitSeb | 2024-03-29 | 3 | -24/+31 |
| * | Add BOX64_RCFILE variable (#1392) | olegos2 | 2024-03-28 | 1 | -4/+8 |
| * | [LA64_DYNAREC] Added basic SSE infra and 66 0F 6E MOVD opcode (#1391) | Yang Liu | 2024-03-28 | 7 | -28/+718 |
| * | Improve memory handling for wine, again | ptitSeb | 2024-03-27 | 3 | -4/+26 |
| * | Added some path for termux/glibc builds | ptitSeb | 2024-03-27 | 2 | -6/+11 |
| * | [ARM64_DYNAREC] More check to abort a block if x87 stack cache is incoherent | ptitSeb | 2024-03-26 | 2 | -1/+12 |
| * | Fixed some warning | ptitSeb | 2024-03-25 | 1 | -4/+4 |
| * | [REFACTOR] Refactor main.c (#1362) | howard97 | 2024-03-25 | 3 | -2156/+2194 |
| * | Added 66 0F BF opcode | ptitSeb | 2024-03-21 | 1 | -0/+9 |
| * | [LA64_DYNAREC] Added CMOVcc opcodes and some fixes too (#1375) | Yang Liu | 2024-03-20 | 3 | -23/+44 |
| * | [LA64_DYNAREC] Added some FP/LSX/LASX instructions to the emitter (#1374) | Yang Liu | 2024-03-20 | 1 | -1/+833 |
| * | [DYNAREC] This should fix some issue with dynarec, like #1366 (but should be ... | ptitSeb | 2024-03-19 | 1 | -6/+7 |
| * | Changed, again, RDTSC and Hardware counter, introducing auto calibration when... | ptitSeb | 2024-03-14 | 6 | -42/+58 |
| * | Added 64 66 83 opcodes ([ARM64_DYNAREC] too) | ptitSeb | 2024-03-14 | 3 | -1/+132 |
| * | [ARM64_DYNAREC] Try to improve strongmem=4 method, with a completly different... | ptitSeb | 2024-03-13 | 2 | -12/+14 |
| * | [RCFILE] Fixed some issues with wine program detection | ptitSeb | 2024-03-12 | 1 | -2/+3 |
| * | [RCFILE] Added 2 new rcfile only option, and try to apply wine program parame... | ptitSeb | 2024-03-12 | 3 | -36/+62 |
| * | Changed in commented code, for more internal use | ptitSeb | 2024-03-12 | 1 | -0/+2 |
| * | Changed how cpu cores are reported in cpuid for large number (>64) | ptitSeb | 2024-03-12 | 1 | -2/+9 |
| * | [LA64_DYNAREC] Added more LBT instructions to the printer (#1356) | Yang Liu | 2024-03-11 | 2 | -28/+168 |
| * | Do not expose FMA cpu extension, it's associated to AVX by some engines | ptitSeb | 2024-03-11 | 2 | -4/+5 |
| * | [LA64_DYNAREC] Added more opcodes and some fixes (#1355) | Yang Liu | 2024-03-11 | 8 | -16/+210 |
| * | [LA64_DYNAREC] Added more opcodes (#1354) | Yang Liu | 2024-03-11 | 4 | -176/+313 |
| * | [DYNAREC] Limit temporary memory allocation on FillBlock64 | ptitSeb | 2024-03-10 | 8 | -50/+42 |
| * | [VULKAN] Added 1 more NV extension | ptitSeb | 2024-03-10 | 1 | -0/+7 |
| * | [ELFLOADER] small change on free elf memory | ptitSeb | 2024-03-10 | 1 | -2/+2 |
| * | [TRACE] Slighlty better log when emiting SIGILL | ptitSeb | 2024-03-10 | 1 | -0/+5 |
| * | [TRACE] slignthly better log for ExitEmulation bridge | ptitSeb | 2024-03-10 | 1 | -2/+4 |
| * | Don't expose BMI1 for now, it's not really supported | ptitSeb | 2024-03-10 | 1 | -1/+1 |
| * | [ARM64_DYNAREC] Added 64/65 0B opcode | ptitSeb | 2024-03-10 | 1 | -0/+10 |
| * | [ARM64_DYNAREC] Fixed printer for MVN with shift | ptitSeb | 2024-03-10 | 1 | -2/+2 |
| * | Improved unload of libs (help wine when dlopen / dlclose is supposed to unloa... | ptitSeb | 2024-03-09 | 5 | -53/+28 |
| * | Put back 8 slots for xcb_connection_t wrapping | ptitSeb | 2024-03-09 | 1 | -1/+1 |
| * | Don't try to load libstdc++ when loaing libGL if it's wine (helps mobox, mayb... | ptitSeb | 2024-03-09 | 1 | -1/+1 |
| * | [TRACE] Better trace for (f)getxattr | ptitSeb | 2024-03-08 | 1 | -0/+6 |
| * | [DYNAREC] Small changeon the critical section handling of custommem | ptitSeb | 2024-03-08 | 1 | -2/+3 |
| * | Change wrapping of _exit to just exit immediatly as expected | ptitSeb | 2024-03-08 | 3 | -3/+1 |
| * | [ARM64_DYNAREC][RV64_DYNAREC] Fixed some case where MOVS/B/W/D/Q is used on a... | ptitSeb | 2024-03-08 | 4 | -5/+57 |
| * | [INTERPRETER] Added 64 EB opcode (for #1347) | ptitSeb | 2024-03-08 | 1 | -0/+5 |
| * | POPF opcode should not overwrite IF bit | ptitSeb | 2024-03-08 | 3 | -3/+4 |
| * | [ARM64_DYNAREC] Added 66 64 0F 6F opcode (for #1349) | ptitSeb | 2024-03-08 | 1 | -30/+47 |
| * | [INTERPRETER] Added 66 64 0F 6F opcode (for #1349) | ptitSeb | 2024-03-08 | 1 | -4/+12 |
| * | [ARM64_DYNAREC] Added 67 64 8B opcode | ptitSeb | 2024-03-08 | 1 | -0/+13 |
| * | [ARM64_DYNAREC] Added 67 64 8F opcode | ptitSeb | 2024-03-08 | 1 | -0/+13 |
| * | [INTERPRETER] Added 67 64 8F opcodes, and fixed 67 64 89/8B opcodes | ptitSeb | 2024-03-08 | 4 | -8/+80 |
| * | [ARM64_DYNAREC] Improved MOV32w and MOV64x with a funciton with more speciall... | ptitSeb | 2024-03-08 | 3 | -23/+84 |
| * | [DYNAREC] Revert some fasly changes to the shift opcodes (#1346) | Yang Liu | 2024-03-08 | 7 | -297/+306 |
| * | [DYNAREC] Made shift operations handle count==0 more uniformly (#1345) | Yang Liu | 2024-03-08 | 10 | -282/+378 |