aboutsummaryrefslogtreecommitdiff
path: root/src/ARMeilleure/Translation
AgeCommit message (Expand)Author
2024-01-20Implement a new JIT for Arm devices (#6057)1.1.1117gdkchan
2024-01-18Change shader cache init wait method (#6131)1.1.1114gdkchan
2024-01-18Move most of signal handling to Ryujinx.Cpu project (#6128)1.1.1113gdkchan
2023-12-04editorconfig: Set default encoding to UTF-8 (#5793)1.1.1095TSRBerry
2023-11-16Fix JitCache.Unmap called with the same address freeing memory in use (#5937)1.1.1089gdkchan
2023-10-12Replace ReaderWriterLock with ReaderWriterLockSlim (#5785)1.1.1051sunshineinabox
2023-09-26GPU: Don't create tracking handles for buffer textures (#5727)1.1.1032riperiperi
2023-08-09Allow access to code memory for exefs mods (#5518)1.1.978TSRBerry
2023-07-30CPU (A64): Add Fmaxp & Fminp Scalar Inst.s, Fast & Slow Paths; with Tests. (#...1.1.971Domenico V
2023-06-28Cpu: Implement VCVT (between floating-point and fixed-point) instruction (#5343)1.1.932Ac_K
2023-06-28Apply new naming rule to all projects except Vp9 (#5407)1.1.927TSRBerry
2023-06-26[ARMeilleure] Address dotnet-format issues (#5357)1.1.923TSRBerry
2023-06-15Blocks should be synchronized on read-only fields (#5212)1.1.894Marco Carvalho
2023-06-14test: Make tests runnable on system without 4KiB page size (#5184)1.1.892Mary
2023-06-14Fix Arm32 double to int/uint conversion on Arm64 (#5292)1.1.891gdkchan
2023-06-11Implement fast path for AES crypto instructions on Arm64 (#5281)1.1.883gdkchan
2023-06-03Armeilleure: Fix support for Windows on ARM64 (#5202)1.1.858Mary
2023-05-10Ensure background translation threads exited before disposing JIT (#4874)1.1.777gdkchan
2023-05-09Replace DelegateHelper with pre-generated delegates (#4867)1.1.773gdkchan
2023-04-27Move solution and projects to srcTSR Berry