| Commit message (Expand) | Author | Age | Files | Lines |
| * | [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 |
| * | Fixed some 32bits versio of F7 opcodes | ptitSeb | 2021-03-13 | 1 | -2/+8 |
| * | Added a few libc wrapped functions | ptitSeb | 2021-03-13 | 1 | -5/+5 |
| * | Added a bunch of SSE opcodes | ptitSeb | 2021-03-13 | 4 | -1/+54 |
| * | Added wrapped qsort and qsort_r functions | ptitSeb | 2021-03-12 | 5 | -4/+12 |
| * | Added wrapped libpulse and libpulsesimple | ptitSeb | 2021-03-12 | 8 | -2/+1957 |
| * | Added F0 00..35 opcodes | ptitSeb | 2021-03-12 | 1 | -1/+103 |
| * | Added nanosleep wrapped function | ptitSeb | 2021-03-12 | 1 | -2/+2 |
| * | Fixed pthread_attr_setstacksize to avoid setting too small stack on some plat... | ptitSeb | 2021-03-12 | 2 | -2/+10 |
| * | 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 alignment for 'long double' handling in '...' | ptitSeb | 2021-03-11 | 1 | -0/+4 |