Ryujinx/ARMeilleure
FICTURE7 36ec1bc6c0
Relax block ordering constraints (#1535)
* Relax block ordering constraints

Before `block.Next` had to follow `block.ListNext`, now it does not.
Instead `CodeGenerator` will now emit the necessary jump instructions
to ensure control flow.

This makes control flow and block order modifications easier. It also
eliminates some simple cases of redundant branches.

* Set PPTC version
2020-09-12 12:32:53 -03:00
..
CodeGen Relax block ordering constraints (#1535) 2020-09-12 12:32:53 -03:00
Common
Decoders SIMD&FP load/store with scale > 4 should be undefined (#1522) 2020-09-01 17:02:23 -03:00
Diagnostics Relax block ordering constraints (#1535) 2020-09-12 12:32:53 -03:00
Instructions Do not emit StoreToContext before Return (#1537) 2020-09-07 12:52:17 +10:00
IntermediateRepresentation Relax block ordering constraints (#1535) 2020-09-12 12:32:53 -03:00
Memory
State
Translation Relax block ordering constraints (#1535) 2020-09-12 12:32:53 -03:00
ARMeilleure.csproj
Optimizations.cs
Statistics.cs