* 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 |
||
|---|---|---|
| .. | ||
| BasicBlock.cs | ||
| Comparison.cs | ||
| IIntrusiveListNode.cs | ||
| Instruction.cs | ||
| Intrinsic.cs | ||
| IntrinsicOperation.cs | ||
| IntrusiveList.cs | ||
| MemoryOperand.cs | ||
| Multiplier.cs | ||
| Node.cs | ||
| Operand.cs | ||
| OperandHelper.cs | ||
| OperandKind.cs | ||
| OperandType.cs | ||
| Operation.cs | ||
| OperationHelper.cs | ||
| PhiNode.cs | ||
| Register.cs | ||
| RegisterType.cs | ||