summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvmc2/CompilationGraph.h
Commit message (Expand)AuthorAgeFilesLines
* Move llvmc2 header files under include/llvm/CompilerDriverMikhail Glushenkov2008-09-221-302/+0
* Plugin support for llvmc2 (a-la opt).Mikhail Glushenkov2008-09-221-1/+1
* Get rid of GlobalLanguageMap. Global state is evil.Mikhail Glushenkov2008-09-221-5/+16
* Add a --save-temps option.Mikhail Glushenkov2008-05-301-2/+0
* New tests for the 'case' expression: not_empty, in_language.Mikhail Glushenkov2008-05-301-8/+1
* Update the code to the fact that StringSet now lives in llvm/ADT.Mikhail Glushenkov2008-05-301-2/+2
* Make it possible to use the generalised 'case' construct in the cmd_line prop...Mikhail Glushenkov2008-05-301-15/+1
* For PR1338: rename include/llvm/ADT/ilist and friends to end with ".h"Anton Korobeynikov2008-05-291-1/+1
* Use Doxygen-style comments.Mikhail Glushenkov2008-05-071-43/+49
* Change from llvm::SmallSet<std::string> to llvm::StringMap<char>.Mikhail Glushenkov2008-05-061-2/+16
* Refactoring: split the function CompilationGraph::Build() into two parts.Mikhail Glushenkov2008-05-061-4/+7
* Use edge weights to choose the right linker based on input language names.Mikhail Glushenkov2008-05-061-3/+9
* Add weights to graph edges. Choose between edges based on their weight.Mikhail Glushenkov2008-05-061-4/+2
* Add -x option (like in gcc).Mikhail Glushenkov2008-05-061-1/+2
* Take object file as input and handle files with the same name correctly.Mikhail Glushenkov2008-05-061-14/+15
* Add output redirection, rename namespace llvmcc to namespace llvmc.Mikhail Glushenkov2008-05-061-6/+6
* Add TopologicalSort method to CompilationGraph.Mikhail Glushenkov2008-05-061-3/+16
* Make ChooseEdge more generic and use it to choose between different toolchains.Mikhail Glushenkov2008-05-061-5/+7
* Remove unnecessary argument from PassThroughGraphMikhail Glushenkov2008-05-061-1/+1
* Add inward edge counters to Nodes; Associate JoinLists with JoinTools.Mikhail Glushenkov2008-05-061-9/+18
* Split the Build function into two parts.Mikhail Glushenkov2008-05-061-0/+6
* Add an ability to choose between different edges based on edge properties.Mikhail Glushenkov2008-05-061-1/+5
* More work on edge properties. Use Edge classes instead of strings in Compilat...Mikhail Glushenkov2008-05-061-11/+14
* Ongoing work: add an edge typechecker, rudimentary support for edge properties.Mikhail Glushenkov2008-05-061-65/+101
* Convert internal representation to use DAG. This gives us more flexibility an...Mikhail Glushenkov2008-05-061-4/+180
* Code reorgMikhail Glushenkov2008-05-061-0/+36
OpenPOWER on IntegriCloud