summaryrefslogtreecommitdiff
path: root/tools/llvmc2/CompilationGraph.cpp
Commit message (Expand)AuthorAge
* Add -x option (like in gcc).Mikhail Glushenkov2008-05-06
* Take object file as input and handle files with the same name correctly.Mikhail Glushenkov2008-05-06
* Add output redirection, rename namespace llvmcc to namespace llvmc.Mikhail Glushenkov2008-05-06
* Utilize topological sort in CompilationGraph::Build().Mikhail Glushenkov2008-05-06
* Add TopologicalSort method to CompilationGraph.Mikhail Glushenkov2008-05-06
* Make ChooseEdge more generic and use it to choose between different toolchains.Mikhail Glushenkov2008-05-06
* Remove unnecessary argument from PassThroughGraphMikhail Glushenkov2008-05-06
* Add inward edge counters to Nodes; Associate JoinLists with JoinTools.Mikhail Glushenkov2008-05-06
* Enhancements for --view-graphMikhail Glushenkov2008-05-06
* Split the Build function into two parts.Mikhail Glushenkov2008-05-06
* Add an ability to choose between different edges based on edge properties.Mikhail Glushenkov2008-05-06
* Cosmetic change: if( -> if (Mikhail Glushenkov2008-05-06
* More work on edge properties. Use Edge classes instead of strings in Compilat...Mikhail Glushenkov2008-05-06
* Ongoing work: add an edge typechecker, rudimentary support for edge properties.Mikhail Glushenkov2008-05-06
* Convert internal representation to use DAG. This gives us more flexibility an...Mikhail Glushenkov2008-05-06
* Code reorgMikhail Glushenkov2008-05-06