.. |
AssignVariableNames.cs
|
Refactoring of ILFunction: allow Method and CecilMethod to be null for expression trees.
|
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
|
Ensure that StLoc.Value.ResultType == StLoc.Variable.StackType
|
8 years ago |
DelegateConstruction.cs
|
Fix another instance of #951: Incorrect decompilation of anonymous delegate
|
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 #861: Failure to decompile for loop with conditional early return
|
8 years ago |
ExpressionTreeCast.cs
|
Add ExpressionTreeCast instruction
|
8 years ago |
HighLevelLoopTransform.cs
|
Fix #968: foreach loop with early return
|
8 years ago |
IILTransform.cs
|
Replace LoopingBlockTransform with StatementTransform.
|
8 years ago |
ILInlining.cs
|
Ensure that StLoc.Value.ResultType == StLoc.Variable.StackType
|
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
|
Fix #905: improve exit point detection for foreach loops.
|
8 years ago |
ProxyCallReplacer.cs
|
Add ldobj(ldloca) -> ldloc transform; and remove special case in ProxyCallReplacer.
|
8 years ago |
RemoveDeadVariableInit.cs
|
Add RemoveDeadCode option
|
8 years ago |
SplitVariables.cs
|
Add ValueTypeCall foreach testcase.
|
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
|
Rename BlockType to BlockKind
|
8 years ago |
TransformAssignment.cs
|
Rename BlockType to BlockKind
|
8 years ago |
TransformCollectionAndObjectInitializers.cs
|
Rename BlockType to BlockKind
|
8 years ago |
TransformExpressionTrees.cs
|
Implement MemberInit, Bind
|
8 years ago |
UsingTransform.cs
|
Implement sequence points for using statement.
|
8 years ago |