summaryrefslogtreecommitdiff
path: root/tools/llvmc2
Commit message (Expand)AuthorAge
...
* Naming fix: LLVMCCConfigurationEmitter -> LLVMCConfigurationEmitter.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
* Make AutoGenerated.inc depend also on Tools.td and Common.tdMikhail Glushenkov2008-05-06
* Utilize topological sort in CompilationGraph::Build().Mikhail Glushenkov2008-05-06
* Add TopologicalSort method to CompilationGraph.Mikhail Glushenkov2008-05-06
* Do not require positional arguments when we're only printing out the graph.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
* Enhancements for --view-graphMikhail Glushenkov2008-05-06
* Split the Build function into two parts.Mikhail Glushenkov2008-05-06
* Make llvmc return 1 when the compilation fails.Mikhail Glushenkov2008-05-06
* Return const char* instead of std::string in Tool classesMikhail Glushenkov2008-05-06
* Add an ability to choose between different edges based on edge properties.Mikhail Glushenkov2008-05-06
* Add new edge properties: parameter_equals, element_in_list, and.Mikhail Glushenkov2008-05-06
* Implemented switch_on edge property.Mikhail Glushenkov2008-05-06
* Cosmetic change: if( -> if (Mikhail Glushenkov2008-05-06
* Remove ExampleWithOpt.td: this file was merged with Example.td.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
* Small const-correctness fixMikhail Glushenkov2008-05-06
* Code reorgMikhail Glushenkov2008-05-06
* Another test commit (with git-svn)Mikhail Glushenkov2008-03-26
* Test commitMikhail Glushenkov2008-03-26
* Fix the Cygwin/Mingw-On-Cygwin build. Patch by Alain Frisch!Anton Korobeynikov2008-03-25
* Small format/grammar changes.Bill Wendling2008-03-24
* Grammar Nazi strikes! :-)Bill Wendling2008-03-24
* Add first proof-of-concept universal compiler driver framework basedAnton Korobeynikov2008-03-23