ryujinx/ARMeilleure/Translation
FICTURE7 c805542b29
Allow LocalVariable to be assigned more than once (#2288)
* Allow `LocalVariable` to be assigned more than once

This allows us to write flow controls like loops and if-elses with
LocalVariables participating in phi nodes.

* Add `GetLocalNumber` to operand
2021-05-17 01:54:53 +02:00
..
Cache
PTC Fold constant offsets and group constant addresses (#2285) 2021-05-13 21:26:57 +02:00
ArmEmitterContext.cs Add inlined on translation call counting (#2190) 2021-04-18 23:43:53 +02:00
Compiler.cs
CompilerContext.cs
CompilerOptions.cs
ControlFlowGraph.cs Allow LocalVariable to be assigned more than once (#2288) 2021-05-17 01:54:53 +02:00
DelegateHelper.cs
DelegateInfo.cs
Delegates.cs Add inlined on translation call counting (#2190) 2021-04-18 23:43:53 +02:00
DirectCallStubs.cs PPTC & Pool Enhancements. (#1968) 2021-02-22 03:23:48 +01:00
Dominance.cs
EmitterContext.cs Allow LocalVariable to be assigned more than once (#2288) 2021-05-17 01:54:53 +02:00
GuestFunction.cs
RegisterToLocal.cs
RegisterUsage.cs
RejitRequest.cs
SsaConstruction.cs Allow LocalVariable to be assigned more than once (#2288) 2021-05-17 01:54:53 +02:00
SsaDeconstruction.cs
TranslatedFunction.cs Add inlined on translation call counting (#2190) 2021-04-18 23:43:53 +02:00
Translator.cs PPTC meets ExeFS Patching. (#1865) 2021-05-13 20:05:15 +02:00