| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | [RV64_DYNAREC] Fixed various bugs in shift instructions (#1426) | xctan | 2024-04-07 | 4 | -146/+764 | |
| | | | | | | | | | | | | | | | | | | | | * [RV64_DYNAREC] Optimized 8-bit constant shifts * [RV64_DYNAREC] Fixed shl8c when c > 8 * [RV64_DYNAREC] Optimized 16-bit constant shifts * [RV64_DYNAREC] Optimized 8-bit CL shifts * [RV64_DYNAREC] Fixed SF generation of 32-bit SHL Ed, CL * [RV64_DYNAREC] Optimized 16-bit CL shifts * [RV64_DYNAREC] Fixed typo in 8-bit CL SHL and SHR * [RV64_DYNAREC] Fixed the wrong mask in 8-bit SHL Eb, CL * [RV64_DYNAREC] Fixed typo in SAR Ew, CL | |||||
| * | [LA64_DYNAREC] Added more opcodes (#1425) | Yang Liu | 2024-04-06 | 7 | -10/+272 | |
| | | | | | | | | | | | | | | | | | | | | * Added 0B OR opcode * Added D3 /7 SAR opcode * Added D3 /5 SHR opcode * Added 80 /1 OR opcode * Addeded 66 0F BE MOVSX opcode * Fixed SRAxw * Fix * Added 0F C8..CF BSWAP opcode * Added more opcodes | |||||
| * | [LA64_DYNAREC] Added more opcodes (#1424) | Yang Liu | 2024-04-06 | 4 | -2/+260 | |
| | | | | | | | | | | | | | | * [LA64_DYNAREC] Added 66 C1 /5 SHR opcode * Added 69 IMUL opcode * Added F7 /6 DIV opcode * Added 6B IMUL opcode * Added C1 /1 ROR opcode * [LA64_DYNAREC] Added 87 XCHG opcode | |||||
| * | [LA64_DYNAREC] Added more opcode and fixes (#1423) | Yang Liu | 2024-04-06 | 6 | -7/+117 | |
| | | | | | | | | | | | | | | * Fixed F2 0F MOVSD opcode * Added F3 0F 6F MOVDQU opcode * Added F2,F3 A5 MOVSD opcode * Added 80 /5 SUB opcode * Fixed a typo in .clang-format * Added 66 85 TEST opcode and a fix | |||||
| * | [LA64_DYNAREC] Added more opcodes (#1422) | Yang Liu | 2024-04-06 | 4 | -4/+202 | |
| | | | | | | | | | | | | * Added 1C SBB opcode * Added 3A CMP opcode * Added 38 CMP opcode * Added 81,83 /6 XOR opcode * Added F7 /4 MUL opcode | |||||
| * | [LA64_DYNAREC] Added more SSE/SSE2 instructions (#1421) | Haichen Wu | 2024-04-06 | 2 | -0/+50 | |
| | | | | | | * [LA64_DYNAREC] Added more SSE/SSE2 instructions * [LA64_DYNAREC] Added more SSE/SSE2 instructions | |||||
| * | [LA64_DYNAREC] Fixed missing LBT path and more (#1419) | Yang Liu | 2024-04-06 | 3 | -16/+25 | |
| | | | | | | | | * [LA64_DYNAREC] Fixed missing LBT path and more * Fixed D3 /4/6 SHL opcode * LA64 qemu is not stable too | |||||
| * | [DYNAREC] Fixed REP opcodes for correct register state recovery (#1420) | Yang Liu | 2024-04-06 | 3 | -9/+9 | |
| | | ||||||
| * | [LA64_DYNAREC] Added more opcodes (#1418) | Yang Liu | 2024-04-05 | 5 | -2/+205 | |
| | | | | | | | | | | | | * Added 0F A3 BT opcode * Added 3C CMP opcode * Added C0 /4/5/6/7 opcodes * Added 6A PUSH opcode * Added F2,F3 A6 CMPSB opcode | |||||
| * | [LA64_DYNAREC] Added more opcodes (#1417) | Yang Liu | 2024-04-05 | 6 | -2/+265 | |
| | | | | | | | | | | * Added 64 8B MOV opcode * Added 64 33 XOR opcode * Added 19 SBB opcode * Smol fix | |||||
| * | [LA64_DYNAREC] Added more opcodes (#1416) | Yang Liu | 2024-04-05 | 7 | -3/+295 | |
| | | | | | | | | | | * [LA64_DYNAREC] Added 0F AF IMUL opcode * Update clang-format rules * Added 08 OR opcode * Added F7 /3 NEG opcode and fixed some potential bugs | |||||
| * | [LA64_DYNAREC] Fixed SSE issues (#1415) | Yang Liu | 2024-04-05 | 2 | -15/+18 | |
| | | | | | | * [LA64_DYNAREC] Fixed SSE issues * Fixed MOVSD modreg | |||||
| * | [LA64_DYNAREC] Added more SSE/SSE2 instructions (#1410) | Haichen Wu | 2024-04-04 | 5 | -0/+149 | |
| | | ||||||
| * | Wrapped some more functions to gstreamer-1.0 and friends (for #1397) | ptitSeb | 2024-04-03 | 6 | -6/+66 | |
| | | ||||||
| * | Wrapped 2 more functionto gstreamer-1.0 (for #1397) | ptitSeb | 2024-04-03 | 4 | -2/+32 | |
| | | ||||||
| * | Wrapped GstAudioFilter (for #1397) | ptitSeb | 2024-04-03 | 3 | -1/+69 | |
| | | ||||||
| * | [RCFILE] Make sure strdup is coherent with free | ptitSeb | 2024-04-03 | 1 | -4/+4 | |
| | | ||||||
| * | [INTERPRETER] Added aligned path to F0 0F C7 opcode | ptitSeb | 2024-04-03 | 1 | -0/+37 | |
| | | ||||||
| * | [RV64_DYNAREC] Added 0F 70 PSHUFW opcode (#1408) | Yang Liu | 2024-04-03 | 1 | -0/+15 | |
| | | ||||||
| * | [RV64_DYNAREC] Add 1E/1F opcode (#1407) | ZoHan | 2024-04-03 | 1 | -4/+27 | |
| | | | | | | | | * [RV64_DYNAREC] Add 1E/1F opcode * modify the format * modify the format | |||||
| * | [RV64_DYNAREC] Add more opcodes (#1405) | ZoHan | 2024-04-03 | 1 | -0/+36 | |
| | | | | | | * [RV64_DYNAREC] Add more opcodes * modify the format | |||||
| * | [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 | |
| | | ||||||
| * | [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 | 12 | -0/+315 | |
| | | ||||||
| * | [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 | 1 | -4/+8 | |
| | | | | | | | | * 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 | |
| | | ||||||
| * | 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 | |
| | | | | 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 | 6 | -42/+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 | |
| | | ||||||
| * | [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 | 1 | -2/+3 | |
| | | ||||||
| * | [RCFILE] Added 2 new rcfile only option, and try to apply wine program ↵ | ptitSeb | 2024-03-12 | 3 | -36/+62 | |
| | | | | | 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 | |
| | | ||||||