| Commit message (Expand) | Author | Age | Files | Lines |
| * | [INTERP] Improved (V)[MIN/MAX][S/P][S/D] opcodes | ptitSeb | 2025-04-22 | 1 | -6/+2 |
| * | [INTERP] More fixes to INSERTQ/EXTRQ opcodes | ptitSeb | 2025-04-21 | 1 | -9/+11 |
| * | [INTERP] Better NAN handling for (V)DIV[P/S][S/D] opcodes | ptitSeb | 2025-04-21 | 1 | -0/+1 |
| * | [INTERP] Added F2 0F BA opcode (for 2547) | ptitSeb | 2025-04-19 | 1 | -1/+1 |
| * | Moved emit functions to seperate files from signals.h (#2516) | Yang Liu | 2025-04-09 | 1 | -1/+1 |
| * | [INTERP] Better handling of default NAN for a few opcodes, more to come | ptitSeb | 2025-04-03 | 1 | -59/+25 |
| * | Moved some emit functions to os.h (#2494) | Yang Liu | 2025-04-02 | 1 | -2/+3 |
| * | Introduced box64cpu.h for exported interpreter and dynarec functions (#2490) | Yang Liu | 2025-04-01 | 1 | -1/+0 |
| * | [INTERP] Added support for F2 0F A5 opcode, ignoring F2 (for #2459) | ptitSeb | 2025-03-31 | 1 | -0/+8 |
| * | [INTERP] Fixed a warning | ptitSeb | 2025-03-30 | 1 | -2/+2 |
| * | [INTERP] Fixed Interpreter to have new test30 running | ptitSeb | 2025-03-26 | 1 | -0/+33 |
| * | [INTERPRETER] Small optim on HADDPS and HSUBPS | ptitSeb | 2025-02-06 | 1 | -4/+2 |
| * | [ENV] Initial refactor of env variables infrastructure (#2274) | Yang Liu | 2025-01-21 | 1 | -2/+2 |
| * | [INTERPRETER] Exposed SSE4a for CPUTYPE=1, implemented all 4 opcodes | ptitSeb | 2024-12-27 | 1 | -1/+42 |
| * | [RV64] Added nan propagation emulation for interpreter and DynaRec (#2091) | Yang Liu | 2024-11-28 | 1 | -14/+23 |
| * | Improve handling of memory protection, and excution bit | ptitSeb | 2024-11-04 | 1 | -0/+1 |
| * | [INTERP] Fixed overflow checking for convertion opcodes (#1976) | Yang Liu | 2024-10-29 | 1 | -4/+4 |
| * | [EMU] [ARM64_DYNAREC] Fix Some Warnings on Clang Compilers (#1757) | KreitinnSoftware | 2024-08-26 | 1 | -2/+2 |
| * | [COSIM] Imprroved F2 0F prefixed opcodes | ptitSeb | 2024-06-22 | 1 | -25/+25 |
| * | Added full SSE 4.2 support | ptitSeb | 2023-10-30 | 1 | -0/+38 |
| * | [INTERP] Fix fpu_round (#1030) | Yang Liu | 2023-10-25 | 1 | -3/+16 |
| * | [TESTS] Disable compiler optimizations for test17 and some related fixes (#677) | Yang Liu | 2023-04-09 | 1 | -0/+4 |
| * | Added back some isnan testing to integer conversion (converting a nan, infini... | ptitSeb | 2023-04-06 | 1 | -2/+2 |
| * | [INTERP] Added 66 0F 2B MOVNTPD opcode & fixed some edge cases (#668) | Yang Liu | 2023-04-05 | 1 | -9/+21 |
| * | [DYNAREC] Added BOX64_DYNAREC_TEST to run interpeter and dynarec at the same ... | ptitSeb | 2023-03-27 | 1 | -0/+7 |
| * | Various small fixes on Interpretor | ptitSeb | 2023-02-16 | 1 | -3/+3 |
| * | Try to improve precision of SSE Rounding to int conversion ([DYNAREC] too, in... | ptitSeb | 2023-01-28 | 1 | -30/+42 |
| * | Added experimental (undocumented) BOX64_SSE_FLUSHTO0 env. var. (not sure it's... | ptitSeb | 2022-12-04 | 1 | -3/+3 |
| * | [DYNAREC] Improved BOX64_NODYNAREC effect, and Interpretor->Dynarec on condit... | ptitSeb | 2022-09-25 | 1 | -2/+2 |
| * | Chenged Interpretor so RIP is updated on opcode success (better precision for... | ptitSeb | 2022-08-06 | 1 | -4/+4 |
| * | Added F2 0F 7D opcode | ptitSeb | 2022-07-25 | 1 | -0/+14 |
| * | Better version of F2/F3 0F 1E opcode | ptitSeb | 2022-05-30 | 1 | -0/+5 |
| * | Some more NAN bordercase handling ([DYNAREC] too, but made FASTNAN default) | ptitSeb | 2022-04-16 | 1 | -0/+12 |
| * | [DYNAREC] Added option to force x87 to use double (ported from box86) | ptitSeb | 2022-04-13 | 1 | -0/+10 |
| * | Added more sse2 opcode to test17, and added nan handling to SQRTSD and MULSD ... | ptitSeb | 2022-04-01 | 1 | -1/+10 |
| * | Improved CMPSS/CMPSD opcodes, improved test17 ([DYNAREC] too, and improved MI... | ptitSeb | 2021-11-07 | 1 | -3/+3 |
| * | Work on CMPSS and CMPSD ([DYNAREC] too) | ptitSeb | 2021-07-06 | 1 | -1/+1 |
| * | Added F2 0F D0 opcode ([DYNAREC] too) | ptitSeb | 2021-07-05 | 1 | -0/+10 |
| * | Various small mprovments to interpretor | ptitSeb | 2021-06-01 | 1 | -0/+1 |
| * | Added F2 0F F0 ocpode ([DYNAREC] too) | ptitSeb | 2021-04-11 | 1 | -1/+8 |
| * | Added F2 0F 12 opcode ([DYNAREC] too) | ptitSeb | 2021-03-30 | 1 | -0/+6 |
| * | [DYNAREC] Added Basic blocks for dynarec | ptitSeb | 2021-03-14 | 1 | -4/+0 |
| * | Added a bunch of SSE opcodes | ptitSeb | 2021-03-13 | 1 | -0/+15 |
| * | Added a bunch of SSE2 opcodes | ptitSeb | 2021-03-12 | 1 | -5/+93 |
| * | Added some SSE2 and x87 opcodes | ptitSeb | 2021-03-11 | 1 | -0/+7 |
| * | Added a bunch of various opcodes | ptitSeb | 2021-03-10 | 1 | -0/+28 |
| * | Added some more SSE opcodes | ptitSeb | 2021-03-09 | 1 | -0/+26 |
| * | Added a bunch of various opcodes | ptitSeb | 2021-03-09 | 1 | -0/+6 |
| * | Added a few SSE2 opcodes | ptitSeb | 2021-03-06 | 1 | -1/+34 |
| * | Fixed mod/rm relative computation when opcode have trailing bytes | ptitSeb | 2021-03-06 | 1 | -2/+2 |