aboutsummaryrefslogtreecommitdiff
path: root/ARMeilleure/Translation/Translator.cs
AgeCommit message (Expand)Author
2022-02-22ARMeilleure: Implement single stepping (#3133)1.1.50merry
2022-02-18Enable CPU JIT cache invalidation (#2965)1.1.44gdkchan
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-05-24POWER - Performance Optimizations With Extensive Ramifications (#2286)riperiperi
2021-05-20Use branch instead of tailcall for recursive calls (#2282)FICTURE7
2021-05-13PPTC meets ExeFS Patching. (#1865)LDj3SNuD
2021-04-18Add inlined on translation call counting (#2190)FICTURE7
2021-04-13PPTC vs. giant ExeFS. (#2168)LDj3SNuD
2021-02-22PPTC & Pool Enhancements. (#1968)LDj3SNuD
2021-02-08Disable partial JIT invalidation on unmap (#1991)gdkchan
2021-01-12Add a simple Pools Limiter. (#1830)LDj3SNuD
2020-12-24Free up memory allocated by Pools during any PPTC translations at boot time. ...LDj3SNuD
2020-12-17PPTC Follow-up. (#1712)LDj3SNuD
2020-12-16Clear JIT cache on exit (#1518)gdkchan
2020-11-17shader cache: Fix Linux boot issues (#1709)Mary
2020-09-30Remove old, unused CPU optimization (#1586)gdkchan
2020-09-22IPC refactor part 1: Use explicit separate threads to process requests (#1447)gdkchan
2020-09-19Implement block placement (#1549)FICTURE7
2020-09-12Relax block ordering constraints (#1535)FICTURE7
2020-06-18Generalize tail continues (#1298)Ficture Seven
2020-06-16Add Profiled Persistent Translation Cache. (#769)LDj3SNuD
2020-05-04Implement a new physical memory manager and replace DeviceMemory (#856)gdkchan
2020-03-18CodeGen Optimisations (LSRA and Translator) (#978)riperiperi
2020-03-12Use a Jump Table for direct and indirect calls/jumps, removing transitions to...riperiperi
2020-02-24Add most of the A32 instruction set to ARMeilleure (#897)riperiperi
2020-01-13Name all threads (#886)Ac_K
2019-10-31.NET Core 3.0 is here! (#784)LDj3SNuD
2019-08-08Add a new JIT compiler for CPU code (#693)gdkchan