.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 c34541ad4c Implement catch-when and remove local copy of exception slot. 9 years ago
..
AssignVariableNames.cs Merge Return instruction into Leave. 9 years ago
BlockTransform.cs Improve decompiler performance. 9 years ago
CachedDelegateInitialization.cs CachedDelegateInitialization: extend Roslyn pattern for non-static context 9 years ago
CopyPropagation.cs Remove useless stack variables. 9 years ago
DelegateConstruction.cs Remove ILFunction.Read; Add AssignVariableNames 9 years ago
DetectCatchWhenConditionBlocks.cs Implement catch-when and remove local copy of exception slot. 9 years ago
ExpressionTransforms.cs Implement catch-when and remove local copy of exception slot. 9 years ago
IILTransform.cs Improve decompiler performance. 9 years ago
ILInlining.cs Implement catch-when and remove local copy of exception slot. 9 years ago
LoopingTransform.cs Restore P/Invoke test. 9 years ago
NullCoalescingTransform.cs Fix use of Clone in NullCoalescingTransform 9 years ago
RemoveDeadVariableInit.cs [async] Decompile await operator. 9 years ago
SplitVariables.cs Fix NullReferenceException in SplitVariables.AddressUsedOnlyForReading 9 years ago
Stepper.cs Run IntroduceExitPoints before loop detection, and let loop detection introduce its own exit points. 10 years ago
TransformArrayInitializers.cs Add VariableKind.InitializerTarget to separate stack slots should be renamed from purely generated helper variables in initializer blocks. 9 years ago
TransformAssignment.cs Rename BlockType.CompoundOperator to PostfixOperator 9 years ago
TransformCollectionAndObjectInitializers.cs Add VariableKind.InitializerTarget to separate stack slots should be renamed from purely generated helper variables in initializer blocks. 9 years ago