.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 b55775e2cc Add reaching definitions analysis. 10 years ago
..
CopyPropagation.cs Add class VariableScope. 10 years ago
ExpressionTransforms.cs add transformation of decimal literals and decimal constants 11 years ago
IILTransform.cs Remove the evaluation stack from ILAst; the ILReader now directly introduces stack variables. 11 years ago
ILInlining.cs Add reaching definitions analysis. 10 years ago
InlineCompilerGeneratedVariables.cs Add 'InlineCompilerGeneratedVariables' transform, hopefully this is sufficient to replace the 'variable splitting' in the old decompiler. 11 years ago
SplitVariables.cs Add reaching definitions analysis. 10 years ago
TransformArrayInitializers.cs add TransformValueTypeInitializers to pipeline 11 years ago
TransformingVisitor.cs Add transform "cgt.un(left, ldnull)" => "logic.not(ceq(left, ldnull))" 11 years ago