.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.
 
 
 
 
Eusebiu Marcu 3bc8525c4b Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger 15 years ago
..
ArrayInitializers.cs Perform an inlining step after eliminating array initializers. 15 years ago
GotoRemoval.cs Duplicate return statements 15 years ago
ILAstBuilder.cs Evaluate local vars. 15 years ago
ILAstOptimizer.cs Duplicate return statement with const int/bool. 15 years ago
ILAstTypes.cs Performance improvement - use accumulator list for GetSelfAndChildrenRecursive 15 years ago
ILCodes.cs Rewritten goto removal. 15 years ago
ILInlining.cs Handle ldelem.any. Closes #47. 15 years ago
Pattern.cs Add support for array initializers don't use RuntimeHelpers.InitializeArray 15 years ago
TypeAnalysis.cs Peephole detection of the ternary operator (?:) 15 years ago