about summary refs log tree commit diff stats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2025-05-09Fixed a potential deadlock on custom memory managment (mostly for Box32)ptitSeb1-1/+3
2025-05-09[GDBJIT] Added a new option to register debuginfo only after trapped into sig...Yang Liu9-13/+32
2025-05-08[ENV] Refactored file-mapping handling (#2612)Yang Liu4-71/+38
2025-05-08[RCFILE] Fixed WEAKBARRIER=2 never taken into accountptitSeb1-1/+1
2025-05-08[WRAPPER] Added a couple of wrapped function to glib2 (for #71)ptitSeb1-0/+2
2025-05-07[DYNAREC] Use PE volatile metadata in dynarec (#2610)Yang Liu21-192/+322
2025-05-07[WRAPPER] Better handling of secure_getenv, but still not perfectptitSeb1-3/+10
2025-05-07[NON4KPAGE] Fix AllocLoadElfMemory multiblocks wrong alignment (#2608) (#2609)Leslie Zhai1-2/+2
2025-05-06[WRAPPER] Added 1 more wrapped function to glib2 (for #71)ptitSeb1-0/+1
2025-05-06Added a simple PE loaded dedicated for volatileMetadata (#2607)Yang Liu6-11/+338
2025-05-06[BOX32][WRAPPER] Fix wrapping of XGetKeyboardMapping return (for #2135)ptitSeb6-5/+22
2025-05-05Try to fix some remaining regression with customme rbtree refactor (for #2600)ptitSeb1-1/+1
2025-05-05[RCFILE] Fixed all regression of BOX64_ADDLIBS settingsptitSeb1-0/+4
2025-05-03[TRACE] Better log for unsetenv and putenv functionsptitSeb1-0/+4
2025-05-03Use `setProtection_mmap` in `NewBrick` (#2599)Chi-Kuan Chiu1-1/+1
2025-05-03[ARM64_DYNAREC] Fixed a regression on 256bits VBROADCAST[B/W] opcodesptitSeb1-2/+2
2025-05-03[ARM64_DYNAREC] Fixed generic case of VPSHUFD opcode on memoryptitSeb1-1/+1
2025-05-03[ARM64_DYNAREC] Better log for scratch after ymm warningptitSeb1-2/+10
2025-05-02[ARM64_DYNAREC] Fixed an issue introduced with fastnan=0 handling of SQRTSS (...ptitSeb1-2/+2
2025-05-01[ARM64_DYNAREC] Small changes in a few AVX shift opcodesptitSeb1-21/+6
2025-05-01[ARM64_DYNAREC] Added missing instruction nameptitSeb1-2/+2
2025-05-01[INTERP] Added missing opcode nae in commentptitSeb1-2/+2
2025-05-01[ARM64_DYNAREC] Fixed edge-case for VPERM2[F/I]128 opcodesptitSeb1-2/+2
2025-05-01[INTERP] Fixed edge-case for VPERM2[F/I]128 opcodesptitSeb1-4/+4
2025-05-01[ARM_DYNAREC] Small improvments to VMASKMOVP[S/D] opcodesptitSeb1-100/+63
2025-05-01[INTERP] VMASKMOVP[S/D] opcodes have no register only pathptitSeb1-0/+8
2025-04-30[ARM64_DYNAREC] Cosmetic change to VGATHER[D/Q]P[D/S] opcodesptitSeb1-2/+4
2025-04-30[ARM64_DYNAREC] Small rework on VFMAD*S[S/D] opcodesptitSeb1-3/+6
2025-04-30[INTERP] Fixed another instruction name commentptitSeb1-1/+1
2025-04-30[ARM64_DYNAREC] Small improvment to VPBROADCAST[B/W] opcodesptitSeb1-20/+10
2025-04-30[INTERP] Improved NAN handling on VSUBPD opcodeptitSeb1-0/+4
2025-04-30[ARM64_DYNAREC] Fixed a potential issue with (V)STMXCSR opcodesptitSeb2-2/+2
2025-04-30[ARM64_DYNAREC] Add fastnan=0 handling in (V)SQRTSS opcodesptitSeb3-3/+27
2025-04-30[INTERP] Improved NAN handling for some (V)SQRTS[S/D] opcodesptitSeb4-2/+12
2025-04-30[INTERP] Improve NAN handling on SQRTPS opcodeptitSeb1-2/+4
2025-04-29[ARM64_DYNAREC] Switched RSQRTPS to precise instead of aproximateptitSeb1-1/+8
2025-04-29[INTERP] Improved (V)RSQRTSS opcodesptitSeb2-3/+20
2025-04-29[ARM64_DYNAREC] Switched RPCPS opcode to precise 1/A instead of approximateptitSeb1-1/+7
2025-04-29[ARM64_DYNAREC] Small optim on PTEST opcodeptitSeb1-17/+21
2025-04-29[INTERP] Fixed some more instruction name commentsptitSeb1-2/+2
2025-04-28[WRAPPERHELPER] Fixed 02423c2 (#2584)rajdakin1-2/+1
2025-04-28[RV64_DYNAREC] Minor optim to 8 bit TEST opcode (#2583)Yang Liu3-13/+18
2025-04-28[RV64_DYNAREC] Small optimization to LEA opcode (#2582)Yang Liu3-8/+9
2025-04-28[ARM64_DYNAREC] Mostly cosmetic changes to SSE/AVX packed shift opcodesptitSeb2-43/+37
2025-04-28[INTERP] Fixes and improvments to SSE/AVX packed shift opcodesptitSeb3-84/+40
2025-04-28[RV64_DYNAREC] Optimized rv64 printer for pseudo and jump instructions (#2581)Yang Liu1-7/+55
2025-04-28Show Dynarec architecture in version string (#2580)Yang Liu3-34/+43
2025-04-28[RV64_DYNAREC] Minor adjustment to dynarec_missing=2 (#2578)Yang Liu3-4/+4
2025-04-27[ARM64_DYNAREC] Small optim for PSIGN[B/W/D] opcodesptitSeb2-33/+27
2025-04-27[ARM64_DYNAREC] Some work on UD flags on (66) F3 0F BC/BD opcodesptitSeb2-16/+64