.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 dd485b971d Eliminate goto in conditional return in try block. 9 years ago
..
ConditionDetection.cs Eliminate goto in conditional return in try block. 9 years ago
ControlFlowSimplification.cs Eliminate goto in conditional return in try block. 9 years ago
DetectPinnedRegions.cs Merge binary arithmetic instructions into one class. 9 years ago
IntroduceExitPoints.cs Move transforms to transforms namespace 9 years ago
LoopDetection.cs LoopDetection: use post-dominance to find better loop exit points 9 years ago
SwitchAnalysis.cs ConditionDetection: move blocks into switch sections 9 years ago
SwitchDetection.cs Improve switch simplifcation: combine case section with default block where possible 9 years ago