1. 176edba Update aosp/master Clang for rebase to r222490. by Stephen Hines · 10 years ago
  2. c568f1e Update Clang for rebase to r212749. by Stephen Hines · 10 years ago
  3. fc33897 Move Compilation::PrintJob and PrintDiagnosticJob into Job::Print. by Hans Wennborg · 11 years ago
  4. a372f40 Include PathV1.h only where it is used. by Rafael Espindola · 11 years ago
  5. dd0b3c4 [Driver] Remove the using namespace directives from headers by Reid Kleckner · 11 years ago
  6. b1e25a1 [Driver] Refactor clang driver to use LLVM's Option library by Reid Kleckner · 11 years ago
  7. 57a3bbf Use the sys::ExecuteAndWait that takes StringRefs. by Rafael Espindola · 11 years ago
  8. 3439237 Include PathV1.h in files that use it. by Rafael Espindola · 11 years ago
  9. a16355c [driver] Refactor the driver so that a failing commands doesn't prevent by Chad Rosier · 12 years ago
  10. 9d71863 [driver] Associate a JobAction with each result file. This enables the driver by Chad Rosier · 12 years ago
  11. c91b41a [driver] Completely rework how superfluous options are stripped out of the crash by Chad Rosier · 12 years ago
  12. 1824d54 Fix Doxygen misuse: refer to parameter names in paragraphs correctly (\arg is by Dmitri Gribenko · 12 years ago
  13. e75d9cf Use -frewrite-includes for crash reports. by David Blaikie · 12 years ago
  14. 4762a2d use DEFAULT_SYSROOT by Sebastian Pop · 12 years ago
  15. 5d4d980 Teach the driver about failure result files, which are compilation by Peter Collingbourne · 13 years ago
  16. 2b81910 When the compiler crashes, the compiler driver now produces diagnostic by Chad Rosier · 13 years ago
  17. d7a3ba0 Temporarily revert r135614 while I fix the cmake build. by Chad Rosier · 13 years ago
  18. 2da13b1 When the compiler crashes, the compiler driver now produces diagnostic information by Chad Rosier · 13 years ago
  19. db999aa remove some now-redundant forward declarations. by Chris Lattner · 13 years ago
  20. 8cc488f add raw_ostream and Twine to LLVM.h, eliminating a ton of llvm:: qualifications. by Chris Lattner · 13 years ago
  21. 6af9662 Remove more unnecessary #include <llvm/ADT/SmallVector.h> by Francois Pichet · 13 years ago
  22. 2fe238e Driver: Add Compilation::addCommand and switch tools to using it, now that we by Daniel Dunbar · 14 years ago
  23. be21cd0 Driver: Switch Compilation to return the translated arguments by default. by Daniel Dunbar · 14 years ago
  24. 279c1db Driver: Add an explicit argument translation phase to the driver itself. We are going to need this to handle things like -Xassembler, -Xpreprocessor, and -Xlinker which we might have to introspect. by Daniel Dunbar · 14 years ago
  25. 4954018 Push bound architecture name into Compilation::getArgsForToolChain. by Daniel Dunbar · 15 years ago
  26. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  27. df35d7f Driver: Mark some Compilation members const. by Daniel Dunbar · 15 years ago
  28. c88a88f Driver: Move Compilation::Execute to Driver::ExecuteCompilation. by Daniel Dunbar · 15 years ago
  29. 31c11eb Driver: Improve diagnostics for failed commands. by Daniel Dunbar · 15 years ago
  30. f3cad36 Driver: Prep for tool chain specific argument translation. by Daniel Dunbar · 16 years ago
  31. ceafbc8 Driver: Executing piped jobs with a single command is easy. by Daniel Dunbar · 16 years ago
  32. 49b98e7 Driver: Execute jobs; no pipe support yet. by Daniel Dunbar · 16 years ago
  33. e530ad4 Driver: Cleanup temporary/result files. by Daniel Dunbar · 16 years ago
  34. 24b5560 Driver: Implement -### (hard to tell, since we don't actually by Daniel Dunbar · 16 years ago
  35. 2154923 Driver: Move actions into Compilation, and construct the compilation earlier. by Daniel Dunbar · 16 years ago
  36. df78a95 Driver: Add list of temporary and result files to Compilation. by Daniel Dunbar · 16 years ago
  37. 586dc23 Driver: Migrate some data into the Compilation; after pipelining by Daniel Dunbar · 16 years ago
  38. 1b3bb6e Driver: Sink Driver/Compilation into clang::driver namespace. by Daniel Dunbar · 16 years ago
  39. 3ede8d0 Stub out some structure for C++ driver. by Daniel Dunbar · 16 years ago