about summary refs log tree commit diff stats
path: root/src/libtools (follow)
Commit message (Expand)AuthorAgeFilesLines
* [TRACE] Fixed an issue with a trace on dynablock exiting executionptitSeb2025-04-211-1/+1
* [TRACE] Better trace, using maplile name if available, and better write on a ...ptitSeb2025-04-201-1/+1
* Another fix for non-dynarec buildptitSeb2025-04-181-0/+2
* This should fix non-dynarec buildptitSeb2025-04-181-0/+2
* Also preserve flags stuffs on signal handling when neededptitSeb2025-04-181-1/+29
* [DYNAREC] Small improvment to callret=2 handling of path to regen a blockptitSeb2025-04-181-2/+3
* Motsly commetic change in internal SIGILL handlingptitSeb2025-04-161-4/+6
* [WOW64] More tweaks for PE build (#2528)Yang Liu2025-04-142-52/+0
* [BOX32][WRAPPER] Fixed 32bits wrapping for XRenderQueryFilters functionptitSeb2025-04-124-0/+49
* [ANDROID] Adjusted some signals structure for Android/BionicptitSeb2025-04-111-1/+7
* [DYNAREC] Speedup a bit DYNAREC_DIRTY=1ptitSeb2025-04-101-3/+3
* [BOX32] Fix a potential build issueptitSeb2025-04-101-0/+1
* [WOW64] More tweaks towards PE build (#2519)Yang Liu2025-04-102-0/+48
* [WOW64] More work on the PE wow64 build (#2518)Yang Liu2025-04-102-8/+0
* [DYNAREC] Better handling of self-loop and added CALLRET=2 settings (ARM64 on...ptitSeb2025-04-091-1/+78
* Moved emit functions to seperate files from signals.h (#2516)Yang Liu2025-04-091-125/+0
* Added backtrace.h for holding backtrace-related functions (#2515)Yang Liu2025-04-091-31/+3
* [WOW64] Add wow64 PE build scaffolding (#2513)Yang Liu2025-04-081-6/+6
* Introduced box64cpu.h for exported interpreter and dynarec functions (#2490)Yang Liu2025-04-016-10/+7
* Added os.h for future usage (#2488)Yang Liu2025-04-014-0/+4
* [TRACE] Do not print opcode at SIGBUS if x64pc or pc is not readableptitSeb2025-03-311-1/+1
* [BOX32] Small changes in pthread_cond_timedwait wrapping to handle malformed ...ptitSeb2025-03-291-2/+12
* [BOX32] Small change on memory managment againptitSeb2025-03-181-2/+7
* [ARM64_DYNAREC] Simplified 8F opcode, so special cases will be handled in sig...ptitSeb2025-03-171-0/+4
* [TRACE] Improved native backtrace, and create a function so it can be use els...ptitSeb2025-03-171-10/+32
* [BOX32] Small changes in Signal32 handlingptitSeb2025-03-131-5/+5
* [DYNAREC] Introduced DYNAREC_DIRTY=2 and changed a profile to use itptitSeb2025-03-121-0/+1
* Removed isDBFromAddressRange and added that function to cleanDBFromAddressRan...ptitSeb2025-03-071-7/+7
* Use getProtection_fast for check_exec test, as it can be used a lot on interp...ptitSeb2025-03-071-1/+1
* [BOX32][WRAPPER] Use a temp xcb when converting an unknown xcb_connection ins...ptitSeb2025-02-252-2/+13
* [BOX32][INTERP] Added some support for BOUND opcode ([ARM64_DYNAREC] too)ptitSeb2025-02-201-0/+7
* [ARM64_DYNAREC] Optimized REP MOVSBptitSeb2025-02-071-0/+41
* [INTERPRETER] Fixed a few warningptitSeb2025-01-261-1/+1
* [RV64_DYNAREC] Added codegen for unaligned stores (#2289)xctan2025-01-241-2/+2
* Added [BOX64] prefix for all the stdout logs (#2279)Yang Liu2025-01-213-29/+29
* [ENV] Initial refactor of env variables infrastructure (#2274)Yang Liu2025-01-214-45/+41
* [TRACE] Added TID on Strange SIGSEGV with Access Error messageptitSeb2025-01-181-3/+3
* [TRACE] Fixed a typo in a debug messageptitSeb2025-01-171-1/+1
* [DYNAREC] Introduce BOX64_DYNAREC_DIRTY and some profile to use itptitSeb2025-01-151-1/+1
* [ARM64_DYNAREC] Added unaligned code for F3 0F 7F opcodeptitSeb2025-01-151-2/+2
* Small improvment on signal handling and db/x64pc fetchingptitSeb2025-01-141-21/+29
* This should fix the non-dynarec buildptitSeb2025-01-131-3/+4
* Try to improve full x86 state gathering on SignalptitSeb2025-01-131-5/+13
* [SIGNAL][RV64] Supported more opcodes for special cases (#2253)Yang Liu2025-01-111-2/+2
* This should fix non-Dynarec buildsptitSeb2025-01-111-3/+1
* Another attempt at fixing non-Dynarec buildsptitSeb2025-01-111-0/+6
* This should fix non-Dynarec buildsptitSeb2025-01-111-2/+4
* [ARM64_DYNAREC] Better handling unaligned access to device memory, with reger...ptitSeb2025-01-111-27/+83
* [SIGNAL][RV64] Added special unaligned cases handling (#2248)Yang Liu2025-01-101-1/+45
* Creating an emu structure for a thread will use a minimal stack now ([BOX32] ...ptitSeb2025-01-101-12/+7