| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | [ARM64_DYNAREC] Optimized REP MOVSB | ptitSeb | 2025-02-07 | 3 | -0/+57 |
| * | [RV64_DYNAREC] Small optim to 64 A1/A3 opcodes (#2320) | Yang Liu | 2025-02-07 | 1 | -6/+12 |
| * | [DYNAREC] Optimized grab_segdata calls on MODREG (#2319) | Yang Liu | 2025-02-07 | 13 | -126/+129 |
| * | [LA64_DYNAREC] Added 64 88 MOV opcode (#2318) | Yang Liu | 2025-02-07 | 1 | -1/+34 |
| * | [ARM64_DYNAREC] Small optims/fixes for a few F2 0F prefixed opcodes | ptitSeb | 2025-02-06 | 1 | -6/+16 |
| * | [ARM64_DYNAREC] Added a comment in emitter on FCMP behaviour | ptitSeb | 2025-02-06 | 1 | -0/+3 |
| * | [INTERPRETER] Small optim on HADDPS and HSUBPS | ptitSeb | 2025-02-06 | 1 | -4/+2 |
| * | [ARM64_DYNAREC] Fixed fstp long double when fastround==0 | ptitSeb | 2025-02-06 | 3 | -5/+48 |
| * | [RCFILE] Adjusted MALLOC_HACK to be an integer between 0 and 2 instead of a B... | ptitSeb | 2025-02-06 | 1 | -1/+1 |
| * | [DYNAREC] Fixed a potential SEGFAULT in FindDynablockFromNativeAddress, and a... | ptitSeb | 2025-02-05 | 1 | -2/+4 |
| * | Remove memory location test for traping wine syscall, box64 doesn't need that | ptitSeb | 2025-02-05 | 1 | -1/+1 |
| * | [DYNAREC] Fixed a rare issue when flags would not be computed on 1st opcode o... | ptitSeb | 2025-02-04 | 1 | -1/+1 |
| * | [ARM64_DYNAREC] Reduce the number of false positive for DYNAREC_MISSING=1 by ... | ptitSeb | 2025-02-03 | 3 | -5/+8 |
| * | [ARM64_DYNAREC] Optmized RCR Eb, CL, and fixed RCL Eb, CL opcode | ptitSeb | 2025-02-03 | 1 | -23/+40 |
| * | [ARM64_DYNAREC] Optimized RCL Eb, CL opcode | ptitSeb | 2025-02-03 | 1 | -4/+33 |
| * | [ARM64_DYNAREC] Added more details on Need optim message for easier grep | ptitSeb | 2025-02-03 | 8 | -38/+38 |
| * | [ARM64_DYNAREC] Small optims on a few 66 prefixed opcodes | ptitSeb | 2025-02-03 | 2 | -16/+27 |
| * | Added auto-generated x64Int3 printer (#2311) | Yang Liu | 2025-02-02 | 2 | -4/+6452 |
| * | [ARM64_DYNAREC] Small improvment on 64 prefixed opcodes | ptitSeb | 2025-02-02 | 5 | -120/+70 |
| * | [COSIM] Don't do div by 0 signal on interpreter part when testing | ptitSeb | 2025-02-02 | 1 | -0/+12 |
| * | [COSIM] Reduce false negative on rcl/rcr OF flag | ptitSeb | 2025-02-02 | 1 | -2/+10 |
| * | [RCFILE] Add some print of NODYNAREC and DYNAREC_TEST when applyed | ptitSeb | 2025-02-02 | 1 | -6/+21 |
| * | [ENV] More tweaks on recoding env mapping (#2309) | Yang Liu | 2025-02-01 | 1 | -5/+5 |
| * | [RV64_DYNAREC] Fixed F2 0F E6 opcode for vector (#2310) | Yang Liu | 2025-02-01 | 1 | -0/+2 |
| * | [ENV] Fixed crash when rcfile does not exist (for #2295) (#2307) | Yang Liu | 2025-02-01 | 1 | -4/+5 |
| * | [ARM64_DYNAREC] Small optim and fixes to a few MMX opcodes | ptitSeb | 2025-02-01 | 1 | -52/+30 |
| * | [ARM64_DYNAREC] Various small fixes and optims in a few AVX opcodes | ptitSeb | 2025-01-31 | 4 | -34/+69 |
| * | [ARM64_DYNAREC] Fixed mxcsr sync with fpsr on SSE_SLUSHTO0, and added a profi... | ptitSeb | 2025-01-31 | 1 | -17/+18 |
| * | [ARM64_DYNAREC] Small change on defered flag handling to make sure it's marke... | ptitSeb | 2025-01-31 | 3 | -78/+67 |
| * | [INTERPRETER] Fixed some AVX opcode that would not zero upper part of registe... | ptitSeb | 2025-01-31 | 1 | -15/+7 |
| * | [BOX32][WRAPPER] Fixed a 32bits libcups wrapped function | ptitSeb | 2025-01-30 | 6 | -6/+16 |
| * | More improvmnet to map with fd tracking | ptitSeb | 2025-01-29 | 5 | -12/+42 |
| * | [DYNAREC] Make BIGBLOCK=2 default | ptitSeb | 2025-01-29 | 1 | -1/+1 |
| * | [ANDROID] Nope, re-disable map with fd tracking on Android | ptitSeb | 2025-01-29 | 1 | -0/+2 |
| * | [ANDROID] Try to re-enable map with fd tracking on Android | ptitSeb | 2025-01-29 | 1 | -2/+0 |
| * | Improved map with fd tracking | ptitSeb | 2025-01-29 | 1 | -9/+10 |
| * | [WRAPPER] Added 1 wrapped function and fixed one on gstreamer | ptitSeb | 2025-01-29 | 4 | -4/+30 |
| * | [RV64_DYNAREC] Fixed lui/auipc immediate in the printer (#2299) | xctan | 2025-01-28 | 1 | -2/+2 |
| * | Improved file map tracking, and use file map info in dynarec for bigblock set... | ptitSeb | 2025-01-27 | 5 | -2/+58 |
| * | [ANDROID] Disable file map tracking on Android for now, as it seems to segfault | ptitSeb | 2025-01-27 | 1 | -0/+2 |
| * | Improved generic mmap tracking | ptitSeb | 2025-01-27 | 1 | -1/+16 |
| * | Added elf support to mmap tracking | ptitSeb | 2025-01-27 | 2 | -2/+4 |
| * | [ENV] Improved a bit env var handling and per file env var | ptitSeb | 2025-01-27 | 2 | -8/+5 |
| * | [DYNAREC] Small change on DIRTY=1 to reduce hotpage effect | ptitSeb | 2025-01-27 | 1 | -1/+2 |
| * | [ENV] Fixed the type of BOX64_DYNAREC_STRONGMEM (#2298) | xctan | 2025-01-27 | 1 | -1/+1 |
| * | [INTERPRETER] Fixed a few warning | ptitSeb | 2025-01-26 | 2 | -5/+5 |
| * | [BOX32][WRAPPER] Added some minium 32bits wrapping for libcups (helps wine) | ptitSeb | 2025-01-26 | 9 | -0/+1053 |
| * | [BOX32][WRAPPER] Add some minimum 32bits gnutls wrapping (helps wine) | ptitSeb | 2025-01-26 | 11 | -0/+2070 |
| * | [BOX32][WRAPPER] Added some more 32bits wrapped function, and improved wrappi... | ptitSeb | 2025-01-26 | 10 | -3/+49 |
| * | [AR64_DYNAREC] Removed a few more use of TABLE64 | ptitSeb | 2025-01-26 | 2 | -5/+5 |