about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Wrapped another __isoc23 functionptitSeb2024-05-201-0/+1
|
* Wrapped one more __isoc23 functionptitSeb2024-05-201-0/+1
|
* [ARM64_DYNAREC] Some various fixes after double-check of codeptitSeb2024-05-192-7/+9
|
* [ARM64_DYNAREC] Use optimized rcl/rcr emiter for remaining opcodes with ↵ptitSeb2024-05-192-28/+16
| | | | 64/65/67 prefixes
* [INTERPRETER] Added unaligned handling for 32bits F0 83 /0 opcodeptitSeb2024-05-191-1/+5
|
* [ARM64_DYNAREC] Small optimisation for edge case on a few shift emiterptitSeb2024-05-181-4/+14
|
* Added 2 new syscallsptitSeb2024-05-171-0/+2
|
* Added 2 wrapped function libsdl2mixer ('two months' works now)ptitSeb2024-05-171-0/+2
|
* Added empty wrapped libdecor-0.so.0ptitSeb2024-05-177-0/+125
|
* [ARM64_DYNAREC] Improved stability of RCL/RCR and added 32/64 bits with ↵ptitSeb2024-05-176-105/+123
| | | | constant emiter
* [TARCE] Better trace for neverclean mmapsptitSeb2024-05-171-1/+1
|
* [ARM64_DYNAREC] Minor adjustments to a few complex x87 opcodesptitSeb2024-05-173-5/+10
|
* Added 1 more gstreamer symbolptitSeb2024-05-161-1/+1
|
* [ARM64_DYNAREC] Small improvment to DD /1 opcodeptitSeb2024-05-151-3/+2
|
* [ARM64_DYNAREC] Added 64/65 13 opcodeptitSeb2024-05-151-0/+11
|
* [COSIM] Small change for D9 /6 opcodeptitSeb2024-05-151-3/+1
|
* [ARM64_DYNAREC] Fixed a potential issue with 0F B1 opcodeptitSeb2024-05-151-1/+7
|
* [COSIM] Fixed issue with 0F C7 opcodeptitSeb2024-05-151-5/+1
|
* [DYNAREC] Small fixes to when to stop a block (fixes regression on EALauncher)ptitSeb2024-05-151-9/+8
|
* [ARM64_DYNAREC] Small optim of 0F B1 opcodeptitSeb2024-05-151-29/+25
|
* Added more symbols for libcrypto (#1504)Yang Liu2024-05-151-3/+3
|
* [LA64_DYNAREC] Added more opcodes (#1503)Yang Liu2024-05-153-0/+39
|
* Removed the export WINEFSYNC=0 at start, use BOX64_FUTEX_WAITV=0 to disable ↵ptitSeb2024-05-141-4/+0
| | | | instead
* [INTERPRETER] Added 1 unligned case for F0 83 groupptitSeb2024-05-131-1/+5
|
* Added some more wrapped functionsptitSeb2024-05-1313-9/+221
|
* [RV64_DYNAREC] Fix SIGABRT handling in x87cache testing (#1498)kaixindeken2024-05-131-0/+4
|
* [DYNAREC_LA64] Added more opcodes (#1496)Yang Liu2024-05-117-1/+290
|
* [ARM64_DYNAREC] Fix and improvments on rcl/rcr helperptitSeb2024-05-093-107/+95
|
* Changed the workaround for MiniMetro/Steam, using rcfile now (for #1311)ptitSeb2024-05-096-26/+62
|
* Added some virtual files (if missing) to allow wine to compute cache size ↵ptitSeb2024-05-071-0/+130
| | | | and coherency (for #1381 on Snapdragon, but BG3 still not working, probably a graphic driver issue now)
* Small fix on a libc wrapped function signatureptitSeb2024-05-071-1/+1
|
* [ELFLOADER] Small change in the parser (for #1493)ptitSeb2024-05-051-13/+13
|
* [VULKAN] Added VK_AMDX_shader_enqueue extensionptitSeb2024-05-054-0/+18
|
* [ELFLOADER] Added a fix for Uniengine Heaven linux crashing at load, but ↵ptitSeb2024-05-051-0/+7
| | | | might need something more generic at some point
* [ARM64] Add 1 more case of unaligned device memory access handling, plus ↵ptitSeb2024-05-041-1/+35
| | | | better tracking
* [DYNAREC] Small improvements to atomic functions (#1492)Yang Liu2024-05-046-125/+155
| | | | | * [DYNAREC] Small improvements to atomic functions * Support older version of gcc
* [LA64_DYNAREC] Added more opcodes (#1491)Yang Liu2024-05-0311-6/+512
|
* [DYNAREC] Re-introduce a simple HotPage handling, to speedup heavily ↵ptitSeb2024-05-035-3/+36
| | | | obfuscated program loading
* [LA64_DYNAREC] Fixed another typo (should fix Celeste)ptitSeb2024-05-031-1/+1
|
* [LA64_DYNAREC] Added more opcodes (#1490)Yang Liu2024-05-037-16/+296
|
* [LA64_DYNAREC] Fixed some typosptitSeb2024-05-031-2/+2
|
* [RV64_DYNAREC] Fixed OF flag computation (#1489)Yang Liu2024-05-031-3/+3
|
* [LA64_DYNAREC] Added more opcodes (#1488)Yang Liu2024-05-037-1/+216
|
* [LA64_DYNAREC] Fixing the fix, and leave a comment for future me in case I ↵ptitSeb2024-05-031-3/+4
| | | | want to fix that again
* [DYNAREC] Stop a block when a unimplemented opcode is foundptitSeb2024-05-021-2/+2
|
* [LA64_DYNAREC] Fixed some lock assembly helperptitSeb2024-05-022-7/+9
|
* Added wrapping of libicuuc64 and libicui18n64 (#1487)Yang Liu2024-05-0212-0/+316
|
* [LA64_DYNAREC] Added more opcodes (#1486)Yang Liu2024-05-025-0/+177
|
* [TRACE] Remove a trace that might crash when tracingptitSeb2024-05-021-1/+1
|
* [DYNAREC][32BITS] Fixed and improved 66 prefix opcodes (#1485)Yang Liu2024-05-023-113/+50
| | | | | | | | | * [DYNAREC][32BITS] Improved 66 prefix opcodes * more fixes * Removed some unintentional changes * removed unnecessary improvements