aboutsummaryrefslogtreecommitdiff
path: root/ARMeilleure/Instructions/InstEmitFlowHelper.cs
AgeCommit message (Expand)Author
2022-01-16Fix return type mismatch on 32-bit titles (#3000)gdkchan
2021-09-14Refactor `PtcInfo` (#2625)FICTURE7
2021-08-17Reduce JIT GC allocations (#2515)FICTURE7
2021-05-29Add multi-level function table (#2228)FICTURE7
2021-05-20Use branch instead of tailcall for recursive calls (#2282)FICTURE7
2021-04-18Add inlined on translation call counting (#2190)FICTURE7
2021-04-02Improve `StoreToContext` emission (#2155)FICTURE7
2020-12-16Clear JIT cache on exit (#1518)gdkchan
2020-09-19Fix host stack overflow caused by some recursive guest methods. (#1528)LDj3SNuD
2020-09-19Implement block placement (#1549)FICTURE7
2020-08-08CPU: This PR fixes Fpscr, among other things. (#1433)LDj3SNuD
2020-08-05Improve branch operations (#1442)Ficture Seven
2020-06-18Generalize tail continues (#1298)Ficture Seven
2020-06-16Add Profiled Persistent Translation Cache. (#769)LDj3SNuD
2020-04-04Use the jump table for HighCq tail continues. (#1088)riperiperi
2020-03-12Use a Jump Table for direct and indirect calls/jumps, removing transitions to...riperiperi
2019-08-08Add a new JIT compiler for CPU code (#693)gdkchan