about summary refs log tree commit diff stats
path: root/src/emu (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [WRAPPER] Wrapped more symbols for libresolv (#2981)Yang Liu2025-08-301-2/+2
|
* [INTERP] Fixed another regression introduced with ↵ptitSeb2025-08-291-0/+1
| | | | #cb2c29c5f992cb4e5ec481f8d99b973b90411403
* [BOX32][TRACE] Improved trace for nanosleepptitSeb2025-08-281-0/+3
|
* Improved handling of TF flagptitSeb2025-08-272-2/+12
|
* [INTERP] Fixed a regression introduced with ↵ptitSeb2025-08-261-1/+1
| | | | cb2c29c5f992cb4e5ec481f8d99b973b90411403 (fixes Wukong)
* [INTERP] Fixed a regression introduced with ↵ptitSeb2025-08-251-2/+2
| | | | a17811f4a615f417a5742dde62ab683cf80020b0
* [INTERP] Refactored how 64/65/66/67 and F2/F3 prefixes are handled, removing ↵ptitSeb2025-08-2217-3429/+272
| | | | some (mostly) duplicated code
* [COSIM] Better memory diff printing (#2957)Yang Liu2025-08-211-2/+2
|
* [LA64_DYNAREC] Added more scalar AVX opcodes (#2943)Yang Liu2025-08-151-2/+1
|
* [ARM64_DYNAREC][INTERP] Fixed AVX VPERM2F128/VPERM2I128 opcodes (#2907)Yang Liu2025-08-061-38/+1
|
* [WRAPPER] Wrapped g_async_queue_new_full, g_async_queue_push_sorted, (#2899)Leslie Zhai2025-08-051-0/+2
| | | g_thread_pool_free, g_thread_pool_new and g_thread_pool_push
* [WRAPPER] Wrapped g_type_module_use, g_type_module_register_type and ↵Leslie Zhai2025-08-051-0/+2
| | | | | | | g_type_module_add_interface (#2895) * [WRAPPER] Wrapped g_type_module_use, g_type_module_register_type and g_type_module_add_interface * [WRAPPER] Removed duplicated my_GInterfaceInfo_t
* [INTERP] Fixed 16bit version POPCNT (#2877)Yang Liu2025-08-011-19/+19
|
* [INTERP] Added 66 F0 0F BA BTS opcode (#2872)Yang Liu2025-08-011-0/+53
|
* [TRACE] Minor improvements to trace logging (#2871)Yang Liu2025-08-011-2/+6
|
* [INTERP] Try to improve aligned LOCK CMPXCHG8B opcodeptitSeb2025-08-011-11/+11
|
* Minor improvements to trace logging (#2861)Yang Liu2025-07-311-4/+4
|
* [RV64][LA64] Added partial FLUSHTO0 support (#2855)Yang Liu2025-07-291-0/+2
| | | | | | | | | | | * [RV64][LA64] Removed obselete TODOs * more * more * more * more
* [BOX32] Added some comment on arguments for a syscallptitSeb2025-07-281-1/+4
|
* [TRACE] More traces for LOG=2ptitSeb2025-07-241-0/+8
|
* [TRACE] Try to preserve errno when tracingptitSeb2025-07-241-4/+8
|
* [TRACE] Some mor eimprovment to LOG=2 tracesptitSeb2025-07-242-0/+13
|
* Some handling of case where signal numbers differs between native and x64 ↵ptitSeb2025-07-2313-69/+73
| | | | archs (not complete, missing sigset conversions)
* [WRAPPER] Added 2 more wrapped function to libcairoptitSeb2025-07-221-0/+2
|
* [INTERP] Added 64/65 F3 0F 7F opcodeptitSeb2025-07-161-0/+13
|
* [INTERP] Added 64/65 AVX.0F 10/11 opcodes (for #2808)ptitSeb2025-07-123-1/+198
|
* [INTERP] Fined tuned UD value for BSR/BSFptitSeb2025-07-092-8/+16
|
* [WRAPPER] Added a couple of libc/libm wrapped functions (for #2796)ptitSeb2025-07-041-0/+2
|
* [INTERP] Small change in Alternate handlingptitSeb2025-07-031-6/+11
|
* [WRAPPER] Wrapper XCreateWindow when Display's resource_alloc is x64 entry ↵Leslie Zhai2025-07-031-2/+2
| | | | | | | | | | | | | | (#2788) (#2789) * [WRAPPER] Wrapper XCreateWindow when Display's resource_alloc is x64 entry (#2788) * [WRAPPER] Use RunFunctionFmt to call x64 resource_alloc entry * [WRAPPER] Remove useless include header and DBGetBlock * [WRAPPER] Use FindElfAddress to check the function is from x64 space * [WRAPPER] Use find_XXX_Fct mechanism
* Simplified a bit ROLLING_LOG buffer handlingptitSeb2025-07-013-11/+11
|
* [INTERP] Added 67 9C opcode (for LEGO2Kdrive)ptitSeb2025-06-281-0/+6
|
* [INTERP] Small imrpvoment for 0F 03 opcodeptitSeb2025-06-281-1/+1
|
* [INTERP] Added 0F 03 opcode (for LEGO2Kdrive)ptitSeb2025-06-281-0/+14
|
* [INTERP] Improved 32bits to 16bits float conversionptitSeb2025-06-251-6/+21
|
* [INTERP] More work on UD flagsptitSeb2025-06-251-6/+11
|
* [INTERP] Adjusted some UD flags in BLSMSK opcodeptitSeb2025-06-251-4/+18
|
* [INTERP] Fixed CF flag of BLSI opcodeptitSeb2025-06-251-1/+1
|
* [INTERP] Added 66 F0 F7 /2 opcode (aligned only)ptitSeb2025-06-242-1/+36
|
* [INTERP] Added F0 BB and improved F0 BA /7 opcodesptitSeb2025-06-241-9/+94
|
* [BIONIC] Fixed some compilation warnings (#2756)Yang Liu2025-06-181-6/+7
|
* [DYNACACHE] Refactored cpu extension, will be used in dynacache signature checksptitSeb2025-06-141-1/+1
|
* [WOWBOX64] Fixed a few more warningsptitSeb2025-06-141-2/+2
|
* [WOWBOX64] Fixed a few warningsptitSeb2025-06-141-6/+6
|
* [DYNACACHE] Created a const table, for later use in internal relocation ↵ptitSeb2025-06-131-2/+2
| | | | ([ARM64] only, todo on RV64 and LA64)
* [WRAPPER] Wrapped a few more functions in gio2 and libresolv (#2737)Yang Liu2025-06-131-0/+2
| | | | | | | * [WRAPPER] Wrapped a few more functions in gio2 and libresolv * fix static build * fix fix
* [WRAPPER] Added 2 more functions to libc (for #2731) (#2733)Yang Liu2025-06-121-0/+2
|
* [INTERP] Fixed 64/65 67 64bit rex decoding (#2729)Yang Liu2025-06-121-0/+5
|
* [TRACE] Bring back in-house zydis header for v3.x (#2727)Yang Liu2025-06-112-0/+4404
|
* [TRACE] Added support for libzydis v4.x and removed the in-house zydis ↵Yang Liu2025-06-092-4461/+124
| | | | | | | | | | | | | header (#2720) * [TRACE] Exclude non-trace build from relying on in-house Zydis header * [TRACE] Upgrade zydis to version 4.x * [TRACE] Update docs * [TRACE] Update CI * [TRACE] No reason to drop 3.x support