Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | JIT A64: fixes | RSDuck | 2021-01-05 |
| | | | | also update Switch code for latest libnx | ||
* | aligned_alloc instead of memalign | RSDuck | 2020-12-09 |
| | | | | also carry over new Switch changes | ||
* | Fix compilation issues on pedantic cpp compilers. (#783) | Filippo Scognamiglio | 2020-10-31 |
| | | | | | * Fix compilation issues on pedantic cpp compilers. * Avoid using fullblown static function. | ||
* | remove some UB | RSDuck | 2020-09-04 |
| | | | | | | | - savestates used to read a four bytes from a single byte value - a few unassigned variables - some other things - also make the ROR macro an inline function | ||
* | subtract cycles after checking IRQ and Halt | RSDuck | 2020-07-27 |
| | | | | also switch back to adding to ARM::Cycles instead of subtracting from them | ||
* | Make it buildable on aarch64 | RSDuck | 2020-07-23 |
| | |||
* | another try | RSDuck | 2020-07-09 |
| | |||
* | first steps in bringing over the JIT refactor/fastmem | RSDuck | 2020-06-16 |
| | |||
* | rewrite JIT memory emulation | RSDuck | 2020-05-09 |
| | |||
* | include more information in DataRegion | RSDuck | 2020-04-26 |
| | |||
* | the time of good commit names is long gone | RSDuck | 2020-04-26 |
| | |||
* | fixup for aarch64 JIT | RSDuck | 2020-04-26 |
| | |||
* | fix LDM usermode for aarch64 as well | RSDuck | 2020-04-26 |
| | |||
* | apply fixes for aarch64 linux by @nadiaholmquist | RSDuck | 2020-04-26 |
| | |||
* | move ARM64 JIT backend here | RSDuck | 2020-04-26 |