aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvmc2/CompilationGraph.cpp
Commit message (Expand)AuthorAgeFilesLines
* Minor error message fixes.Mikhail Glushenkov2008-05-301-3/+4
* Make it possible to use the generalised 'case' construct in the cmd_line prop...Mikhail Glushenkov2008-05-301-2/+2
* Fix some error messages; Make LLVMC pass through the exit code of a failed tool.Mikhail Glushenkov2008-05-121-9/+10
* Use Doxygen-style comments.Mikhail Glushenkov2008-05-071-3/+1
* Change from llvm::SmallSet<std::string> to llvm::StringMap<char>.Mikhail Glushenkov2008-05-061-2/+1
* Some cosmetic changes (change some comments, move code around a bit).Mikhail Glushenkov2008-05-061-42/+43
* Refactoring: split the function CompilationGraph::Build() into two parts.Mikhail Glushenkov2008-05-061-6/+15
* Use edge weights to choose the right linker based on input language names.Mikhail Glushenkov2008-05-061-8/+24
* Add weights to graph edges. Choose between edges based on their weight.Mikhail Glushenkov2008-05-061-19/+21
* Add -x option (like in gcc).Mikhail Glushenkov2008-05-061-19/+70
* Take object file as input and handle files with the same name correctly.Mikhail Glushenkov2008-05-061-27/+30
* Add output redirection, rename namespace llvmcc to namespace llvmc.Mikhail Glushenkov2008-05-061-3/+7
* Utilize topological sort in CompilationGraph::Build().Mikhail Glushenkov2008-05-061-1/+35
* Add TopologicalSort method to CompilationGraph.Mikhail Glushenkov2008-05-061-31/+59
* Make ChooseEdge more generic and use it to choose between different toolchains.Mikhail Glushenkov2008-05-061-33/+49
* Remove unnecessary argument from PassThroughGraphMikhail Glushenkov2008-05-061-4/+7
* Add inward edge counters to Nodes; Associate JoinLists with JoinTools.Mikhail Glushenkov2008-05-061-23/+19
* Enhancements for --view-graphMikhail Glushenkov2008-05-061-7/+21
* Split the Build function into two parts.Mikhail Glushenkov2008-05-061-43/+59
* Add an ability to choose between different edges based on edge properties.Mikhail Glushenkov2008-05-061-5/+30
* Cosmetic change: if( -> if (Mikhail Glushenkov2008-05-061-5/+5
* More work on edge properties. Use Edge classes instead of strings in Compilat...Mikhail Glushenkov2008-05-061-19/+15
* Ongoing work: add an edge typechecker, rudimentary support for edge properties.Mikhail Glushenkov2008-05-061-6/+6
* Convert internal representation to use DAG. This gives us more flexibility an...Mikhail Glushenkov2008-05-061-28/+135
* Code reorgMikhail Glushenkov2008-05-061-0/+88