..
AssignVariableNames.cs
Fix #1881 : Not properly reusing names from PDB#2
6 years ago
BlockTransform.cs
Fix #1242 : Discard unreachable code.
7 years ago
CachedDelegateInitialization.cs
Fix #1609 : Decompilation of cached delegate-construction with unknown delegate type.
7 years ago
CombineExitsTransform.cs
Fix #1472 : Apply ExpressionTransforms after CombineExitsTransform to "canonicalize logic and/or"
7 years ago
CopyPropagation.cs
Fix #1656 : Disable CopyPropagation for split variables.
7 years ago
DelegateConstruction.cs
Cleanup and refactoring after code review
6 years ago
DetectCatchWhenConditionBlocks.cs
Don't perform DetectCatchWhenConditionBlocks transform when catchBlock.Variable.Type setter would throw an exception due to differing stack types.
7 years ago
DynamicCallSiteTransform.cs
Inline variable declarations/modernize parts of our code base.
6 years ago
DynamicIsEventAssignmentTransform.cs
Further adjustments to transforms now that copy propagation no longer runs.
7 years ago
EarlyExpressionTransforms.cs
Fix #1655 : Incorrect pointer cast when calling method on integer constant
7 years ago
ExpressionTransforms.cs
Merge branch 'master' into ranges
6 years ago
FixRemainingIncrements.cs
Fix #1552 : user-defined and decimal increments
7 years ago
HighLevelLoopTransform.cs
Add ForStatement, DoWhileStatement and SeparateLocalVariableDeclarations settings.
7 years ago
IILTransform.cs
…
ILExtraction.cs
Add missing license headers to MIT licensed files in ICSharpCode.Decompiler
6 years ago
ILInlining.cs
#2050 : Don't put ldflda/ldelema with immediate exceptions into StObj.TargetSlot.
6 years ago
IndexRangeTransform.cs
Handle the special cases where the range does not have a start or endpoint.
6 years ago
InlineReturnTransform.cs
…
IntroduceDynamicTypeOnLocals.cs
…
IntroduceRefReadOnlyModifierOnLocals.cs
#1151 : Support for ref readonly locals.
7 years ago
LocalFunctionDecompiler.cs
Cleanup and refactoring after code review
6 years ago
LockTransform.cs
Make ILRange field private - introduce public API for IL range manipulation.
7 years ago
NamedArgumentTransform.cs
Use appropriate type for helper variables introduced for named arguments.
7 years ago
NullCoalescingTransform.cs
Remove unused code.
7 years ago
NullPropagationTransform.cs
Make sure that the code and the pattern described in the comment above are in sync.
6 years ago
NullableLiftingTransform.cs
short-circuting -> short-circuiting
7 years ago
ProxyCallReplacer.cs
Fix #1976 : ProxyCallReplacer should honor selected language version/selected options
6 years ago
ReduceNestingTransform.cs
Fix logic error in last commit, and ignore fault clauses in ReduceNestingTransform
6 years ago
RemoveDeadVariableInit.cs
Add RemoveDeadStores option
7 years ago
SplitVariables.cs
Variable splitting: support cases where a ref is passed through a ref-returning method, and then used.
6 years ago
StatementTransform.cs
Limit the number of instructions validated for the $"{transform.GetType().Name} modified an instruction before pos" assertion; this makes debug-mode performance less horrible.
7 years ago
Stepper.cs
Fix a bunch of XmlDoc compiler warnings.
7 years ago
SwitchOnNullableTransform.cs
Add some missing checks to MatchRoslynSwitchOnString
6 years ago
SwitchOnStringTransform.cs
Fix decompilation of switch where default section is a leave instruction.
6 years ago
TransformArrayInitializers.cs
#2050 : Don't put ldflda/ldelema with immediate exceptions into StObj.TargetSlot.
6 years ago
TransformAssignment.cs
Fix compound assignments with type `bool`.
7 years ago
TransformCollectionAndObjectInitializers.cs
Add Validation of delegate target instructions.
6 years ago
TransformDisplayClassUsage.cs
Fix TDCU's version of copy propagation being too aggressive.
6 years ago
TransformExpressionTrees.cs
Fix possible NRE in TransformExpressionTrees.MatchGetTypeFromHandle and related methods
6 years ago
TupleTransform.cs
…
UserDefinedLogicTransform.cs
Make ILRange field private - introduce public API for IL range manipulation.
7 years ago
UsingTransform.cs
Add support for await using statements.
7 years ago