aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvmc2/Tool.h
Commit message (Expand)AuthorAgeFilesLines
* A small optimization: use static char* array instead of StrVector.Mikhail Glushenkov2008-05-301-4/+4
* Fix some headers.Mikhail Glushenkov2008-05-301-1/+1
* Make it possible to have multiple input languages for a single tool.Mikhail Glushenkov2008-05-301-1/+1
* Update the code to the fact that StringSet now lives in llvm/ADT.Mikhail Glushenkov2008-05-301-4/+5
* Make it possible to use the generalised 'case' construct in the cmd_line prop...Mikhail Glushenkov2008-05-301-4/+9
* Use Doxygen-style comments.Mikhail Glushenkov2008-05-071-1/+2
* Remove the UnpackValues() function.Mikhail Glushenkov2008-05-061-6/+0
* Add output redirection, rename namespace llvmcc to namespace llvmc.Mikhail Glushenkov2008-05-061-1/+1
* Utilize topological sort in CompilationGraph::Build().Mikhail Glushenkov2008-05-061-5/+6
* Add inward edge counters to Nodes; Associate JoinLists with JoinTools.Mikhail Glushenkov2008-05-061-6/+21
* Return const char* instead of std::string in Tool classesMikhail Glushenkov2008-05-061-4/+4
* Code reorgMikhail Glushenkov2008-05-061-0/+57