summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvmc2/Tool.h
Commit message (Collapse)AuthorAgeFilesLines
* Move llvmc2 header files under include/llvm/CompilerDriverMikhail Glushenkov2008-09-221-78/+0
| | | | llvm-svn: 56466
* Plugin support for llvmc2 (a-la opt).Mikhail Glushenkov2008-09-221-0/+1
| | | | llvm-svn: 56465
* Get rid of GlobalLanguageMap. Global state is evil.Mikhail Glushenkov2008-09-221-4/+7
| | | | llvm-svn: 56462
* A small optimization: use static char* array instead of StrVector.Mikhail Glushenkov2008-05-301-4/+4
| | | | llvm-svn: 51752
* Fix some headers.Mikhail Glushenkov2008-05-301-1/+1
| | | | llvm-svn: 51745
* Make it possible to have multiple input languages for a single tool.Mikhail Glushenkov2008-05-301-1/+1
| | | | llvm-svn: 51742
* Update the code to the fact that StringSet now lives in llvm/ADT.Mikhail Glushenkov2008-05-301-4/+5
| | | | llvm-svn: 51730
* Make it possible to use the generalised 'case' construct in the cmd_line ↵Mikhail Glushenkov2008-05-301-4/+9
| | | | | | property. llvm-svn: 51728
* Use Doxygen-style comments.Mikhail Glushenkov2008-05-071-1/+2
| | | | llvm-svn: 50833
* Remove the UnpackValues() function.Mikhail Glushenkov2008-05-061-6/+0
| | | | llvm-svn: 50756
* Add output redirection, rename namespace llvmcc to namespace llvmc.Mikhail Glushenkov2008-05-061-1/+1
| | | | llvm-svn: 50746
* Utilize topological sort in CompilationGraph::Build().Mikhail Glushenkov2008-05-061-5/+6
| | | | | | | This makes more interesting graph topologies possible. Currently all tests pass, but more testing is needed. llvm-svn: 50744
* Add inward edge counters to Nodes; Associate JoinLists with JoinTools.Mikhail Glushenkov2008-05-061-6/+21
| | | | llvm-svn: 50738
* Return const char* instead of std::string in Tool classesMikhail Glushenkov2008-05-061-4/+4
| | | | llvm-svn: 50733
* Code reorgMikhail Glushenkov2008-05-061-0/+57
llvm-svn: 50722
OpenPOWER on IntegriCloud