about summary refs log tree commit diff stats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2024-08-29[BOX32] Fixed 32bits localtime_r wrapped functionptitSeb1-2/+4
2024-08-29[BOX32] Added more 32bits wrapped function and more fixesptitSeb9-15/+108
2024-08-29[TRACE] Added one 32bits jump decoding dest addressptitSeb1-0/+4
2024-08-29[BOX32][TRACE] Improve function trace logptitSeb1-65/+65
2024-08-29[TRACE] Improved trace on symbol nameptitSeb6-37/+74
2024-08-28[RV64_DYNAREC] Fixed a falsy optimization, better EMIT macro (#1769)Yang Liu5-14/+36
2024-08-28[RV64_DYNAREC] Optimized jump_to_next using XTheadBb instructions (#1768)Yang Liu2-25/+53
2024-08-28[BOX32][RV64_DYNAREC] Fixed more issues and enable CI for box32 (#1767)Yang Liu7-43/+62
2024-08-28[BOX32] More wrapped 32bits functions, and some fixes tooptitSeb13-40/+198
2024-08-28[BOX32] More 32bits wrapped functionsptitSeb12-110/+188
2024-08-28[BOX32] Adding some more 32bits wrapped functionsptitSeb11-74/+138
2024-08-28[ARM64_DYNAREC] Not using simpleWrapper when dynarec_test is onptitSeb1-4/+4
2024-08-28[BOX32][RV64_DYNAREC] Added preliminary box32 support to RV64 (#1766)Yang Liu6-35/+38
2024-08-28[BOX32] Fixed some error log in elfloader32ptitSeb1-3/+3
2024-08-27[RV64_DYNAREC] Added a fast path for some 16bit opcodes (#1765)Yang Liu2-58/+73
2024-08-27[ARM64_DYNAREC] Small refactor around get_segdata usageptitSeb2-11/+15
2024-08-27[RV64_DYNAREC] Added a fast path for some 8bit opcodes (#1763)Yang Liu3-2/+75
2024-08-27[CTEST] Use BOX64_LD_LIBRARY_PATH instead of default LD_LIBRARY_PATH (#1764)KreitinnSoftware1-2/+2
2024-08-27[ARM64_DYNAREC] Mark new upper YMM part as new, so the can be unwind too (for...ptitSeb1-1/+2
2024-08-27Revert "[ANDROID] Not use 'libbsd.so' as needed lib and don't define NEEDED_L...KreitinnSoftware2-4/+20
2024-08-26Added preliminary Box32 support (#1760)ptitSeb914-1022/+25927
2024-08-26[RV64_DYNAREC] Fix some typos in docs and dynarec/rv64 (#1758)WANG Guidong12-45/+45
2024-08-26[EMU] [ARM64_DYNAREC] Fix Some Warnings on Clang Compilers (#1757)KreitinnSoftware5-7/+7
2024-08-25[ANDROID] Not use 'libbsd.so' as needed lib and don't define NEEDED_LIBS_234 ...KreitinnSoftware2-20/+4
2024-08-25[RV64_DYNAREC] Fixed more issues in the vector infrastructure (#1755)Yang Liu9-73/+86
2024-08-25More fixesYang Liu1-2/+2
2024-08-24Try to fix SSE type transformationYang Liu3-29/+61
2024-08-20[RV64,LA64_DYNAREC] Remove useless #if directivesYang Liu2-11/+1
2024-08-19[RV64_DYNAREC] Disable vector extension by default until it's ready.Yang Liu1-1/+7
2024-08-19Forgot to expose adx extension in cpuinfo virtual fileptitSeb1-2/+3
2024-08-19Forgot to expose f16c, xsave and randr extensions in cpuinfo virtual fileptitSeb1-1/+7
2024-08-18[RV64_DYNAREC] Set the log level to Info for the LOCK CMPXCHG16B warning, to ...ptitSeb1-1/+1
2024-08-18[HACK] Patch Heroic 2.15.1 to avoid some internal memory manager test, until ...ptitSeb2-1/+12
2024-08-18warn only onceYang Liu1-1/+3
2024-08-18Slightly improved LOCK CMPXCHG16B opcodeYang Liu1-4/+6
2024-08-18[RV64_DYNAREC] Added a warning on LOCK CMPXCHG16B opcodeYang Liu1-0/+1
2024-08-18[HACK] Patch Heroic 2.15.1 to avoid some internal memory manager test, until ...ptitSeb2-1/+12
2024-08-17[BOX32] Added 32bits elf reloc type rel handlingptitSeb7-32/+591
2024-08-17[BOX32] Added 32bits elf alloc and loadptitSeb8-8/+289
2024-08-17warn only onceYang Liu1-1/+3
2024-08-17Slightly improved LOCK CMPXCHG16B opcodeYang Liu1-4/+6
2024-08-17[RV64_DYNAREC] Added a warning on LOCK CMPXCHG16B opcodeYang Liu1-0/+1
2024-08-17[BOX32] Added 32bits elf header parser and dumperptitSeb10-417/+907
2024-08-17[BOX32] prepare elfheader_t structure for 32bits elfsptitSeb14-347/+995
2024-08-16[RV64_DYNAREC] Added more opcodes (#1740)Yang Liu5-49/+147
2024-08-16[LA64_DYNAREC] Port recent RV64 fixes (#1739)Yang Liu5-43/+55
2024-08-16Added more curl function wrapper (#1738)Yang Liu6-14/+172
2024-08-16[RV64_DYNAREC] Added 66 0F 3A 63 PCMPISTRI opcode (#1735)Yang Liu2-10/+39
2024-08-16Added 1 more gtk3 function wrapper (#1737)Yang Liu1-0/+1
2024-08-16[RV64,LA64_DYNAREC] Small change when handling long CC INT 3 opcode (#1736)Yang Liu2-2/+6