.. |
AssignVariableNames.cs
|
Fix #1881: Not properly reusing names from PDB#2
|
5 years ago |
BlockTransform.cs
|
…
|
|
CachedDelegateInitialization.cs
|
Fix #1609: Decompilation of cached delegate-construction with unknown delegate type.
|
6 years ago |
CombineExitsTransform.cs
|
…
|
|
CopyPropagation.cs
|
Fix #1656: Disable CopyPropagation for split variables.
|
6 years ago |
DelegateConstruction.cs
|
Cleanup and refactoring after code review
|
5 years ago |
DetectCatchWhenConditionBlocks.cs
|
…
|
|
DynamicCallSiteTransform.cs
|
Inline variable declarations/modernize parts of our code base.
|
5 years ago |
DynamicIsEventAssignmentTransform.cs
|
…
|
|
EarlyExpressionTransforms.cs
|
Fix #1655: Incorrect pointer cast when calling method on integer constant
|
6 years ago |
ExpressionTransforms.cs
|
Merge branch 'master' into ranges
|
5 years ago |
FixRemainingIncrements.cs
|
…
|
|
HighLevelLoopTransform.cs
|
Add ForStatement, DoWhileStatement and SeparateLocalVariableDeclarations settings.
|
6 years ago |
IILTransform.cs
|
…
|
|
ILExtraction.cs
|
Add missing license headers to MIT licensed files in ICSharpCode.Decompiler
|
5 years ago |
ILInlining.cs
|
Add support for indexing a container with a System.Index instance.
|
5 years ago |
IndexRangeTransform.cs
|
Handle the special cases where the range does not have a start or endpoint.
|
5 years ago |
InlineReturnTransform.cs
|
…
|
|
IntroduceDynamicTypeOnLocals.cs
|
…
|
|
IntroduceRefReadOnlyModifierOnLocals.cs
|
#1151: Support for ref readonly locals.
|
6 years ago |
LocalFunctionDecompiler.cs
|
Cleanup and refactoring after code review
|
5 years ago |
LockTransform.cs
|
…
|
|
NamedArgumentTransform.cs
|
…
|
|
NullCoalescingTransform.cs
|
Remove unused code.
|
6 years ago |
NullPropagationTransform.cs
|
Make sure that the code and the pattern described in the comment above are in sync.
|
5 years ago |
NullableLiftingTransform.cs
|
short-circuting -> short-circuiting
|
6 years ago |
ProxyCallReplacer.cs
|
Fix #1976: ProxyCallReplacer should honor selected language version/selected options
|
5 years ago |
ReduceNestingTransform.cs
|
Fix logic error in last commit, and ignore fault clauses in ReduceNestingTransform
|
5 years ago |
RemoveDeadVariableInit.cs
|
Add RemoveDeadStores option
|
6 years ago |
SplitVariables.cs
|
Variable splitting: support cases where a ref is passed through a ref-returning method, and then used.
|
5 years ago |
StatementTransform.cs
|
…
|
|
Stepper.cs
|
…
|
|
SwitchOnNullableTransform.cs
|
…
|
|
SwitchOnStringTransform.cs
|
Fix #1809: Support VB Select on string.
|
6 years ago |
TransformArrayInitializers.cs
|
Fix #1280: Transform RuntimeHelpersInitializeArray calls without receiving assignments.
|
6 years ago |
TransformAssignment.cs
|
Fix compound assignments with type `bool`.
|
6 years ago |
TransformCollectionAndObjectInitializers.cs
|
Add Validation of delegate target instructions.
|
5 years ago |
TransformDisplayClassUsage.cs
|
Fix TDCU's version of copy propagation being too aggressive.
|
5 years ago |
TransformExpressionTrees.cs
|
Adjust CapturedVariables collection in ReplaceDelegateTargetVisitor and in TransformExpressionTrees
|
5 years ago |
TupleTransform.cs
|
…
|
|
UserDefinedLogicTransform.cs
|
…
|
|
UsingTransform.cs
|
Add support for await using statements.
|
6 years ago |