Show argv[0] in error messages (like gcc).
[oota-llvm.git] / tools / llvmc2 / llvmc.cpp
2008-05-30 Mikhail GlushenkovShow argv[0] in error messages (like gcc).
2008-05-30 Mikhail GlushenkovFix some headers.
2008-05-30 Mikhail GlushenkovEnable the response file ('llvmc @file') support.
2008-05-12 Mikhail GlushenkovFix some error messages; Make LLVMC pass through the...
2008-05-07 Mikhail GlushenkovUse Doxygen-style comments.
2008-05-06 Mikhail GlushenkovAdd -x option (like in gcc).
2008-05-06 Mikhail GlushenkovAdd output redirection, rename namespace llvmcc to...
2008-05-06 Mikhail GlushenkovUtilize topological sort in CompilationGraph::Build().
2008-05-06 Mikhail GlushenkovAdd TopologicalSort method to CompilationGraph.
2008-05-06 Mikhail GlushenkovDo not require positional arguments when we're only...
2008-05-06 Mikhail GlushenkovMake llvmc return 1 when the compilation fails.
2008-05-06 Mikhail GlushenkovConvert internal representation to use DAG. This gives...
2008-05-06 Mikhail GlushenkovCode reorg