about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
| * warn only onceYang Liu2024-08-181-1/+3
| * Slightly improved LOCK CMPXCHG16B opcodeYang Liu2024-08-181-4/+6
| * [RV64_DYNAREC] Added a warning on LOCK CMPXCHG16B opcodeYang Liu2024-08-181-0/+1
| * [BOX32] Added 32bits elf reloc type rel handlingptitSeb2024-08-176-32/+590
| * [BOX32] Added 32bits elf alloc and loadptitSeb2024-08-177-8/+288
| * [BOX32] Added 32bits elf header parser and dumperptitSeb2024-08-179-417/+901
| * [BOX32] prepare elfheader_t structure for 32bits elfsptitSeb2024-08-1714-347/+995
| * [RV64_DYNAREC] Added more opcodes (#1740)Yang Liu2024-08-165-49/+147
| * [LA64_DYNAREC] Port recent RV64 fixes (#1739)Yang Liu2024-08-165-43/+55
| * Added more curl function wrapper (#1738)Yang Liu2024-08-166-14/+172
| * [RV64_DYNAREC] Added 66 0F 3A 63 PCMPISTRI opcode (#1735)Yang Liu2024-08-162-10/+39
| * Added 1 more gtk3 function wrapper (#1737)Yang Liu2024-08-161-0/+1
| * [RV64,LA64_DYNAREC] Small change when handling long CC INT 3 opcode (#1736)Yang Liu2024-08-162-2/+6
| * [BOX32] Start differentiate 64bits from 32bits in elf parserptitSeb2024-08-163-21/+21
| * Detect 32bits elf before loadingptitSeb2024-08-162-0/+7
* | [RV64_DYNAREC] Set the log level to Info for the LOCK CMPXCHG16B warning, to ...ptitSeb2024-08-181-1/+1
* | [HACK] Patch Heroic 2.15.1 to avoid some internal memory manager test, until ...ptitSeb2024-08-181-0/+12
* | warn only onceYang Liu2024-08-171-1/+3
* | Slightly improved LOCK CMPXCHG16B opcodeYang Liu2024-08-171-4/+6
* | [RV64_DYNAREC] Added a warning on LOCK CMPXCHG16B opcodeYang Liu2024-08-171-0/+1
* | [RV64_DYNAREC] Added more opcodes (#1740)Yang Liu2024-08-165-49/+147
* | [LA64_DYNAREC] Port recent RV64 fixes (#1739)Yang Liu2024-08-165-43/+55
* | Added more curl function wrapper (#1738)Yang Liu2024-08-166-14/+172
* | [RV64_DYNAREC] Added 66 0F 3A 63 PCMPISTRI opcode (#1735)Yang Liu2024-08-162-10/+39
* | Added 1 more gtk3 function wrapper (#1737)Yang Liu2024-08-161-0/+1
* | [RV64,LA64_DYNAREC] Small change when handling long CC INT 3 opcode (#1736)Yang Liu2024-08-152-2/+6
|/
* [ARM64_DYNAREC] Small change when handling lone CC INT 3 opcodeptitSeb2024-08-151-1/+3
* Added syscalls 444-446ptitSeb2024-08-151-0/+9
* [ARM64_DYNAREC] Added AVX.66.0F38 A6 opcodeptitSeb2024-08-151-3/+24
* [ARM64_DYNAREC] Added 67 90..97 opcodesptitSeb2024-08-151-0/+19
* Fixed falsly detection of needed memory hackptitSeb2024-08-151-1/+1
* [TRACE] Better trace for libc syscallptitSeb2024-08-151-2/+5
* Added syscalls 122-124ptitSeb2024-08-151-0/+3
* [RV64_DYNAREC] Fixed extcacheUnwind regression (#1734)Yang Liu2024-08-151-8/+6
* Added (fake) syscall 175 to libs syscallptitSeb2024-08-121-0/+4
* [RV64_DYNAREC] Fixed 0F BA /5 BTS opcode (#1733)Yang Liu2024-08-121-2/+1
* [RV64_DYNAREC] More fixes (#1732)xctan2024-08-123-4/+8