index
:
Ryujinx
master
A backup of the Ryujinx master git branch.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ARMeilleure
/
Translation
/
Translator.cs
Age
Commit message (
Expand
)
Author
2023-01-23
Remove use of GetFunctionPointerForDelegate to get JIT cache function pointer...
gdkchan
2023-01-17
Implement support for page sizes > 4KB (#4252)
gdkchan
2023-01-10
Implement JIT Arm64 backend (#4114)
gdkchan
2023-01-05
Make PPTC state non-static (#4157)
gdkchan
2022-12-05
Make structs readonly when applicable (#4002)
Andrey Sukharev
2022-10-19
Do not clear the rejit queue when overlaps count is equal to 0. (#3721)
LDj3SNuD
2022-09-08
Clean up rejit queue (#2751)
FICTURE7
2022-02-22
ARMeilleure: Implement single stepping (#3133)
merry
2022-02-18
Enable CPU JIT cache invalidation (#2965)
gdkchan
2022-02-17
ARMeilleure: Thumb support (All T16 instructions) (#3105)
merry
2021-09-14
Refactor `PtcInfo` (#2625)
FICTURE7
2021-08-17
Reduce JIT GC allocations (#2515)
FICTURE7
2021-05-29
Add multi-level function table (#2228)
FICTURE7
2021-05-24
POWER - Performance Optimizations With Extensive Ramifications (#2286)
riperiperi
2021-05-20
Use branch instead of tailcall for recursive calls (#2282)
FICTURE7
2021-05-13
PPTC meets ExeFS Patching. (#1865)
LDj3SNuD
2021-04-18
Add inlined on translation call counting (#2190)
FICTURE7
2021-04-13
PPTC vs. giant ExeFS. (#2168)
LDj3SNuD
2021-02-22
PPTC & Pool Enhancements. (#1968)
LDj3SNuD
2021-02-08
Disable partial JIT invalidation on unmap (#1991)
gdkchan
2021-01-12
Add a simple Pools Limiter. (#1830)
LDj3SNuD
2020-12-24
Free up memory allocated by Pools during any PPTC translations at boot time. ...
LDj3SNuD
2020-12-17
PPTC Follow-up. (#1712)
LDj3SNuD
2020-12-16
Clear JIT cache on exit (#1518)
gdkchan
2020-11-17
shader cache: Fix Linux boot issues (#1709)
Mary
2020-09-30
Remove old, unused CPU optimization (#1586)
gdkchan
2020-09-22
IPC refactor part 1: Use explicit separate threads to process requests (#1447)
gdkchan
2020-09-19
Implement block placement (#1549)
FICTURE7
2020-09-12
Relax block ordering constraints (#1535)
FICTURE7
2020-06-18
Generalize tail continues (#1298)
Ficture Seven
2020-06-16
Add Profiled Persistent Translation Cache. (#769)
LDj3SNuD
2020-05-04
Implement a new physical memory manager and replace DeviceMemory (#856)
gdkchan
2020-03-18
CodeGen Optimisations (LSRA and Translator) (#978)
riperiperi
2020-03-12
Use a Jump Table for direct and indirect calls/jumps, removing transitions to...
riperiperi
2020-02-24
Add most of the A32 instruction set to ARMeilleure (#897)
riperiperi
2020-01-13
Name all threads (#886)
Ac_K
2019-10-31
.NET Core 3.0 is here! (#784)
LDj3SNuD
2019-08-08
Add a new JIT compiler for CPU code (#693)
gdkchan