about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* [ARM64_DYNAREC] Fixed mxcsr sync with fpsr on SSE_SLUSHTO0, and added a profi...ptitSeb2025-01-312-17/+24
* [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
* [DOCS] Fixed BIGBLOCK is 2 by default nowptitSeb2025-01-313-6/+6
* [BOX32][WRAPPER] Fixed a 32bits libcups wrapped functionptitSeb2025-01-306-6/+16
* More improvmnet to map with fd trackingptitSeb2025-01-295-12/+42
* [RCFILE] Added some more profilesptitSeb2025-01-291-0/+27
* [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
* [RCFILE] Add/Modify a few profilesptitSeb2025-01-271-1/+25
* [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-2610-0/+1054
* [BOX32][WRAPPER] Add some minimum 32bits gnutls wrapping (helps wine)ptitSeb2025-01-2612-0/+2071
* [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
* Added syscall 439 (for #2290)ptitSeb2025-01-241-0/+14
* [RV64_DYNAREC] Added codegen for unaligned stores (#2289)xctan2025-01-2412-22/+357
* [DYNAREC] Added preliminary per-file settings (#2288)Yang Liu2025-01-2326-201/+273
* [WRAPPER] Improved libpcap wrapping (still for #2282)ptitSeb2025-01-231-0/+1
* [ENV] Fixed zydis initialization regression (#2287)Yang Liu2025-01-231-3/+7
* Clean up UnityPlayer.dll detection from my_mmap64 (#2286)Yang Liu2025-01-233-15/+26
* [WRAPPER] Reworked libatk wrapping with new wrapperhelper (will help #2280)ptitSeb2025-01-231-60/+64
* [WRAPPER] Added 1 more wrapped function to libnss3 (for #2280)ptitSeb2025-01-231-1/+1
* [WRAPPER] Reworked libcap wrapping with new wrapperhelperptitSeb2025-01-234-55/+67
* [WRAPPER] Added wrapped libpcap with new wrapper helper (should help #2282)ptitSeb2025-01-2310-0/+176
* [LA64_DYNAREC] Added fastnan handling to more 0F opcodes (fixes CI) (#2285)Yang Liu2025-01-231-6/+48
* [RV64_DYNAREC] Added fastnan handling to more 0F opcodes (fixes CI) (#2284)Yang Liu2025-01-232-6/+42
* [ARM64_DYNAREC] Added a few AVX opcode and Improved/Fixed some existing SSE a...ptitSeb2025-01-2210-135/+557
* [INTERPRETER] Improved (V)ADD/MUL/SUB/DIV P(S/D), and improved avx test tooptitSeb2025-01-225-117/+1135
* [ARM64_DYNAREC] Remove another use of Table64ptitSeb2025-01-221-1/+1