about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* [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
* [WRAPPER] Added a few more wrapped function (to emulate recent SDL2)ptitSeb2025-01-265-4/+55
* [ARM64_DYNAREC] Added AVX.F3.0F38 F5 opcodeptitSeb2025-01-261-0/+29
* Expanded file mapping tracking for future use (might help #2295)ptitSeb2025-01-253-14/+49
* [ARM64_DYNAREC] Added experimental synch of fpsr and mxcsr for the flags, whe...ptitSeb2025-01-252-8/+74
* [RV64_DYNAREC] Added unaligned codegen for MOVSW (#2296)xctan2025-01-251-1/+7
* [RV64_DYNAREC] Optimized GETIP (#2294)Yang Liu2025-01-247-54/+55
* [RV64_DYNAREC] Removed some TABLE64 usage (#2291)Yang Liu2025-01-242-31/+22
* [RV64_DYNAREC] Force priv opcode flags to be at least defered if safeflags=2 ...Yang Liu2025-01-245-20/+64
* [RV64_DYNAREC] Restricted add/sub RSP optimization ([LA64_DYNAREC] too) (#2292)Yang Liu2025-01-242-4/+4