about summary refs log tree commit diff stats
path: root/src/libtools (follow)
Commit message (Expand)AuthorAgeFilesLines
* [INTERPRETER] my first avx opcodeptitSeb2024-05-261-6/+7
* [ARM64] Add 1 more case of unaligned device memory access handling, plus bett...ptitSeb2024-05-041-1/+35
* [DYNAREC] Re-introduce a simple HotPage handling, to speedup heavily obfuscat...ptitSeb2024-05-031-0/+1
* Fixed my_prepare_thread in dynarec build (#1474)Yang Liu2024-04-271-2/+4
* Fixed a few warning here and there...ptitSeb2024-04-132-4/+5
* [TRACE] Slighlty better log when emiting SIGILLptitSeb2024-03-101-0/+5
* Put back 8 slots for xcb_connection_t wrappingptitSeb2024-03-091-1/+1
* [ARM64_DYNAREC][RV64_DYNAREC] Fixed some case where MOVS/B/W/D/Q is used on a...ptitSeb2024-03-081-0/+51
* [ARM64] Added 1 more special case of SIGBUS when accessing device memory (Hel...ptitSeb2024-03-071-0/+16
* Some more improvment to xcb wrappingptitSeb2024-03-061-12/+45
* [LA64_DYNAREC] Added more opcodes and more fixes, SuperHexagon is working (#1...Yang Liu2024-03-031-4/+4
* [LONGAARCH] Renamed arch to LA64, as LA464 is code name for 3a5000, so that w...ptitSeb2024-02-281-9/+9
* LARCH64 dynarec (#1295)Haichen Wu2024-02-281-0/+15
* Added ability to staticaly build box64 (for #1045 and #310, maybe a few other...ptitSeb2024-02-262-0/+405
* Small changes in signal safe function handlingptitSeb2024-02-241-2/+2
* Hardened the my_sigaltstack wrapped functionptitSeb2024-02-221-10/+23
* [LIBTOOL] Fixed my_pthread_attr_init (#1274)Yang Liu2024-02-211-3/+4
* [TRACE] Slightly better trace for dynarec block writing on own pageptitSeb2024-02-201-1/+1
* [ELFLOADER] Huge refactor of elfloader and symbol resolution. Some more clean...ptitSeb2024-02-152-6/+7
* [ANDROID] BOX64_SHOWBT Now show Emulated BT on Android (#1258)KreitinnSoftware2024-02-101-2/+5
* Wrapped libraries refactor (#1257)rajdakin2024-02-101-3/+3
* Simplified (and improved?) handling of phtread_attr_tptitSeb2024-02-091-67/+86
* Fixed a warningptitSeb2024-02-071-1/+1
* [DYNAREC] Reworked a bit the Strange SEGSIGV handlingptitSeb2024-02-031-2/+8
* [TRACE] Slightly better trace for some dynarec runtime issuesptitSeb2024-01-291-2/+2
* [DYNAREC] Narrow the cases for Strange SIGSEGV to protextion with READ & WIRTEptitSeb2024-01-281-1/+1
* Added a new option BOX64_MMAP32 to use 32bits mapping on external MMAP (help ...ptitSeb2024-01-231-6/+9
* Make sure Stack is aligned properly... (should help #1187 and ~1188)ptitSeb2024-01-222-2/+11
* Reworked exit, unloading libs and running Fini as it should (plus a workaroun...ptitSeb2024-01-191-1/+2
* Fixes (#1207)rajdakin2024-01-182-3/+3
* Fixed an issue with a failsafe that was not workingptitSeb2024-01-181-2/+2
* Fixed xcb_connect wrappingptitSeb2024-01-151-3/+12
* [RBTREE] Reverted memory tracking to 32 bits (#1201)rajdakin2024-01-131-3/+3
* [DYNAREC_RV64] Added CALL/RET optimization (#1183)Yang Liu2024-01-051-19/+22
* [ARM64] Improved fast path for unaligned access to device memory (for NVidia ...ptitSeb2024-01-011-8/+8
* More xcb_connection_t wrapping for vulkanptitSeb2023-12-311-1/+1
* Fixed some (nasty sometimes) warningptitSeb2023-12-311-10/+10
* [MEMORY] Switched from a sparse array to a red-black tree (#1180)rajdakin2023-12-311-9/+9
* More work on xcb wrapping, as xcb_connection_t needs alignmentptitSeb2023-12-261-0/+185
* [ARM64] Improved handling of unaligned access to device memory (for NVidia dr...ptitSeb2023-12-181-14/+14
* [ARM64] Added a new case of device memory unaligned writeptitSeb2023-12-181-0/+14
* [ARM64_DYNAREC] Added one ore special case of device unaligned memory access ...ptitSeb2023-12-151-0/+22
* Added lldb option to JITGDBptitSeb2023-12-151-1/+3
* Fixed a signal handler (helps wine stuffs)ptitSeb2023-12-081-1/+1
* [DYNAREC] Small change to signal handling and unexpected segfaultptitSeb2023-12-071-5/+10
* [INTERPRETER] Added addling to divide by 0 exceptionptitSeb2023-12-051-0/+23
* [ANDROID] Fix Clang Compiling (#1094)Lily2023-11-281-0/+8
* [SIGNAL] Fixed copyUCTXreg2Emu (#1086)Yang Liu2023-11-261-1/+1
* [RV64] This should fix RISCV64 buildptitSeb2023-11-231-1/+1
* Small improvement on signal handlingptitSeb2023-11-231-26/+51