1. 7d3240d Remove the -ccc-echo option that is now unused. by Rafael Espindola · 11 years ago
  2. c2f531a Add a cl.exe compatible driver mode by Hans Wennborg · 11 years ago
  3. 33530b8 Address -Wreorder warning in Driver.cpp by Hans Wennborg · 11 years ago
  4. 76b86c2 Turn Driver::CCCIsCXX and CCCIsCPP into a single Mode enum, by Hans Wennborg · 11 years ago
  5. b470d1a Use the simpler is_directory. by Rafael Espindola · 11 years ago
  6. d965f95 Update for llvm API change. by Rafael Espindola · 11 years ago
  7. 1ec4a86 Use llvm::sys::fs::createTemporaryFile. by Rafael Espindola · 11 years ago
  8. 09d19ef Use SmallVectorImpl instead of SmallVector for iterators and references to avoid specifying the vector size unnecessarily. by Craig Topper · 11 years ago
  9. 4ea53ae Add r184803 back now that the bug in unique_file has been fixed. by Rafael Espindola · 11 years ago
  10. 510312a Revert "Use the new PathV2 instead of implementing the logic in clang." by Rafael Espindola · 11 years ago
  11. fa09383 Remove PathV1.h from Driver.cpp. by Rafael Espindola · 11 years ago
  12. 4a67613 Use the new PathV2 instead of implementing the logic in clang. by Rafael Espindola · 11 years ago
  13. e848630 Convert some uses of llvm::sys::Path. by Rafael Espindola · 11 years ago
  14. 005835d Use the simpler version of llvm::sys::fs::exists. by Rafael Espindola · 11 years ago
  15. 9ff463e Use llvm::sys::fs::can_execute. by Rafael Espindola · 11 years ago
  16. a372f40 Include PathV1.h only where it is used. by Rafael Espindola · 11 years ago
  17. b1e25a1 [Driver] Refactor clang driver to use LLVM's Option library by Reid Kleckner · 11 years ago
  18. a603569 Use the global functions instead of the Program methods. by Rafael Espindola · 11 years ago
  19. bdaa134 Driver: implement --dyld-prefix option. by Peter Collingbourne · 11 years ago
  20. 1c18759 [driver] Allow multiple -arch options with -save-temps by adding the arch name by Chad Rosier · 11 years ago
  21. 073f5e8 Hexagon: Set Hexagon tool-chain when configured as OSless target. by Jyotsna Verma · 11 years ago
  22. 286f3e6 [Mips] Handle pseudo-target flags '-EL' and '-EB' and properly adjust by Simon Atanasyan · 11 years ago
  23. c544ba0 <rdar://problem/13509689> Introduce -module-file-info option that provides information about a particular module file. by Douglas Gregor · 11 years ago
  24. 2951187 Reject -no-integrated-as on windows. by Rafael Espindola · 11 years ago
  25. 4a79296 Revert svn r176894 and r177658. by Bob Wilson · 11 years ago
  26. 76e6e13 If a .syms file is available alongside a sanitizer runtime, pass it to the by Richard Smith · 11 years ago
  27. 26adbe4 Remove unused argument. by Rafael Espindola · 11 years ago
  28. af370e6 Pass an ArgList to every toolchain constructor. Remove the useIntegratedAs by Rafael Espindola · 11 years ago
  29. 5470cd2 Refactor a bit of duplicated code to useIntegratedAs. by Rafael Espindola · 11 years ago
  30. e5dce30 Remove unused argument. by Rafael Espindola · 11 years ago
  31. d532018 Remove unused argument. by Rafael Espindola · 11 years ago
  32. 61d16c1 Driver: -ccc-install-dir should affect cc1 -resource-dir by Jim Grosbach · 11 years ago
  33. b9aa673 Minor refactor of how we get compilation phases. by Matthew Curtis · 11 years ago
  34. bcf73c2 No need to initialize these variables. by Chad Rosier · 11 years ago
  35. 59320e7 Remove the SplitDebug action and replace with a set of commands by Eric Christopher · 11 years ago
  36. f110a9c Fix up grammar a bit. by Eric Christopher · 12 years ago
  37. 0798b69 Unify some code. No functional change. by Eric Christopher · 12 years ago
  38. c706c8e Driver and option support for -gsplit-dwarf. This is a part of by Eric Christopher · 12 years ago
  39. 75dbc71 [driver] Don't try to generate diagnostic information for dsymutil crashes. by Chad Rosier · 12 years ago
  40. 8425a54 [driver] Clear the FailureResultFiles when initializing clang diagnostics. Also, by Chad Rosier · 12 years ago
  41. a16355c [driver] Refactor the driver so that a failing commands doesn't prevent by Chad Rosier · 12 years ago
  42. a522987 Fix comment. by Eric Christopher · 12 years ago
  43. 9d71863 [driver] Associate a JobAction with each result file. This enables the driver by Chad Rosier · 12 years ago
  44. 5b9268f Fix code that attempted to produce a diagnostic with one DiagnosticEngine, then by Richard Smith · 12 years ago
  45. 04ee66e clang/lib/Driver/Driver.cpp: Split COMPILER_PATH according to llvm::sys::PathSeparator, that is ';' in Win32 hosts. by NAKAMURA Takumi · 12 years ago
  46. b3489a0 Hexagon TC: Update toolchain to add appropriate include paths by Matthew Curtis · 12 years ago
  47. 88a8fa3 Driver.cpp: Restore clang/Config/config.h to be included at last not to prevent llvm-config.h. by NAKAMURA Takumi · 12 years ago
  48. 55fc873 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 12 years ago
  49. 17c874a Remove some dead code. CLANG_IS_PRODUCTION is now just a build flag and by Rafael Espindola · 12 years ago
  50. 5bab9ae Revert r167567, restoring the ability of clang to run gcc in cases where it by Nick Lewycky · 12 years ago
  51. f1eaab1 PR14303: Add a NoDriverOption flag to those options which are not accepted by by Richard Smith · 12 years ago
  52. d2a527e Driver/Darwin: The -arch argument values aren't exactly the arch names from a by Daniel Dunbar · 12 years ago
  53. 85b7f7d Rip out a bunch of code for invoking gcc from clang. by Bob Wilson · 12 years ago
  54. 64c4f29 Remove code to fall back to llvm-gcc for i386 kexts. by Bob Wilson · 12 years ago
  55. da05df7 [Driver] Fix -Wp,-MMD pr13959 by Michael J. Spencer · 12 years ago
  56. 1d489cf Remove first argument from Arg::getValue; it's been unused since r105760. by Richard Smith · 12 years ago
  57. cfed828 getArchTypeForDarwinArchName is only used in the clang driver, copy it there. by Rafael Espindola · 12 years ago
  58. c91b41a [driver] Completely rework how superfluous options are stripped out of the crash by Chad Rosier · 12 years ago
  59. bfd452e Fix if-else braces layout accordingly to the style guide. by Simon Atanasyan · 12 years ago
  60. e015754 Extend -Bprefix functionality and make it closer to gcc. If the "prefix" by Simon Atanasyan · 12 years ago
  61. 8c610b0 Remove the -ccc-no-clang option. by Rafael Espindola · 12 years ago
  62. e6c3458 Remove ccc-no-clang-cpp, which is also dead now. by Rafael Espindola · 12 years ago
  63. d2d4d68 In the past "production" clang builds would not be used for c++, and by Rafael Espindola · 12 years ago
  64. 2902829 Remove a bit of dead code. by Rafael Espindola · 12 years ago
  65. ccb428b [driver] Before applying the working directory check if the input path by Argyrios Kyrtzidis · 12 years ago
  66. c635710 [Options] Add prefixes to options. by Michael J. Spencer · 12 years ago
  67. 91e06da [Options] Make Option non clang specific. by Michael J. Spencer · 12 years ago
  68. f385233 Revert r166223 and the subsequent commits that depend on it, r166230 & r166235. by Argyrios Kyrtzidis · 12 years ago
  69. d2deb91 [Options] Make Option non clang specific. by Michael J. Spencer · 12 years ago
  70. 238b6a9 The clang driver has a fairly fancy support for executing gcc instead of by Rafael Espindola · 12 years ago
  71. 429fce9 Fix typo in comments. by Logan Chien · 12 years ago
  72. fc44e88 Remove useless parameter "WantFile" from Driver::GetProgramPath(). by Simon Atanasyan · 12 years ago
  73. bd59a01 Fix typo in comments. by Logan Chien · 12 years ago
  74. a5ee089 Modern objcective-C translator. When doing rewriting, Do not by Fariborz Jahanian · 12 years ago
  75. 6f85b1e Improve the driver title as shown in the --help message. <rdar://12297538> by Bob Wilson · 12 years ago
  76. 4327557 Make Option non virtual. by Michael J. Spencer · 12 years ago
  77. 42f74f2 clang support for Bitrig (an OpenBSD fork); patch by David Hill. by Eli Friedman · 12 years ago
  78. b019489 Handle null suffixes in GetTemporaryPath (PCH files don't have suffixes). by Ted Kremenek · 12 years ago
  79. 04c3a25 PR13529: Don't crash if the driver sees an unused input file when running as by Richard Smith · 12 years ago
  80. 761322b No longer emitting a PCH file when using -fsyntax-only on a header file. Fixes PR13343. by Aaron Ballman · 12 years ago
  81. 699c6cd [driver crash diagnostics] Strip -internal-isystem and -internal-externc-isystem. by Chad Rosier · 12 years ago
  82. a4ba28f [driver crash diagnostics] Strip -idirafter, -iprefix, -iwithprefix, by Chad Rosier · 12 years ago
  83. 37302ea [driver crash diagnostics] A few enhancements: by Chad Rosier · 12 years ago
  84. df9b933 [Win32] Rework crash-report since r145389. by NAKAMURA Takumi · 12 years ago
  85. 6467c9b 80-column and whitespace. by Chad Rosier · 12 years ago
  86. ec956d8 Include -D files in crash report repro scripts. (PR13255) by David Blaikie · 12 years ago
  87. e75d9cf Use -frewrite-includes for crash reports. by David Blaikie · 12 years ago
  88. 1322307 [driver] Per Bob's suggestion, emphasize the file dumps. rdar://11684107 by Chad Rosier · 12 years ago
  89. 4f6a4b4 [driver] Print the compiler version before the diagnostic messages. by Chad Rosier · 12 years ago
  90. 235a663 [driver] Make the crash diagnostic message more visable. Bug reports are being by Chad Rosier · 12 years ago
  91. f0fab76 [driver] Have the crash diagnostics print the clang version information. by Chad Rosier · 12 years ago
  92. d6277fb [driver] When creating the compiler invocation out of command-line by Argyrios Kyrtzidis · 12 years ago
  93. 832a2aa Pulls diagnostics for temp file handling into the common diagnostic kinds. by Manuel Klimek · 12 years ago
  94. 8775485 StringRefize code because we're good even when we crash. Patch by Jordy Rose. by Chad Rosier · 12 years ago
  95. 4472762 [driver - crash diagnostics] Convert the flags back to an array of strings and use by Chad Rosier · 12 years ago
  96. 53d2409 [driver - crash diagnostics] Only write the failing command in the script. by Chad Rosier · 12 years ago
  97. d83217c [driver crash diagnostics] Remove more flags that reference absolute paths that by Chad Rosier · 12 years ago
  98. bfd7a52 Unify Options.td and CC1Options.td, in a first step towards unifying the serialization logic in Frontend and Driver. by James Molloy · 12 years ago
  99. 8202fb8 [driver] Don't try to set the deployment target when there is no bound by Chad Rosier · 12 years ago
  100. 4e47dee Fix logic such that we only call getToolChain once. No functional change by Chad Rosier · 12 years ago