summaryrefslogtreecommitdiff
path: root/tools/llvmc2/llvmc.cpp
Commit message (Expand)AuthorAge
* Fix build breakage (again) when srcdir != objdir, other small fixes.Mikhail Glushenkov2008-10-03
* Convert llvmc2 plugins to use llvm/Support/Registry.h machinery.Mikhail Glushenkov2008-09-22
* Move llvmc2 header files under include/llvm/CompilerDriverMikhail Glushenkov2008-09-22
* Plugin support for llvmc2 (a-la opt).Mikhail Glushenkov2008-09-22
* Get rid of GlobalLanguageMap. Global state is evil.Mikhail Glushenkov2008-09-22
* Fix the -opt switch and add a test case for it.Mikhail Glushenkov2008-05-30
* Fix indentation.Mikhail Glushenkov2008-05-30
* Add a --dry-run option to llvmc2. Patch by Holger Schurig.Mikhail Glushenkov2008-05-30
* Add a --save-temps option.Mikhail Glushenkov2008-05-30
* Add a check for side effect-free options (specified only in the OptionList).Mikhail Glushenkov2008-05-30
* Show argv[0] in error messages (like gcc).Mikhail Glushenkov2008-05-30
* Fix some headers.Mikhail Glushenkov2008-05-30
* Enable the response file ('llvmc @file') support.Mikhail Glushenkov2008-05-30
* Fix some error messages; Make LLVMC pass through the exit code of a failed tool.Mikhail Glushenkov2008-05-12
* Use Doxygen-style comments.Mikhail Glushenkov2008-05-07
* Add -x option (like in gcc).Mikhail Glushenkov2008-05-06
* Add output redirection, rename namespace llvmcc to namespace llvmc.Mikhail Glushenkov2008-05-06
* Utilize topological sort in CompilationGraph::Build().Mikhail Glushenkov2008-05-06
* Add TopologicalSort method to CompilationGraph.Mikhail Glushenkov2008-05-06
* Do not require positional arguments when we're only printing out the graph.Mikhail Glushenkov2008-05-06
* Make llvmc return 1 when the compilation fails.Mikhail Glushenkov2008-05-06
* Convert internal representation to use DAG. This gives us more flexibility an...Mikhail Glushenkov2008-05-06
* Code reorgMikhail Glushenkov2008-05-06