| .. |
|
AssignVariableNames.cs
|
AssignVariableNames: unwrap modified / pinned types to ensure variables get nice names.
|
7 years ago |
|
BlockTransform.cs
|
…
|
|
|
CachedDelegateInitialization.cs
|
Introduce named arguments only in the statement transform.
|
8 years ago |
|
CopyPropagation.cs
|
Merge IDecompilerTypeSystem with ICompilation.
|
7 years ago |
|
DelegateConstruction.cs
|
Fix #1193: Performance issues with deeply nested block structures
|
7 years ago |
|
DetectCatchWhenConditionBlocks.cs
|
Add comments for clarification.
|
8 years ago |
|
DynamicCallSiteTransform.cs
|
Use ArgumentOutOfRangeException or BadImageFormatException in switch-default sections.
|
7 years ago |
|
EarlyExpressionTransforms.cs
|
Move binary->logical AND to ExpressionTransforms and use SemanticHelper.IsPure
|
7 years ago |
|
ExpressionTransforms.cs
|
Move binary->logical AND to ExpressionTransforms and use SemanticHelper.IsPure
|
7 years ago |
|
HighLevelLoopTransform.cs
|
Cosmetic changes during review of PR #1176
|
8 years ago |
|
IILTransform.cs
|
Merge IDecompilerTypeSystem with ICompilation.
|
7 years ago |
|
ILInlining.cs
|
Merge pull request #1165 from icsharpcode/dynamic
|
8 years ago |
|
InlineReturnTransform.cs
|
Fix Using pretty tests and remove semicolon on single-line if.
|
8 years ago |
|
IntroduceDynamicTypeOnLocals.cs
|
Fix bug in IntroduceDynamicTypeOnLocals
|
8 years ago |
|
LockTransform.cs
|
Fix #1060: Enter/Exit V2 variation failing to convert to lock()
|
8 years ago |
|
LoopingTransform.cs
|
…
|
|
|
NamedArgumentTransform.cs
|
Move named arguments to its own transform.
|
8 years ago |
|
NullCoalescingTransform.cs
|
Introduce named arguments only in the statement transform.
|
8 years ago |
|
NullPropagationTransform.cs
|
Merge IDecompilerTypeSystem with ICompilation.
|
7 years ago |
|
NullableLiftingTransform.cs
|
Merge IDecompilerTypeSystem with ICompilation.
|
7 years ago |
|
ProxyCallReplacer.cs
|
Use the resolve methods in MetadataModule, and remove the wrappers in DecompilerTypeSystem.
|
7 years ago |
|
RemoveDeadVariableInit.cs
|
Add delayed type inference step for stack slots (in RemoveDeadVariableInit).
|
8 years ago |
|
SplitVariables.cs
|
Allow splitting a variable even if it has its address taken and stored in a ref-local.
|
7 years ago |
|
StatementTransform.cs
|
…
|
|
|
Stepper.cs
|
…
|
|
|
SwitchOnNullableTransform.cs
|
SwitchOnNullableTransform: Fix another special case produced by the Roslyn compiler.
|
8 years ago |
|
SwitchOnStringTransform.cs
|
Fix bug in SwitchOnStringTransform.SimplifyCascadingIfStatements: Do not eliminate unrelated stores right before the start of the switch.
|
7 years ago |
|
TransformArrayInitializers.cs
|
Use the resolve methods in MetadataModule, and remove the wrappers in DecompilerTypeSystem.
|
7 years ago |
|
TransformAssignment.cs
|
Disable ref inline assignments.
|
7 years ago |
|
TransformCollectionAndObjectInitializers.cs
|
Merge IDecompilerTypeSystem with ICompilation.
|
7 years ago |
|
TransformExpressionTrees.cs
|
Fix #1193: Performance issues with deeply nested block structures
|
7 years ago |
|
TupleTransform.cs
|
Add support for C# 7 tuple types:
|
8 years ago |
|
UsingTransform.cs
|
Fix MatchDisposeCheck
|
8 years ago |