aboutsummaryrefslogtreecommitdiff
path: root/src/ARMJIT_RegisterCache.h
Commit message (Collapse)AuthorAge
* improve nop handling and proper behaviour for LDM^RSDuck2020-06-16
| | | | fixes dslinux
* integrate changes from ARM64 backend and moreRSDuck2020-06-16
| | | | | | | | | - better handle LDM/STM in reg alloc - unify Halted and IRQ in anticipation for branch inlining - literal optimisations can be disabled in gui - jit blocks follow simple returns - fix idle loop detection - break jit blocks on IRQ (fixes saving in Pokemon White)
* new block cache and much more...RSDuck2020-06-16
| | | | | | | | | - more reliable code invalidation detection - blocks aren't stopped at any branch, but are being followed if possible to get larger blocks - idle loop recognition - optimised literal loads, load/store cycle counting and loads/stores from constant addresses
* load register only if neededRSDuck2020-06-16
| | | | | - do thumb bl long merge in the first step - preparations for better branch jitting
* jit: thumb block transfer workingRSDuck2020-06-16
also pc and sp relative loads and some refactoring