about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* [ARM64_DYNAREC] Remove bloated x87 comp codeptitSeb2025-01-0815-76/+30
* [INTERPRETER] Improved x87 emulation a bit ([ARM64_DYNAREC] too)ptitSeb2025-01-087-24/+44
* [WRAPPED] Added monstartup (#2241)Leslie Zhai2025-01-081-1/+5
* [ARM64_DYNAREC] Added FCMEQ printerptitSeb2025-01-072-2/+8
* [ARM64_DYNAREC]Small optimisation for 8bits and 16bits NOT opcode on registerptitSeb2025-01-073-6/+21
* Small fix to program break trackingptitSeb2025-01-071-1/+1
* Trace program program to not allocate memory over there (help TalosPrinciple2...ptitSeb2025-01-071-0/+20
* [TRACE] Small change in Double segfault traceptitSeb2025-01-071-2/+12
* [ARM64_DYNAREC] Small optim to 8bits AND opcodes with constant and without flagsptitSeb2025-01-071-7/+31
* [ARM64_DYNAREC] Optimized 8bits XOR when no flags is neededptitSeb2025-01-071-15/+56
* [ARM64_DYNAREC] Optimized 8bits OR when no flags is neededptitSeb2025-01-072-15/+77
* [BOX32] Use 32bits malloc when building LinkMaplibptitSeb2025-01-061-7/+7
* [BOX32][WRAPPER] Added a few more 32bts wrapped functions to libc and libresolvptitSeb2025-01-067-14/+19
* [INTERPRETER] Added a check of CS validity on IRET opcodeptitSeb2025-01-061-27/+41
* [BOX32] Fixed some signature issues with wrapped libXrenderptitSeb2025-01-068-48/+151
* [WRAPPED] Added xdr_string and xdr_free (#2235)Leslie Zhai2025-01-061-2/+2
* Fix crash with incorrect argv[0]: rewrite it only if "box64" is present (#2233)ValdikSS2025-01-061-3/+8
* [DYNAREC] Imroved log on signal and flags/sse info gathering. [ARM64_DYNAREC]...ptitSeb2025-01-056-180/+54
* [INTERPRETER] Added a few more cpu extension and associated opcodes ([ARM64_D...ptitSeb2025-01-055-4/+115
* [ARM64_DYNAREC] Added a new emiterptitSeb2025-01-051-0/+1
* [ARM64_DYNAREC] Small improvments on (V)PMOVMSKB opcodesptitSeb2025-01-052-18/+11
* [ARM64_DYNAREC] Small optim on specific case of XOR with -1 constptitSeb2025-01-041-2/+6
* [INTERPRETER] Fixed opcode name in commentptitSeb2025-01-041-1/+1
* [ARM64_DYNAREC] Don't simplify flags for add rsp, const when safeflags=2 is usedptitSeb2025-01-041-1/+1
* [ARM64_DYNAREC] Small improvment on edge cases double to int x87 conversionsptitSeb2025-01-042-15/+28
* [DYNAREC] Appended instruction name to symbol (#2228)Leslie Zhai2025-01-036-7/+7
* [ARM64_DYNAREC] Small fixes to sse info retreiving on signalptitSeb2025-01-021-3/+2
* [ARM64_DYNAREC] Fixed native flags with signal, and added sse handlingptitSeb2025-01-022-17/+54
* [ARM64_DYNAREC] Change native flags handling in signal to make it more extens...ptitSeb2025-01-022-33/+186
* [ARM64_DYNAREC] Improved ADCX opcodeptitSeb2025-01-011-5/+19
* [ARM64_DYNAREC] Improved native flags handlingptitSeb2025-01-011-14/+28
* [ARM64_DYNAREC] Improved a bit MULX opcodeptitSeb2025-01-012-8/+14
* [ARM64_DYNAREC] Small improvements to POPCNT and ADOX opcodesptitSeb2025-01-011-3/+7
* [BOX32] Fixed buildptitSeb2024-12-312-2/+2
* [ARM64_DYNAREC] Improved signal handling and flags handling (tbd on other archs)ptitSeb2024-12-317-50/+270
* [ARM64_DYNAREC] Fixed some issue with shrd/shld opcodesptitSeb2024-12-312-16/+12
* [ARM64_DYNAREC] Small improvement to MULX opcodeptitSeb2024-12-301-2/+8
* [WRAPPER] Fixed a small mystake with latest ALTNAME workptitSeb2024-12-281-1/+1
* [WRAPPED][ANDROID] Add libGL ALTNAME (#2225)olegos22024-12-281-0/+1
* [ANDROID] Add a few ALTNAMEs and unwrap ifdefs for lib names (#2224)olegos22024-12-2825-101/+23
* Spelling/typo fixes in code and documentation updates (#2223)olegos22024-12-2812-22/+22
* Use uname -m to get CPU architecture (#2222)東雲なの2024-12-281-1/+1
* [LA64_DYNAREC] Some minor fixes on bad variable usage (#2221)Yang Liu2024-12-281-6/+4
* [ARM64_DYNAREC][TRACE] Added printer for CNT opcodeptitSeb2024-12-281-0/+9
* [INTERPRETER] Fixed 32bits ADCX/ADOX opcodesptitSeb2024-12-282-5/+6
* [ARM64_DYNAREC] Fixed and improved flags for F3 0F B8 opcodeptitSeb2024-12-281-4/+12
* [INTERPRETER] Added 66 F3 0F B8 opcodeptitSeb2024-12-281-0/+17
* [INTERPRETER] Small (mostly cosmetic) change to POCNT opcodeptitSeb2024-12-281-1/+0
* [ANDROID] Another attempt at fixing the buildptitSeb2024-12-272-19/+11
* [ANDROID] Fix buildptitSeb2024-12-272-14/+10