about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Added BOX64_SHAEXT to hide sha cpu extension ([RCFILE] And added a profile ↵ptitSeb2024-07-155-2/+14
| | | | using it)
* Added missing generated filesptitSeb2024-07-153-2/+4
|
* Wrapped libtiff5 and libltdl7 (#1677)kaixindeken2024-07-1511-0/+195
| | | | | | | | | | | | | | | * Wrapped libtiff5 * no types generated * libtiff5 added missing defs types undefs files * wrapped libltdl7 * rerun actions * add more wrapped function for tiff5 and ltdl7 * remove unused functions
* Something is wrong, emulated gnutls.so.30 doesn't seems to work fine for nowptitSeb2024-07-141-1/+1
|
* Wrapped lots of new function t be abble to run emulated libgnutls.so.30ptitSeb2024-07-1414-137/+1631
|
* Wrap `sqlite3_exec` for libsqlite3 (#1674)Yip Coekjan2024-07-134-4/+40
|
* Fix signal stack handling on reentrant signal when using SigAltStackptitSeb2024-07-131-3/+1
|
* [TRACE] Fixed some issue with function name printingptitSeb2024-07-132-13/+16
|
* Fixed some issue on tracking when protecting memory with PROT=0ptitSeb2024-07-131-1/+4
|
* Removed debug leftoverptitSeb2024-07-121-2/+2
|
* Fixed flaky signal handler on 32bits code (mainly for Wine with new Wow64)ptitSeb2024-07-121-4/+17
|
* Added 1 syscall (for #1672)ptitSeb2024-07-121-0/+1
|
* Revert "[Wrapped] Added sqlite3_exec (#1671)" (#1673)ptitSeb2024-07-121-1/+1
| | | This reverts commit 548a21a5ec3f5346d895f59995ade0a404822acd.
* [Wrapped] Added sqlite3_exec (#1671)kaixindeken2024-07-121-1/+1
|
* [RV64_DYNAREC] Cleanup for removed rv64_lock_cas_dq (#1670)Ivan Melnikov2024-07-112-4/+0
| | | | | | | | Since rv64_lock_cas_dq is removed, we should also remove its global symbol declaration and its prototype. Otherwise, we get and undefined symbol reference, which breaks ELF checks that some distros employ. Fixes: 9dbd7fc7e0615f48c9287305610bf9aed1cc24f3
* [ARM64_DYNAREC] Added handling of FASTNAN=0 to MULSS opcodeptitSeb2024-07-111-4/+17
|
* Boosted number of X11 callback to 100ptitSeb2024-07-111-37/+1
|
* Fixed a nasty bug on memory permission trackingptitSeb2024-07-111-0/+1
|
* [STATICBUILD] removed Android staticbuildptitSeb2024-07-102-1/+3
|
* [STATICBUILD] buildptitSeb2024-07-101-1/+2
|
* [STATICBUILD] Go green nowptitSeb2024-07-102-1/+4
|
* [STATICBUILD] This is getting old already, turn to green now!ptitSeb2024-07-101-0/+1
|
* [STATICBUILD] Removed libbsd build dependancyptitSeb2024-07-103-3/+32
|
* [STATICBUILD] Yet another attempt to fix CI buildptitSeb2024-07-102-2/+9
|
* [STATICBUILD] Another attempt to fix CI buildptitSeb2024-07-101-4/+4
|
* [STATICBUILD] Attempt to fix CI buildptitSeb2024-07-101-18/+18
|
* [STATICBUILD] Fixed some more errorsptitSeb2024-07-102-7/+10
|
* This should fix regular buildptitSeb2024-07-104-159/+13910
|
* [STATICBUILD] Try to fix staticbuild and add it to the CI (for #1377)ptitSeb2024-07-109-13930/+175
|
* fix some spelling (#1668)josch2024-07-1015-31/+31
|
* [STATICBUILD] Fixed a warning (for #1377)ptitSeb2024-07-101-1/+1
|
* [DYNAREC] Fixed `ymm0_purge` for some instructions (#1664)rajdakin2024-07-101-2/+6
| | | | | * [DYNAREC] Fixed `ymm0_purge` for the first instruction of a block * [DYNAREC] Also consider barriers as having a pred with `ymm0_out = 0`
* Remove the flags adjustment in `GO_TRACE` for RISC-V 64 (#1663)Yip Coekjan2024-07-101-3/+1
|
* [LA64_DYNAREC] Added more opcodes and a minor fix too (#1662)Yang Liu2024-07-103-1/+97
| | | | | * [LA64_DYNAREC] Added more opcodes and a minor fix too * saturation is considered necessary
* Fixed some X11 wrapping (for Interrogation: You will be deceived linux ↵ptitSeb2024-07-102-1/+3
| | | | version #1414)
* Started a new dev. cycleptitSeb2024-07-101-1/+1
|
* Bumped version to v0.3.0ptitSeb2024-07-091-2/+2
|
* Fixes (#1659)rajdakin2024-07-0963-774/+777
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Replaced some tabs with spaces * Fixed some signedness warnings * Added more debug info * Fixed an improper alignment * [WRAPPEDWAYLAND] Added return statements to wrappers * [EMU] [AVX] Fixed some issues * [ARM DYNAREC] Fixed some minor warnings * [ARM DYNAREC] Removed unused macro arguments * [EMU] Fixed a noisy warning * [ARM DYNAREC] Removed "empty body" warnings * [EMU] Fixed an opcode in dynarec, non-cosim builds * [LA64 DYNAREC] Minor warning fixes * [LA64 DYNAREC] Fixed empty body warnings * [LA64 DYNAREC] Added parenthesis around assignments in if statements * [LA64 DYNAREC] Fixed missing parenthesis in macro definitions * [RV64 DYNAREC] Fixed minor warnings * [RV64 DYNAREC] Fixed wrong/missing parentheses * [WRAPPER] Fixed the WaylandClient callback signatures
* [LA64_DYNAREC] Fixed ADC/SBC usage (#1658)Yang Liu2024-07-081-5/+5
|
* [WRAPPED] Added NSS_Init (#1657)rajdakin2024-07-081-1/+1
|
* Fixed wrapping of some rare opengl functionsptitSeb2024-07-081-3/+3
|
* [ARM64_DYNAREC] Small optim on some ROL/ROR opcodesptitSeb2024-07-081-30/+46
|
* [LA64_DYNAREC] Added more opcodes (#1656)Yang Liu2024-07-081-0/+33
|
* [LA64_DYNAREC] Added more opcodes (#1654)Yang Liu2024-07-084-0/+145
|
* Mask `rs2` when using `bext` instruction if `rex.w` is not set (#1653)Yip Coekjan2024-07-082-7/+17
|
* [VULKAN] Added 1 more extensionptitSeb2024-07-071-0/+3
|
* Set last_ip to an unclean state at the end of CALL (#1650)Yang Liu2024-07-071-0/+1
|
* [ARM64_DYNAREC] Fixed a warningptitSeb2024-07-071-1/+1
|
* [ARM64_DYNAREC] Added AVX.66.0F38 B6 opcodeptitSeb2024-07-071-0/+27
|
* [ARM64_DYNAREC] Added AVX.F2.0F D0 opcodeptitSeb2024-07-071-0/+21
|