about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
...
* [BOX32] Fixed 32bits wrapped localeconv (for #1780)ptitSeb2024-09-131-0/+1
|
* [BOX32] Fixed gethostbyname 32bits wrapped function (for #1780 but still ↵ptitSeb2024-09-131-6/+9
| | | | crashing)
* [DYNAREC] fix page calculation error (#1822)JunChi10222024-09-121-3/+3
|
* [RV64_DYNAREC] Refactored vector SEW tracking (#1820)Yang Liu2024-09-129-48/+46
|
* [RV64_DYNAREC] Fixed a typo on vector_sew initialization (#1819)Yang Liu2024-09-122-2/+2
|
* [STATIC] Forgot this definitionptitSeb2024-09-121-0/+1
|
* Fixed a typoptitSeb2024-09-122-2/+2
|
* [STATIC] Try to fix static buildptitSeb2024-09-121-0/+10
|
* [BOX32] Simplified 32bits old pthread cond functionsptitSeb2024-09-121-13/+36
|
* [WRAPPER] Added handling of old pthread cond functionsptitSeb2024-09-124-0/+102
|
* [WRAPPER] Added 1 wrapped function to glibc2ptitSeb2024-09-121-1/+1
|
* [BOX32][WRAPPER] Added support for old pthread_kill (fixing hanging steamcmd)ptitSeb2024-09-114-6/+24
|
* [WRAPPER] Small fixes for x86_64 build when using old pthread_killptitSeb2024-09-111-0/+2
|
* [BOX32] Improved 32bits unsupported syscall warning, and added syscall 240ptitSeb2024-09-111-7/+74
|
* [BOX32] Improved trace for 32bits pthread_setname_npptitSeb2024-09-111-0/+3
|
* [BOX32] Improved hash<->64bits handlingptitSeb2024-09-111-3/+3
|
* [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 ↵Yang Liu2024-09-117-34/+180
| | | | | | | | | | | too (#1816) * [RV64_DYNAREC] Optimized 66 0F 67 PACKUSWB opcode * [RV64_DYNAREC] Optimized 66 0F 6C PUNPCKLQDQ opcode * [RV64_DYNAREC] Added some 0F opcodes for vector * review
* [RV64_DYNAREC] Added more 66 0F opcodes for vector (#1815)Yang Liu2024-09-102-3/+66
| | | | | * [RV64_DYNAREC] Added more 66 0F opcodes for vector * [RV64_DYNAREC] Fixed PACKUSWB for vlen >= 256
* [SDORYON1] Oryon1 (Snapdragon Elite) support (#1786)Aidan2024-09-101-1/+20
|
* Improved legendary stabilityptitSeb2024-09-102-2/+5
|
* [WRAPPER] Updat generated wrapper filesptitSeb2024-09-104-6/+8
|
* [WRAPPERS] Fixed some wrong wrappings (#1814)rajdakin2024-09-103-14/+26
|
* [WRAPPERHELPER] Added per-arch override, always include 'stdc-predef.h', ↵rajdakin2024-09-1018-505/+943
| | | | better parsing (#1813)
* [BOX32] Put back pthread_t behind hash, but ease hash range to have more ↵ptitSeb2024-09-109-79/+90
| | | | native values
* [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 ↵Yang Liu2024-09-102-3/+12
| | | | | | | transform (#1812) * [RV64_DYNAREC] Added 66 0F D4 PADDQ opcode for vector * [RV64_DYNAREC] Transform SEW cache after fpu cache
* [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-095-8/+54
|
* 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 ↵ptitSeb2024-09-099-49/+65
| | | | (for linux BeamNG)
* [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
|
* [WRAPPERHELPER] Fixed preprocessor logic, moved type validation to machine ↵rajdakin2024-09-087-298/+302
| | | | (#1808)
* [WRAPPER] Added 2 wrapped function to libatomicptitSeb2024-09-081-2/+2
|
* [WRAPPERHELPER] Major enhancements in output quality, allow for generic type ↵rajdakin2024-09-0810-334/+483
| | | | mapping (#1807)
* [WRAPPED] Fixed some libc wrapped functions (#1806)rajdakin2024-09-086-42/+126
| | | | | | | | | * [WRAPPED] Fixed some libc wrapped functions * [WRAPPED] Fixed static build, added back * [WRAPPED] Fixed unlimited wrapping * [WRAPPED] Forgot to update
* 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
|
* [WRAPPERHELPER] General improvements (#1804)rajdakin2024-09-0716-166/+447
| | | | | * [WRAPPERHELPER] Automatic headers detection, various bug fixes, added some cast support * [WRAPPERHELPER] Keep comments untouched
* [WRAPPER] Fixed some OpenGL function signaturesptitSeb2024-09-074-720/+653
|
* Added some more wrapeed function to libusb1 (for #1802)ptitSeb2024-09-076-4/+35
|