summaryrefslogtreecommitdiff
path: root/src/core/hle/service/jit (follow)
Commit message (Collapse)AuthorAgeFilesLines
* service: use const references for input raw dataGravatar Liam2024-02-011-4/+4
|
* cmif_types: improve ergonomics of typesGravatar Liam2024-01-251-7/+7
|
* service: add template serializer for method callsGravatar Liam2024-01-251-201/+82
|
* jit: use code memory handles correctlyGravatar Liam2023-12-293-18/+144
|
* am/jit: reference memory instance from contextGravatar Liam2023-12-241-1/+1
|
* service: fetch objects from the client handle tableGravatar Liam2023-12-241-8/+4
|
* core: refactor emulated cpu core activationGravatar Liam2023-12-041-2/+4
|
* jit: add support for relr-type relocationsGravatar Liam2023-10-111-2/+34
|
* memory: rename global memory references to application memoryGravatar Liam2023-03-231-2/+2
|
* kernel: use KTypedAddress for addressesGravatar Liam2023-03-221-3/+3
|
* service: move hle_ipc from kernelGravatar Liam2023-03-011-6/+6
|
* service: refactor server architectureGravatar Liam2023-02-212-10/+9
| | | | Converts services to have their own processes
* general: rename CurrentProcess to ApplicationProcessGravatar Liam2023-02-131-2/+2
|
* Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"Gravatar ameerj2023-02-031-2/+2
| | | | | This reverts commit 25fc5c0e1158cb8e81cbc769b24ad84032a1fbfd, reversing changes made to af20e25081f97d55b451606c87922e2b49f0d363.
* Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ↵Gravatar liamwhite2023-02-021-2/+2
| | | | ReadBuffer"
* hle_ipc: Rename ReadBufferSpan to ReadBufferGravatar ameerj2022-12-281-3/+3
|
* service: Use ReadBufferSpan where it is trivial to do soGravatar ameerj2022-12-251-3/+3
|
* common: consolidate ELF structure definitionsGravatar Liam2022-06-051-24/+8
|
* service: jit: document and clean upGravatar Liam2022-04-243-132/+225
|
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-234-12/+8
| | | | | This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
* service: jit: Implement the JIT serviceGravatar Liam2022-04-133-6/+774
|
* service: jit: stub JIT serviceGravatar Liam2022-04-062-0/+73