aboutsummaryrefslogtreecommitdiff
path: root/ARMeilleure/Diagnostics
AgeCommit message (Expand)Author
2022-12-05Make structs readonly when applicable (#4002)1.1.426Andrey Sukharev
2022-11-16Update units of memory from decimal to binary prefixes (#3716)1.1.349Wunk
2022-09-08Clean up rejit queue (#2751)1.1.253FICTURE7
2021-10-18Add an early `TailMerge` pass (#2721)FICTURE7
2021-08-17Reduce JIT GC allocations (#2515)FICTURE7
2021-05-29Add multi-level function table (#2228)FICTURE7
2020-09-19Implement block placement (#1549)FICTURE7
2020-09-12Relax block ordering constraints (#1535)FICTURE7
2020-08-05Improve branch operations (#1442)Ficture Seven
2020-06-16Add Profiled Persistent Translation Cache. (#769)LDj3SNuD
2020-05-10Suppress CS0169 CS0649 warns from HID structs (#1222)mageven
2020-05-04Improve IRDumper (#1135)Ficture Seven
2020-04-21Suppress warnings from fields never used or never assigned (CS0169 and CS0649...Cristallix
2020-02-24Add most of the A32 instruction set to ARMeilleure (#897)riperiperi
2020-02-17Replace LinkedList by IntrusiveList to avoid allocations on JIT (#931)gdkchan
2019-08-08Add a new JIT compiler for CPU code (#693)gdkchan