about summary refs log tree commit diff stats
path: root/LLVMprivateGenerator/main.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2023-09-27Update dynarec_arm64_emit_math.c (#994)liuli1-1/+1
2023-09-26[RV64_DYNAREC] Added more support for XTheadBs extension (#993)Yang Liu3-42/+39
2023-09-26Added a few missing GLES wrapped function to libGLptitSeb4-0/+20
2023-09-26Added 66 0F 3A 0D opcode ([ARM64_DYNAREC] Too)ptitSeb2-2/+24
2023-09-26Ignore 2E CS prefix on LOCK opcodes (helps StardewValley on Ubuntu 20.04/Ampe...ptitSeb1-0/+2
2023-09-26Added wrapping of libicuuc66 and libicui18n66 (for when using ubuntu 20.04)ptitSeb13-0/+315
2023-09-25Added missing updated on localized readmeptitSeb3-5/+5
2023-09-25Added ADLink AmpereAltra profileptitSeb5-5/+27
2023-09-25Add SDL_RenderWindowToLogical and SDL_SetSurfaceColorMod wrapped functions fo...SeeSchloß1-0/+2
2023-09-24[RV64_DYNAREC] Added more support for XTheadBb extension (#989)Yang Liu11-1911/+2147
2023-09-24[CI] Run tests w/ and w/o DynaRec (#988)Yang Liu1-0/+3
2023-09-24[CI] Use qemu snapshots from archlinux archive (#987)Yang Liu1-1/+1
2023-09-23[DYNAREC] Use interpretor code for FPREM/FPREM1 instead of simplified versionptitSeb1-13/+36
2023-09-17Update README.md (#983)Jai A P1-2/+2
2023-09-17Added 64/65 8E opcode (for #982)ptitSeb1-1/+6
2023-09-16Better handling of tls for elf loaded with dlopen (should fix a bunch of stuff)ptitSeb1-10/+9
2023-09-16Small changes to wrapped libdl on last_error handlingptitSeb1-19/+19
2023-09-16Small change to fileno wrapped signatureptitSeb1-2/+2
2023-09-16[ARM64_DYNAREC] Added 64/65 01/21/29/31 opcodesptitSeb1-0/+43
2023-09-16[ARM64_DYNAREC] Added (F2/F3) AF opcode (for #975)ptitSeb1-0/+36
2023-09-16Improvd steam/proton handling, and gstreamer initialization and a large bunch...ptitSeb84-600/+5536
2023-09-13[RV64_DYNAREC] Added some support for XTheadBb extension (#977)Yang Liu3-22/+103
2023-09-12[CI] Upgrade QEMU to 8.1.0 (#973)Yang Liu2-12/+18
2023-09-12[CI] Test RISCV with bit-manipulation extensions on (#972)Yang Liu2-1/+2
2023-09-12Fixed CI and simplifiedYang Liu3-38/+20
2023-09-12Use macroYang Liu3-70/+19
2023-09-12[DYNAREC_RV64] Added support for xtheadbaYang Liu2-11/+43
2023-09-11Fixed typoYang Liu1-1/+1
2023-09-11Try to fix memory instructions detectionYang Liu1-5/+6
2023-09-11[RV64_DYNAREC] Added thead vendor extension detectionYang Liu4-11/+251
2023-09-11Update README_CN.mdptitSeb1-1/+1
2023-09-11Update README_CN.mdptitSeb1-1/+1
2023-09-11fix: Fix wrong type set in Chineseshenmo1-3/+3
2023-09-11Update README_CN.mdshenmo1-3/+3
2023-09-10Wrapped some more libdrm and libgbm functionsptitSeb7-16/+90
2023-09-09Added syscall 284 (for #965)ptitSeb1-0/+11
2023-09-09[STEAM] Changed behaviour of simulated pressure-vesselptitSeb1-23/+45
2023-09-09Removed some debug leftover in libgstreamerptitSeb4-10/+4
2023-09-09Added some more wrapped functionsptitSeb9-11/+115
2023-09-09Go back to use mmap for memory allocation, as some OS restric malloc'd memory...ptitSeb1-1/+1
2023-09-09[DYNAREC] Small improvment on multi-thread reliance for the jumptableptitSeb7-5/+25
2023-09-09Improved default box64rcptitSeb2-2/+14
2023-09-09Added x86_64 version of libssl.so.1.1 and libcrypto.so.1.1 for convenianceptitSeb3-0/+2
2023-09-09Added some __isoc23_XXX wrapped function as synonym to libc (for #943)ptitSeb3-0/+7
2023-09-09Added syscall 282 (for #965)ptitSeb1-0/+26
2023-09-07[32BITS] Added D4 & D5 opcodesptitSeb1-0/+16
2023-09-04[ARM64_DYNAREC] Fixed (66) 0F 70 opcodeswannacu2-44/+12
2023-09-04[ARM64_DYNAREC] Added 66 0F 7D/D0 opcodeswannacu2-2/+36
2023-09-04[ARM64_DYNAREC] Added 0F 1C/1D/1E opcodeswannacu1-1/+21
2023-09-04[ARM64_DYNAREC] Fixed 0F 38 00 PSHUFB opcode (thanks @wannacu for the hint)ptitSeb5-5/+39