about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* [RV64_DYNAREC] Added more support for XTheadMemPair extension (#995)Yang Liu2023-09-279-959/+1081
* Update dynarec_arm64_emit_math.c (#994)liuli2023-09-271-1/+1
* [RV64_DYNAREC] Added more support for XTheadBs extension (#993)Yang Liu2023-09-263-42/+39
* Added a few missing GLES wrapped function to libGLptitSeb2023-09-264-0/+20
* Added 66 0F 3A 0D opcode ([ARM64_DYNAREC] Too)ptitSeb2023-09-262-2/+24
* Ignore 2E CS prefix on LOCK opcodes (helps StardewValley on Ubuntu 20.04/Ampe...ptitSeb2023-09-261-0/+2
* Added wrapping of libicuuc66 and libicui18n66 (for when using ubuntu 20.04)ptitSeb2023-09-2613-0/+315
* Added missing updated on localized readmeptitSeb2023-09-253-5/+5
* Added ADLink AmpereAltra profileptitSeb2023-09-255-5/+27
* Add SDL_RenderWindowToLogical and SDL_SetSurfaceColorMod wrapped functions fo...SeeSchloß2023-09-251-0/+2
* [RV64_DYNAREC] Added more support for XTheadBb extension (#989)Yang Liu2023-09-2411-1911/+2147
* [CI] Run tests w/ and w/o DynaRec (#988)Yang Liu2023-09-241-0/+3
* [CI] Use qemu snapshots from archlinux archive (#987)Yang Liu2023-09-241-1/+1
* [DYNAREC] Use interpretor code for FPREM/FPREM1 instead of simplified versionptitSeb2023-09-231-13/+36
* Update README.md (#983)Jai A P2023-09-171-2/+2
* Added 64/65 8E opcode (for #982)ptitSeb2023-09-171-1/+6
* Better handling of tls for elf loaded with dlopen (should fix a bunch of stuff)ptitSeb2023-09-161-10/+9
* Small changes to wrapped libdl on last_error handlingptitSeb2023-09-161-19/+19
* Small change to fileno wrapped signatureptitSeb2023-09-161-2/+2
* [ARM64_DYNAREC] Added 64/65 01/21/29/31 opcodesptitSeb2023-09-161-0/+43
* [ARM64_DYNAREC] Added (F2/F3) AF opcode (for #975)ptitSeb2023-09-161-0/+36
* Improvd steam/proton handling, and gstreamer initialization and a large bunch...ptitSeb2023-09-1684-600/+5536
* [RV64_DYNAREC] Added some support for XTheadBb extension (#977)Yang Liu2023-09-133-22/+103
* [CI] Upgrade QEMU to 8.1.0 (#973)Yang Liu2023-09-122-12/+18
* [CI] Test RISCV with bit-manipulation extensions on (#972)Yang Liu2023-09-122-1/+2
* Merge pull request #970 from ksco/xtheadbaptitSeb2023-09-123-61/+24
|\
| * Fixed CI and simplifiedYang Liu2023-09-123-38/+20
| * Use macroYang Liu2023-09-123-70/+19
| * [DYNAREC_RV64] Added support for xtheadbaYang Liu2023-09-122-11/+43
|/
* Merge pull request #969 from ksco/theadptitSeb2023-09-114-13/+254
|\
| * Fixed typoYang Liu2023-09-111-1/+1
| * Try to fix memory instructions detectionYang Liu2023-09-111-5/+6
| * [RV64_DYNAREC] Added thead vendor extension detectionYang Liu2023-09-114-11/+251
|/
* Merge pull request #968 from shenmo7192/patch-1ptitSeb2023-09-111-3/+3
|\
| * Update README_CN.mdptitSeb2023-09-111-1/+1
| * Update README_CN.mdptitSeb2023-09-111-1/+1
| * fix: Fix wrong type set in Chineseshenmo2023-09-111-3/+3
| * Update README_CN.mdshenmo2023-09-111-3/+3
|/
* Wrapped some more libdrm and libgbm functionsptitSeb2023-09-107-16/+90
* Added syscall 284 (for #965)ptitSeb2023-09-091-0/+11
* [STEAM] Changed behaviour of simulated pressure-vesselptitSeb2023-09-091-23/+45
* Removed some debug leftover in libgstreamerptitSeb2023-09-094-10/+4
* Added some more wrapped functionsptitSeb2023-09-099-11/+115
* Go back to use mmap for memory allocation, as some OS restric malloc'd memory...ptitSeb2023-09-091-1/+1
* [DYNAREC] Small improvment on multi-thread reliance for the jumptableptitSeb2023-09-097-5/+25
* Improved default box64rcptitSeb2023-09-092-2/+14
* Added x86_64 version of libssl.so.1.1 and libcrypto.so.1.1 for convenianceptitSeb2023-09-093-0/+2
* Added some __isoc23_XXX wrapped function as synonym to libc (for #943)ptitSeb2023-09-093-0/+7
* Added syscall 282 (for #965)ptitSeb2023-09-091-0/+26
* [32BITS] Added D4 & D5 opcodesptitSeb2023-09-071-0/+16