1. 5b9268f Fix code that attempted to produce a diagnostic with one DiagnosticEngine, then by Richard Smith · 12 years ago
  2. 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
  3. b3489a0 Hexagon TC: Update toolchain to add appropriate include paths by Matthew Curtis · 12 years ago
  4. 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
  5. 55fc873 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 12 years ago
  6. 17c874a Remove some dead code. CLANG_IS_PRODUCTION is now just a build flag and by Rafael Espindola · 12 years ago
  7. 5bab9ae Revert r167567, restoring the ability of clang to run gcc in cases where it by Nick Lewycky · 12 years ago
  8. f1eaab1 PR14303: Add a NoDriverOption flag to those options which are not accepted by by Richard Smith · 12 years ago
  9. d2a527e Driver/Darwin: The -arch argument values aren't exactly the arch names from a by Daniel Dunbar · 12 years ago
  10. 85b7f7d Rip out a bunch of code for invoking gcc from clang. by Bob Wilson · 12 years ago
  11. 64c4f29 Remove code to fall back to llvm-gcc for i386 kexts. by Bob Wilson · 12 years ago
  12. da05df7 [Driver] Fix -Wp,-MMD pr13959 by Michael J. Spencer · 12 years ago
  13. 1d489cf Remove first argument from Arg::getValue; it's been unused since r105760. by Richard Smith · 12 years ago
  14. cfed828 getArchTypeForDarwinArchName is only used in the clang driver, copy it there. by Rafael Espindola · 12 years ago
  15. c91b41a [driver] Completely rework how superfluous options are stripped out of the crash by Chad Rosier · 12 years ago
  16. bfd452e Fix if-else braces layout accordingly to the style guide. by Simon Atanasyan · 12 years ago
  17. e015754 Extend -Bprefix functionality and make it closer to gcc. If the "prefix" by Simon Atanasyan · 12 years ago
  18. 8c610b0 Remove the -ccc-no-clang option. by Rafael Espindola · 12 years ago
  19. e6c3458 Remove ccc-no-clang-cpp, which is also dead now. by Rafael Espindola · 12 years ago
  20. d2d4d68 In the past "production" clang builds would not be used for c++, and by Rafael Espindola · 12 years ago
  21. 2902829 Remove a bit of dead code. by Rafael Espindola · 12 years ago
  22. ccb428b [driver] Before applying the working directory check if the input path by Argyrios Kyrtzidis · 12 years ago
  23. c635710 [Options] Add prefixes to options. by Michael J. Spencer · 12 years ago
  24. 91e06da [Options] Make Option non clang specific. by Michael J. Spencer · 12 years ago
  25. f385233 Revert r166223 and the subsequent commits that depend on it, r166230 & r166235. by Argyrios Kyrtzidis · 12 years ago
  26. d2deb91 [Options] Make Option non clang specific. by Michael J. Spencer · 12 years ago
  27. 238b6a9 The clang driver has a fairly fancy support for executing gcc instead of by Rafael Espindola · 12 years ago
  28. 429fce9 Fix typo in comments. by Logan Chien · 12 years ago
  29. fc44e88 Remove useless parameter "WantFile" from Driver::GetProgramPath(). by Simon Atanasyan · 12 years ago
  30. bd59a01 Fix typo in comments. by Logan Chien · 12 years ago
  31. a5ee089 Modern objcective-C translator. When doing rewriting, Do not by Fariborz Jahanian · 12 years ago
  32. 6f85b1e Improve the driver title as shown in the --help message. <rdar://12297538> by Bob Wilson · 12 years ago
  33. 4327557 Make Option non virtual. by Michael J. Spencer · 12 years ago
  34. 42f74f2 clang support for Bitrig (an OpenBSD fork); patch by David Hill. by Eli Friedman · 12 years ago
  35. b019489 Handle null suffixes in GetTemporaryPath (PCH files don't have suffixes). by Ted Kremenek · 12 years ago
  36. 04c3a25 PR13529: Don't crash if the driver sees an unused input file when running as by Richard Smith · 12 years ago
  37. 761322b No longer emitting a PCH file when using -fsyntax-only on a header file. Fixes PR13343. by Aaron Ballman · 12 years ago
  38. 699c6cd [driver crash diagnostics] Strip -internal-isystem and -internal-externc-isystem. by Chad Rosier · 12 years ago
  39. a4ba28f [driver crash diagnostics] Strip -idirafter, -iprefix, -iwithprefix, by Chad Rosier · 12 years ago
  40. 37302ea [driver crash diagnostics] A few enhancements: by Chad Rosier · 12 years ago
  41. df9b933 [Win32] Rework crash-report since r145389. by NAKAMURA Takumi · 12 years ago
  42. 6467c9b 80-column and whitespace. by Chad Rosier · 12 years ago
  43. ec956d8 Include -D files in crash report repro scripts. (PR13255) by David Blaikie · 12 years ago
  44. e75d9cf Use -frewrite-includes for crash reports. by David Blaikie · 12 years ago
  45. 1322307 [driver] Per Bob's suggestion, emphasize the file dumps. rdar://11684107 by Chad Rosier · 12 years ago
  46. 4f6a4b4 [driver] Print the compiler version before the diagnostic messages. by Chad Rosier · 12 years ago
  47. 235a663 [driver] Make the crash diagnostic message more visable. Bug reports are being by Chad Rosier · 12 years ago
  48. f0fab76 [driver] Have the crash diagnostics print the clang version information. by Chad Rosier · 12 years ago
  49. d6277fb [driver] When creating the compiler invocation out of command-line by Argyrios Kyrtzidis · 12 years ago
  50. 832a2aa Pulls diagnostics for temp file handling into the common diagnostic kinds. by Manuel Klimek · 12 years ago
  51. 8775485 StringRefize code because we're good even when we crash. Patch by Jordy Rose. by Chad Rosier · 12 years ago
  52. 4472762 [driver - crash diagnostics] Convert the flags back to an array of strings and use by Chad Rosier · 12 years ago
  53. 53d2409 [driver - crash diagnostics] Only write the failing command in the script. by Chad Rosier · 12 years ago
  54. d83217c [driver crash diagnostics] Remove more flags that reference absolute paths that by Chad Rosier · 12 years ago
  55. 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
  56. 8202fb8 [driver] Don't try to set the deployment target when there is no bound by Chad Rosier · 12 years ago
  57. 4e47dee Fix logic such that we only call getToolChain once. No functional change by Chad Rosier · 12 years ago
  58. 1dcfe34 Remove redundant calls to BAA->getArchName(). No functional change intended. by Chad Rosier · 12 years ago
  59. 61ada0a In r135308, -save-temps was modified to prevent a temporary file from by Chad Rosier · 12 years ago
  60. d2fb883 When generating the clang crash diagnostic script, strip out the -o flag. by Chad Rosier · 12 years ago
  61. 80ec127 Add a little hack to emulate a clang crash, so the diagnostics generator can be by Chad Rosier · 12 years ago
  62. cc66b08 When generating the clang crash diagnostic script, strip out the -D, -F, and -I by Chad Rosier · 12 years ago
  63. 4762a2d use DEFAULT_SYSROOT by Sebastian Pop · 12 years ago
  64. 6c22939 Correct indentation by David Blaikie · 12 years ago
  65. a53ab5c [driver] In general, the driver claims redundant args and uses the last arg. by Chad Rosier · 12 years ago
  66. 582b395 Use -rewrite-legacy-objc as clang argument for translating by Fariborz Jahanian · 12 years ago
  67. e8cb554 Update FIXME. by Bill Wendling · 12 years ago
  68. 8ba9a62 [driver] Don't try to generate diagnostic information for linker crashes. by Chad Rosier · 12 years ago
  69. 53cb2b4 Whitespace. by Chad Rosier · 12 years ago
  70. 30660a8 Add new code migrator support for migrating existing Objective-C code to use by Ted Kremenek · 12 years ago
  71. 8a988c3 Revert part of r148839 and keep DefaultTargetTriple in the form adjusted by Joerg Sonnenberger · 12 years ago
  72. 2dd17a1 [driver] Add a warning for when -mcpu= is specified without an argument. There by Chad Rosier · 12 years ago
  73. 2639ac6 Provide a way to disable auto-generation of preprocessed files during clang by Chad Rosier · 12 years ago
  74. 1367c9b Fixing the working-directory option so that it stores the proper directory. by Aaron Ballman · 12 years ago
  75. 0e65959 Implement a -gcc-toolchain command line option that does the same as by Rafael Espindola · 12 years ago
  76. 31c4690 First pass at Solaris toolchain support. This version compiles and links hello by David Chisnall · 12 years ago
  77. cc8a945 include clang's config.h unconditionally (v2) by Dylan Noblesmith · 12 years ago
  78. c563891 When generating diagnostic information due to a clang failure, allow multiple by Chad Rosier · 12 years ago
  79. b9da557 Correct comment Clang C++ use in production. by David Blaikie · 12 years ago
  80. b822f72 Rewrite the debug action handling to take -verify into account. by Eric Christopher · 12 years ago
  81. 1c79dc4 Update the command line here and update the comment, we're just going by Eric Christopher · 12 years ago
  82. f7ccbad Basic: import SmallString<> into clang namespace by Dylan Noblesmith · 12 years ago
  83. 6f42b62 Basic: import OwningPtr<> into clang namespace by Dylan Noblesmith · 12 years ago
  84. f2462be back out r149504 by Dylan Noblesmith · 13 years ago
  85. 69d3b4f include clang's config.h unconditionally by Dylan Noblesmith · 13 years ago
  86. 1d16f0f Revert r149083 which is not the direction we're going in the Clang by Chandler Carruth · 13 years ago
  87. 34144f6 Keep track of the original target the user specified before by Joerg Sonnenberger · 13 years ago
  88. 1621e75 Restore a tiny bit of functionality that I completely overlooked in the by Chandler Carruth · 13 years ago
  89. 32f88be Remove the 'ToolTriple' concept from the NetBSD toolchain along with my by Chandler Carruth · 13 years ago
  90. 0671555 Delete still more remnants of the now dead HostInfo. The janitoring will by Chandler Carruth · 13 years ago
  91. 18d7f3a Delete the driver's HostInfo class. This abstraction just never really by Chandler Carruth · 13 years ago
  92. 08386a9 Remove the TargetTriple object that I added to the Driver recently. This by Chandler Carruth · 13 years ago
  93. 58f2b29 Start hoisting the logic for computing the target triple into its own by Chandler Carruth · 13 years ago
  94. 4a04d0b Remove HostInfo::useDriverDriver(). This was only used in two places by Chandler Carruth · 13 years ago
  95. 91e6076 Hoist the targeted triple object into an actual object in the Driver. by Chandler Carruth · 13 years ago
  96. 9ec60df rename -ccc-host-triple into -target by Sebastian Pop · 13 years ago
  97. abac441 Fix 80-column violation. by Chad Rosier · 13 years ago
  98. 31cbe68 Revert r148138; it's causing test failures. by Eli Friedman · 13 years ago
  99. edd4f3c rename -ccc-host-triple into -target by Sebastian Pop · 13 years ago
  100. 9606a57 rename DefaultHostTriple into DefaultTargetTriple by Sebastian Pop · 13 years ago