about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* [DYNAREC] General fixes and improvment for multithread and jit program. Helps...ptitSeb2023-04-1613-93/+193
* Added 1 wrapped function to libdrmptitSeb2023-04-164-1/+6
* Fixed segfault at exit of appsptitSeb2023-04-161-46/+49
* Another fix for dlopen/dlclose sequence (should be ok now, at last)ptitSeb2023-04-163-7/+8
* [WRAPPER] Fixed a libFLAC func wrapper (for #701) (#702)Yang Liu2023-04-165-8/+8
* More fixes for dlclose/dlopen sequencesptitSeb2023-04-154-38/+72
* [RV64_DYNAREC] Reorganized pass3 to reduce size of box binary and lower compi...ptitSeb2023-04-153-57/+73
* [ARM64_DYNAREC] Changed name of a utility functionptitSeb2023-04-153-3/+3
* [ARM64_DYNAREC] Reorganized pass3 to reduce size of box binary and lower comp...ptitSeb2023-04-154-51/+61
* Added 2 GL extensionsptitSeb2023-04-144-0/+27
* Added 1 syscallptitSeb2023-04-141-0/+1
* [RV64_DYNAREC] Fixed C1/1 and 6B opcode, plus some slight adjustment to sse_g...ptitSeb2023-04-144-4/+9
* [RV64_DYNAREC] Added more opcodes for SV (#700)Yang Liu2023-04-142-0/+60
* [RV64_DYNAREC] Added more opcodes for SV (#699)xctan2023-04-143-5/+90
* [RV64_DYNAREC] Added more 66 0F opcodes for SV and some fixes (#697)Yang Liu2023-04-132-4/+122
* Added 1 more wrapped function to both libicu (for #690)ptitSeb2023-04-132-0/+2
* [RV64_DYNAREC] Added 0F AE /0,/1 opcodes (#696)Yang Liu2023-04-131-1/+25
* [RV64_DYNAREC] Segmented _00 file to improve build timeptitSeb2023-04-136-1984/+2220
* Added wrapped libicuuc67 and libicui18n67, based on 72 version (for #690)ptitSeb2023-04-1312-0/+242
* [RV64_DYNAREC] Added more opcodes for SV and some fixes (#694)Yang Liu2023-04-136-10/+136
* Added 1 wrapped function to libicuuc72 (for #690)ptitSeb2023-04-131-0/+1
* [RV64_DYNAREC] Added more opcodes for SV (#693)xctan2023-04-133-1/+46
* Improve loading/unloading of libs, and fixed a regression when dlopen a lib a...ptitSeb2023-04-123-17/+39
* [DYNAREC] Fixed for good handling of PROT_NOPROT in memory trackingptitSeb2023-04-121-7/+9
* [RV64_DYNAREC] Add more opcodes for SV (#688)Yang Liu2023-04-126-1/+163
* [RV64_DYNAREC] Added 0F 14/15 opcodesptitSeb2023-04-111-0/+27
* [RV64_DYNAREC] Added more opcodes for SV (#687)xctan2023-04-114-5/+65
* [RV64_DYNAREC] Fixed 0F BD opcode (Fixed SV)ptitSeb2023-04-111-1/+1
* [RV64_DYNAREC] Added more opcodes for SV, some fixes & optims also (#686)Yang Liu2023-04-114-12/+131
* [RV64_DYNAREC] Added 0F BC/BD opcodesptitSeb2023-04-113-1/+83
* [RV64_DYNAREC] Fixed emit_sub8/16 (#685)Yang Liu2023-04-111-3/+4
* [ELFLOADER] Improved handling of Failed-to-load library (and unloading of lib...ptitSeb2023-04-1010-84/+172
* [DYNAREC] Improved/Fixed PROT_NOPROT handling from bridgeptitSeb2023-04-101-2/+2
* [RV64_DYNAREC] Added more opcodes for SV (#684)Yang Liu2023-04-106-3/+209
* Added some libxcb wrapped functionsptitSeb2023-04-106-7/+11
* [ELFLOADER] Optimized RelocateElfRELA for subsequent identical symbolsptitSeb2023-04-101-9/+34
* Added some more wrapped function to libdbusptitSeb2023-04-104-12/+63
* [ELFLOADER] Improved handling of default versionsptitSeb2023-04-1014-125/+173
* [RV64_DYNAREC] Added more opcode for SV and some fixes (#683)Yang Liu2023-04-103-7/+112
* Better trace for vfprintfptitSeb2023-04-101-0/+3
* [DYNAREC] Destroy DynaBlock memory when freeing a libptitSeb2023-04-101-1/+5
* [RV64_DYNAREC] Added more 66 0F opcode for SV (#680)Yang Liu2023-04-092-9/+101
* [RV64_DYNAREC] Small optim for F2 0F 5D MINSD opcode (#678)Yang Liu2023-04-091-7/+1
* Added some more gstreamer wrapped function (in sync with box86)ptitSeb2023-04-095-11/+72
* [ARM64_DYNAREC] Fixed edgecase on MINSD/MAXSD when comparing 0.0 and -0.0ptitSeb2023-04-091-2/+2
* [TESTS] Disable compiler optimizations for test17 and some related fixes (#677)Yang Liu2023-04-092-1/+11
* [RV64_DYNAREC] Added more opcodes for SV and some fixes (#676)Yang Liu2023-04-084-15/+114
* [ARM64_DYNAREC] Optimized 66 0F 05/06/07 opcodesptitSeb2023-04-081-36/+9
* Added 66 0F 38 07 opcode ([ARM64_DYNAREC] too)ptitSeb2023-04-082-2/+38
* [RV64_DYNAREC] Added more opcodes for Stardew Valley and some fixes (#674)Yang Liu2023-04-083-5/+87