| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Force the use of spaces in .clang-format (#1406) | Yang Liu | 2024-04-03 | 1 | -0/+1 | |
| | | ||||||
| * | [ARM64_DYNAREC] Better fix for #1366, that should help #1383) | ptitSeb | 2024-04-02 | 4 | -6/+5 | |
| | | ||||||
| * | [DYNAREC] Small fixed on dynarec block protection | ptitSeb | 2024-04-02 | 1 | -1/+1 | |
| | | ||||||
| * | Create libssl/libcrypto symlinks (#1402) | Yang Liu | 2024-04-02 | 1 | -27/+31 | |
| | | ||||||
| * | [ELFLOADER] Fixed some residual issue with elfloader (espacially on non-4K ↵ | ptitSeb | 2024-04-02 | 1 | -8/+12 | |
| | | | | | pagesize) (should help #1398 #1271 maybe help #939 and probably others) | |||||
| * | [DYNAREC] Improved CancelBlock function (might help #1383) | ptitSeb | 2024-04-02 | 1 | -1/+1 | |
| | | ||||||
| * | [RV64_DYNAREC] Fixed some issue with x87 stack managment (ported from ARM64) ↵ | Yang Liu | 2024-04-02 | 1 | -12/+18 | |
| | | | | | (#1401) | |||||
| * | Added wrapped libicuuc73 and libicui18n73 | ptitSeb | 2024-04-02 | 13 | -0/+317 | |
| | | ||||||
| * | [LA64_DYNAREC] Added more SSE/SSE2 instructions (#1400) | Yang Liu | 2024-04-02 | 5 | -4/+154 | |
| | | | | | | * [LA64_DYNAREC] Added more SSE/SSE2 instructions * Thank you test16 | |||||
| * | [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 | 2 | -4/+11 | |
| | | | | | | | | * Implement BOX64_RCFILE * Update USAGE.md * Should fix tests | |||||
| * | [LA64_DYNAREC] Added basic SSE infra and 66 0F 6E MOVD opcode (#1391) | Yang Liu | 2024-03-28 | 7 | -28/+718 | |
| | | ||||||
| * | update clang-format for IFX and QUOTE (#1390) | Jiarui Wang | 2024-03-28 | 1 | -0/+2 | |
| | | | | | | * update clang-format * refactor: add more ifmacros | |||||
| * | 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 | 4 | -2156/+2195 | |
| | | | | Co-authored-by: howard <howardzz@foxmail.com> | |||||
| * | 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 | |
| | | | | | | * [LA64_DYNAREC] Added FP instructions to the emitter * [LA64_DYNAREC] Added some LSX/LASX instructions to the emitter | |||||
| * | [DYNAREC] This should fix some issue with dynarec, like #1366 (but should be ↵ | ptitSeb | 2024-03-19 | 1 | -6/+7 | |
| | | | | | revisited soon, to many bytes writen there) | |||||
| * | Changed, again, RDTSC and Hardware counter, introducing auto calibration ↵ | ptitSeb | 2024-03-14 | 7 | -48/+58 | |
| | | | | | when hardware counter is too slow for modern standard (and removed BOX64_RDTSC env. var.) | |||||
| * | Added 64 66 83 opcodes ([ARM64_DYNAREC] too) | ptitSeb | 2024-03-14 | 3 | -1/+132 | |
| | | ||||||
| * | Update GH-Actions workflows to remove Node.js deprecation warning. (#1359) | Tristan Morgan | 2024-03-14 | 2 | -4/+4 | |
| | | ||||||
| * | [ARM64_DYNAREC] Try to improve strongmem=4 method, with a completly ↵ | ptitSeb | 2024-03-13 | 2 | -12/+14 | |
| | | | | | different approach | |||||
| * | [RCFILE] Fixed some issues with wine program detection | ptitSeb | 2024-03-12 | 2 | -3/+4 | |
| | | ||||||
| * | [RCFILE] Added 2 new rcfile only option, and try to apply wine program ↵ | ptitSeb | 2024-03-12 | 5 | -37/+72 | |
| | | | | | parameter earlier, before wien load to be able to change command line and maxcpu | |||||
| * | 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 | 3 | -4/+8 | |
| | | ||||||
| * | [LA64_DYNAREC] Added more opcodes and some fixes (#1355) | Yang Liu | 2024-03-11 | 8 | -16/+210 | |
| | | | | | | | | | | | | | | * Added F0 B1 /0 LOCK CMPXCHG opcode * Added 0F BE MOVSX opcode * Added 81/83 /7 CMP opcodes * Fixed emit_shl32c * Added missing default * Added A0 MOV opcode | |||||
| * | [LA64_DYNAREC] Added more opcodes (#1354) | Yang Liu | 2024-03-11 | 4 | -176/+313 | |
| | | | | | | | | | | | | | | | | * Added 38 CMP opcode * Added 0F B6 MOVZX opcode * Added 88 MOV opcode * Fixed 0F B6 MOVZX opcode * Added 81/83 LOCK ADD opcodes * Added 98 CWDE opcode * Rebase | |||||
| * | [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 ↵ | ptitSeb | 2024-03-09 | 5 | -53/+28 | |
| | | | | | unload the lib so it can be dlopen again) | |||||
| * | 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, ↵ | ptitSeb | 2024-03-09 | 1 | -1/+1 | |
| | | | | | maybe other android version of box64 too) | |||||
| * | [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 | |
| | | ||||||