about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* [BOX32] More wrapped function and a few fixes for steamclient.so (still crash...ptitSeb2024-09-0115-324/+651
* [BOX32] New batch of 32bits wrapped functions for steamconsole.soptitSeb2024-08-316-23/+70
* [BOX32] One more 32bits wrapped function for libvstdlib_s.soptitSeb2024-08-314-1/+47
* [BOX32] Another batch of 32bits wrapped function, for libvstdlib_s.so this timeptitSeb2024-08-319-97/+328
* [BOX32] Another batch of 32bits wrapped function, for libtier0_s.soptitSeb2024-08-318-161/+381
* [BOX32] More 32bits wrapped functionsptitSeb2024-08-319-59/+252
* [RV64_DYNAREC] Added xthead* extensions to the new printer (#1781)Yang Liu2024-08-311-0/+184
* [RV64_DYNAREC] Refactored rv64_printer (#1779)Yang Liu2024-08-301-1730/+5634
* [BOX32] More 32bits wrapped function and fixesptitSeb2024-08-308-13/+92
* [BOX32] Added more 32bits wrapped function and fixesptitSeb2024-08-3013-69/+83
* [BOX32] Define native_statvfs to avoid build errorsptitSeb2024-08-301-1/+20
* [BOX32] More 32bits wrapped functions and fixesptitSeb2024-08-3013-65/+202
* Wrapped 1 more function for libxcb (#1776)Yang Liu2024-08-304-1/+5
* [BOX32] Added detection of steam and steamcmdptitSeb2024-08-303-4/+11
* [ARM64_DYNAREC] Added 67 F3 0F 38 F6 opcode (for #1775)ptitSeb2024-08-301-0/+33
* Added 67 F3 0F 38 F6 opcode (for #1775)ptitSeb2024-08-301-0/+40
* [BOX32] More fixes to ctype_b_loc and added a few more wrapped functionsptitSeb2024-08-297-7/+21
* [BOX32][LA64_DYNAREC] Added preliminary box32 support (#1773)Yang Liu2024-08-297-78/+124
* [BOX32] Fixed 32bits localtime_r wrapped functionptitSeb2024-08-291-2/+4
* [BOX32] Added more 32bits wrapped function and more fixesptitSeb2024-08-299-15/+108
* [TRACE] Added one 32bits jump decoding dest addressptitSeb2024-08-291-0/+4
* [BOX32][TRACE] Improve function trace logptitSeb2024-08-291-65/+65
* [TRACE] Improved trace on symbol nameptitSeb2024-08-296-37/+74
* [RV64_DYNAREC] Fixed a falsy optimization, better EMIT macro (#1769)Yang Liu2024-08-285-14/+36
* [RV64_DYNAREC] Optimized jump_to_next using XTheadBb instructions (#1768)Yang Liu2024-08-282-25/+53
* [BOX32][RV64_DYNAREC] Fixed more issues and enable CI for box32 (#1767)Yang Liu2024-08-285-13/+30
* [BOX32] More wrapped 32bits functions, and some fixes tooptitSeb2024-08-2813-40/+198
* [BOX32] More 32bits wrapped functionsptitSeb2024-08-2811-97/+172
* [BOX32] Adding some more 32bits wrapped functionsptitSeb2024-08-2811-74/+138
* [ARM64_DYNAREC] Not using simpleWrapper when dynarec_test is onptitSeb2024-08-281-4/+4
* [BOX32][RV64_DYNAREC] Added preliminary box32 support to RV64 (#1766)Yang Liu2024-08-286-35/+38
* [BOX32] Fixed some error log in elfloader32ptitSeb2024-08-281-3/+3
* [RV64_DYNAREC] Added a fast path for some 16bit opcodes (#1765)Yang Liu2024-08-272-58/+73
* [ARM64_DYNAREC] Small refactor around get_segdata usageptitSeb2024-08-272-11/+15
* [RV64_DYNAREC] Added a fast path for some 8bit opcodes (#1763)Yang Liu2024-08-273-2/+75
* [ARM64_DYNAREC] Mark new upper YMM part as new, so the can be unwind too (for...ptitSeb2024-08-271-1/+2
* Revert "[ANDROID] Not use 'libbsd.so' as needed lib and don't define NEEDED_L...KreitinnSoftware2024-08-271-2/+18
* Added preliminary Box32 support (#1760)ptitSeb2024-08-26809-1011/+14784
* [RV64_DYNAREC] Fix some typos in docs and dynarec/rv64 (#1758)WANG Guidong2024-08-269-24/+24
* [EMU] [ARM64_DYNAREC] Fix Some Warnings on Clang Compilers (#1757)KreitinnSoftware2024-08-265-7/+7
* [ANDROID] Not use 'libbsd.so' as needed lib and don't define NEEDED_LIBS_234 ...KreitinnSoftware2024-08-251-18/+2
* [RV64_DYNAREC] Fixed more issues in the vector infrastructure (#1755)Yang Liu2024-08-259-73/+86
* More fixesYang Liu2024-08-251-2/+2
* Try to fix SSE type transformationYang Liu2024-08-243-29/+61
* [RV64,LA64_DYNAREC] Remove useless #if directivesYang Liu2024-08-202-11/+1
* [RV64_DYNAREC] Disable vector extension by default until it's ready.Yang Liu2024-08-191-1/+7
* Forgot to expose adx extension in cpuinfo virtual fileptitSeb2024-08-191-2/+3
* Forgot to expose f16c, xsave and randr extensions in cpuinfo virtual fileptitSeb2024-08-191-1/+7
* Merge branch 'box32' into mainptitSeb2024-08-1823-367/+2344
|\
| * [HACK] Patch Heroic 2.15.1 to avoid some internal memory manager test, until ...ptitSeb2024-08-181-0/+12