.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 b16ca10128 Merge branch 'WithNUnit' of git://github.com/arturek/ILSpy 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 Fix for handler blocks ending at method body end 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 Merge branch 'WithNUnit' of git://github.com/arturek/ILSpy 15 years ago