summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/jit/jit.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2024-02-01service: use const references for input raw dataLiam1-4/+4
2024-01-26cmif_types: improve ergonomics of typesLiam1-7/+7
2024-01-25service: add template serializer for method callsLiam1-201/+82
2023-12-29jit: use code memory handles correctlyLiam1-18/+41
2023-12-25am/jit: reference memory instance from contextLiam1-1/+1
2023-12-25service: fetch objects from the client handle tableLiam1-8/+4
2023-12-04core: refactor emulated cpu core activationLiam1-2/+4
2023-03-24memory: rename global memory references to application memoryLiam1-2/+2
2023-03-22kernel: use KTypedAddress for addressesLiam1-3/+3
2023-03-01service: move hle_ipc from kernelLiam1-6/+6
2023-02-21service: refactor server architectureLiam1-4/+8
2023-02-14general: rename CurrentProcess to ApplicationProcessLiam1-2/+2
2023-02-03Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"ameerj1-2/+2
2023-02-02Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer"liamwhite1-2/+2
2022-12-29hle_ipc: Rename ReadBufferSpan to ReadBufferameerj1-3/+3
2022-12-25service: Use ReadBufferSpan where it is trivial to do soameerj1-3/+3
2022-04-25service: jit: document and clean upLiam1-66/+139
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2022-04-13service: jit: Implement the JIT serviceLiam1-6/+285
2022-04-07service: jit: stub JIT serviceLiam1-0/+53