about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* [ARM64_DYNAREC] Optimized REP MOVSBptitSeb2025-02-073-0/+57
* [RV64_DYNAREC] Small optim to 64 A1/A3 opcodes (#2320)Yang Liu2025-02-071-6/+12
* [DYNAREC] Optimized grab_segdata calls on MODREG (#2319)Yang Liu2025-02-0713-126/+129
* [LA64_DYNAREC] Added 64 88 MOV opcode (#2318)Yang Liu2025-02-071-1/+34
* [ARM64_DYNAREC] Small optims/fixes for a few F2 0F prefixed opcodesptitSeb2025-02-061-6/+16
* [ARM64_DYNAREC] Added a comment in emitter on FCMP behaviourptitSeb2025-02-061-0/+3
* [INTERPRETER] Small optim on HADDPS and HSUBPSptitSeb2025-02-061-4/+2
* [ARM64_DYNAREC] Fixed fstp long double when fastround==0ptitSeb2025-02-063-5/+48
* [RCFILE] Adjusted MALLOC_HACK to be an integer between 0 and 2 instead of a B...ptitSeb2025-02-061-1/+1
* [DYNAREC] Fixed a potential SEGFAULT in FindDynablockFromNativeAddress, and a...ptitSeb2025-02-051-2/+4
* Remove memory location test for traping wine syscall, box64 doesn't need thatptitSeb2025-02-051-1/+1
* [DYNAREC] Fixed a rare issue when flags would not be computed on 1st opcode o...ptitSeb2025-02-041-1/+1
* [ARM64_DYNAREC] Reduce the number of false positive for DYNAREC_MISSING=1 by ...ptitSeb2025-02-033-5/+8
* [ARM64_DYNAREC] Optmized RCR Eb, CL, and fixed RCL Eb, CL opcodeptitSeb2025-02-031-23/+40
* [ARM64_DYNAREC] Optimized RCL Eb, CL opcodeptitSeb2025-02-031-4/+33
* [ARM64_DYNAREC] Added more details on Need optim message for easier grepptitSeb2025-02-038-38/+38
* [ARM64_DYNAREC] Small optims on a few 66 prefixed opcodesptitSeb2025-02-032-16/+27
* Added auto-generated x64Int3 printer (#2311)Yang Liu2025-02-022-4/+6452
* [ARM64_DYNAREC] Small improvment on 64 prefixed opcodesptitSeb2025-02-025-120/+70
* [COSIM] Don't do div by 0 signal on interpreter part when testingptitSeb2025-02-021-0/+12
* [COSIM] Reduce false negative on rcl/rcr OF flagptitSeb2025-02-021-2/+10
* [RCFILE] Add some print of NODYNAREC and DYNAREC_TEST when applyedptitSeb2025-02-021-6/+21
* [ENV] More tweaks on recoding env mapping (#2309)Yang Liu2025-02-011-5/+5
* [RV64_DYNAREC] Fixed F2 0F E6 opcode for vector (#2310)Yang Liu2025-02-011-0/+2
* [ENV] Fixed crash when rcfile does not exist (for #2295) (#2307)Yang Liu2025-02-011-4/+5
* [ARM64_DYNAREC] Small optim and fixes to a few MMX opcodesptitSeb2025-02-011-52/+30
* [ARM64_DYNAREC] Various small fixes and optims in a few AVX opcodesptitSeb2025-01-314-34/+69
* [ARM64_DYNAREC] Fixed mxcsr sync with fpsr on SSE_SLUSHTO0, and added a profi...ptitSeb2025-01-311-17/+18
* [ARM64_DYNAREC] Small change on defered flag handling to make sure it's marke...ptitSeb2025-01-313-78/+67
* [INTERPRETER] Fixed some AVX opcode that would not zero upper part of registe...ptitSeb2025-01-311-15/+7
* [BOX32][WRAPPER] Fixed a 32bits libcups wrapped functionptitSeb2025-01-306-6/+16
* More improvmnet to map with fd trackingptitSeb2025-01-295-12/+42
* [DYNAREC] Make BIGBLOCK=2 defaultptitSeb2025-01-291-1/+1
* [ANDROID] Nope, re-disable map with fd tracking on AndroidptitSeb2025-01-291-0/+2
* [ANDROID] Try to re-enable map with fd tracking on AndroidptitSeb2025-01-291-2/+0
* Improved map with fd trackingptitSeb2025-01-291-9/+10
* [WRAPPER] Added 1 wrapped function and fixed one on gstreamerptitSeb2025-01-294-4/+30
* [RV64_DYNAREC] Fixed lui/auipc immediate in the printer (#2299)xctan2025-01-281-2/+2
* Improved file map tracking, and use file map info in dynarec for bigblock set...ptitSeb2025-01-275-2/+58
* [ANDROID] Disable file map tracking on Android for now, as it seems to segfaultptitSeb2025-01-271-0/+2
* Improved generic mmap trackingptitSeb2025-01-271-1/+16
* Added elf support to mmap trackingptitSeb2025-01-272-2/+4
* [ENV] Improved a bit env var handling and per file env varptitSeb2025-01-272-8/+5
* [DYNAREC] Small change on DIRTY=1 to reduce hotpage effectptitSeb2025-01-271-1/+2
* [ENV] Fixed the type of BOX64_DYNAREC_STRONGMEM (#2298)xctan2025-01-271-1/+1
* [INTERPRETER] Fixed a few warningptitSeb2025-01-262-5/+5
* [BOX32][WRAPPER] Added some minium 32bits wrapping for libcups (helps wine)ptitSeb2025-01-269-0/+1053
* [BOX32][WRAPPER] Add some minimum 32bits gnutls wrapping (helps wine)ptitSeb2025-01-2611-0/+2070
* [BOX32][WRAPPER] Added some more 32bits wrapped function, and improved wrappi...ptitSeb2025-01-2610-3/+49
* [AR64_DYNAREC] Removed a few more use of TABLE64ptitSeb2025-01-262-5/+5