.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 979f7d018a Traverse the dominator tree in depth-first order when finding conditions. This reduces the number of gotos produced for complex control flow. 13 years ago
..
ControlFlowEdge.cs Change namespace to ICSharpCode.Decompiler. 14 years ago
ControlFlowGraph.cs Fixed a bug in the graph dominance calculation 14 years ago
ControlFlowGraphBuilder.cs Use a simpler loop detection for the disassembler. 15 years ago
ControlFlowNode.cs Traverse the dominator tree in depth-first order when finding conditions. This reduces the number of gotos produced for complex control flow. 13 years ago
ControlStructureDetector.cs ControlFlowGraphBuilder bugfix: "try { try {} finally {} } catch {}" 15 years ago
OpCodeInfo.cs Use a simpler loop detection for the disassembler. 15 years ago
SimplifyByRefCalls.cs A bit more documentation for my FlowAnalysis code. 15 years ago
SsaBlock.cs A bit more documentation for my FlowAnalysis code. 15 years ago
SsaForm.cs Remove GraphViz from ICSharpCode.Decompiler. 14 years ago
SsaFormBuilder.cs Return instruction pops zero or one item instead of all. 14 years ago
SsaInstruction.cs Remove unused imports 15 years ago
SsaOptimization.cs A bit more documentation for my FlowAnalysis code. 15 years ago
SsaVariable.cs A bit more documentation for my FlowAnalysis code. 15 years ago
TransformToSsa.cs Show loop head in disassembly view. 15 years ago