summaryrefslogtreecommitdiff
path: root/vaporize/library/ControlFlowGraph.java
AgeCommit message (Expand)Author
2024-04-20Fix many more issues with goto/branch found with GraphVizbd-912
2024-04-20CFG fix create edges only if nodes != (found by graphviz)bd-912
2024-04-20Fun with GraphVizbd-912
2024-04-19CFG captures both VBranch pathsbd-912
2024-04-19Vaporize.CFG Add incomplete edge creationbd-912
2024-04-17Rename Node->NodeCFG to avoid namespace collisionbd-912
2024-04-17CFG Skeleton Filesbd-912
2024-04-16Make symt a class variable in BoilSimpbd-912
2024-04-15Add skeleton of CFG visitorbd-912