.. |
AssignVariableNames.cs
|
Fix #1881: Not properly reusing names from PDB#2
|
5 years ago |
BlockTransform.cs
|
Fix #1242: Discard unreachable code.
|
6 years ago |
CachedDelegateInitialization.cs
|
Fix #1609: Decompilation of cached delegate-construction with unknown delegate type.
|
6 years ago |
CombineExitsTransform.cs
|
Fix #1472: Apply ExpressionTransforms after CombineExitsTransform to "canonicalize logic and/or"
|
6 years ago |
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
|
Don't perform DetectCatchWhenConditionBlocks transform when catchBlock.Variable.Type setter would throw an exception due to differing stack types.
|
6 years ago |
DynamicCallSiteTransform.cs
|
Inline variable declarations/modernize parts of our code base.
|
5 years ago |
DynamicIsEventAssignmentTransform.cs
|
Further adjustments to transforms now that copy propagation no longer runs.
|
6 years ago |
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 |
FixLoneIsInst.cs
|
Support extraction out of control-flow IfInstruction even if it isn't using a Block as TrueInst/FalseInst.
|
5 years ago |
FixRemainingIncrements.cs
|
Fix #1903: un-inline argument of unsupported `isinst` instructions.
|
5 years ago |
HighLevelLoopTransform.cs
|
Add ForStatement, DoWhileStatement and SeparateLocalVariableDeclarations settings.
|
6 years ago |
IILTransform.cs
|
#2058: Avoid NullReferenceException when DecompileRun is not provided.
|
5 years ago |
ILExtraction.cs
|
Support extraction out of control-flow IfInstruction even if it isn't using a Block as TrueInst/FalseInst.
|
5 years ago |
ILInlining.cs
|
Merge remote-tracking branch 'origin/fix-2050'
|
5 years ago |
IndexRangeTransform.cs
|
Handle the special cases where the range does not have a start or endpoint.
|
5 years ago |
InlineReturnTransform.cs
|
Fix Using pretty tests and remove semicolon on single-line if.
|
8 years ago |
IntroduceDynamicTypeOnLocals.cs
|
Fix bug in IntroduceDynamicTypeOnLocals
|
7 years ago |
IntroduceRefReadOnlyModifierOnLocals.cs
|
#1151: Support for ref readonly locals.
|
6 years ago |
LocalFunctionDecompiler.cs
|
Fix #2053: Assert and NRE in LocalFunctionDecompiler
|
5 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.
|
6 years ago |
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
|
Revert the InvertIf change; it causes too many issues for the following transforms.
|
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
|
#2050: Allow inlining into the StObj target slot when this is possible without changing the program semantics.
|
5 years ago |
Stepper.cs
|
Fix a bunch of XmlDoc compiler warnings.
|
6 years ago |
SwitchOnNullableTransform.cs
|
Add some missing checks to MatchRoslynSwitchOnString
|
5 years ago |
SwitchOnStringTransform.cs
|
Fix decompilation of switch where default section is a leave instruction.
|
5 years ago |
TransformArrayInitializers.cs
|
Adapt TransformArrayInitializers to ILAst changes.
|
5 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
|
Adapt TransformExpressionTrees to ILAst changes.
|
5 years ago |
TupleTransform.cs
|
Add support for C# 7 tuple types:
|
7 years ago |
UserDefinedLogicTransform.cs
|
Make ILRange field private - introduce public API for IL range manipulation.
|
7 years ago |
UsingTransform.cs
|
Add support for await using statements.
|
6 years ago |