summaryrefslogtreecommitdiff
path: root/src/graph.ml
AgeCommit message (Expand)Author
2020-02-21Move topological sorting code to graph.mlThomas Bauereiss
2019-05-20Speed up graph construction by always keeping graph in normalized formBrian Campbell
2019-03-13C: Improve Jib IR, add SSA representationAlasdair Armstrong
2019-03-06Add option to slice out printing and tracing functions when generating CAlasdair Armstrong
2019-03-01WIP: Start working on being able to slice single instructions out of specsAlasdair Armstrong
2018-08-16Use Set rather than Hashtbl in graph.mlAlasdair Armstrong
2018-08-13Add graph library graph.ml, and use to correctly sort type definitionsAlasdair