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
/
InstEmitMemoryHelper.cs
Age
Commit message (
Expand
)
Author
2022-09-09
Add ADD (zx imm12), NOP, MOV (rs), LDA, TBB, TBH, MOV (zx imm16) and CLZ thum...
gdkchan
2022-08-25
Implement some 32-bit Thumb instructions (#3614)
gdkchan
2022-02-17
ARMeilleure: Thumb support (All T16 instructions) (#3105)
merry
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-02-17
Fix memory tracking performance regression (#2026)
gdkchan
2021-02-16
Validate CPU virtual addresses on access (#1987)
gdkchan
2020-10-16
Memory Read/Write Tracking using Region Handles (#1272)
riperiperi
2020-09-19
Implement block placement (#1549)
FICTURE7
2020-08-31
Improve static branch prediction along fast path for memory accesses (#1484)
FICTURE7
2020-08-05
Improve branch operations (#1442)
Ficture Seven
2020-07-30
Implement inline memory load/store exclusive and ordered (#1413)
gdkchan
2020-07-30
Print guest stack trace on invalid memory access (#1407)
gdkchan
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-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-09
Initial work
gdk
2019-08-08
Add a new JIT compiler for CPU code (#693)
gdkchan