aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvmc2
Commit message (Expand)AuthorAgeFilesLines
* Make AutoGenerated.inc depend also on Tools.td and Common.tdMikhail Glushenkov2008-05-061-2/+2
* Utilize topological sort in CompilationGraph::Build().Mikhail Glushenkov2008-05-063-9/+44
* Add TopologicalSort method to CompilationGraph.Mikhail Glushenkov2008-05-064-38/+78
* Do not require positional arguments when we're only printing out the graph.Mikhail Glushenkov2008-05-061-3/+13
* Make ChooseEdge more generic and use it to choose between different toolchains.Mikhail Glushenkov2008-05-062-38/+56
* Remove unnecessary argument from PassThroughGraphMikhail Glushenkov2008-05-062-5/+8
* Add inward edge counters to Nodes; Associate JoinLists with JoinTools.Mikhail Glushenkov2008-05-063-38/+58
* Enhancements for --view-graphMikhail Glushenkov2008-05-061-7/+21
* Split the Build function into two parts.Mikhail Glushenkov2008-05-062-43/+65
* Make llvmc return 1 when the compilation fails.Mikhail Glushenkov2008-05-061-0/+1
* Return const char* instead of std::string in Tool classesMikhail Glushenkov2008-05-061-4/+4
* Add an ability to choose between different edges based on edge properties.Mikhail Glushenkov2008-05-064-14/+42
* Add new edge properties: parameter_equals, element_in_list, and.Mikhail Glushenkov2008-05-063-6/+9
* Implemented switch_on edge property.Mikhail Glushenkov2008-05-061-0/+1
* Cosmetic change: if( -> if (Mikhail Glushenkov2008-05-061-5/+5
* Remove ExampleWithOpt.td: this file was merged with Example.td.Mikhail Glushenkov2008-05-061-30/+0
* More work on edge properties. Use Edge classes instead of strings in Compilat...Mikhail Glushenkov2008-05-065-40/+37
* Ongoing work: add an edge typechecker, rudimentary support for edge properties.Mikhail Glushenkov2008-05-064-77/+133
* Convert internal representation to use DAG. This gives us more flexibility an...Mikhail Glushenkov2008-05-066-53/+366
* Small const-correctness fixMikhail Glushenkov2008-05-062-2/+2
* Code reorgMikhail Glushenkov2008-05-0612-155/+188
* Another test commit (with git-svn)Mikhail Glushenkov2008-03-262-0/+4
* Test commitMikhail Glushenkov2008-03-261-9/+0
* Fix the Cygwin/Mingw-On-Cygwin build. Patch by Alain Frisch!Anton Korobeynikov2008-03-251-1/+1
* Small format/grammar changes.Bill Wendling2008-03-241-2/+2
* Grammar Nazi strikes! :-)Bill Wendling2008-03-241-35/+34
* Add first proof-of-concept universal compiler driver framework basedAnton Korobeynikov2008-03-2314-0/+1044