1. 74a0c28 Fix the -opt switch and add a test case for it. by Mikhail Glushenkov · 17 years ago
  2. 18aac1c Fix indentation. by Mikhail Glushenkov · 17 years ago
  3. 7ef3606 Add a --dry-run option to llvmc2. Patch by Holger Schurig. by Mikhail Glushenkov · 17 years ago
  4. 7329610 Add a --save-temps option. by Mikhail Glushenkov · 17 years ago
  5. a7d0ae3 Add a check for side effect-free options (specified only in the OptionList). by Mikhail Glushenkov · 17 years ago
  6. ed3ba40 Show argv[0] in error messages (like gcc). by Mikhail Glushenkov · 17 years ago
  7. fb37f39 Fix some headers. by Mikhail Glushenkov · 17 years ago
  8. 4eaa389 Enable the response file ('llvmc @file') support. by Mikhail Glushenkov · 17 years ago
  9. a673037 Fix some error messages; Make LLVMC pass through the exit code of a failed tool. by Mikhail Glushenkov · 17 years ago
  10. 4561ab5 Use Doxygen-style comments. by Mikhail Glushenkov · 17 years ago
  11. 87416b4 Add -x option (like in gcc). by Mikhail Glushenkov · 17 years ago
  12. be9d9a1 Add output redirection, rename namespace llvmcc to namespace llvmc. by Mikhail Glushenkov · 17 years ago
  13. 3d68822 Utilize topological sort in CompilationGraph::Build(). by Mikhail Glushenkov · 17 years ago
  14. 0260658 Add TopologicalSort method to CompilationGraph. by Mikhail Glushenkov · 17 years ago
  15. d7bb87a Do not require positional arguments when we're only printing out the graph. by Mikhail Glushenkov · 17 years ago
  16. d818878 Make llvmc return 1 when the compilation fails. by Mikhail Glushenkov · 17 years ago
  17. 0d08db0 Convert internal representation to use DAG. This gives us more flexibility and enables future improvements. by Mikhail Glushenkov · 17 years ago
  18. b90cd83 Code reorg by Mikhail Glushenkov · 17 years ago[Renamed (91%) from tools/llvmc2/llvmcc.cpp]
  19. ac67b7e Add first proof-of-concept universal compiler driver framework based by Anton Korobeynikov · 17 years ago