aboutsummaryrefslogtreecommitdiff
path: root/ARMeilleure/Decoders/Decoder.cs
AgeCommit message (Expand)Author
2020-12-17PPTC Follow-up. (#1712)LDj3SNuD
2020-10-21Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626)gdkchan
2020-07-15Fix Decode exception condition (#1377)Ficture Seven
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-20Move the MakeOp to OpCodeTable class, for reduce the use of ConcurrentDiction...Chenj168
2020-03-12Use a Jump Table for direct and indirect calls/jumps, removing transitions to...riperiperi
2020-03-04Don't decode blocks starting outside mapped memory & undefined instead of thr...gdkchan
2020-02-24Add most of the A32 instruction set to ARMeilleure (#897)riperiperi
2019-12-14Add a limit for the number of instructions in a function (#843)gdkchan
2019-08-08Add a new JIT compiler for CPU code (#693)gdkchan