.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.
 
 
 
 
David Srbecký cce7300d66 Removed the declarative pattern matching algorithm from ILAst 14 years ago
..
DefaultDictionary.cs Started analysis of yield return statements. 14 years ago
GotoRemoval.cs GetSelfAndChildrenRecursive can be predicated 14 years ago
ILAstBuilder.cs Generate only one variable for 'dup' if possible 14 years ago
ILAstOptimizer.cs Removed the declarative pattern matching algorithm from ILAst 14 years ago
ILAstTypes.cs Removed the declarative pattern matching algorithm from ILAst 14 years ago
ILCodes.cs Support for the null coalescing operator 14 years ago
ILInlining.cs Amend of last commit - remove stloc only if the inner expression is valid expression statement and the variable is generated 14 years ago
InitializerPeepholeTransforms.cs Use the simple pattern matching for array initializers 14 years ago
LoopsAndConditions.cs Moved loops and condition optimizations to its own file 14 years ago
PatternMatching.cs Removed the declarative pattern matching algorithm from ILAst 14 years ago
PeepholeTransform.cs Fix lambda expressions that are used within conditions. 14 years ago
TypeAnalysis.cs GetSelfAndChildrenRecursive can be predicated 14 years ago
YieldReturnDecompiler.cs Use the simple pattern matching in yield return 14 years ago