aboutsummaryrefslogtreecommitdiff
path: root/ARMeilleure/Translation/ArmEmitterContext.cs
AgeCommit message (Expand)Author
2023-01-10Implement JIT Arm64 backend (#4114)1.1.536gdkchan
2023-01-05Make PPTC state non-static (#4157)1.1.507gdkchan
2022-02-17ARMeilleure: Thumb support (All T16 instructions) (#3105)1.1.36merry
2021-09-14Refactor `PtcInfo` (#2625)FICTURE7
2021-08-17Reduce JIT GC allocations (#2515)FICTURE7
2021-05-29Add multi-level function table (#2228)FICTURE7
2021-04-18Add inlined on translation call counting (#2190)FICTURE7
2020-12-16Clear JIT cache on exit (#1518)gdkchan
2020-06-16Add Profiled Persistent Translation Cache. (#769)LDj3SNuD
2020-05-04Implement a new physical memory manager and replace DeviceMemory (#856)gdkchan
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