.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 f5bc3e17a4
Merge pull request #900 from icsharpcode/fsharp_using
8 years ago
..
AssignVariableNames.cs Merge pull request #927 from icsharpcode/initializer_pretty_fix 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 Improve RemoveDeadVariableInit and CopyPropagation 8 years ago
DelegateConstruction.cs Fix ILRange of ILFunction in DelegateConstruction 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 short-circuiting operators when the rhs is a comparison with 0. 8 years ago
IILTransform.cs Replace LoopingBlockTransform with StatementTransform. 8 years ago
ILInlining.cs Merge pull request #887 from icsharpcode/switch 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 Simplify SwitchOnNullableTransform. 8 years ago
ProxyCallReplacer.cs Add ldobj(ldloca) -> ldloc transform; and remove special case in ProxyCallReplacer. 8 years ago
RemoveDeadVariableInit.cs Clean up RemoveDeadVariableInit 8 years ago
SplitVariables.cs Fix NullReferenceException in SplitVariables.AddressUsedOnlyForReading 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 Replace LoopingBlockTransform with StatementTransform. 8 years ago
TransformAssignment.cs Fix bug in TransformRoslynPostIncDecOperatorOnAddress; 8 years ago
TransformCollectionAndObjectInitializers.cs Clean up and documentation 8 years ago
UsingTransform.cs Implement sequence points for using statement. 8 years ago