1. 41b5b17 Driver/MC: Add 'clang -cc1as' integrated assembler tool, currently accepts approximately the same interface as 'llvm-mc'. by Daniel Dunbar · 15 years ago
  2. 5d93ed3 Driver: Add support for a CLANGXX_IS_PRODUCTION build variable, which enable by Daniel Dunbar · 15 years ago
  3. 30bc7e8 make -ftime-report work even in -disable-free mode. Woo, finally. by Chris Lattner · 15 years ago
  4. 4c00fcd Driver: Support CC_PRINT_OPTIONS, used for logging the compile commands (in -v style) to a file. by Daniel Dunbar · 15 years ago
  5. 240c734 Mark variable as const by Kovarththanan Rajaratnam · 15 years ago
  6. af20afb Driver: Use TextDiagnosticPrinter instead of a custom one. by Daniel Dunbar · 15 years ago
  7. 0de9a7b clang: Add support for s// edit form of QA_OVERRIDE_GCC3_OPTIONS. by Daniel Dunbar · 15 years ago
  8. 0dea4be Driver: Use "g++" as generic gcc name when running in C++ mode, for platforms by Daniel Dunbar · 15 years ago
  9. e3fdca2 Remove several .c_str() to be forward-compatible with StringRef. by Jeffrey Yasskin · 15 years ago
  10. 0f4c59c Add gcc's -no-canonical-prefixes option to clang. by Rafael Espindola · 15 years ago
  11. c88aa79 Put CompilerInvocation testing code in clang-cc instead of clang for now, I can't bear to link all of clang into 'clang' yet. :) by Daniel Dunbar · 15 years ago
  12. 545c281 Change CompilerInvocation::CreateFromArgs to take Argv0 and the address of main (or something in the main executable) so it can find the builtin compiler files. by Daniel Dunbar · 15 years ago
  13. d5dc9f3 Add a workaround to silence a bogus g++-4.4 -pedantic warning. by Benjamin Kramer · 15 years ago
  14. 217acbf Sketch some 'clang -cc1' support, for testing parts of CompilerInvocation. by Daniel Dunbar · 15 years ago
  15. 265e9ef Driver: ArgList doesn't depend on Options.h anymore. by Daniel Dunbar · 15 years ago
  16. e26bd90 Fix unsafe use of StringRef I introduced. by Daniel Dunbar · 15 years ago
  17. 8fa01c8 Driver: Run 'clang' in C++ mode based on the name it was invoked by. We match by Daniel Dunbar · 15 years ago
  18. f44c585 Push "clang-is-production" logic up to tools/driver, and make it hittable by by Daniel Dunbar · 15 years ago
  19. 237a31b Fix indentation / trailing white space. by Daniel Dunbar · 15 years ago
  20. e3d6023 [llvm up] Add support for '#' component of QA_OVERRIDE_GCC3_OPTIONS. by Daniel Dunbar · 15 years ago
  21. c88a88f Driver: Move Compilation::Execute to Driver::ExecuteCompilation. by Daniel Dunbar · 16 years ago
  22. 0311d47 Revert to using &...[0] for std::vector, apparently .data isn't generally by Daniel Dunbar · 16 years ago
  23. 549adeb Use .data() vs &...[0] by Daniel Dunbar · 16 years ago
  24. 8e6e709 The driver/diagnostic client don't need to be on the heap. by Daniel Dunbar · 16 years ago
  25. ec9587d Support QA_OVERRIDE_GCC3_OPTIONS - Cover your eyes... by Daniel Dunbar · 16 years ago
  26. a1e2fd9 Driver: CCC_ADD_ARGS could end up using dangling pointers. by Daniel Dunbar · 16 years ago
  27. 6b83f66 Allow CCC_ADD_ARGS to add empty arguments by Daniel Dunbar · 16 years ago
  28. e5be6da Support CCC_ADD_ARGS in new driver. by Daniel Dunbar · 16 years ago
  29. af07f93 (LLVM up) Update to use llvm::sys::getHostTriple(). by Daniel Dunbar · 16 years ago
  30. 7ec3daf Rename clang-driver to clang. by Daniel Dunbar · 16 years ago
  31. af96def Driver: Give Compilation::Execute total control over the Driver result by Daniel Dunbar · 16 years ago
  32. 734932c Driver: Get executable path using llvm::sys::Path::GetMainExecutable. by Daniel Dunbar · 16 years ago
  33. 510d732 Driver: Use custom diag printer to drop dependency on libFrontend and libLex. by Daniel Dunbar · 16 years ago
  34. 8f25c79 Driver: Use PrettyStackTrace. by Daniel Dunbar · 16 years ago
  35. f353c8c Driver: Implement majority tool binding logic. by Daniel Dunbar · 16 years ago
  36. ab83543 Driver: Return 0 from BuildCompilation on -ccc-print-phases, -ccc-print-options. by Daniel Dunbar · 16 years ago
  37. 4ad4b3e Driver: Use standard Diagnostic interface for diagnostics. by Daniel Dunbar · 16 years ago
  38. dd98e2c Driver: Add host info. by Daniel Dunbar · 16 years ago
  39. 365c02f Driver: Handle magic -ccc- options. by Daniel Dunbar · 16 years ago
  40. 1b3bb6e Driver: Sink Driver/Compilation into clang::driver namespace. by Daniel Dunbar · 16 years ago
  41. 2c6f6f3 Driver: More Option implementation. by Daniel Dunbar · 16 years ago
  42. 1eb4e64 Sketch Driver Option classes. by Daniel Dunbar · 16 years ago
  43. 3ede8d0 Stub out some structure for C++ driver. by Daniel Dunbar · 16 years ago