about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* [TRACE] Improved logs on NULL-sized blockptitSeb2024-03-071-0/+6
* [VULKAN] Added one more vulkan extensionptitSeb2024-03-074-1/+21
* [ARM64_DYNAREC] Fixed F0 0F AB opcodeptitSeb2024-03-071-1/+1
* [ARM64] Added 1 more special case of SIGBUS when accessing device memory (Hel...ptitSeb2024-03-071-0/+16
* Some work on gtk and co wrappingptitSeb2024-03-075-15/+20
* [ARM64_DYNAREC] A bot more work on shift opcodesptitSeb2024-03-071-27/+17
* [ARM64_DYNAREC] Small optim to SAHF & more cosmetics stuffsptitSeb2024-03-062-5/+4
* Added 1 more function to libpng16ptitSeb2024-03-061-0/+1
* Add more slot to gobject2 callbacksptitSeb2024-03-061-0/+3
* some gcrypt wrapping (#1338)Lily2024-03-064-20/+54
* Some more improvment to xcb wrappingptitSeb2024-03-061-12/+45
* Added back full handling of winepreloader prereserve memoryptitSeb2024-03-062-4/+6
* Fixed a warning (#1335)Yang Liu2024-03-061-1/+2
* Improved wrapping of xcb (xcb_XXX_iterator_t and xcb_contection_t)ptitSeb2024-03-069-29/+52
* [RV64_DYNAREC] Added 66 0F 38 61 PCMPESTRI opcode and some refactors too (#1337)Yang Liu2024-03-064-133/+108
* [ARM64_DYNAREC] Fixed some typos (#1336)Yang Liu2024-03-061-3/+3
* Added 2 pthread wraps (#1334)Lily2024-03-051-2/+2
* [LA64_DYNAREC] Added more opcodes and more instructions in emitter and printe...Yang Liu2024-03-053-0/+57
* [LA64_DYNAREC] Added more opcodes and some fixes too (#1331)Yang Liu2024-03-057-4/+226
* Added 1 more function to libXrandr (should fix VampireSurvivors 1.9+)ptitSeb2024-03-051-1/+1
* Adjusted dependancies for some X11 libsptitSeb2024-03-054-2/+20
* Added a few more flags on of_convert to limit warningsptitSeb2024-03-051-0/+11
* [LA64_DYNAREC] Added more opcodes and some fixes in the printer (#1330)Yang Liu2024-03-055-15/+199
* [LA64_DYNAREC] Made eflags synchronization lazy (#1329)Yang Liu2024-03-0510-101/+122
* [LA64_DYNAREC] Added more opcodes (#1327)Yang Liu2024-03-047-7/+213
* [LA64_DYNAREC] Added more and more opcodes (#1326)Yang Liu2024-03-047-7/+339
* [LA64] Detect the existence of LBT extension (#1325)Yang Liu2024-03-041-4/+7
* [LA64_DYNAREC] Utilizing bitmanip instructions because they're great (#1324)Yang Liu2024-03-045-126/+86
* [ARM64_DYNAREC] Small optims for SSE/SSE2 & strongmem>1ptitSeb2024-03-044-13/+19
* Added DF D0..D7 ([ARM64_DYNAREC] too)ptitSeb2024-03-042-0/+31
* [ARM64_DYNAREC] Stop a block on CC opcode (unless they are ignored)ptitSeb2024-03-041-0/+2
* [WRAPPER] Fixed a typo in the signature of my___libc_start_main (#1323)xctan2024-03-042-2/+2
* [LA64_DYNAREC] Added more opcodes (#1322)Haichen Wu2024-03-041-0/+24
* Added 2 more symbols to wrapped libicuucptitSeb2024-03-044-0/+8
* Added a few more libc wrapped functionsptitSeb2024-03-044-2/+19
* [ELFLOADER] Fixes some issue with symbol version matching and unload of faill...ptitSeb2024-03-043-14/+16
* [TRACE] Better trace when trying to run on very low addressptitSeb2024-03-041-0/+3
* Added libstdc++ when loading libGL (only if libgcc_s is already loaded), help...ptitSeb2024-03-041-0/+6
* [LA64_DYNAREC] Added more opcodes (#1321)Yang Liu2024-03-046-1/+281
* Added 64 66 0F 7F opcode ([ARM64_DYNAREC] too) (for #1320)ptitSeb2024-03-042-0/+23
* [LA64_DYNAREC] Added more opcodes and more fixes, SuperHexagon is working (#1...Yang Liu2024-03-0311-97/+535
* [LA64_DYNAREC] Enable co-simulation and fixed an important issue (#1317)Yang Liu2024-03-032-8/+26
* Added a warning on interpreter only build when DynaRec is available (#1316)Yang Liu2024-03-031-3/+8
* [LA64_DYNAREC] Added more and more opcodes (#1314)Yang Liu2024-03-028-15/+571
* [LA64_DYNAREC] Added more opcodes (#1313)Yang Liu2024-03-023-1/+108
* [LA64_DYNAREC] Added CC native call support, fixed call_c (#1312)Yang Liu2024-03-024-26/+163
* [ARM64_DYNAREC] More fixes and optim on IMUL flagsptitSeb2024-03-022-13/+49
* [ARM64_DYNAREC] Fixed flags for 69 opcode, and small optim for 0F AF opcodeptitSeb2024-03-022-37/+36
* [ARM64_DYNAREC] Small optim on some cases of F2 0F 70 opcodeptitSeb2024-03-021-11/+21
* [ARM64_DYNAREC] Small optim on flag computation for 69 opcodeptitSeb2024-03-021-6/+54