about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* [INTERPRETER] Some cleanup on base logic/math/shift operationsptitSeb2024-11-158-302/+233
* Added support for RDMSR, just in caseptitSeb2024-11-152-0/+8
* [ARM64_DYNAREC] Try to not call UpdateFlags when switching to a DFNONE state ...ptitSeb2024-11-1510-3/+39
* [ARM64_DYNAREC] Very small change on on emit_rol32c helperptitSeb2024-11-151-1/+1
* [RV64_DYNAREC] Added more MMX opcodes for vector (#2037)xctan2024-11-152-0/+119
* [ARM64_DYNAREC] Reworked 8/16/32/64bits TEST opcodesptitSeb2024-11-148-38/+236
* [RV64_DYNAREC] Added more MMX opcodes for vector (#2035)xctan2024-11-141-0/+101
* [DYNAREC] Added a experimental BOX64_DYNAREC_WEAKBARRIER option (#2033)Yang Liu2024-11-145-1/+28
* [ARM64_DYNAREC] Refactor 8/16/32/64bits CMP and REP CMPS/SCAS opcodesptitSeb2024-11-144-51/+115
* [LA64] Implement convert x64_va_list_t to sysv_varargs for float (#2025) (#2031)Leslie Zhai2024-11-143-3/+101
* [ARM64_DYNAREC] Some refactor on 8/16/32/64bits SHL/SHR/SAR opcodesptitSeb2024-11-143-79/+67
* [ARM64_DYNAREC] Minor change on 16bits neg opcodeptitSeb2024-11-141-2/+0
* [ARM64_DYNAREC] Some rework on 8/16/32/64 INC/DEC opcodesptitSeb2024-11-147-81/+36
* [ARM64_DYNAREC] Small optim for 8/16/32/64bits adc/sbb opcodesptitSeb2024-11-131-32/+22
* [ARM64_DYNAREC] Various small fixes for some 16bits math/logic opcodesptitSeb2024-11-136-36/+35
* [RV64_DYNAREC] Added more MMX opcodes for vector (#2027)xctan2024-11-132-1/+79
* [ARM64_DYNAREC] Reworked 8/16/32/64bits XOR opcodesptitSeb2024-11-136-84/+63
* [ARM64_DYNAREC] Fixed previous commitptitSeb2024-11-133-46/+47
* [ARM64_DYNAREC] Reworked 8/16/32/64 OR opcodesptitSeb2024-11-136-76/+62
* [ARM64_DYNAREC] Reworked 8/16/32/64bits AND opcodesptitSeb2024-11-136-98/+94
* [ARM64_DYNAREC] Small change in sbb32 helperptitSeb2024-11-131-1/+1
* [WRAPPER] Added more callback slots for libwaylend-clientptitSeb2024-11-131-1/+6
* [ARM64_DYNAREC] Improved div/idiv opcode flags (non)handlingptitSeb2024-11-134-12/+60
* [RV64_DYNAREC] Prefer AMO* instructions over LR/SC when possible (#2028)Yang Liu2024-11-134-123/+87
* [ARM64_DYNAREC] Improved 32/64bits imul/mul opcodes flags handlingptitSeb2024-11-134-100/+184
* [RV64_DYNAREC] Added more MMX opcodes for vector (#2026)xctan2024-11-131-0/+131
* [RV64_DYNAREC] Added more MMX opcodes for vector (#2024)xctan2024-11-134-9/+103
* [RV64_DYNAREC] Made eflags emulation branchless with xtheadcondmov (#2019)Yang Liu2024-11-1113-447/+299
* [RV64_DYNAREC] Added more MMX opcodes for vector (#2017)Yang Liu2024-11-113-4/+43
* [CORE][LA64] Check LASX and display its existence (#2016)Yang Liu2024-11-101-3/+3
* Preserve errno on mmap / munmap speicifc memory traqking operationsptitSeb2024-11-101-1/+5
* [WRAPPER] Added wrapped libXaw with new wrapperhelper (for #1990)ptitSeb2024-11-099-0/+330
* [DYNAREC] Small chnage o hotpage detection to make it less sensitiveptitSeb2024-11-091-2/+4
* [RCFILE] advertise that BOX64_DYNAREC_TEST=1 is appliedptitSeb2024-11-091-0/+1
* This should fix LA64 Static buildptitSeb2024-11-091-0/+8
* [WRAPPER] Added a bunch of libc wrapped functions (for #2010)ptitSeb2024-11-096-4/+25
* [ARM64_DYNAREC] A small optim for a specific case of 0F C6 opcodeptitSeb2024-11-091-0/+2
* [DYNAREC] Only test page protection when needed (and using a fester way) (sho...ptitSeb2024-11-093-4/+23
* [RV64_DYNAREC] Added mmx infra for vector (#2011)Yang Liu2024-11-097-54/+185
* Improved getcontext/setcontext ([BOX32] too)ptitSeb2024-11-082-7/+9
* Improved syscall 56ptitSeb2024-11-082-14/+14
* [RV64_DYNAREC] Fixed some GETEX_vector usage (#2008)Yang Liu2024-11-081-3/+3
* Added some weird 67 and 64/65 prefixed opcodes ([ARM64_DYNAREC] too)ptitSeb2024-11-075-14/+121
* [ELFLOADER] Better handling of symbols with COPY / GLOB_DAT (should helps #14...ptitSeb2024-11-071-0/+6
* Removed a debug leftoverptitSeb2024-11-071-1/+0
* [BOX32][WRAPPER] Added 1 more sdl2 wrapped function (Crimsonland works now)ptitSeb2024-11-071-1/+1
* Added 64/65 D8..D9 opcodesptitSeb2024-11-077-27/+135
* Added 64/65 69 opcode ([ARM64_DYNAREC] too)ptitSeb2024-11-072-0/+84
* [BOX32] Improve errno handling, and added a few more libc wrapped functionsptitSeb2024-11-0717-3241/+3767
* [RBTREE] Unify naming and prevent unintended symbol exposure (#2005)Jim Huang2024-11-065-98/+95