.NET Decompiler with support for PDB generation, ReadyToRun, Metadata (&more) - cross-platform!
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Siegfried Pammer 701513fd00 Fix build. 8 years ago
..
AssignVariableNames.cs Fix #989: Local variable naming conflict 8 years ago
BlockTransform.cs Replace LoopingBlockTransform with StatementTransform. 8 years ago
CachedDelegateInitialization.cs CachedDelegateInitialization: Remove dead init-store in loops 8 years ago
CopyPropagation.cs Ensure that StLoc.Value.ResultType == StLoc.Variable.StackType 8 years ago
DelegateConstruction.cs Rename ExpressionTreeType to DelegateType and use ILFunction.DelegateType instead of the NewObj(LdNull, ILFunction) pattern in DelegateConstruction and ExpressionTrees 8 years ago
DetectCatchWhenConditionBlocks.cs Add comments for clarification. 8 years ago
EarlyExpressionTransforms.cs Fix missing ILStackWasEmpty-flag on call after conversion to newobj 8 years ago
ExpressionTransforms.cs Add StackType.F4 and StackType.F8, and instructions LdcF4 and LdcF8. 8 years ago
ExpressionTreeCast.cs Add ExpressionTreeCast instruction 8 years ago
HighLevelLoopTransform.cs Fix #968: foreach loop with early return 8 years ago
IILTransform.cs Replace LoopingBlockTransform with StatementTransform. 8 years ago
ILInlining.cs Fix #991: explicit represent T->T? conversion in lifted operator calls. 8 years ago
InlineReturnTransform.cs Fix Using pretty tests and remove semicolon on single-line if. 8 years ago
LockTransform.cs Improve SequencePointBuilder 8 years ago
LoopingTransform.cs Restore P/Invoke test. 8 years ago
NullCoalescingTransform.cs Replace LoopingBlockTransform with StatementTransform. 8 years ago
NullableLiftingTransform.cs Fix #991: explicit represent T->T? conversion in lifted operator calls. 8 years ago
ProxyCallReplacer.cs Add ldobj(ldloca) -> ldloc transform; and remove special case in ProxyCallReplacer. 8 years ago
RemoveDeadVariableInit.cs Add RemoveDeadCode option 8 years ago
SplitVariables.cs Add ValueTypeCall foreach testcase. 8 years ago
StatementTransform.cs Fix performance issue due to aggressive debug checks that was causing AppVeyor to time-out. 8 years ago
Stepper.cs Run IntroduceExitPoints before loop detection, and let loop detection introduce its own exit points. 9 years ago
SwitchOnNullableTransform.cs SwitchOnNullableTransform: Fix another special case produced by the Roslyn compiler. 8 years ago
SwitchOnStringTransform.cs Add StackType.F4 and StackType.F8, and instructions LdcF4 and LdcF8. 8 years ago
TransformArrayInitializers.cs Fix build. 8 years ago
TransformAssignment.cs Fix #1007: post-increment transform incorrect due to variable splitting. 8 years ago
TransformCollectionAndObjectInitializers.cs Rename BlockType to BlockKind 8 years ago
TransformExpressionTrees.cs Add StackType.F4 and StackType.F8, and instructions LdcF4 and LdcF8. 8 years ago
UsingTransform.cs Implement sequence points for using statement. 8 years ago