about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
...
* [ARM64_DYNAREC] Change native flags handling in signal to make it more ↵ptitSeb2025-01-022-33/+186
| | | | extensible
* [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-318-50/+271
|
* [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
| | | | | * [WRAPPED][ANDROID] A few more ALTNAMEs * [WRAPPED][ANDROID] Unwrap ifdefs for lib names
* Spelling/typo fixes in code and documentation updates (#2223)olegos22024-12-2816-368/+466
| | | | | | | | | | | * Fix typo DLOpenned->DLOpened * Fix a typo in comments: versionned->versioned * Fix a typo in comment: cleanning->cleaning * Update COMPILE.md and USAGE.md * A few more typos in comments
* [DOCS] Improve cross-build instructions (#2196)Chi-Kuan Chiu2024-12-281-0/+33
| | | | | | Include a note for users utilizing environments where only the box64 binary is available. This addition ensures that users can install the necessary libraries before running box64.
* Use uname -m to get CPU architecture (#2222)東雲なの2024-12-281-1/+1
| | | Use uname -m to get CPU architecture is simplier than lscpu
* [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
|
* Update README.mdptitSeb2024-12-281-1/+1
|
* [ANDROID] Another attempt at fixing the buildptitSeb2024-12-272-19/+11
|
* [ANDROID] Fix buildptitSeb2024-12-272-14/+10
|
* [ANDROID] Fixed definition of android_sigaction_tptitSeb2024-12-271-1/+1
|
* [ANDROID] Try to fix signal handling on androidptitSeb2024-12-272-0/+24
|
* Exposed MMXext for CPUTYPE=1ptitSeb2024-12-271-1/+1
|
* [INTERPRETER] Exposed SSE4a for CPUTYPE=1, implemented all 4 opcodesptitSeb2024-12-274-3/+82
|
* [BOX32] Adapted signatures of 2 32bits libc wrapped functionsptitSeb2024-12-274-2/+6
|
* Introduce BOX64_CPUTYPE to choose emulating Intel or AMD cpus (no AMD ↵ptitSeb2024-12-274-123/+328
| | | | specific extension yet)
* [ARM64_DYNAREC] Small optim for some specific case of slhd32 emiterptitSeb2024-12-271-2/+0
|
* [LA64_DYNAREC] Fixed some minor issues on LBT path (#2218)Yang Liu2024-12-273-3/+3
|
* [WRAPPER] Added 3 more wrapped functions to libxcb and freetype (for #2217)ptitSeb2024-12-262-3/+4
|
* [INTERPRETER] Improved some shift operands nd [AR64_DYNAREC] Improved shift ↵ptitSeb2024-12-263-97/+227
| | | | operands and [COSIM] reduce noise on shift operands
* [ARM64_DYNAREC] Fixed 67 8D opcodeptitSeb2024-12-261-3/+1
|
* [DYNAREC] Implement perf map (#2212)Leslie Zhai2024-12-269-5/+70
| | | | | * [DYNAREC] Implement perf map * [DYNAREC] Use function name as the Symbol
* [LA64_DYNAREC] Added hardware wall-clock support (#2216)Yang Liu2024-12-265-13/+43
| | | | | * [LA64_DYNAREC] Added hardware wall-clock support * Refined multi-language support
* [LA64_DYNAREC] Added more opcodes (#2215)Yang Liu2024-12-264-6/+45
|
* [LA64_DYNAREC] Added more opcodes (#2214)Yang Liu2024-12-262-0/+100
|
* [LA64_DYNAREC] Added more opcodes (#2213)Yang Liu2024-12-262-3/+43
|
* [LA64_DYNAREC] Added more opcodes and fixed CVTTPD2DQ (#2211)Yang Liu2024-12-256-5/+175
|
* [LA64_DYNAREC] Added IRET opcode (#2210)Yang Liu2024-12-253-0/+53
|
* [DYNAREC] Cleanup modreg (#2209)Yang Liu2024-12-2516-43/+44
|
* [LA64_DYNAREC] Added MOVLPD and MOVHPD opcodes (#2198)Leslie Zhai2024-12-252-1/+24
| | | | | * [LA64_DYNAREC] Added MOVLPD and MOVHPD opcodes * [LA64_DYNAREC] Fix VSTELM_D idx
* [LA64_DYNAREC] Added more opcodes (#2208)Yang Liu2024-12-254-0/+69
|
* [RV64_DYNAREC] Added more opcodes ([LA64_DYNAREC] too) (#2205)Yang Liu2024-12-253-0/+42
| | | | | * [RV64_DYNAREC] Added 66 8E MOV opcode ([LA64_DYNAREC] too) * Added more opcodes
* [RV64_DYNAREC] Fixed various lock usage in geted ([LA64_DYNAREC] too) (#2207)Yang Liu2024-12-253-7/+7
|
* [RCFILE] Added sekiro.exe entry (#2206)Yang Liu2024-12-251-0/+4
|
* [WRAPPED] Always return ENOSYS in the deprecated sysctl (#2204)Yang Liu2024-12-256-8/+30
|
* [RV64_DYNAREC] Fixed a regression in #2187 (#2203)Yang Liu2024-12-241-2/+8
|