about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* [RV64_DYNAREC] Added more 0F opcodes for vector (#1817)Yang Liu2024-09-112-1/+51
* [RV64_DYNAREC] Added more 0F opcodes for vector and optimized some opcodes to...Yang Liu2024-09-116-33/+179
* [RV64_DYNAREC] Added more 66 0F opcodes for vector (#1815)Yang Liu2024-09-102-3/+66
* Improved legendary stabilityptitSeb2024-09-101-2/+2
* [WRAPPER] Updat generated wrapper filesptitSeb2024-09-104-6/+8
* [WRAPPERS] Fixed some wrong wrappings (#1814)rajdakin2024-09-103-14/+26
* [BOX32] Put back pthread_t behind hash, but ease hash range to have more nati...ptitSeb2024-09-109-79/+90
* [BOX32] Fix and simplified 32bits threads handlingptitSeb2024-09-108-104/+81
* [BOX32] Fixed wrapping 32bits version of __cxa_finalizeptitSeb2024-09-101-1/+1
* [WRAPPER] Minors adjustments to pulse audio wrappingptitSeb2024-09-106-56/+58
* [RV64_DYNAREC] Added 66 0F D4 PADDQ opcode for vector and fixes SEW cache tra...Yang Liu2024-09-102-3/+12
* [VULKAN] Added missing wrapper for vkCreateSamplerYcbcrConversionKHRptitSeb2024-09-101-0/+1
* Fixed alignement of thread funcitons (fixed regression for #1810)ptitSeb2024-09-101-1/+0
* [RV64_DYNAREC] Added more 66 0F opcodes for vector (#1811)Yang Liu2024-09-103-6/+44
* [RCFILE] Slightly changed how BOX64_ARGS behave, and added BOX64_INSERT_ARGSptitSeb2024-09-093-6/+49
* Improved wrapped function clone handling of CLONE_NEWUSER flagptitSeb2024-09-092-1/+8
* When showing opcode on SEGFAULT/SIGBUS, show if it's x86 or x64ptitSeb2024-09-091-1/+1
* [DYNAREC] Simplified a bit getX64Address utility functionptitSeb2024-09-091-7/+4
* [WRAPPER] Added H as paramterand, added 2 wrapped function from libatomic (fo...ptitSeb2024-09-098-18/+25
* [TRACE] Better trace for F3 0F 1E FA opcodeptitSeb2024-09-091-1/+3
* [ARM64_DYNAREC] Added 64 0F 28/29 opcodesptitSeb2024-09-091-0/+47
* [WRAPPER] Added 2 wrapped function to libatomicptitSeb2024-09-081-2/+2
* [WRAPPED] Fixed some libc wrapped functions (#1806)rajdakin2024-09-086-42/+126
* Show x86opcode at segfault if segfault address is not pcptitSeb2024-09-081-1/+1
* [ARM64_DYNAREC] Avoid computing flags if they are just recomputed at jump pointptitSeb2024-09-081-2/+11
* [ARM64_DYNAREC] Small optim for 0F C6 opcodeptitSeb2024-09-081-4/+16
* [WRAPPING] Updated gtk3 wrapping (still more work to do)ptitSeb2024-09-086-922/+963
* [WRAPPER] Fixed some OpenGL function signaturesptitSeb2024-09-074-720/+653
* Added some more wrapeed function to libusb1 (for #1802)ptitSeb2024-09-076-4/+35
* Added a small fix in signe handler ucntx constructionptitSeb2024-09-071-0/+1
* Allow dynarec_dump=2 and forbid dynarec_test=2 (fixed a regression with comma...ptitSeb2024-09-071-2/+2
* Added a workaround with syscall if statx function is not defined in libcptitSeb2024-09-076-9/+33
* [ARM64_DYNAREC] Improved AVX.66.0F38 8C opcodeptitSeb2024-09-061-12/+58
* Fixed name of opcode in commentptitSeb2024-09-061-2/+2
* Fixed a typoptitSeb2024-09-061-1/+1
* Added 1 wrapped function libxkbcommonptitSeb2024-09-061-1/+1
* [WRAPPED] Update libc wrappers (#1800)rajdakin2024-09-066-636/+997
* Eliminate duplicate hash calculations for `getSymbolInSymbolMaps` (#1801)Yip Coekjan2024-09-062-6/+43
* Added 1 wrapped function to libgdk3ptitSeb2024-09-061-0/+1
* [WRAPPED] Removed GOS, renamed GODW into GOWD (#1797)rajdakin2024-09-057-100/+71
* Fixed a regression introduced with box32 that broke Bladur's Gate 3 (and prob...ptitSeb2024-09-055-13/+15
* [CI] Refactored CI (#1795)Yang Liu2024-09-0518-132/+3
* [ARM64_DYNAREC] Added 67 66 0F 7E opcodeptitSeb2024-09-041-0/+25
* [ARM64_DYNAREC] Added AVX.66.0F 51 opcodeptitSeb2024-09-041-0/+23
* More work on Custom Mem speedupptitSeb2024-09-041-35/+29
* Added an rbtree is Custom Mem Manager to speedup customFree and customReallocptitSeb2024-09-041-11/+42
* Some refactor (and small bugfixes) around Custom Mem ManagerptitSeb2024-09-042-138/+390
* [X64LIBS] Changed x86/x64 libs install directory to prevent conflicts (#1791)Yang Liu2024-09-042-2/+6
* [BOX32] This should fix NO_ALIGN box32 buildptitSeb2024-09-041-1/+1
* [BOX32] Small improvments on memory managementptitSeb2024-09-047-39/+47