1. 0e2c34f Update aosp/master clang for rebase to r230699. by Stephen Hines · 10 years ago
  2. 176edba Update aosp/master Clang for rebase to r222490. by Stephen Hines · 10 years ago
  3. 6bcf27b Update Clang for 3.5 rebase (r209713). by Stephen Hines · 10 years ago
  4. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  5. c6911a2 SanitizerArgs: add ability to filter/diagnose unsupported sanitizers. by Peter Collingbourne · 11 years ago
  6. a673dbd Use -### instead of -ccc-print-options. by Rafael Espindola · 11 years ago
  7. 1b8f12d Move SanitizerArgs to the clang Driver by Alexey Samsonov · 11 years ago
  8. 9c0ed91 clang-cl: Sink /Fe and /Fo diagnostic code into BuildActions by Hans Wennborg · 11 years ago
  9. 909930f clang-cl: Use .obj as object file extension instead of .o by Hans Wennborg · 11 years ago
  10. 6981330 clang-cl: add support for the /? and /help options by Hans Wennborg · 11 years ago
  11. 7d3240d Remove the -ccc-echo option that is now unused. by Rafael Espindola · 11 years ago
  12. c2f531a Add a cl.exe compatible driver mode by Hans Wennborg · 11 years ago
  13. 76b86c2 Turn Driver::CCCIsCXX and CCCIsCPP into a single Mode enum, by Hans Wennborg · 11 years ago
  14. dd0b3c4 [Driver] Remove the using namespace directives from headers by Reid Kleckner · 11 years ago
  15. b1e25a1 [Driver] Refactor clang driver to use LLVM's Option library by Reid Kleckner · 11 years ago
  16. bdaa134 Driver: implement --dyld-prefix option. by Peter Collingbourne · 11 years ago
  17. 1c18759 [driver] Allow multiple -arch options with -save-temps by adding the arch name by Chad Rosier · 11 years ago
  18. d532018 Remove unused argument. by Rafael Espindola · 12 years ago
  19. a16355c [driver] Refactor the driver so that a failing commands doesn't prevent by Chad Rosier · 12 years ago
  20. cfa88f8 Remove useless 'llvm::' qualifier from names like StringRef and others that are by Dmitri Gribenko · 12 years ago
  21. 30a2e16 Sort #include lines for all files under include/... by Chandler Carruth · 12 years ago
  22. 17c874a Remove some dead code. CLANG_IS_PRODUCTION is now just a build flag and by Rafael Espindola · 12 years ago
  23. 7db16db Typo. by Chad Rosier · 12 years ago
  24. 5bab9ae Revert r167567, restoring the ability of clang to run gcc in cases where it by Nick Lewycky · 12 years ago
  25. 85b7f7d Rip out a bunch of code for invoking gcc from clang. by Bob Wilson · 12 years ago
  26. 64c4f29 Remove code to fall back to llvm-gcc for i386 kexts. by Bob Wilson · 12 years ago
  27. 8c610b0 Remove the -ccc-no-clang option. by Rafael Espindola · 12 years ago
  28. e6c3458 Remove ccc-no-clang-cpp, which is also dead now. by Rafael Espindola · 12 years ago
  29. d2d4d68 In the past "production" clang builds would not be used for c++, and by Rafael Espindola · 12 years ago
  30. 238b6a9 The clang driver has a fairly fancy support for executing gcc instead of by Rafael Espindola · 12 years ago
  31. fc44e88 Remove useless parameter "WantFile" from Driver::GetProgramPath(). by Simon Atanasyan · 12 years ago
  32. 1824d54 Fix Doxygen misuse: refer to parameter names in paragraphs correctly (\arg is by Dmitri Gribenko · 12 years ago
  33. 48d798c Fix typos found by http://github.com/lyda/misspell-check by Benjamin Kramer · 12 years ago
  34. d6277fb [driver] When creating the compiler invocation out of command-line by Argyrios Kyrtzidis · 12 years ago
  35. e5de376 Missing period. by Chad Rosier · 13 years ago
  36. 0671555 Delete still more remnants of the now dead HostInfo. The janitoring will by Chandler Carruth · 13 years ago
  37. 18d7f3a Delete the driver's HostInfo class. This abstraction just never really by Chandler Carruth · 13 years ago
  38. 08386a9 Remove the TargetTriple object that I added to the Driver recently. This by Chandler Carruth · 13 years ago
  39. 91e6076 Hoist the targeted triple object into an actual object in the Driver. by Chandler Carruth · 13 years ago
  40. 9606a57 rename DefaultHostTriple into DefaultTargetTriple by Sebastian Pop · 13 years ago
  41. 10a82cd Rip out flags for controlling C++ "production mode" separately. by Bob Wilson · 13 years ago
  42. d6471f7 Rename Diagnostic to DiagnosticsEngine as per issue 5397 by David Blaikie · 13 years ago
  43. f43b5e8 Cleanup r138662 per Ben and David's suggestions, thanks. by Chad Rosier · 13 years ago
  44. fe87fc7 [driver] When generating temporary files allow a prefix to be added. In many by Chad Rosier · 13 years ago
  45. be69f60 [driver] Refactor a bit to enable a few fixes when generating diagnostics. No functional change intended. by Chad Rosier · 13 years ago
  46. 2b81910 When the compiler crashes, the compiler driver now produces diagnostic by Chad Rosier · 13 years ago
  47. 1fc1de4 The -fapple-kext flag was designed to "do the right thing" for building code for by Chad Rosier · 13 years ago
  48. 2d3ba4f Move ArrayRef to LLVM.h and eliminate now-redundant qualifiers, patch by Jon Mulder! by Chris Lattner · 13 years ago
  49. d7a3ba0 Temporarily revert r135614 while I fix the cmake build. by Chad Rosier · 13 years ago
  50. 2da13b1 When the compiler crashes, the compiler driver now produces diagnostic information by Chad Rosier · 13 years ago
  51. db999aa remove some now-redundant forward declarations. by Chris Lattner · 13 years ago
  52. 8cc488f add raw_ostream and Twine to LLVM.h, eliminating a ton of llvm:: qualifications. by Chris Lattner · 13 years ago
  53. 686775d now that we have a centralized place to do so, add some using declarations for by Chris Lattner · 13 years ago
  54. ed79895 Driver: Factor out IsUsingLTO helper function. by Daniel Dunbar · 13 years ago
  55. b8a3e81 refactor -ccc-gcc-name code by Dylan Noblesmith · 13 years ago
  56. c8a22b0 Driver: Sketch driver support for a CC_LOG_DIAGNOSTICS options, similar to the by Daniel Dunbar · 13 years ago
  57. 4c8acc9 Fix spelling. by Michael J. Spencer · 13 years ago
  58. 832316e Move Driver::createInvocationFromArgs function to Frontend library to avoid dependency cycle by Argyrios Kyrtzidis · 13 years ago
  59. 054e4f5 Introduce Driver::createInvocationFromArgs used to create a CompilerInvocation from command-line args. by Argyrios Kyrtzidis · 13 years ago
  60. 7f9fc3f switch a few Driver APIs to use llvm::ArrayRef, cleaning up code. by Chris Lattner · 14 years ago
  61. 05e5930 Memorize presence/absence of -nostdlib in Driver. by Joerg Sonnenberger · 14 years ago
  62. 8ab2bdc Remember sysroot in Driver. Pass it down to ld for NetBSD, FreeBSD by Joerg Sonnenberger · 14 years ago
  63. 65f7165 Redo part of r127137: by Joerg Sonnenberger · 14 years ago
  64. 9ade4ae If called as *cpp or *cpp-[^-]*, run only the preprocessor. If no by Joerg Sonnenberger · 14 years ago
  65. 09982ce Allow multiple -B prefixes. Patch by Joerg Sonnenberger. by Benjamin Kramer · 14 years ago
  66. 322c29f clang: Add support for a CC_PRINT_HEADERS environment variable, which mirrors by Daniel Dunbar · 14 years ago
  67. 03013fa Merge System into Support. by Michael J. Spencer · 14 years ago
  68. 79e9e9d Make "-ccc-cxx" option work on Linux. Patch by nobled. by Rafael Espindola · 14 years ago
  69. 74edcea Driver: Give Build{Universal,}Actions access to the default host tool chain. I by Daniel Dunbar · 14 years ago
  70. 8c631e3 Driver: Eliminate now unnecessary tool hooks for whether they accept piped input/output. by Daniel Dunbar · 14 years ago
  71. e434125 Driver: Eliminate now unused argument. by Daniel Dunbar · 14 years ago
  72. edf29b0 Driver: Keep track of a separate "install dir", which is the path where clang by Daniel Dunbar · 14 years ago
  73. 0bbad51 Driver: Change the driver to take the path to the main executable, instead of by Daniel Dunbar · 14 years ago
  74. a001c1c Driver: Fix a possible use after free. by Daniel Dunbar · 14 years ago
  75. b9a8226 Driver: When re'execing clang, use path to the main executable instead of by Daniel Dunbar · 14 years ago
  76. 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
  77. 5d93ed3 Driver: Add support for a CLANGXX_IS_PRODUCTION build variable, which enable by Daniel Dunbar · 14 years ago
  78. 48ad609 Add very limited support for GCC's '-B' flag. This allows us to support unusual by Chandler Carruth · 15 years ago
  79. 4c00fcd Driver: Support CC_PRINT_OPTIONS, used for logging the compile commands (in -v style) to a file. by Daniel Dunbar · 15 years ago
  80. 43302d4 Driver: Allow driver title (for --help) to be overridden by clients. by Daniel Dunbar · 15 years ago
  81. 3bd54cc ASTUnit: Don't check that input files exist when parsing ASTs from the command by Daniel Dunbar · 15 years ago
  82. 225c417 Driver: Lift clang resource directory computation to the Driver object. by Daniel Dunbar · 15 years ago
  83. e3fdca2 Remove several .c_str() to be forward-compatible with StringRef. by Jeffrey Yasskin · 15 years ago
  84. 0f9fed7 Add Diagnostic::Report method for reporting diagnostics without a location. by Daniel Dunbar · 15 years ago
  85. f44c585 Push "clang-is-production" logic up to tools/driver, and make it hittable by by Daniel Dunbar · 15 years ago
  86. 5ed34f4 Change Get{File,Program}Path to return an std::string (instead of a sys::Path). by Daniel Dunbar · 15 years ago
  87. 4954018 Push bound architecture name into Compilation::getArgsForToolChain. by Daniel Dunbar · 15 years ago
  88. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  89. a6046be Fix ShouldUseClangCompiler to use llvm::Triple. by Daniel Dunbar · 15 years ago
  90. 7930072 driver: Print --version on stdout, to match gcc. - Patch by Jean-Daniel Dupas by Daniel Dunbar · 15 years ago
  91. c88a88f Driver: Move Compilation::Execute to Driver::ExecuteCompilation. by Daniel Dunbar · 15 years ago
  92. df91ef3 Preliminary PCH support in the driver by Douglas Gregor · 15 years ago
  93. c35d71f Driver: Add --help-hidden by Daniel Dunbar · 15 years ago
  94. 78d8a08 Driver: Allow -ccc-gcc-name to specify the name/path to use when by Daniel Dunbar · 15 years ago
  95. 91e28af Driver: Implement basic --help text. by Daniel Dunbar · 15 years ago
  96. 950bedd Fix searching for gcc, we only want executable files. by Mike Stump · 16 years ago
  97. 70c8db1 Driver: Print the correct target when printing the version. by Daniel Dunbar · 16 years ago
  98. d73fe9b Driver: Move GetReleaseVersion to static Driver::GetReleaseVersion method. by Daniel Dunbar · 16 years ago
  99. f3cad36 Driver: Prep for tool chain specific argument translation. by Daniel Dunbar · 16 years ago
  100. 0f99d2e Driver: Change default use of "clang" compiler. by Daniel Dunbar · 16 years ago