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
/
Instructions
/
NativeInterface.cs
Age
Commit message (
Expand
)
Author
2023-01-23
Remove use of GetFunctionPointerForDelegate to get JIT cache function pointer...
gdkchan
2022-09-20
Fpsr and Fpcr freed. (#3701)
LDj3SNuD
2022-08-18
Removed unused usings. (#3593)
Nicholas Rodine
2022-05-31
Refactor CPU interface to allow the implementation of other CPU emulators (#3...
gdkchan
2022-02-18
Enable CPU JIT cache invalidation (#2965)
gdkchan
2021-05-29
Add multi-level function table (#2228)
FICTURE7
2021-04-18
Add inlined on translation call counting (#2190)
FICTURE7
2020-12-17
PPTC Follow-up. (#1712)
LDj3SNuD
2020-12-16
Clear JIT cache on exit (#1518)
gdkchan
2020-12-07
Add support for guest Fz (Fpcr) mode through host Ftz and Daz (Mxcsr) modes (...
LDj3SNuD
2020-10-16
Memory Read/Write Tracking using Region Handles (#1272)
riperiperi
2020-08-08
CPU: This PR fixes Fpscr, among other things. (#1433)
LDj3SNuD
2020-07-30
Implement inline memory load/store exclusive and ordered (#1413)
gdkchan
2020-06-16
Add Profiled Persistent Translation Cache. (#769)
LDj3SNuD
2020-05-23
Implement CNTVCT_EL0 (#1268)
mageven
2020-05-04
Implement a new physical memory manager and replace DeviceMemory (#856)
gdkchan
2020-04-17
Improve V128 (#1097)
Ficture Seven
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
2019-08-08
Add a new JIT compiler for CPU code (#693)
gdkchan