about summary refs log tree commit diff stats
path: root/src/dynarec (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* [LA64_DYNAREC] Added more opcodes (#1503)Yang Liu2024-05-153-0/+39
* [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-092-105/+82
* [DYNAREC] Small improvements to atomic functions (#1492)Yang Liu2024-05-046-125/+155
* [LA64_DYNAREC] Added more opcodes (#1491)Yang Liu2024-05-0311-6/+512
* [DYNAREC] Re-introduce a simple HotPage handling, to speedup heavily obfuscat...ptitSeb2024-05-032-3/+10
* [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 wa...ptitSeb2024-05-031-3/+4
* [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
* [LA64_DYNAREC] Added more opcodes (#1486)Yang Liu2024-05-025-0/+177
* [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-013-0/+73
* [LA64_DYNAREC] Added more opcodes (#1481)Yang Liu2024-05-015-0/+171
* [LA64_DYNAREC] Added more opcodes (#1480)Yang Liu2024-05-015-2/+384
* [LA64_DYNAREC] Fixed dynarec infra (#1479)Yang Liu2024-05-017-26/+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-308-3/+12
* [ARM64_DYNAREC] Added CE opcodeptitSeb2024-04-301-1/+13
* [ARM64_DYNAREC] Fixed some more issue on x87 handlingptitSeb2024-04-291-1/+7
* [ARM64_DYNAREC] Some fixes to pcmp[ei]strm opcodesptitSeb2024-04-281-4/+4
* [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
* [LA64_DYNAREC] Added more opcodes (#1473)Yang Liu2024-04-272-0/+157
* [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
* [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-261-5/+8
* [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
* [DYNAREC] Fixed emit_shift functions and more (#1466)Yang Liu2024-04-253-14/+38
* [DYNAREC] Fix for some rare (or less rare depending on the backend) case of j...ptitSeb2024-04-241-1/+1
* Changed x87 way of handling FFREE opcode ([DYNAREC] too, improving x87 robust...ptitSeb2024-04-2419-209/+388