| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Added a small batch of opcodes | ptitSeb | 2021-03-26 | 2 | -1/+95 |
| * | Added 64 66 0F D6 and 64 0F 29 opcodes | ptitSeb | 2021-03-26 | 4 | -0/+59 |
| * | Added DE opcodes | ptitSeb | 2021-03-26 | 3 | -1/+169 |
| * | Added DC opcodes | ptitSeb | 2021-03-26 | 3 | -1/+155 |
| * | Added 66 0F 16/17 ocpode ([DYNAREC] too) | ptitSeb | 2021-03-26 | 1 | -0/+12 |
| * | Added syscall 318 | ptitSeb | 2021-03-26 | 1 | -0/+1 |
| * | Added F0 0F B0 opcode | ptitSeb | 2021-03-26 | 1 | -1/+27 |
| * | Added syscall 13, 22, 157 and 217 | ptitSeb | 2021-03-26 | 1 | -1/+23 |
| * | Added 66 8D and 66 E8 opcode | ptitSeb | 2021-03-26 | 1 | -0/+17 |
| * | Added syscall 131 | ptitSeb | 2021-03-26 | 1 | -0/+6 |
| * | Added 0F 6E opcode | ptitSeb | 2021-03-26 | 1 | -0/+9 |
| * | Added 66 8B opcode (was already in dynarec) | ptitSeb | 2021-03-26 | 1 | -1/+14 |
| * | Minor fixes to MODRM decoder functions | ptitSeb | 2021-03-25 | 1 | -3/+3 |
| * | Fixed a bug on Interpretor with 64 prefixed opcodes | ptitSeb | 2021-03-25 | 1 | -1/+1 |
| * | Fixed to ElfLoader and TLS, Syscall, mmap & co functions signature and a few ... | ptitSeb | 2021-03-25 | 1 | -10/+28 |
| * | Small fix to avoid dereferencing a NULL x64emu_t structure | ptitSeb | 2021-03-25 | 1 | -1/+2 |
| * | Added F3 0F BC opcode ([DYNAREC] too) | ptitSeb | 2021-03-25 | 1 | -0/+38 |
| * | [DYNAREC] Added 0F 58/59 opcodes, plus lots of small bugfix (IntoTheBreach so... | ptitSeb | 2021-03-23 | 1 | -1/+1 |
| * | [DYNAREC] Added 64 8B opcodes, plus some fixes to FS access | ptitSeb | 2021-03-22 | 1 | -1/+1 |
| * | [DYNAREC] Added (66) 0F AF IMUL opcode | ptitSeb | 2021-03-20 | 1 | -1/+1 |
| * | [DYNAREC] Various bugfixes (and now the 4 tests games works again) | ptitSeb | 2021-03-20 | 1 | -3/+18 |
| * | Renamed arm64_lock_helper to arm64_lock | ptitSeb | 2021-03-20 | 4 | -4/+4 |
| * | [DYNAREC] Added F6 opcodes and fixed issue with native call that may destroy ... | ptitSeb | 2021-03-20 | 1 | -4/+4 |
| * | [DYNAREC] Added CC 'Native call' and 0F 1F NOP opcodes | ptitSeb | 2021-03-18 | 1 | -2/+2 |
| * | Added 8A opcode | ptitSeb | 2021-03-18 | 1 | -1/+6 |
| * | Excplicit handling of bit size for defered flags | ptitSeb | 2021-03-17 | 3 | -489/+507 |
| * | [DYNAREC] Added 70..7F opcodes (and fixed ORR/AND bitmask coding/decoding, th... | ptitSeb | 2021-03-16 | 1 | -2/+5 |
| * | [DYNAREC] Added a few more opcodes, some arm64_printer opcodes, and made sure... | ptitSeb | 2021-03-16 | 1 | -8/+9 |
| * | [DYNAREC] Added Basic blocks for dynarec | ptitSeb | 2021-03-14 | 19 | -152/+131 |
| * | Added a few more SSE opcodes | ptitSeb | 2021-03-13 | 2 | -4/+221 |
| * | Added many wrapped function, and fixed a few one too | ptitSeb | 2021-03-13 | 2 | -1/+5 |
| * | Added a few opcodes | ptitSeb | 2021-03-13 | 2 | -0/+105 |
| * | Added SDL2_mixer, SDL2_image, SDL2_ttf2 and SMPEG2 wrapped libs, plus a few m... | ptitSeb | 2021-03-13 | 1 | -1/+1 |
| * | Fixed some 32bits versio of F7 opcodes | ptitSeb | 2021-03-13 | 1 | -2/+8 |
| * | Added a bunch of SSE opcodes | ptitSeb | 2021-03-13 | 4 | -1/+54 |
| * | Added F0 00..35 opcodes | ptitSeb | 2021-03-12 | 1 | -1/+103 |
| * | Fixed issue with XMM 'GETGX' modrm and REX.b | ptitSeb | 2021-03-12 | 1 | -1/+1 |
| * | Fixed some warning with modrm on 67 32bits prefix | ptitSeb | 2021-03-12 | 1 | -1/+1 |
| * | Added a bunch of SSE2 opcodes | ptitSeb | 2021-03-12 | 5 | -14/+601 |
| * | Added a large number of CPU opcodes | ptitSeb | 2021-03-12 | 8 | -26/+721 |
| * | Added more x87 opcodes | ptitSeb | 2021-03-11 | 8 | -28/+382 |
| * | Added some SSE2 and x87 opcodes | ptitSeb | 2021-03-11 | 3 | -3/+10 |
| * | Added 67 E0..E3 opcodes | ptitSeb | 2021-03-11 | 3 | -2/+85 |
| * | Added and fixed many opcodes | ptitSeb | 2021-03-10 | 7 | -63/+471 |
| * | Better functions name resolving when using TRACE, and fixed some printf stuff... | ptitSeb | 2021-03-10 | 3 | -9/+15 |
| * | Added a bunch of various opcodes | ptitSeb | 2021-03-10 | 3 | -0/+75 |
| * | Added 66 REX F7 opcodes | ptitSeb | 2021-03-10 | 1 | -0/+66 |
| * | Added 66 D1/D3 opcodes | ptitSeb | 2021-03-10 | 1 | -0/+30 |
| * | Added 66 39/3B/3D CMP opcodes | ptitSeb | 2021-03-09 | 2 | -2/+27 |
| * | Added 6A and 6B opcodes | ptitSeb | 2021-03-09 | 1 | -1/+16 |