| Commit message (Expand) | Author | Age | Files | Lines |
* | Make all help strings start in upper case. | Mikhail Glushenkov | 2008-05-30 | 1 | -4/+4 |
* | Fix the -opt switch and add a test case for it. | Mikhail Glushenkov | 2008-05-30 | 3 | -8/+15 |
* | Fix indentation. | Mikhail Glushenkov | 2008-05-30 | 1 | -1/+1 |
* | Add a --dry-run option to llvmc2. Patch by Holger Schurig. | Mikhail Glushenkov | 2008-05-30 | 2 | -2/+8 |
* | Add a --save-temps option. | Mikhail Glushenkov | 2008-05-30 | 4 | -7/+25 |
* | Add a check for side effect-free options (specified only in the OptionList). | Mikhail Glushenkov | 2008-05-30 | 1 | -0/+3 |
* | Documentation update. | Mikhail Glushenkov | 2008-05-30 | 1 | -0/+27 |
* | Show argv[0] in error messages (like gcc). | Mikhail Glushenkov | 2008-05-30 | 1 | -4/+3 |
* | New feature: OptionList. | Mikhail Glushenkov | 2008-05-30 | 2 | -13/+55 |
* | Documentation update. | Mikhail Glushenkov | 2008-05-30 | 2 | -66/+120 |
* | A small optimization: use static char* array instead of StrVector. | Mikhail Glushenkov | 2008-05-30 | 2 | -15/+16 |
* | Make it possible to test if the '-o' option is provided. | Mikhail Glushenkov | 2008-05-30 | 1 | -0/+2 |
* | Add support for option aliases. | Mikhail Glushenkov | 2008-05-30 | 1 | -1/+2 |
* | Fix some headers. | Mikhail Glushenkov | 2008-05-30 | 6 | -6/+6 |
* | New tests for the 'case' expression: not_empty, in_language. | Mikhail Glushenkov | 2008-05-30 | 7 | -20/+30 |
* | -E should print to stdout. | Mikhail Glushenkov | 2008-05-30 | 2 | -5/+6 |
* | Make it possible to have multiple input languages for a single tool. | Mikhail Glushenkov | 2008-05-30 | 3 | -15/+26 |
* | Rename StringVector to StrVector (to be consistent with LLVMCConfigurationEmi... | Mikhail Glushenkov | 2008-05-30 | 2 | -7/+6 |
* | Minor error message fixes. | Mikhail Glushenkov | 2008-05-30 | 1 | -3/+4 |
* | Documentation and examples improvements | Mikhail Glushenkov | 2008-05-30 | 5 | -9/+89 |
* | Do not generate empty 'if's for the output_suffix property. | Mikhail Glushenkov | 2008-05-30 | 1 | -2/+2 |
* | Update documentation, add examples. | Mikhail Glushenkov | 2008-05-30 | 5 | -77/+241 |
* | Rename LLVMC-Tutorial.rst to LLVMC-Reference.rst | Mikhail Glushenkov | 2008-05-30 | 1 | -0/+0 |
* | Make it possible to change the output file suffix based on command-line options. | Mikhail Glushenkov | 2008-05-30 | 1 | -5/+2 |
* | Add support for user-provided hooks and environment variable reads to the cmd... | Mikhail Glushenkov | 2008-05-30 | 1 | -0/+1 |
* | Enable the response file ('llvmc @file') support. | Mikhail Glushenkov | 2008-05-30 | 1 | -2/+2 |
* | Update the code to the fact that StringSet now lives in llvm/ADT. | Mikhail Glushenkov | 2008-05-30 | 3 | -46/+7 |
* | Make it possible to use the generalised 'case' construct in the cmd_line prop... | Mikhail Glushenkov | 2008-05-30 | 7 | -24/+68 |
* | Add a generalised 'case' construct. | Mikhail Glushenkov | 2008-05-30 | 3 | -24/+33 |
* | For PR1338: rename include/llvm/ADT/ilist and friends to end with ".h" | Anton Korobeynikov | 2008-05-29 | 1 | -1/+1 |
* | Filter option names to escape symbols not allowed as C++ identifiers. | Mikhail Glushenkov | 2008-05-12 | 1 | -3/+3 |
* | Make it possible to choose between different compilation graph definitions at... | Mikhail Glushenkov | 2008-05-12 | 1 | -1/+2 |
* | Fix some error messages; Make LLVMC pass through the exit code of a failed tool. | Mikhail Glushenkov | 2008-05-12 | 3 | -9/+47 |
* | Rename Example.td to Graph.td. | Mikhail Glushenkov | 2008-05-09 | 2 | -1/+1 |
* | Reapply 50867: A small refactoring (extract method) + some comment fixes. | Mikhail Glushenkov | 2008-05-09 | 1 | -1/+2 |
* | Revertin 50867 since it was breaking the build. | Tanya Lattner | 2008-05-08 | 1 | -2/+1 |
* | Add -E and -S options | Mikhail Glushenkov | 2008-05-08 | 1 | -0/+5 |
* | A small refactoring (extract method) + some comment fixes. | Mikhail Glushenkov | 2008-05-08 | 1 | -1/+2 |
* | Use Doxygen-style comments. | Mikhail Glushenkov | 2008-05-07 | 6 | -47/+61 |
* | Change from llvm::SmallSet<std::string> to llvm::StringMap<char>. | Mikhail Glushenkov | 2008-05-06 | 2 | -4/+17 |
* | Add new edge property combinator: weight. | Mikhail Glushenkov | 2008-05-06 | 2 | -5/+15 |
* | Add a help string for the -c option | Mikhail Glushenkov | 2008-05-06 | 1 | -1/+2 |
* | Update documentation to reflect the current state of affairs. | Mikhail Glushenkov | 2008-05-06 | 1 | -61/+157 |
* | Some cosmetic changes (change some comments, move code around a bit). | Mikhail Glushenkov | 2008-05-06 | 2 | -43/+44 |
* | Refactoring: split the function CompilationGraph::Build() into two parts. | Mikhail Glushenkov | 2008-05-06 | 2 | -10/+22 |
* | Use edge weights to choose the right linker based on input language names. | Mikhail Glushenkov | 2008-05-06 | 4 | -15/+43 |
* | Add weights to graph edges. Choose between edges based on their weight. | Mikhail Glushenkov | 2008-05-06 | 2 | -23/+23 |
* | Remove the UnpackValues() function. | Mikhail Glushenkov | 2008-05-06 | 3 | -27/+1 |
* | Add a --linker command-line option, make all tests pass. | Mikhail Glushenkov | 2008-05-06 | 2 | -14/+20 |
* | Naming fix: LLVMCCConfigurationEmitter -> LLVMCConfigurationEmitter. | Mikhail Glushenkov | 2008-05-06 | 1 | -1/+1 |