.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 5150cdce25 Improve handling of short-circuiting operators. 10 years ago
..
ConditionDetection.cs Improve handling of short-circuiting operators. 10 years ago
ControlFlowSimplification.cs Improve switch simplifcation: combine case section with default block where possible 10 years ago
DetectPinnedRegions.cs Merge binary arithmetic instructions into one class. 10 years ago
IntroduceExitPoints.cs Move transforms to transforms namespace 10 years ago
LoopDetection.cs LoopDetection: use post-dominance to find better loop exit points 10 years ago
SwitchAnalysis.cs ConditionDetection: move blocks into switch sections 10 years ago
SwitchDetection.cs Improve switch simplifcation: combine case section with default block where possible 10 years ago