about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Improved CPUID a bit more, adding RDRAND (helps geekbench6 avx2 version)ptitSeb2024-06-243-7/+75
|
* [ARM64_DYNAREC] Fixed AVX.66.0F38 90/92 opcodesptitSeb2024-06-241-10/+12
|
* Fixed AVX.66.0F38 90-93 opcodes (certain special cases)ptitSeb2024-06-241-2/+2
|
* [ARM64_DYNAREC] Minor fix on printer for SMOV/UMOVptitSeb2024-06-241-6/+4
|
* [ARM64_DYNAREC] Reworked ymm_zero handling on internal jumpptitSeb2024-06-234-17/+25
|
* [TRACE] Print offset in function in hexptitSeb2024-06-231-1/+1
|
* [DYNAREC] Try to limit UpdateFlags on internal jumpsptitSeb2024-06-237-9/+19
|
* [ARM64_DYNAREC] Some small optims to a few AVX opcodesptitSeb2024-06-233-6/+44
|
* Small improvment to 0F BC/BD opcodes ([ARM64_DYNAREC] too)ptitSeb2024-06-232-6/+6
|
* [ARM64_DYNAREC] Fixed printer for MOVI_64ptitSeb2024-06-231-2/+2
|
* [ARM64_DYNAREC] Small optim on 0F BC/BD opcodesptitSeb2024-06-231-4/+8
|
* [ARM64_DYNAREC] Fixed an issue with fpuCacheTransform (possible regression)ptitSeb2024-06-221-2/+2
|
* Added 66 F2/F3 A4 opcode ({DYNAREC] too)ptitSeb2024-06-224-3/+105
|
* [ARM64_DYNAREC] Small improvement to 0F 5D/5F opcodesptitSeb2024-06-221-10/+6
|
* [COSIM] Imprroved F2 0F prefixed opcodesptitSeb2024-06-222-25/+26
|
* Improved handling of cpuid leaf 0x80000006ptitSeb2024-06-221-1/+1
|
* [COSIM] Improved handling of AVX.66.0F38 3E/2F opcodesptitSeb2024-06-221-6/+16
|
* [ARM64_DYNAREC] Improved AVX.66.0F38 2E/2F to avoid segfault when mask is nullptitSeb2024-06-211-9/+59
|
* Small fix for a signature of a gnutls functionptitSeb2024-06-215-2/+8
|
* [RCFILE] Improved hendling of BOX64_NODYNARECptitSeb2024-06-211-14/+16
|
* Wrapped pthread_cond_signal with aligned cond like others (#1608)Yang Liu2024-06-212-1/+7
|
* [RV64_DYNAREC] Added unaligned support for F0 /5 LOCK SUB opcode (#1607)Yang Liu2024-06-201-1/+21
|
* Add missing wrappings for winewayland.so (#1599)Michael Büchler2024-06-203-8/+61
| | | | | | | | | | | | | | * Add missing wrappings for winewayland.so These were missing on wine-9.9 built with `--enable-win64` and `--with-wayland=yes` on Ubuntu 24.04 "noble". Does not work at this point! Now there is a SIGILL during/after mapping winewayland.so due to a missing zxdg_output_v1 listener. * wrappedwaylandclient: add zxdg_output_v1 listener This is used by wine's waylandclient.so. Tested with wine-9.9 regedit and winecfg.
* Added a few more symbols, used by latest steam for linux (for #1603)ptitSeb2024-06-191-1/+2
|
* [ARM64_DYNAREC] Fixed AVX.F2.0F3A F0 opcodeptitSeb2024-06-191-0/+1
|
* Update arm64_immenc.c (#1602)salt4312024-06-191-71/+73
| | | | | combine if (!bitmask || !~bitmask) to (bitmask == 0 || bitmask == ~0ULL) to reduce overhead. use bitwise operators instead of + operators.
* [RV64_DYNAREC] Fixed potential issue of jump_to_next (#1600)Yang Liu2024-06-182-3/+3
|
* Added BOX64_RESERVE_HIGH in rcfile handlingptitSeb2024-06-182-8/+23
|
* Added 1 more wrapped symbol to libmpg123ptitSeb2024-06-181-1/+1
|
* [ARM64_DYNAREC] Added a warning if allocating a scratch register after some YMMptitSeb2024-06-181-0/+2
|
* [ARM64_DYNAREC] Fixed AVX.66.0F 6B opcodeptitSeb2024-06-181-2/+2
|
* [ARM64_DYNAREC] Restaured a better way to handle ymm register, now that the ↵ptitSeb2024-06-183-24/+18
| | | | traking is improved
* [ARM64_DYNAREC] Fixed AVX.66.0F3A 19/39 opcodesptitSeb2024-06-181-3/+8
|
* [ARM64_DYNAREC] Better tracking of used ymm (seems redundent with ymm0_sub)ptitSeb2024-06-181-13/+16
|
* [TRACE] Cosmetic change on ymm printoutptitSeb2024-06-181-1/+1
|
* Added more wrapped functions to gmp and idn2 (#1598)LiZhuoheng2024-06-185-16/+40
|
* [RV64_DYNAREC] Improved 0F AE opcodes (#1596)Yang Liu2024-06-181-23/+23
|
* [LA64_DYNAREC] Added more opcodes (#1597)Yang Liu2024-06-1811-0/+245
|
* [RV64_DYNAREC] Fixed and refined F0 81,83 LOCK prefix opcodes (#1595)Yang Liu2024-06-181-15/+19
|
* Added more wrapped functions (#1593)LiZhuoheng2024-06-187-2/+21
|
* [ARM64_DYNAREC][COSIM] Do not test atomic operatin, they don't support ↵ptitSeb2024-06-171-0/+1
| | | | double execution very well by nature
* [COSIM] Some improvment to avoid segfault in edge casesptitSeb2024-06-173-4/+4
|
* Fixed some symbols not found error for libc and libresolv wrapping (#1591)Yang Liu2024-06-177-15/+35
|
* [LA64_DYNAREC] Added more opcodes (#1590)Yang Liu2024-06-176-3/+197
|
* Fixed usage of getcpu, only enablign that for recent enough glibc (should ↵ptitSeb2024-06-171-1/+3
| | | | help #1586)
* This should fix slatest steam on linux not startingptitSeb2024-06-151-7/+12
|
* [DYNAREC_RV64] Fixed 16bit LOCK ADD issue (#1584)Yang Liu2024-06-151-3/+3
|
* Fixed some vulkan wrapper functions (#1585)Yang Liu2024-06-156-173/+168
| | | | | * Fixed some vulkan wrapper functions * Forgot to submit generated files
* [ARM64_DYNAREC] Added AVX.66.0F38 8C/9C/9F/BE opcodesptitSeb2024-06-141-1/+57
|
* [ARM64_DYNAREC] Added AVX.F2.0F 7C/F0 opcodesptitSeb2024-06-141-0/+33
|