about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* [LA64_DYNAREC] Fixed some lock assembly helperptitSeb2024-05-022-7/+9
* Added wrapping of libicuuc64 and libicui18n64 (#1487)Yang Liu2024-05-0213-0/+318
* [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
* [ARM64_DYNAREC] Added rcr16 / rcl16 emitter, plus some tiny fixes to other ro...ptitSeb2024-05-024-29/+114
* [ARM64_DYNAREC] Some small fixes to rcl8 / rcr8 emittersptitSeb2024-05-021-16/+20
* [RV64_DYNAREC] Remove useless code (#1484)Yang Liu2024-05-021-1/+0
* [RV64_DYNAREC] Added some missing fastnan handling (#1483)Yang Liu2024-05-021-3/+33
* [LA64_DYNAREC] Added more opcodes (#1482)Yang Liu2024-05-014-1/+74
* [LA64_DYNAREC] Added more opcodes (#1481)Yang Liu2024-05-015-0/+171
* Added 1 more wrapped function to waylandclient libptitSeb2024-05-014-1/+5
* [LA64_DYNAREC] Added more opcodes (#1480)Yang Liu2024-05-015-2/+384
* [LA64_DYNAREC] Fixed dynarec infra (#1479)Yang Liu2024-05-019-46/+103
* [RV64_DYNAREC] Optimized F0 0F C7 32bits opcodeptitSeb2024-04-301-15/+11
* [RV64_DYNAREC] Fixed adc32 helperptitSeb2024-04-301-2/+2
* [RV64_DYNAREC] Improved/fixed flag handling (ported from ARM64_DYNAREC)ptitSeb2024-04-308-46/+49
* [RV64_DYNAREC] Fix some x87 flags issueptitSeb2024-04-301-24/+25
* [COSIM] Added thread-safe tests (#1477)Yang Liu2024-04-3021-18/+148
* Fixed wrapped function signature for xcb_image_put (should help #1450)ptitSeb2024-04-304-5/+5
* [ARM64_DYNAREC] Added CE opcodeptitSeb2024-04-301-1/+13
* [RCFILE] More aggressive profile for FlatOut and FlatOut 2ptitSeb2024-04-291-2/+2
* [ARM64_DYNAREC] Fixed some more issue on x87 handlingptitSeb2024-04-291-1/+7
* [DYNAREC] Allocate Dynarec memory by 2Mb batch, and advise for hugepage if av...ptitSeb2024-04-291-4/+20
* This should fix non-dynarec buildptitSeb2024-04-291-0/+2
* Fixed non-dynarec build by introducing BOX64_JVM to replace BOX64_DYNAREC_JVMptitSeb2024-04-296-8/+26
* Added a way to hide SSE 4.2, as it might slow down things using the string op...ptitSeb2024-04-297-6/+30
* [INTERPRETER] Fixed pcmp[ei]strm opcodesptitSeb2024-04-281-8/+8
* [ARM64_DYNAREC] Some fixes to pcmp[ei]strm opcodesptitSeb2024-04-284-10315/+25445
* [DYNAREC] Change method to detect dead code in block (fixes Spintires on Wow6...ptitSeb2024-04-283-12/+25
* [ARM64_DYNAREC] Cosmetic change on FCOM helper macroptitSeb2024-04-281-3/+3
* [RV64_DYNAREC] Fixed DIV and IDIV for zero divisor (#1476)xctan2024-04-283-13/+105
* [ARM64_DYNAREC] Added some comment on ARM64 jump conditionptitSeb2024-04-281-0/+17
* Added some comment to x87 sw flagsptitSeb2024-04-281-6/+6
* [TRACE] Added C3..C0 to x87 traceptitSeb2024-04-281-0/+2
* Added 3 more functions on wrapped sdl2 (for VVVVVV)ptitSeb2024-04-271-0/+3
* Fixed my_prepare_thread in dynarec build (#1474)Yang Liu2024-04-271-2/+4
* [LA64_DYNAREC] Added more opcodes (#1473)Yang Liu2024-04-273-3/+160
* Changed how wine prereserve is handled on box64ptitSeb2024-04-272-7/+3
* [DYNAREC] Fix some flag propagation with partial SF_SET/SF_SET_DFptitSeb2024-04-271-5/+1
* [LA64_DYNAREC] Added more opcodes and fixes (#1472)Yang Liu2024-04-277-12/+269
* [RCFILE] Added 2 more optimized profile for wine new wow64 gamesptitSeb2024-04-271-1/+8
* [ARM64_DYNAREC] Improved x87 stack handling on transformCache helper (helps c...ptitSeb2024-04-271-26/+26
* [LA64_DYNAREC] Added more useful extensions detection (#1469)Yang Liu2024-04-263-7/+29
* [LA64_DYNAREC] Added more opcodes (#1468)Yang Liu2024-04-265-11/+174
* [DYNAREC] Fixed an issue with flags when using SF_SET_NODF (fixed regression ...ptitSeb2024-04-261-1/+1
* [DYNAREC] More fixes on BIGBLOCKptitSeb2024-04-261-1/+1
* [ARM64_DYNAREC] Added 0F B1 opcodeptitSeb2024-04-261-0/+30
* [DYNAREC] Stop building a block if opcode is garbbage or not redeable (should...ptitSeb2024-04-261-1/+8
* [RCFILE] Added a profile for beyond-all-reason (for #1412)ptitSeb2024-04-261-1/+4