about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use non-Android version of functions_list.txt on the repoptitSeb2023-11-281-1/+0
* [AMR64_DYNAREC] A few optimisations on some F0 BTx opcodesptitSeb2023-11-281-22/+12
* [ARM64_DYNAREC] Fixed BFI emitterptitSeb2023-11-281-5/+5
* Merge branch 'main' of https://github.com/ptitSeb/box64ptitSeb2023-11-282-5/+8
|\
| * [DYNAREC_RV64] Added missing fallbacks in x87 opcodes (#1096)Yang Liu2023-11-282-5/+8
* | [ARM64_DYNAREC] Added 67 8A opcodeptitSeb2023-11-281-1/+34
|/
* [ANDROID] Fix Clang Compiling (#1094)Lily2023-11-282-0/+13
* [WRAPPERS] Added fallback glXSwapIntervalEXT function if not present (#1092)Yang Liu2023-11-274-3/+50
* [ANDROID] Use TERMUX Define Instead ANDROID (#1093)Lily2023-11-271-1/+1
* [ANDROID] Fix Compiling (#1091)Lily2023-11-274-1/+26
* [TRACE] Fixes some crash when setting a trace in a lib load laterptitSeb2023-11-271-2/+2
* Added a few wrapped libxcb and xcbrandr function (for Recursed)ptitSeb2023-11-272-13/+13
* [DYNAREC_RV64] Fixed BTS BTR BTC again (#1090)Yang Liu2023-11-271-13/+13
* [ANDROID] Added missing wrappedandroidshmem def headers (#1088)Lily2023-11-272-0/+16
* [DYNAREC_RV64] Fixed emit_ror32 (#1087)Yang Liu2023-11-261-4/+4
* [SIGNAL] Fixed copyUCTXreg2Emu (#1086)Yang Liu2023-11-261-1/+1
* [DYNAREC_RV64] Fixed BTS BTR BTC for zbs extension (#1084)Yang Liu2023-11-262-1/+4
* [ARM64_DYNAREC] Fixed some typo if x87_forget helperptitSeb2023-11-241-2/+2
* [DYNAREC_RV64] Added more opcode for minipad2.exe (#1081)Yang Liu2023-11-244-3/+143
* Merge branch 'main' of https://github.com/ptitSeb/box64ptitSeb2023-11-232-14/+14
|\
| * [DYNAREC_RV64] Fixed FCOMP opcode (#1080)Yang Liu2023-11-232-14/+14
* | [ANDROID] This should fix Android build, again and againptitSeb2023-11-231-5/+5
|/
* [ANDROID] This should fix Android build, againptitSeb2023-11-231-0/+2
* [ANDROID] This should fix Android buildptitSeb2023-11-231-0/+35
* [RV64] This should fix RISCV64 buildptitSeb2023-11-231-1/+1
* [INTERPRETER] LES/LDS are valid only if next byte has high bit not setptitSeb2023-11-231-2/+2
* Clear errno when pctrl_arch has no errorptitSeb2023-11-231-0/+1
* [ARM64_DYNAREC] Some fixes and improvment to various opcodesptitSeb2023-11-235-47/+31
* Small improvement on signal handlingptitSeb2023-11-231-26/+51
* Small change (mostly cosmetics) for some wrapped libc functionsptitSeb2023-11-231-20/+26
* Fixed some wrapped aio_ functions signature of librtptitSeb2023-11-236-12/+80
* [ARM64_DYNAREC] Fixed 0F 38 CD opcodeptitSeb2023-11-221-5/+6
* Some small changes to cpuid and exposed BMI1ptitSeb2023-11-221-2/+23
* Fixed cpu name gatheringptitSeb2023-11-221-4/+6
* [ARM64_DYNAREC] Added full support for SHA cpu extension, using SHA1/SHA2 ext...ptitSeb2023-11-213-1/+342
* Added full support for the SHA cpu extensionptitSeb2023-11-216-4/+279
* [ARM64_DYNAREC] Added D7 XLAT opcodeptitSeb2023-11-202-0/+11
* [INTERPRETER] Fixed some rare issue with XLAT ocpodeptitSeb2023-11-201-1/+4
* Better way to handle syscall array with c99 sparse array initptitSeb2023-11-201-184/+179
* [RV64_DYNAREC] Added 64 8F POP & 67 66 89 MOV opcodes (for minipad2.exe) (#1076)Yang Liu2023-11-203-1/+49
* [RV64_DYNAREC] Added FD STD, fixed FC CLD and F3 A4 REP MOVSB (for minipad2) ...Yang Liu2023-11-202-2/+6
* [RV64_DYNAREC] Fixed zbb andn optimization (#1074)Yang Liu2023-11-201-17/+17
* Change blokc size to 64kb (#1071)Raezroth2023-11-181-1/+1
* Saved defered flag status when processing signal / foreign functionptitSeb2023-11-174-3/+40
* [ARM64_DYNAREC] Optimized 66 0F A5 ocodeptitSeb2023-11-163-13/+69
* [ARM64_DYNAREC] Optimized 66 0F A4 opcodeptitSeb2023-11-164-12/+85
* [ARM64_DYNAREC] Optimized 0F A5 opcodeptitSeb2023-11-163-7/+70
* [ARM64_DYNAREC] Improved 0F A4 opcodeptitSeb2023-11-163-8/+44
* [INTERPRETER] Fixed OF flags for shld opcodesptitSeb2023-11-161-6/+3
* [ARM64_DYNAREC] Optimized 66 AD opcodeptitSeb2023-11-163-8/+62