summaryrefslogtreecommitdiff
path: root/tools/llvmc2/CompilationGraph.h
Commit message (Expand)AuthorAge
* Use Doxygen-style comments.Mikhail Glushenkov2008-05-07
* Change from llvm::SmallSet<std::string> to llvm::StringMap<char>.Mikhail Glushenkov2008-05-06
* Refactoring: split the function CompilationGraph::Build() into two parts.Mikhail Glushenkov2008-05-06
* Use edge weights to choose the right linker based on input language names.Mikhail Glushenkov2008-05-06
* Add weights to graph edges. Choose between edges based on their weight.Mikhail Glushenkov2008-05-06
* 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
* 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
* 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
* 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