Ryujinx/ARMeilleure/CodeGen
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
..
Optimizations PPTC: Fix unwanted propagation of a relocatable constant in a specific case. (#1990) 2021-02-23 13:15:45 +01:00
RegisterAllocators Allow LocalVariable to be assigned more than once (#2288) 2021-05-17 01:54:53 +02:00
Unwinding PPTC Follow-up. (#1712) 2020-12-17 20:32:09 +01:00
X86 Fold constant offsets and group constant addresses (#2285) 2021-05-13 21:26:57 +02:00
CompiledFunction.cs Add a new JIT compiler for CPU code (#693) 2019-08-08 21:56:22 +03:00