Add methods to StringMap to erase entries by key.
[oota-llvm.git] / tools / llvmc2 / Tools.td
2008-05-30 Mikhail GlushenkovMake all help strings start in upper case.
2008-05-30 Mikhail GlushenkovFix the -opt switch and add a test case for it.
2008-05-30 Mikhail GlushenkovNew tests for the 'case' expression: not_empty, in_lang...
2008-05-30 Mikhail Glushenkov-E should print to stdout.
2008-05-30 Mikhail GlushenkovDo not generate empty 'if's for the output_suffix property.
2008-05-30 Mikhail GlushenkovMake it possible to change the output file suffix based...
2008-05-30 Mikhail GlushenkovMake it possible to use the generalised 'case' construc...
2008-05-12 Mikhail GlushenkovFilter option names to escape symbols not allowed as...
2008-05-08 Mikhail GlushenkovAdd -E and -S options
2008-05-06 Mikhail GlushenkovAdd a help string for the -c option
2008-05-06 Mikhail GlushenkovAdd a --linker command-line option, make all tests...
2008-05-06 Mikhail GlushenkovAdd -x option (like in gcc).
2008-05-06 Mikhail GlushenkovTake object file as input and handle files with the...
2008-05-06 Mikhail GlushenkovAdd TopologicalSort method to CompilationGraph.
2008-05-06 Mikhail GlushenkovAdd an ability to choose between different edges based...
2008-05-06 Mikhail GlushenkovAdd new edge properties: parameter_equals, element_in_l...
2008-05-06 Mikhail GlushenkovImplemented switch_on edge property.
2008-05-06 Mikhail GlushenkovOngoing work: add an edge typechecker, rudimentary...
2008-03-23 Anton KorobeynikovAdd first proof-of-concept universal compiler driver...