summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/jit/jit.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* service: use const references for input raw dataLiam2024-02-011-4/+4
* cmif_types: improve ergonomics of typesLiam2024-01-261-7/+7
* service: add template serializer for method callsLiam2024-01-251-201/+82
* jit: use code memory handles correctlyLiam2023-12-291-18/+41
* am/jit: reference memory instance from contextLiam2023-12-251-1/+1
* service: fetch objects from the client handle tableLiam2023-12-251-8/+4
* core: refactor emulated cpu core activationLiam2023-12-041-2/+4
* memory: rename global memory references to application memoryLiam2023-03-241-2/+2
* kernel: use KTypedAddress for addressesLiam2023-03-221-3/+3
* service: move hle_ipc from kernelLiam2023-03-011-6/+6
* service: refactor server architectureLiam2023-02-211-4/+8
* general: rename CurrentProcess to ApplicationProcessLiam2023-02-141-2/+2
* Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"ameerj2023-02-031-2/+2
* Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer"liamwhite2023-02-021-2/+2
* hle_ipc: Rename ReadBufferSpan to ReadBufferameerj2022-12-291-3/+3
* service: Use ReadBufferSpan where it is trivial to do soameerj2022-12-251-3/+3
* service: jit: document and clean upLiam2022-04-251-66/+139
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* service: jit: Implement the JIT serviceLiam2022-04-131-6/+285
* service: jit: stub JIT serviceLiam2022-04-071-0/+53