summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/jit/jit.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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