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