| Commit message (Expand) | Author | Age | Files | Lines |
| * | [TRACE] Small improvment for push rbp trace | ptitSeb | 2023-11-12 | 1 | -1/+2 |
| * | [INTERPRETER] Small adjustment on shl flag computation | ptitSeb | 2023-11-11 | 1 | -17/+17 |
| * | [ARM64_DYNAREC] Added emit_shr8c and some mare adjustement to 8bits shifts | ptitSeb | 2023-11-11 | 1 | -5/+5 |
| * | Cleaned up syscall and signed register access | ptitSeb | 2023-11-10 | 1 | -180/+171 |
| * | Added BOX64_FUTEX_WAITV, on by default expect for BAD_SIGNAL build | ptitSeb | 2023-11-10 | 1 | -4/+21 |
| * | Fixed some edge-case with some of the shift opcodes | ptitSeb | 2023-11-10 | 2 | -35/+33 |
| * | [INTERPRETER] Fixed a typo in 66 0F 2C opcode | ptitSeb | 2023-11-10 | 1 | -4/+4 |
| * | Allow unaligned lock xchg with rex.w | ptitSeb | 2023-11-09 | 1 | -1/+12 |
| * | More accurate 0F BA opcodes on 64bits without rex.w | ptitSeb | 2023-11-09 | 1 | -0/+6 |
| * | Use non-atomic operation on XCHG when unaligned | ptitSeb | 2023-11-08 | 1 | -1/+7 |
| * | Cosmetic change | ptitSeb | 2023-11-07 | 1 | -1/+1 |
| * | [TRACE] Better trace for unknown offset in native elf | ptitSeb | 2023-11-07 | 1 | -1/+1 |
| * | Fixed some issue with some SSE4.2 string compare oprations (should help #1013) | ptitSeb | 2023-11-05 | 1 | -2/+2 |
| * | [TRACE] Show mmap size in hex | ptitSeb | 2023-11-05 | 1 | -1/+1 |
| * | Added 66 0F F2 38 F1 opcode, and fixed all 66 0F F2/F3 xx opcodes (should hel... | ptitSeb | 2023-11-04 | 4 | -5/+176 |
| * | [TRACE] Fixed a warning | ptitSeb | 2023-11-04 | 1 | -1/+1 |
| * | [TRACE] Improved trace | ptitSeb | 2023-11-04 | 2 | -3/+3 |
| * | Fixed a comment for 66 0F 3A 62 opcode | ptitSeb | 2023-10-30 | 1 | -1/+1 |
| * | Added full SSE 4.2 support | ptitSeb | 2023-10-30 | 5 | -0/+232 |
| * | [ARM64_DYNAREC] Ported fprem/fprem1 from box86 (fix camera issues in FlatOut ... | ptitSeb | 2023-10-27 | 1 | -1/+2 |
| * | [32BITS] Added a few 66 opcodes ([ARM64_DYNAREC] too) | ptitSeb | 2023-10-26 | 1 | -0/+6 |
| * | [DYNAREC] Various improvment to x87 code and segment handling | ptitSeb | 2023-10-25 | 1 | -1/+2 |
| * | [INTERP] Fix fpu_round (#1030) | Yang Liu | 2023-10-25 | 5 | -14/+72 |
| * | [32BITS] Added 66 06/07 and 66 1E/1F opcodes ([ARM64_DYNAREC] too) | ptitSeb | 2023-10-24 | 1 | -0/+28 |
| * | [COSIM] Show if it's x86 or x64 code on difference warning | ptitSeb | 2023-10-24 | 1 | -2/+2 |
| * | [32BITS] Added 67 64 A3 opcode | ptitSeb | 2023-10-23 | 1 | -0/+11 |
| * | [32BITS] Added 67 64 FF /6 opcode | ptitSeb | 2023-10-23 | 1 | -0/+13 |
| * | Added a workaround for unalinged 32bits xchg | ptitSeb | 2023-10-23 | 1 | -1/+7 |
| * | [ARM64] More unaligned improvments | ptitSeb | 2023-10-22 | 1 | -10/+25 |
| * | Some more rollback on tls destructor (more work needed on threads cleanup han... | ptitSeb | 2023-10-17 | 2 | -5/+5 |
| * | This struct can be const | ptitSeb | 2023-10-13 | 2 | -2/+2 |
| * | [TRACE] Better trace for mmap error | ptitSeb | 2023-10-13 | 1 | -0/+4 |
| * | Added 66 0F 3A 0D opcode ([ARM64_DYNAREC] Too) | ptitSeb | 2023-09-26 | 1 | -1/+10 |
| * | Ignore 2E CS prefix on LOCK opcodes (helps StardewValley on Ubuntu 20.04/Ampe... | ptitSeb | 2023-09-26 | 1 | -0/+2 |
| * | [RV64_DYNAREC] Added more support for XTheadBb extension (#989) | Yang Liu | 2023-09-24 | 1 | -24/+24 |
| * | Added 64/65 8E opcode (for #982) | ptitSeb | 2023-09-17 | 1 | -1/+6 |
| * | Added syscall 284 (for #965) | ptitSeb | 2023-09-09 | 1 | -0/+11 |
| * | Added syscall 282 (for #965) | ptitSeb | 2023-09-09 | 1 | -0/+26 |
| * | [32BITS] Added D4 & D5 opcodes | ptitSeb | 2023-09-07 | 1 | -0/+16 |
| * | [ANDROID] Oh, again another attempt to fix the build (and still my fault, typ... | ptitSeb | 2023-09-02 | 1 | -1/+1 |
| * | [ANDROID] Oh, another attempt to fix the build (ok, my fault this time, fine) | ptitSeb | 2023-09-02 | 1 | -4/+4 |
| * | [ANDROID] More change to android/dynarec build | ptitSeb | 2023-09-02 | 1 | -0/+1 |
| * | [ANDROID] This should fix Dynarec build on Android | ptitSeb | 2023-09-02 | 1 | -1/+7 |
| * | [ANDROID] Try to create an Android build, porting box86 Android build | ptitSeb | 2023-09-02 | 1 | -0/+21 |
| * | Correctly handle TF flags, with [DYNAREC] falling back to Interpretor when TF... | ptitSeb | 2023-09-02 | 1 | -9/+16 |
| * | Added 64 0F B7 opcode (for #958) | ptitSeb | 2023-08-30 | 1 | -0/+12 |
| * | Allow running at NULL, and trigger a segfault (backport from box86 5cdc1b9fa2... | Rafael Diniz | 2023-08-22 | 1 | -4/+2 |
| * | [ARM64_DYNAREC] Added 0F F1/F3/F7 opcodes | wannacu | 2023-08-21 | 1 | -1/+10 |
| * | [TRACE] Fixed FF 25 opcode not decoding destination correctly in trace | ptitSeb | 2023-08-19 | 1 | -1/+1 |
| * | Avoid wild pointer error for my_context->elfs | kaixindeken | 2023-08-18 | 1 | -2/+6 |