| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [DYNAREC] Refactored dynarec to ease the future adding of new target architec... | ptitSeb | 2022-02-27 | 1 | -64/+0 |
| * | [DYNAREC] Changed Dynarec a bit to try stabilise program using many threads a... | ptitSeb | 2021-11-11 | 1 | -0/+2 |
| * | [DYNAREC] Pass0 now alocate memory and do more stuff from pass1 | ptitSeb | 2021-11-11 | 1 | -1/+1 |
| * | Second pass | rajdakin | 2021-04-14 | 1 | -2/+2 |
| * | [DYNAREC] Improved (and fixed) Table64 handling | ptitSeb | 2021-04-11 | 1 | -0/+1 |
| * | [DYNAREC] NEON infrastructure | ptitSeb | 2021-03-21 | 1 | -2/+1 |
| * | [DYNAREC] Added an optimisation with RIP handling | ptitSeb | 2021-03-16 | 1 | -0/+1 |
| * | [DYNAREC] Small optimisation on Native call | ptitSeb | 2021-03-16 | 1 | -5/+5 |
| * | [DYNAREC] Added a few more opcodes, some arm64_printer opcodes, and made sure... | ptitSeb | 2021-03-16 | 1 | -0/+5 |
| * | [DYNAREC] Beggining of emitter and dynarec infrastructure (untested yet) | ptitSeb | 2021-03-15 | 1 | -1/+1 |
| * | [DYNAREC] Added Basic blocks for dynarec | ptitSeb | 2021-03-14 | 1 | -0/+56 |