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