summaryrefslogtreecommitdiff
path: root/tools/llvmc2/Tools.td
Commit message (Expand)AuthorAge
* New tests for the 'case' expression: not_empty, in_language.Mikhail Glushenkov2008-05-30
* -E should print to stdout.Mikhail Glushenkov2008-05-30
* Do not generate empty 'if's for the output_suffix property.Mikhail Glushenkov2008-05-30
* Make it possible to change the output file suffix based on command-line options.Mikhail Glushenkov2008-05-30
* Make it possible to use the generalised 'case' construct in the cmd_line prop...Mikhail Glushenkov2008-05-30
* Filter option names to escape symbols not allowed as C++ identifiers.Mikhail Glushenkov2008-05-12
* Add -E and -S optionsMikhail Glushenkov2008-05-08
* Add a help string for the -c optionMikhail Glushenkov2008-05-06
* Add a --linker command-line option, make all tests pass.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 TopologicalSort method to CompilationGraph.Mikhail 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
* Ongoing work: add an edge typechecker, rudimentary support for edge properties.Mikhail Glushenkov2008-05-06
* Add first proof-of-concept universal compiler driver framework basedAnton Korobeynikov2008-03-23