| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Minor improvements to trace logging (#2861) | Yang Liu | 2025-07-31 | 1 | -4/+4 | |
| | | ||||||
| * | [RV64][LA64] Added partial FLUSHTO0 support (#2855) | Yang Liu | 2025-07-29 | 1 | -0/+2 | |
| | | | | | | | | | | | | * [RV64][LA64] Removed obselete TODOs * more * more * more * more | |||||
| * | [BOX32] Added some comment on arguments for a syscall | ptitSeb | 2025-07-28 | 1 | -1/+4 | |
| | | ||||||
| * | [TRACE] More traces for LOG=2 | ptitSeb | 2025-07-24 | 1 | -0/+8 | |
| | | ||||||
| * | [TRACE] Try to preserve errno when tracing | ptitSeb | 2025-07-24 | 1 | -4/+8 | |
| | | ||||||
| * | [TRACE] Some mor eimprovment to LOG=2 traces | ptitSeb | 2025-07-24 | 2 | -0/+13 | |
| | | ||||||
| * | Some handling of case where signal numbers differs between native and x64 ↵ | ptitSeb | 2025-07-23 | 13 | -69/+73 | |
| | | | | | archs (not complete, missing sigset conversions) | |||||
| * | [WRAPPER] Added 2 more wrapped function to libcairo | ptitSeb | 2025-07-22 | 1 | -0/+2 | |
| | | ||||||
| * | [INTERP] Added 64/65 F3 0F 7F opcode | ptitSeb | 2025-07-16 | 1 | -0/+13 | |
| | | ||||||
| * | [INTERP] Added 64/65 AVX.0F 10/11 opcodes (for #2808) | ptitSeb | 2025-07-12 | 3 | -1/+198 | |
| | | ||||||
| * | [INTERP] Fined tuned UD value for BSR/BSF | ptitSeb | 2025-07-09 | 2 | -8/+16 | |
| | | ||||||
| * | [WRAPPER] Added a couple of libc/libm wrapped functions (for #2796) | ptitSeb | 2025-07-04 | 1 | -0/+2 | |
| | | ||||||
| * | [INTERP] Small change in Alternate handling | ptitSeb | 2025-07-03 | 1 | -6/+11 | |
| | | ||||||
| * | [WRAPPER] Wrapper XCreateWindow when Display's resource_alloc is x64 entry ↵ | Leslie Zhai | 2025-07-03 | 1 | -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 handling | ptitSeb | 2025-07-01 | 3 | -11/+11 | |
| | | ||||||
| * | [INTERP] Added 67 9C opcode (for LEGO2Kdrive) | ptitSeb | 2025-06-28 | 1 | -0/+6 | |
| | | ||||||
| * | [INTERP] Small imrpvoment for 0F 03 opcode | ptitSeb | 2025-06-28 | 1 | -1/+1 | |
| | | ||||||
| * | [INTERP] Added 0F 03 opcode (for LEGO2Kdrive) | ptitSeb | 2025-06-28 | 1 | -0/+14 | |
| | | ||||||
| * | [INTERP] Improved 32bits to 16bits float conversion | ptitSeb | 2025-06-25 | 1 | -6/+21 | |
| | | ||||||
| * | [INTERP] More work on UD flags | ptitSeb | 2025-06-25 | 1 | -6/+11 | |
| | | ||||||
| * | [INTERP] Adjusted some UD flags in BLSMSK opcode | ptitSeb | 2025-06-25 | 1 | -4/+18 | |
| | | ||||||
| * | [INTERP] Fixed CF flag of BLSI opcode | ptitSeb | 2025-06-25 | 1 | -1/+1 | |
| | | ||||||
| * | [INTERP] Added 66 F0 F7 /2 opcode (aligned only) | ptitSeb | 2025-06-24 | 2 | -1/+36 | |
| | | ||||||
| * | [INTERP] Added F0 BB and improved F0 BA /7 opcodes | ptitSeb | 2025-06-24 | 1 | -9/+94 | |
| | | ||||||
| * | [BIONIC] Fixed some compilation warnings (#2756) | Yang Liu | 2025-06-18 | 1 | -6/+7 | |
| | | ||||||
| * | [DYNACACHE] Refactored cpu extension, will be used in dynacache signature checks | ptitSeb | 2025-06-14 | 1 | -1/+1 | |
| | | ||||||
| * | [WOWBOX64] Fixed a few more warnings | ptitSeb | 2025-06-14 | 1 | -2/+2 | |
| | | ||||||
| * | [WOWBOX64] Fixed a few warnings | ptitSeb | 2025-06-14 | 1 | -6/+6 | |
| | | ||||||
| * | [DYNACACHE] Created a const table, for later use in internal relocation ↵ | ptitSeb | 2025-06-13 | 1 | -2/+2 | |
| | | | | | ([ARM64] only, todo on RV64 and LA64) | |||||
| * | [WRAPPER] Wrapped a few more functions in gio2 and libresolv (#2737) | Yang Liu | 2025-06-13 | 1 | -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 Liu | 2025-06-12 | 1 | -0/+2 | |
| | | ||||||
| * | [INTERP] Fixed 64/65 67 64bit rex decoding (#2729) | Yang Liu | 2025-06-12 | 1 | -0/+5 | |
| | | ||||||
| * | [TRACE] Bring back in-house zydis header for v3.x (#2727) | Yang Liu | 2025-06-11 | 2 | -0/+4404 | |
| | | ||||||
| * | [TRACE] Added support for libzydis v4.x and removed the in-house zydis ↵ | Yang Liu | 2025-06-09 | 2 | -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 | |||||
| * | [INTERP] Added 64/65 0F BF opcode (for #2716) | ptitSeb | 2025-06-09 | 1 | -0/+18 | |
| | | ||||||
| * | Fixed a regression on syscall | ptitSeb | 2025-06-05 | 1 | -1/+1 | |
| | | ||||||
| * | [TRACE][BOX32] Fixed some and cleaup detailed function call trace | ptitSeb | 2025-06-02 | 1 | -28/+32 | |
| | | ||||||
| * | [WRAPPER] Fixed some xcb-image wrappings (#2697) | Yang Liu | 2025-06-01 | 1 | -2/+0 | |
| | | ||||||
| * | Merge pull request #2692 from ksco/wow64 | André Zwing | 2025-05-30 | 1 | -0/+2 | |
| |\ | | | | | [WOW64] Improved RIP handling on INT n | |||||
| | * | [WOW64] Improved RIP handling on INT n | Yang Liu | 2025-05-31 | 1 | -0/+2 | |
| | | | ||||||
| * | | [ARM64_DYNAREC] Try to optimise Windows INT n version on 64bits (TODO: ↵ | ptitSeb | 2025-05-30 | 2 | -1/+6 | |
| |/ | | | | Interp and 32bits and wowbox64) | |||||
| * | [WOW64] Added more missing pieces and the interpreter works (#2682) | Yang Liu | 2025-05-29 | 1 | -0/+6 | |
| | | | | | | | | * [WOW64] Added more missing pieces and the interpreter works Ported from AndreRH/hangover * review | |||||
| * | [INTERP] Added 64/65 67 89/8B 64bits opcodes | ptitSeb | 2025-05-28 | 5 | -2/+105 | |
| | | ||||||
| * | [INTERP] Added unaligned path for F0 FF /1 32bits opcode | ptitSeb | 2025-05-21 | 1 | -3/+14 | |
| | | ||||||
| * | [INTERP] Small change on 0F 2E/2F opcode, and alows Interp->Dynarec on ↵ | ptitSeb | 2025-05-20 | 1 | -2/+2 | |
| | | | | | 80..8F opcodes | |||||
| * | [INTERP] Fixed D9 F5/F8 (for #2644) | ptitSeb | 2025-05-20 | 1 | -40/+14 | |
| | | ||||||
| * | [WOW64] Implement BTCpuSimulate | André Zwing | 2025-05-19 | 1 | -0/+3 | |
| | | ||||||
| * | [DOCS] Align usage.json and env.h (#2633) | Yang Liu | 2025-05-14 | 2 | -28/+18 | |
| | | | | | | | | | | * [DOCS] Align usage.json and env.h * Removed BOX64_FUTEX_WAITV * review * gen | |||||
| * | [WRAPPER] Added more wrapped function to ffmpeg, and disable it with ↵ | ptitSeb | 2025-05-11 | 1 | -0/+20 | |
| | | | | | NOGTK=1, as wrapping needs more work on structure callbacks | |||||
| * | [WRAPPER] Added a few more wrapped function to ffmpegs libs | ptitSeb | 2025-05-09 | 1 | -0/+2 | |
| | | ||||||