| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [DYNAREC] Refactored dynarec to ease the future adding of new target architec... | ptitSeb | 2022-02-27 | 1 | -54/+0 |
| * | [DYNAREC] Improved the fast native call path | ptitSeb | 2021-07-02 | 1 | -3/+0 |
| * | [DYNAREC] Added CF opcode and optimized native call | ptitSeb | 2021-06-28 | 1 | -0/+3 |
| * | [DYNAREC] NEON infrastructure | ptitSeb | 2021-03-21 | 1 | -2/+10 |
| * | [DYNAREC] Optimized prolog/epilog/next with ldp/stp | ptitSeb | 2021-03-21 | 1 | -34/+17 |
| * | [DYNAREC] Added CC 'Native call' and 0F 1F NOP opcodes | ptitSeb | 2021-03-18 | 1 | -39/+21 |
| * | [DYNAREC] Added a few more opcodes, some arm64_printer opcodes, and made sure... | ptitSeb | 2021-03-16 | 1 | -22/+22 |
| * | [DYNAREC] Added Basic blocks for dynarec | ptitSeb | 2021-03-14 | 1 | -0/+81 |