| Commit message (Expand) | Author | Age | Files | Lines |
| * | [INTERP] Fex fixes and small cosmetic changes to some partial (V)MOV opcodes | ptitSeb | 2025-04-23 | 1 | -6/+8 |
| * | [INTERP] Improved (V)[MIN/MAX][S/P][S/D] opcodes | ptitSeb | 2025-04-22 | 1 | -2/+2 |
| * | [WOW64] Splitted freq and cleanup functions from x64emu (#2521) | Yang Liu | 2025-04-11 | 1 | -0/+1 |
| * | Moved emit functions to seperate files from signals.h (#2516) | Yang Liu | 2025-04-09 | 1 | -1/+1 |
| * | Moved more functions to os.h (#2497) | Yang Liu | 2025-04-03 | 1 | -1/+1 |
| * | [INTERP] Better handling of default NAN for a few opcodes, more to come | ptitSeb | 2025-04-03 | 1 | -4/+2 |
| * | Moved some emit functions to os.h (#2494) | Yang Liu | 2025-04-02 | 1 | -13/+14 |
| * | Introduced box64cpu.h for exported interpreter and dynarec functions (#2490) | Yang Liu | 2025-04-01 | 1 | -1/+1 |
| * | [INTERP] Work on UD flags | ptitSeb | 2025-02-21 | 1 | -36/+0 |
| * | [INTERP] Added 0F 19 NOP opcode ([DYNAREC] too) (#2376) | Yang Liu | 2025-02-17 | 1 | -0/+1 |
| * | [INTERPRETER] Improved (V)ADD/MUL/SUB/DIV P(S/D), and improved avx test too | ptitSeb | 2025-01-22 | 1 | -4/+17 |
| * | [ENV] Initial refactor of env variables infrastructure (#2274) | Yang Liu | 2025-01-21 | 1 | -10/+10 |
| * | [INTERPRETER] Added a few more cpu extension and associated opcodes ([ARM64_D... | ptitSeb | 2025-01-05 | 1 | -0/+15 |
| * | [INTERPRETER][COSIM] Better flags for btx opcode familly when running cosim | ptitSeb | 2024-12-11 | 1 | -0/+48 |
| * | [INTERPRETER] Added 0F 30 ocpode ([RM64_DYNAREC] too) (for #2090) | ptitSeb | 2024-11-30 | 1 | -1/+6 |
| * | Small fix for XSAVE/XRSTOR opcodes ([DYNAREC] too) | ptitSeb | 2024-11-21 | 1 | -2/+2 |
| * | [INTERPRETER] Fixed potential issue with 0F A3 opcode | ptitSeb | 2024-11-16 | 1 | -5/+5 |
| * | Added support for RDMSR, just in case | ptitSeb | 2024-11-15 | 1 | -0/+7 |
| * | Improve handling of memory protection, and excution bit | ptitSeb | 2024-11-04 | 1 | -0/+13 |
| * | Improved 0F 0D opcode ([ARM64_DYNAREC] too) (FF7RI now have sound) | ptitSeb | 2024-10-19 | 1 | -2/+8 |
| * | Fixed a regression introduced with box32 that broke Bladur's Gate 3 (and prob... | ptitSeb | 2024-09-05 | 1 | -6/+6 |
| * | [CI] Refactored CI (#1795) | Yang Liu | 2024-09-05 | 1 | -28/+0 |
| * | Improved CPUID a bit more, adding RDRAND (helps geekbench6 avx2 version) | ptitSeb | 2024-06-24 | 1 | -2/+18 |
| * | Small improvment to 0F BC/BD opcodes ([ARM64_DYNAREC] too) | ptitSeb | 2024-06-23 | 1 | -2/+2 |
| * | More work on RDTSC emulation | ptitSeb | 2024-06-13 | 1 | -1/+1 |
| * | [INTERPRETER] More avx, avx2 and vaes opcodes | ptitSeb | 2024-05-28 | 1 | -1/+1 |
| * | [INTERPRETER] Some fixes when opcode use with same reg as src and dest | ptitSeb | 2024-05-27 | 1 | -0/+4 |
| * | more avx infrastructure | ptitSeb | 2024-05-24 | 1 | -1/+1 |
| * | Added support for XSAVE/XRSTOR ([ARM64_DYNAREC] too) | ptitSeb | 2024-05-24 | 1 | -5/+22 |
| * | [INTERPRETER] Added more opcodes and fixed some opcodes too (#1511) | Yang Liu | 2024-05-21 | 1 | -11/+116 |
| * | [COSIM] Fixed issue with 0F C7 opcode | ptitSeb | 2024-05-15 | 1 | -5/+1 |
| * | [COSIM] Added thread-safe tests (#1477) | Yang Liu | 2024-04-30 | 1 | -0/+28 |
| * | Changed, again, RDTSC and Hardware counter, introducing auto calibration when... | ptitSeb | 2024-03-14 | 1 | -0/+4 |
| * | Added 0F 01 F9 opcode ([ARM64_DYNAREC] too | ptitSeb | 2024-02-24 | 1 | -2/+8 |
| * | Added 0F 01 E0..E7 opcodes ([ARM64_DYNAREC] too) | ptitSeb | 2024-02-10 | 1 | -0/+10 |
| * | Changed a bit how SGDT/SIDT are faked ([ARM64_DYNAREC] too) | ptitSeb | 2024-02-06 | 1 | -4/+10 |
| * | [INTERPRETER] Improved 0F AE opcodes | ptitSeb | 2024-02-03 | 1 | -10/+15 |
| * | Added 0F 0E opcode support ([ARM64_DYNAREC] too) | ptitSeb | 2024-02-01 | 1 | -0/+5 |
| * | Reworked 0F 01 opcode ([ARM64_DYNAREC] too) | ptitSeb | 2024-01-26 | 1 | -37/+24 |
| * | [32BITS] Added some more opcode to the 32bits part of interpreter, to run mor... | ptitSeb | 2024-01-26 | 1 | -6/+66 |
| * | [INTERPRETER] Improved 0F 01 opcode ([ARM64_DYNAREC] too) | ptitSeb | 2024-01-06 | 1 | -0/+21 |
| * | [INTERPRETER] Refactored 0F A4/A5 opcodes for better readability | ptitSeb | 2023-12-05 | 1 | -5/+15 |
| * | Added full support for the SHA cpu extension | ptitSeb | 2023-11-21 | 1 | -0/+46 |
| * | More accurate 0F BA opcodes on 64bits without rex.w | ptitSeb | 2023-11-09 | 1 | -0/+6 |
| * | [INTERP] Fix fpu_round (#1030) | Yang Liu | 2023-10-25 | 1 | -1/+6 |
| * | [ARM64_DYNAREC] Added 0F F1/F3/F7 opcodes | wannacu | 2023-08-21 | 1 | -1/+10 |
| * | Added 0F A8/A9 opcodes | ptitSeb | 2023-08-13 | 1 | -0/+14 |
| * | Added 0F A0/A1 opcodes | ptitSeb | 2023-08-13 | 1 | -1/+13 |
| * | [ARM64_DYNAREC] Added 0F FB opcode | wannacu | 2023-08-10 | 1 | -1/+6 |
| * | Added 0F F4 opcode ([ARM64_DYNAREC] too) (for #888) | ptitSeb | 2023-07-17 | 1 | -1/+6 |