summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/jit (unfollow)
Commit message (Expand)AuthorFilesLines
2023-10-11jit: add support for relr-type relocationsLiam1-2/+34
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 architectureLiam2-10/+9
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-06-05common: consolidate ELF structure definitionsLiam1-24/+8
2022-04-25service: jit: document and clean upLiam3-132/+225
2022-04-23general: Convert source file copyright comments over to SPDXMorph4-12/+8
2022-04-13service: jit: Implement the JIT serviceLiam3-6/+774
2022-04-07service: jit: stub JIT serviceLiam2-0/+73