about summary refs log tree commit diff stats
path: root/src/emu/x64run_private.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Improved Signal handling ([ARM4_DYNAREC] too)ptitSeb2024-11-181-0/+8
* [ARM64_DYNAREC] Various fixes and improvments to a few random opcodesptitSeb2024-11-151-0/+18
* [INTERPRETER] Some cleanup on base logic/math/shift operationsptitSeb2024-11-151-148/+117
* Added 64/65 D8..D9 opcodesptitSeb2024-11-071-0/+26
* [TRACE] A few more details for some speicifc CALL variantptitSeb2024-11-061-6/+6
* [TRACE] Improved 32bits trace for FF 92 opocdeptitSeb2024-10-191-0/+4
* [BOX32][TRACE] Some more improved traceptitSeb2024-10-031-0/+5
* [BOX32] Fixed main Elf init not always calledptitSeb2024-09-301-0/+8
* Fixed non-box32 buildsptitSeb2024-09-161-0/+2
* [BOX32][TRACE] Improved some trace and function calls for 32bits processptitSeb2024-09-161-3/+15
* [TRACE] Better trace for 32bits FF 52 opcodeptitSeb2024-09-131-0/+4
* [TRACE] Better trace for F3 0F 1E FA opcodeptitSeb2024-09-091-1/+3
* [BOX32] Added more 32bits wrapped function and fixesptitSeb2024-08-301-1/+1
* [TRACE] Added one 32bits jump decoding dest addressptitSeb2024-08-291-0/+4
* Added preliminary Box32 support (#1760)ptitSeb2024-08-261-1/+52
* [TRACE] Fixed some issue with function name printingptitSeb2024-07-131-1/+4
* Fixes (#1659)rajdakin2024-07-091-34/+34
* [TRACE] Print offset in function in hexptitSeb2024-06-231-1/+1
* [COSIM] Fixed 66 48 xx type of opcodesptitSeb2024-06-091-2/+5
* [COSIM] Added more helpers to avoid segfault on rare casesptitSeb2024-06-031-4/+3
* [COSIM] Fixed YMM handling in cosim, seems to work better nowptitSeb2024-06-021-0/+14
* [INTERPRETER] Added avx (F3 0F) 6F and (66 0F) 70ptitSeb2024-05-261-0/+6
* [ARM64_DYNAREC] Improved stability of RCL/RCR and added 32/64 bits with const...ptitSeb2024-05-171-31/+1
* [ARM64_DYNAREC] Fix and improvments on rcl/rcr helperptitSeb2024-05-091-2/+13
* [TRACE] Remove a trace that might crash when tracingptitSeb2024-05-021-1/+1
* [ANDOIRD] Fix buildptitSeb2024-04-221-2/+0
* [ANDROID] Try to fix test 07ptitSeb2024-04-221-0/+7
* [INTERPRETER] Added 67 64 8F opcodes, and fixed 67 64 89/8B opcodesptitSeb2024-03-081-0/+62
* [WRAPPER] Fixed a typo in the signature of my___libc_start_main (#1323)xctan2024-03-041-1/+1
* [ANDROID] Small change on my___libc_init signatureptitSeb2024-02-271-1/+1
* [ARM64_DYNAREC] Added RCR 8bits with constant optimisation, and fixed RCL 8bi...ptitSeb2024-02-211-2/+13
* Small adjustment to one flags computationptitSeb2024-02-211-1/+1
* [INTERPRETER] Fix shl/sar/shr for large shft value on 8 and 16bits operationsptitSeb2024-02-201-202/+88
* [ELFLOADER] Huge refactor of elfloader and symbol resolution. Some more clean...ptitSeb2024-02-151-1/+1
* [DYNAREC_TEST] Have a proper TestEw that only copy/tests 2 bytes instead of 4ptitSeb2024-02-071-0/+13
* [TEST_DYNAREC] Improved accuracy of some tests, and avoid a some false-positiveptitSeb2024-01-271-14/+14
* [TRACE] Slightly improved traceptitSeb2024-01-221-1/+7
* [TRACE] Improved trace for __libc_start_main init handlingptitSeb2024-01-211-1/+2
* [INTERPRETER] Added 67 66 8D opcode ([ARM64_DYNAREC] too)ptitSeb2024-01-061-0/+8
* [TRACE] Improve function name retreival in LOG=2 tracesptitSeb2023-12-181-1/+1
* [TRACE] Better trace for some specific jumpptitSeb2023-12-071-2/+6
* [INTERPRETER] Made some opcode truer to what they should on some edge casesptitSeb2023-12-061-13/+124
* Improved bridge name storage/retreivalptitSeb2023-12-011-2/+0
* [ARM64_DYNAREC] Optimized 66 0F A4 opcodeptitSeb2023-11-161-1/+15
* [ARM64_DYNAREC] Improved 0F A4 opcodeptitSeb2023-11-161-0/+31
* [ARM64_DYNAREC] Optimized 66 AC opcodeptitSeb2023-11-161-1/+13
* [ARM64_DYNAREC] Fixed shrd 32/64bits opcodesptitSeb2023-11-161-1/+28
* [TRACE] Small improvment to trace handlingptitSeb2023-11-151-0/+4
* [TRACE] Small improvment for push rbp traceptitSeb2023-11-121-1/+2
* [INTERPRETER] Small adjustment on shl flag computationptitSeb2023-11-111-17/+17