.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.
 
 
 
 
Siegfried Pammer 62fe21fb9f add transformation of decimal literals and decimal constants 10 years ago
..
ControlFlowSimplification.cs IntroduceExitPoints 10 years ago
ExpressionTransforms.cs add transformation of decimal literals and decimal constants 10 years ago
IILTransform.cs Remove the evaluation stack from ILAst; the ILReader now directly introduces stack variables. 10 years ago
ILInlining.cs Allow inlining of compiler-generated temporaries for conditional branches. 10 years ago
IntroduceExitPoints.cs IntroduceExitPoints 10 years ago
LoopDetection.cs IntroduceExitPoints 10 years ago
OptimizingTransform.cs First version of variable inlining. 10 years ago
TransformArrayInitializers.cs add TransformValueTypeInitializers to pipeline 10 years ago
TransformingVisitor.cs Add transform "cgt.un(left, ldnull)" => "logic.not(ceq(left, ldnull))" 10 years ago