.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 372e9e1a97 Fix handling of operators in Roslyn 8 years ago
..
AssignVariableNames.cs Fix bug in AssignVariableNames 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 Fix #861: Failure to decompile for loop with conditional early return 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 Ensure that StLoc.Value.ResultType == StLoc.Variable.StackType 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 #905: improve exit point detection for foreach loops. 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 Code cleanup SwitchOnStringTransform. 8 years ago
TransformArrayInitializers.cs Rename BlockType to BlockKind 8 years ago
TransformAssignment.cs Rename BlockType to BlockKind 8 years ago
TransformCollectionAndObjectInitializers.cs Rename BlockType to BlockKind 8 years ago
TransformExpressionTrees.cs Fix handling of operators in Roslyn 8 years ago
UsingTransform.cs Implement sequence points for using statement. 8 years ago