about summary refs log tree commit diff stats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2024-11-14[ARM64_DYNAREC] Some rework on 8/16/32/64 INC/DEC opcodesptitSeb7-81/+36
2024-11-14Minor adjustments to README, updated README_CN (#2032)Yang Liu2-67/+68
2024-11-14Update README.md (#2022)Diego q1-72/+48
2024-11-13[ARM64_DYNAREC] Small optim for 8/16/32/64bits adc/sbb opcodesptitSeb1-32/+22
2024-11-13[ARM64_DYNAREC] Various small fixes for some 16bits math/logic opcodesptitSeb6-36/+35
2024-11-13[RV64_DYNAREC] Added more MMX opcodes for vector (#2027)xctan2-1/+79
2024-11-13[ARM64_DYNAREC] Reworked 8/16/32/64bits XOR opcodesptitSeb6-84/+63
2024-11-13[ARM64_DYNAREC] Fixed previous commitptitSeb3-46/+47
2024-11-13[ARM64_DYNAREC] Reworked 8/16/32/64 OR opcodesptitSeb6-76/+62
2024-11-13[ARM64_DYNAREC] Reworked 8/16/32/64bits AND opcodesptitSeb6-98/+94
2024-11-13[ARM64_DYNAREC] Small change in sbb32 helperptitSeb1-1/+1
2024-11-13[WRAPPER] Added more callback slots for libwaylend-clientptitSeb1-1/+6
2024-11-13[ARM64_DYNAREC] Improved div/idiv opcode flags (non)handlingptitSeb4-12/+60
2024-11-13[RV64_DYNAREC] Prefer AMO* instructions over LR/SC when possible (#2028)Yang Liu4-123/+87
2024-11-13[ARM64_DYNAREC] Improved 32/64bits imul/mul opcodes flags handlingptitSeb4-100/+184
2024-11-13[RV64_DYNAREC] Added more MMX opcodes for vector (#2026)xctan1-0/+131
2024-11-13[RV64_DYNAREC] Added more MMX opcodes for vector (#2024)xctan4-9/+103
2024-11-11[RV64_DYNAREC] Made eflags emulation branchless with xtheadcondmov (#2019)Yang Liu13-447/+299
2024-11-11[RV64_DYNAREC] Added more MMX opcodes for vector (#2017)Yang Liu3-4/+43
2024-11-10[CORE][LA64] Check LASX and display its existence (#2016)Yang Liu1-3/+3
2024-11-10Preserve errno on mmap / munmap speicifc memory traqking operationsptitSeb1-1/+5
2024-11-09[WRAPPER] Added wrapped libXaw with new wrapperhelper (for #1990)ptitSeb10-0/+331
2024-11-09[DYNAREC] Small chnage o hotpage detection to make it less sensitiveptitSeb1-2/+4
2024-11-09[RCFILE] advertise that BOX64_DYNAREC_TEST=1 is appliedptitSeb1-0/+1
2024-11-09This should fix LA64 Static buildptitSeb1-0/+8
2024-11-09[WRAPPER] Added a bunch of libc wrapped functions (for #2010)ptitSeb6-4/+25
2024-11-09[ARM64_DYNAREC] A small optim for a specific case of 0F C6 opcodeptitSeb1-0/+2
2024-11-09[DYNAREC] Only test page protection when needed (and using a fester way) (sho...ptitSeb3-4/+23
2024-11-09[RV64_DYNAREC] Added mmx infra for vector (#2011)Yang Liu7-54/+185
2024-11-08Improved getcontext/setcontext ([BOX32] too)ptitSeb2-7/+9
2024-11-08Improved syscall 56ptitSeb2-14/+14
2024-11-08[RV64_DYNAREC] Fixed some GETEX_vector usage (#2008)Yang Liu1-3/+3
2024-11-07Added some weird 67 and 64/65 prefixed opcodes ([ARM64_DYNAREC] too)ptitSeb5-14/+121
2024-11-07[ELFLOADER] Better handling of symbols with COPY / GLOB_DAT (should helps #14...ptitSeb1-0/+6
2024-11-07Removed a debug leftoverptitSeb1-1/+0
2024-11-07[BOX32][WRAPPER] Added 1 more sdl2 wrapped function (Crimsonland works now)ptitSeb1-1/+1
2024-11-07Added 64/65 D8..D9 opcodesptitSeb7-27/+135
2024-11-07Added 64/65 69 opcode ([ARM64_DYNAREC] too)ptitSeb2-0/+84
2024-11-07[BOX32] Improve errno handling, and added a few more libc wrapped functionsptitSeb18-3242/+3768
2024-11-06[RBTREE] Unify naming and prevent unintended symbol exposure (#2005)Jim Huang5-98/+95
2024-11-06[WRAPPED32] Added an errno-aware calling convention (#2006)rajdakin5-3/+14
2024-11-06[TRACE] Better for 32bits wait wrapped functionptitSeb1-0/+7
2024-11-06Added a few wrapped function and fixed some other (for Steam)ptitSeb7-14/+76
2024-11-06A bit more trace for emited signalsptitSeb1-0/+2
2024-11-06Fixed a small typoptitSeb1-1/+1
2024-11-06[TRACE] A few more details for some speicifc CALL variantptitSeb1-6/+6
2024-11-06[CMAKE] Fixed SD865 profile, as a77.a55 is not supported in current build chainptitSeb1-1/+6
2024-11-05Fixed a typoptitSeb1-0/+1
2024-11-05[ARM64_DYNAREC] Fixed some issue with frintts usesptitSeb1-2/+2
2024-11-05[ARM64_DYNAREC] Fixed newly added frrintts useptitSeb1-2/+2