about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Spelling/typo fixes in code and documentation updates (#2223)olegos22024-12-2812-22/+22
* Use uname -m to get CPU architecture (#2222)東雲なの2024-12-281-1/+1
* [LA64_DYNAREC] Some minor fixes on bad variable usage (#2221)Yang Liu2024-12-281-6/+4
* [ARM64_DYNAREC][TRACE] Added printer for CNT opcodeptitSeb2024-12-281-0/+9
* [INTERPRETER] Fixed 32bits ADCX/ADOX opcodesptitSeb2024-12-282-5/+6
* [ARM64_DYNAREC] Fixed and improved flags for F3 0F B8 opcodeptitSeb2024-12-281-4/+12
* [INTERPRETER] Added 66 F3 0F B8 opcodeptitSeb2024-12-281-0/+17
* [INTERPRETER] Small (mostly cosmetic) change to POCNT opcodeptitSeb2024-12-281-1/+0
* [ANDROID] Another attempt at fixing the buildptitSeb2024-12-272-19/+11
* [ANDROID] Fix buildptitSeb2024-12-272-14/+10
* [ANDROID] Fixed definition of android_sigaction_tptitSeb2024-12-271-1/+1
* [ANDROID] Try to fix signal handling on androidptitSeb2024-12-272-0/+24
* Exposed MMXext for CPUTYPE=1ptitSeb2024-12-271-1/+1
* [INTERPRETER] Exposed SSE4a for CPUTYPE=1, implemented all 4 opcodesptitSeb2024-12-274-3/+82
* [BOX32] Adapted signatures of 2 32bits libc wrapped functionsptitSeb2024-12-274-2/+6
* Introduce BOX64_CPUTYPE to choose emulating Intel or AMD cpus (no AMD specifi...ptitSeb2024-12-274-123/+328
* [ARM64_DYNAREC] Small optim for some specific case of slhd32 emiterptitSeb2024-12-271-2/+0
* [LA64_DYNAREC] Fixed some minor issues on LBT path (#2218)Yang Liu2024-12-273-3/+3
* [WRAPPER] Added 3 more wrapped functions to libxcb and freetype (for #2217)ptitSeb2024-12-262-3/+4
* [INTERPRETER] Improved some shift operands nd [AR64_DYNAREC] Improved shift o...ptitSeb2024-12-263-97/+227
* [ARM64_DYNAREC] Fixed 67 8D opcodeptitSeb2024-12-261-3/+1
* [DYNAREC] Implement perf map (#2212)Leslie Zhai2024-12-267-5/+58
* [LA64_DYNAREC] Added hardware wall-clock support (#2216)Yang Liu2024-12-265-13/+43
* [LA64_DYNAREC] Added more opcodes (#2215)Yang Liu2024-12-264-6/+45
* [LA64_DYNAREC] Added more opcodes (#2214)Yang Liu2024-12-262-0/+100
* [LA64_DYNAREC] Added more opcodes (#2213)Yang Liu2024-12-262-3/+43
* [LA64_DYNAREC] Added more opcodes and fixed CVTTPD2DQ (#2211)Yang Liu2024-12-256-5/+175
* [LA64_DYNAREC] Added IRET opcode (#2210)Yang Liu2024-12-253-0/+53
* [DYNAREC] Cleanup modreg (#2209)Yang Liu2024-12-2516-43/+44
* [LA64_DYNAREC] Added MOVLPD and MOVHPD opcodes (#2198)Leslie Zhai2024-12-252-1/+24
* [LA64_DYNAREC] Added more opcodes (#2208)Yang Liu2024-12-254-0/+69
* [RV64_DYNAREC] Added more opcodes ([LA64_DYNAREC] too) (#2205)Yang Liu2024-12-253-0/+42
* [RV64_DYNAREC] Fixed various lock usage in geted ([LA64_DYNAREC] too) (#2207)Yang Liu2024-12-253-7/+7
* [WRAPPED] Always return ENOSYS in the deprecated sysctl (#2204)Yang Liu2024-12-256-8/+30
* [RV64_DYNAREC] Fixed a regression in #2187 (#2203)Yang Liu2024-12-241-2/+8
* [LA64_DYNAREC] Added nativeflags support (#2202)Yang Liu2024-12-2425-741/+1177
* [LA64_DYNAREC] Fixed 66 0F PTEST opcode (#2201)Yang Liu2024-12-241-3/+7
* [LA64_DYNAREC] Small optim to MOVHPS (#2200)Yang Liu2024-12-242-3/+6
* [RV64_DYNAREC] Fixed nativeflags tmp register usage (#2199)Yang Liu2024-12-243-107/+117
* [ARM64_DYNAREC] a bit more work on df=0 (still WIP)ptitSeb2024-12-242-1/+2
* Add SDL_RenderGeometryRaw wrapped function to SDL2 (#2195)DragonSWDev2024-12-234-0/+5
* [LA64_DYNAREC] Fixed various issues in LBT path (#2197)Yang Liu2024-12-233-48/+39
* [WRAPPED][BOX32] Redirected a few old symbols (#2194)Yang Liu2024-12-238-8/+24
* [ARM64_DYNAREC] Added work in progress BOX64_DYNAREC_DF env. var.ptitSeb2024-12-236-6/+24
* Fixed a warningptitSeb2024-12-231-1/+1
* [DYNARC] Forgot this file from previous commitptitSeb2024-12-231-0/+1
* [DYNAREC] Some light rework of the hotpage handlingptitSeb2024-12-232-17/+22
* Added more rbtrees in dynarec managment, to speedup FindDynablockFromNativeAd...ptitSeb2024-12-233-62/+118
* Try to improve clone syscal handling ([BOX32] too)ptitSeb2024-12-232-27/+37
* [LA64_DYNAREC] Fixed some LBT path issues (#2193)Yang Liu2024-12-231-1/+2