mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-12-29 04:37:04 +00:00
* Improve IRDumper
* Make Symbols.Add(ulong, ulong, ulong, string) thread safe
* Use a StringBuilder for MemoryOperand
* Add #if M_DEBUG guards
* Fix JMP_TABLE typo
* Fix using in Symbols
* Use Conditional("M_DEBUG") instead
Address gdkchan's feedback
* Use a struct instead of 4-tuple
Address gdkchan's feedback
* Place symbols in comments instead
Address gdkchan's feedback
* Use StringBuilder throughout
* Handle offsetted symbols
* Fix naming convention of Builder
* Avoid ArgumentException
* Remove unnecessary using
* Use switch expression instead
* Turn into a class
* Clean up
* Remove unnecessary using
|
||
|---|---|---|
| .. | ||
| ArmEmitterContext.cs | ||
| Compiler.cs | ||
| CompilerContext.cs | ||
| CompilerOptions.cs | ||
| ControlFlowGraph.cs | ||
| DelegateCache.cs | ||
| DirectCallStubs.cs | ||
| Dominance.cs | ||
| EmitterContext.cs | ||
| GuestFunction.cs | ||
| JitCache.cs | ||
| JitCacheEntry.cs | ||
| JitUnwindWindows.cs | ||
| JumpTable.cs | ||
| PriorityQueue.cs | ||
| RegisterToLocal.cs | ||
| RegisterUsage.cs | ||
| RejitRequest.cs | ||
| SsaConstruction.cs | ||
| SsaDeconstruction.cs | ||
| TranslatedFunction.cs | ||
| Translator.cs | ||