about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* [INTERPRETER] Call opcode also need getAlternate redirectionptitSeb2023-12-051-0/+1
* Show TLS resize warning only if old size is not 0ptitSeb2023-12-051-1/+3
* Merge branch 'main' of https://github.com/ptitSeb/box64ptitSeb2023-12-052-199/+424
|\
| * [DYNAREC_RV64] Refine printer and add support for Zb* extensions (#1115)Yang Liu2023-12-052-199/+424
* | [DYNAREC] Removed unused code in strongmem emulationptitSeb2023-12-055-7/+4
* | [RCFILE] Added profile for Mini Motor Racing XptitSeb2023-12-051-0/+3
|/
* [DOCS] Updated termux building instructions (#1113)Lily2023-12-041-2/+12
* Changes to be committed: (#1110)Creeper-xie2023-12-041-4/+8
* [DOCS] Added missing library for #1108 (#1109)Lily2023-12-041-1/+1
* [RCFILE] Refined some existing profile and add a buch of new oneptitSeb2023-12-031-3/+13
* [ARM64_DYNAREC] More work on LOCK prefixed opcodes (Atomic still disabled)ptitSeb2023-12-0310-22/+106
* [ARM64] Documented most HWCAP flagsptitSeb2023-12-031-28/+29
* [TERMUX] Fix debian packaging (#1107)Lily2023-12-031-5/+13
* [TERMUX] Fix make install (#1106)Lily2023-12-031-1/+6
* [ARM64_DYNAREC] XLAT is 64bits by default on 64bits modeptitSeb2023-12-031-5/+1
* [ARM64_DYNAREC] Added optionnal memory barrier to MOVS/STOSptitSeb2023-12-021-0/+6
* [ARM64_DYNAREC] Restaured Memory Barrier on LOCK operation, and disable the u...ptitSeb2023-12-025-8/+66
* Added some more wrapped function to libdrmptitSeb2023-12-026-19/+87
* [TERMUX] Added faked wrapped termux-exec and simplified output (#1103)Lily2023-12-0214-41/+187
* [ARM64_DYNAREC] Generalized the use of Flag Manipulation Extension (if present)ptitSeb2023-12-025-403/+84
* [ARM64_DYNAREC] Fixed add8 OF flag emitter when Flag Manipulation Ext is supp...ptitSeb2023-12-021-2/+2
* Merge branch 'main' of https://github.com/ptitSeb/box64ptitSeb2023-12-011-12/+14
|\
| * [DOCS] Termux Compiling (#1102)Lily2023-12-011-12/+14
* | Fixed some potentials segfault with wine apps (maybe other too)ptitSeb2023-12-011-2/+4
|/
* [TERMUX] Hopefully this will fix itptitSeb2023-12-013-3/+3
* [TERMUX] Added 2 faked wrapped libs (symbols should be in libc already)ptitSeb2023-12-016-1/+63
* [MALLOCHOOK] Small improvments to mallochook_2ptitSeb2023-12-018-34/+27
* Improved bridge name storage/retreivalptitSeb2023-12-015-43/+9
* [VULKAN] Better wrapping of vkCreateInstanceptitSeb2023-12-011-9/+50
* [ANDROID] Try to fix libbsd issuesptitSeb2023-12-013-2/+7
* Fix spelling in README.md (#1101)Julian Groß2023-12-011-7/+7
* [ANDROID] Small change that might help on android?ptitSeb2023-11-302-2/+2
* Added support for wrapped libbsd (needed for latest libstdc++ lib)ptitSeb2023-11-3010-10/+188
* [RCFILE] Added 2 ew profilesptitSeb2023-11-301-0/+6
* Merge branch 'main' of https://github.com/ptitSeb/box64ptitSeb2023-11-307-65/+107
|\
| * [DYNAREC_RV64] Added more opcodes for flatout.exe (#1100)Yang Liu2023-11-297-65/+107
* | [X64LIBS] Updated libstdc++ and libgcc_sptitSeb2023-11-302-0/+0
* | [ARM64_DYNAREC] Potential fixes for some arm64 emitter macrosptitSeb2023-11-301-18/+18
|/
* [ELFLOADER] Use a fallback if allocated memory not at expected address for el...ptitSeb2023-11-291-2/+8
* [DYNAREC_RV64] Added more opcodes for flatout.exe (#1099)Yang Liu2023-11-284-3/+37
* [DYNAREC][INTERPRETER] Rework on 6C/6D/6E/6F opcodes (#1098)Yang Liu2023-11-283-72/+45
* [ELFLOADER] Some fixes to localy openned libs when symbols might collide with...ptitSeb2023-11-282-35/+38
* [ARM64_DYNAREC] Fixes some rare-case of flags not correctly propagated on for...ptitSeb2023-11-282-21/+10
* 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 Termux installation path (#1095)Creeper-xie2023-11-281-13/+37