.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 1715e51e0e 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 Reimplemented condition "unnesting" to work on the fattened data with gotos already cleaned up. Use left over gotos and other unconditional flow to guide the unnesting. 15 years ago
ILAstBuilder.cs Evaluate local vars. 15 years ago
ILAstOptimizer.cs Simple heuristics to improve gotos related to loops 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