| Commit message (Expand) | Author | Age | Files | Lines |
| * | [DYNAREC] Added 90 NOP | ptitSeb | 2021-03-19 | 1 | -0/+4 |
| * | [DYNAREC] Added 68 PUSH Id and fixed 80/7 cmp (but ThimbleweedPark, IntoTheBr... | ptitSeb | 2021-03-19 | 5 | -17/+93 |
| * | [DYNAREC] 0F 40..4F CMOVcc opcodes | ptitSeb | 2021-03-19 | 3 | -0/+114 |
| * | [DYNAREC] Added 80 opcodes | ptitSeb | 2021-03-19 | 6 | -416/+508 |
| * | [DYNAREC] Added 0F BB BTC opcode | ptitSeb | 2021-03-18 | 2 | -3/+34 |
| * | [DYNAREC] Fixed GETED delta computation (fixing IntoTheBreach and Thimbleweed... | ptitSeb | 2021-03-18 | 1 | -16/+16 |
| * | [DYNAREC] Fixed PF flags computation | ptitSeb | 2021-03-18 | 2 | -2/+2 |
| * | [DYNAREC] Added more printer | ptitSeb | 2021-03-18 | 1 | -0/+10 |
| * | [DYNAREC] Added 9B/9C/9D FWAIT/PUSHF/POPF opcodes | ptitSeb | 2021-03-18 | 1 | -0/+18 |
| * | [DYNAREC] Added B8..BF opcodes | ptitSeb | 2021-03-18 | 2 | -0/+21 |
| * | [DYNAREC] Added 83/1 83/4 83/6 and 83/7 opcodes | ptitSeb | 2021-03-18 | 1 | -17/+53 |
| * | [DYNAREC] Added 39/3B/3D CMP opcodes | ptitSeb | 2021-03-18 | 3 | -91/+115 |
| * | [DYNAREC] Added 66 0F 1F NOP | ptitSeb | 2021-03-18 | 5 | -17/+167 |
| * | [DYNAREC] Added D1 opcodes | ptitSeb | 2021-03-18 | 1 | -0/+60 |
| * | [DYNAREC] Fixed and32 emiter and some printer (vvvvvv works, but still not In... | ptitSeb | 2021-03-18 | 2 | -1/+27 |
| * | [DYNAREC] Added CC 'Native call' and 0F 1F NOP opcodes | ptitSeb | 2021-03-18 | 8 | -68/+199 |
| * | Fixed Protection handling | ptitSeb | 2021-03-18 | 1 | -35/+32 |
| * | Improvments to bridge handling to avoid deadlock | ptitSeb | 2021-03-18 | 1 | -26/+38 |
| * | [DYNAREC] Added 09/0B/0D OR and 21/23/25 AND opcodes | ptitSeb | 2021-03-18 | 1 | -0/+52 |
| * | Added 31/33/35 XOR opcodes | ptitSeb | 2021-03-18 | 5 | -7/+728 |
| * | Added C1 opcodes anda few bugfix (no changes in vvvvvv and IntoTheBreach issues) | ptitSeb | 2021-03-18 | 6 | -36/+738 |
| * | Added 8A opcode | ptitSeb | 2021-03-18 | 1 | -1/+6 |
| * | [DYNAREC] Added C2 RETN and C3 RET opcodes | ptitSeb | 2021-03-17 | 2 | -0/+23 |
| * | [DYNAREC] Added 01/03/05/83 /0 ADD opcodes, plus various bugfixes (but vvvvvv... | ptitSeb | 2021-03-17 | 9 | -194/+271 |
| * | [DYNAREC] Added FF opcodes | ptitSeb | 2021-03-17 | 6 | -105/+182 |
| * | Excplicit handling of bit size for defered flags | ptitSeb | 2021-03-17 | 7 | -502/+518 |
| * | [DYNAREC] Small optim for MOV64x on negative values | ptitSeb | 2021-03-17 | 1 | -6/+11 |
| * | [DYNAREC] Various fixes, around GETED and other stuff (vvvvvv.x86_64 works ag... | ptitSeb | 2021-03-17 | 8 | -25/+42 |
| * | [DYNAREC] Added 70..7F opcodes (and fixed ORR/AND bitmask coding/decoding, th... | ptitSeb | 2021-03-16 | 10 | -70/+238 |
| * | [DYNAREC] Added 85 opcode | ptitSeb | 2021-03-16 | 5 | -1/+444 |
| * | [DYNAREC] Added an optimisation with RIP handling | ptitSeb | 2021-03-16 | 6 | -5/+22 |
| * | [DYNAREC] Added 8B opcode | ptitSeb | 2021-03-16 | 4 | -2/+40 |
| * | [DYNAREC] Small optimisation on Native call | ptitSeb | 2021-03-16 | 4 | -11/+64 |
| * | [DYNAREC] Added a few more opcodes, some arm64_printer opcodes, and made sure... | ptitSeb | 2021-03-16 | 17 | -112/+540 |
| * | [DYNAREC] Added 2D and 83 /5 opcodes | ptitSeb | 2021-03-15 | 4 | -84/+115 |
| * | Added 29 opcode | ptitSeb | 2021-03-15 | 4 | -18/+1941 |
| * | [DYNAREC] Added 89 and 8D opcodes | ptitSeb | 2021-03-15 | 3 | -4/+43 |
| * | [DYNAREC] Added REX 50..5F opcodes | ptitSeb | 2021-03-15 | 1 | -0/+38 |
| * | [DYNAREC] Beggining of emitter and dynarec infrastructure (untested yet) | ptitSeb | 2021-03-15 | 15 | -27/+2182 |
| * | [DYNAREC] Added Basic blocks for dynarec | ptitSeb | 2021-03-14 | 45 | -614/+2576 |
| * | Fixed a few minor leaks | ptitSeb | 2021-03-13 | 2 | -5/+19 |
| * | Added custom memory handling | ptitSeb | 2021-03-13 | 2 | -303/+301 |
| * | Start of a new dev. cycle | ptitSeb | 2021-03-13 | 1 | -1/+1 |
| * | Bumped to v0.0.4 | ptitSeb | 2021-03-13 | 1 | -2/+2 |
| * | Added wrapped libalut and libalure | ptitSeb | 2021-03-13 | 8 | -1/+143 |
| * | Wrapped some more functions | ptitSeb | 2021-03-13 | 6 | -10/+17 |
| * | 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 | 14 | -114/+248 |
| * | 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 | 15 | -23/+907 |