.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 61fd48b4a4 Merge branch 'master' of github.com:icsharpcode/ILSpy into loops 8 years ago
..
AsyncAwaitDecompiler.cs Fix await calls not getting decompiled correctly (#904) 8 years ago
ConditionDetection.cs Remove ILInstructionExtensions.cs 8 years ago
ControlFlowGraph.cs Merge Return instruction into Leave. 8 years ago
ControlFlowSimplification.cs Improve SequencePointBuilder 8 years ago
DetectPinnedRegions.cs Move UnsafeCode tests to pretty-tests (except for those that are not yet successful). 8 years ago
ExitPoints.cs #447: Don't pick "return;" as exit point if there's another choice. 8 years ago
LoopDetection.cs Merge branch 'master' of github.com:icsharpcode/ILSpy into loops 8 years ago
StateRangeAnalysis.cs Simplify use of SwitchInstruction in ILAst 8 years ago
SwitchAnalysis.cs Fix SwitchAnalysis not recursing into the default-block of IL switches. 8 years ago
SwitchDetection.cs Add some comments to SwitchDetection.UseCSharpSwitch 8 years ago
SymbolicExecution.cs Eliminate the dedicated logic.not instruction, and treat it as syntax sugar similar to logic.and/logic.or. 8 years ago
YieldReturnDecompiler.cs Remove redundant lambda casts. 8 years ago