.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.
 
 
 
 
Daniel Grunwald b6b31514de Perform 'dup' removal prior to copy propagation 15 years ago
..
ArrayInitializers.cs Adjust array initializer pattern to 'dup' changes. 15 years ago
DefaultDictionary.cs Started analysis of yield return statements. 15 years ago
GotoRemoval.cs Fixed return duplication in the case when the last return statement was already removed. 15 years ago
ILAstBuilder.cs Generate only one variable for 'dup' if possible 15 years ago
ILAstOptimizer.cs Implemented a simple copy-propagation step. 15 years ago
ILAstTypes.cs Fixed crash when decompiling System.Net.ShellExpression. 15 years ago
ILCodes.cs Merge branch 'master' of github.com:icsharpcode/ILSpy 15 years ago
ILInlining.cs Perform 'dup' removal prior to copy propagation 15 years ago
Pattern.cs Adjust yield return decompiler to David's pattern matching refactoring. 15 years ago
PeepholeTransform.cs Remove code duplication ILInlining / ILAstOptimizer.InlineVariables. 15 years ago
TypeAnalysis.cs Fixed crash when decompiling System.Net.ShellExpression. 15 years ago
YieldReturnDecompiler.cs Fix NullReferenceException when decompiling an automatic property within a generic class. 15 years ago