about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* [WRAPPER] added one missing wrapped function to libasound (for #2796)ptitSeb2025-07-081-0/+1
|
* [WRAPPER] Wrapper xmlMemGet and xmlMemSetup (#2799)Leslie Zhai2025-07-054-2/+102
| | | | | * [WRAPPER] Wrapper xmlMemGet and xmlMemSetup * [WRAPPER] Change GOM to GO for xmlMemGet
* [LA64_DYNAREC] Fix VEX.0f.17 VMOVHPS, one break missing. (#2798)phorcys2025-07-051-0/+1
|
* [WRAPPER] Added a couple of libc/libm wrapped functions (for #2796)ptitSeb2025-07-048-13/+14
|
* [WRAPPER] Add bridge for Display's resource_alloc when directly call (#2795)Leslie Zhai2025-07-044-1/+21
| | | XOpenIM but not XOpenDisplay
* [WOW64] This should fix the buildptitSeb2025-07-031-0/+1
|
* [BOX32] Simplified and improved 32bits memory managementptitSeb2025-07-033-13/+21
|
* [WRAPPER] Allow to use libFLAC.so.12 for libFLAC.so.8ptitSeb2025-07-031-0/+1
|
* [BOX32] Do not try to switch personality on RV64 or LA64 archptitSeb2025-07-031-0/+2
|
* [BOX32] Relaunch box32 to set personality to 32bitsptitSeb2025-07-031-0/+26
|
* [INTERP] Small change in Alternate handlingptitSeb2025-07-031-6/+11
|
* [ARM64_DYNAREC] Small cosmetic change in indirect_lookupptitSeb2025-07-031-2/+4
|
* [ARM64_DYNAREC] Added unused LRCPC emittersptitSeb2025-07-031-0/+10
|
* [WRAPPER] Wrapper XCreateWindow when Display's resource_alloc is x64 entry ↵Leslie Zhai2025-07-038-10/+43
| | | | | | | | | | | | | | (#2788) (#2789) * [WRAPPER] Wrapper XCreateWindow when Display's resource_alloc is x64 entry (#2788) * [WRAPPER] Use RunFunctionFmt to call x64 resource_alloc entry * [WRAPPER] Remove useless include header and DBGetBlock * [WRAPPER] Use FindElfAddress to check the function is from x64 space * [WRAPPER] Use find_XXX_Fct mechanism
* [DYNAREC] Fixed a potential issue where defered flags are not computed/reset ↵ptitSeb2025-07-024-4/+5
| | | | on internal jump
* [TRACE] Fixed the jump from instruction idx for Extend blcok in traceptitSeb2025-07-021-1/+1
|
* Simplified a bit ROLLING_LOG buffer handlingptitSeb2025-07-015-23/+15
|
* [ARM64_DYNAREC] Optimized propate XMM/YMM unused helpersptitSeb2025-07-011-26/+11
|
* [ARM64_DYNAREC] Fixed a regression introduced with ↵ptitSeb2025-06-301-1/+1
| | | | 4903177bab1f3324a0faeedd968fed5bf4ea8772 (for ForzaHorizon4, maybe other too)
* [DYNAREC] Refactor hotpage detection and dynarec_dirty 1 & 2. Also adjust ↵ptitSeb2025-06-307-46/+203
| | | | some launcher/games flags
* [ARM64_DYNAREC] Added 66 8D opcodeptitSeb2025-06-291-1/+16
|
* [ARM64_DYNAREC] Added 67 9C opcodeptitSeb2025-06-291-0/+6
|
* [ARM64_DYNAREC] Made (V)M(IN/AX)P(D/S) opcodes always exact, it's ↵ptitSeb2025-06-292-34/+14
| | | | inexpensive and make FASTNAN=0 less usefull
* [INTERP] Added 67 9C opcode (for LEGO2Kdrive)ptitSeb2025-06-281-0/+6
|
* [INTERP] Small imrpvoment for 0F 03 opcodeptitSeb2025-06-281-1/+1
|
* [INTERP] Added 0F 03 opcode (for LEGO2Kdrive)ptitSeb2025-06-281-0/+14
|
* [ARM64_DYNAREC] Use Unaligned sepcial handling to handle rare case of 32bits ↵ptitSeb2025-06-281-4/+21
| | | | access out of 32bits bounds (for tasty platnet 2 on steam)
* [LA64_DYNAREC] Removed some TABLE64 usage (#2782)Yang Liu2025-06-271-21/+12
|
* [LA64_DYNAREC] Add la64 avx load/store ops part 4. (#2775)phorcys2025-06-271-0/+252
| | | * VEX.66.0f.38 VMOVSX{BW,BD,BQ,WD,WQ,DQ}/VMOVZX{BW,BD,BQ,WD,WQ,DQ}
* [LA64_DYNAREC] Optimized GETIP macro (#2781)Yang Liu2025-06-276-51/+49
|
* [LA64_DYNAREC] Removed some redundant macro definitions (#2778)Yang Liu2025-06-261-2/+0
|
* [DYNACACHE][LA64] More work on internal reloc (#2779)Yang Liu2025-06-265-13/+23
|
* [LA64_DYNAREC] Add la64 avx load/store ops part 3. (#2774)phorcys2025-06-266-10/+416
| | | | | * VEX.0f VMOVMSKPS * VEX.66.0f VMOVMSKPD/VPMOVMSKB/VMASKMOVDQU * VEX.66.0f.38 VMASKMOVPS/VMASKMOVPD/VPMASKMOVD/VPMASKMOVQ
* [LA64_DYNAREC] Add la64 avx load/store ops part 2. (#2773)phorcys2025-06-262-0/+113
| | | | * VEX.0f VMOVLPS/VMOVHPS/VMOVLHPS/VMOVHLPS * VEX.66.0f VMOVLPD/VMOVHPD
* [ARM64_DYNAREC] Fixed opcode name for VDIVPDptitSeb2025-06-251-1/+1
|
* [ARM64_DYNAREC] Fixed some extended instance of VCMPSD opcodesptitSeb2025-06-251-3/+3
|
* [INTERP] Improved 32bits to 16bits float conversionptitSeb2025-06-251-6/+21
|
* [INTERP] More work on UD flagsptitSeb2025-06-251-5/+17
|
* [INTERP] More work on UD flagsptitSeb2025-06-251-6/+11
|
* [ARM64_DYNAREC] Adjusted some UD flags in BLSMSK opcodeptitSeb2025-06-251-4/+14
|
* [INTERP] Adjusted some UD flags in BLSMSK opcodeptitSeb2025-06-251-4/+18
|
* [ARM64_DYNAREC] Fixed CF flag of BLSI opcodeptitSeb2025-06-251-1/+1
|
* [INTERP] Fixed CF flag of BLSI opcodeptitSeb2025-06-251-1/+1
|
* [ARM64_DYNAREC] Fixed BEXTR opcodeptitSeb2025-06-251-11/+13
|
* [INTERP] Added 66 F0 F7 /2 opcode (aligned only)ptitSeb2025-06-242-1/+36
|
* [ARM64_DYNAREC] Improved BTx opcodes (and fixed one BTC opcode)ptitSeb2025-06-241-41/+141
|
* [INTERP] Added F0 BB and improved F0 BA /7 opcodesptitSeb2025-06-241-9/+94
|
* [DYNAREC] Better check of limit for a dynablockptitSeb2025-06-242-2/+2
|
* [WRAPPER] additional wrapped symbols (#2765)airidosas2522025-06-242-0/+16
| | | | | | | | | | | * [WRAPPER] Wrap libiconv library Seems to be required with newer versions of Wine for whatever reason. * [WRAPPER] Wrap _ctype_ symbol (ANDROID only) For whatever reason, this symbol is used on bionic at least. Not quite sure if it's the same on Linux. * [WRAPPER} Fix a signature typo for libiconv function
* [LA64_DYNAREC] Add la64 avx load/store ops part 1. (#2766)phorcys2025-06-245-12/+194
| | | | | | | * VEX.0f VMOVNTPS/VLDMXCSR/VSTMXCSR * VEX.66.0f VMOVNTPD/VMOVD/VMOVNTDQ * VEX.66.0f.3a VMOVNTDQA * VEX.f2.0f VMOVDDUP/VLDDQU * VEX.f3.0f VMOVSLDUP/VMOVSHDUP/VMOVD