aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvmc2/llvmc.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix the -opt switch and add a test case for it.Mikhail Glushenkov2008-05-301-3/+1
* Fix indentation.Mikhail Glushenkov2008-05-301-1/+1
* Add a --dry-run option to llvmc2. Patch by Holger Schurig.Mikhail Glushenkov2008-05-301-0/+2
* Add a --save-temps option.Mikhail Glushenkov2008-05-301-3/+8
* Add a check for side effect-free options (specified only in the OptionList).Mikhail Glushenkov2008-05-301-0/+3
* Show argv[0] in error messages (like gcc).Mikhail Glushenkov2008-05-301-4/+3
* Fix some headers.Mikhail Glushenkov2008-05-301-1/+1
* Enable the response file ('llvmc @file') support.Mikhail Glushenkov2008-05-301-2/+2
* Fix some error messages; Make LLVMC pass through the exit code of a failed tool.Mikhail Glushenkov2008-05-121-0/+4
* Use Doxygen-style comments.Mikhail Glushenkov2008-05-071-0/+1
* Add -x option (like in gcc).Mikhail Glushenkov2008-05-061-0/+3
* Add output redirection, rename namespace llvmcc to namespace llvmc.Mikhail Glushenkov2008-05-061-2/+2
* Utilize topological sort in CompilationGraph::Build().Mikhail Glushenkov2008-05-061-3/+3
* Add TopologicalSort method to CompilationGraph.Mikhail Glushenkov2008-05-061-2/+3
* Do not require positional arguments when we're only printing out the graph.Mikhail Glushenkov2008-05-061-3/+13
* Make llvmc return 1 when the compilation fails.Mikhail Glushenkov2008-05-061-0/+1
* Convert internal representation to use DAG. This gives us more flexibility an...Mikhail Glushenkov2008-05-061-4/+18
* Code reorgMikhail Glushenkov2008-05-061-0/+72