1. 1172751 Have 'clang --analyze' run syntactic static analysis security checks. by Ted Kremenek · 15 years ago
  2. dfaf4b3 Switch the driver back to always using clang-cc by default (for C++, and by Daniel Dunbar · 15 years ago
  3. 7930072 driver: Print --version on stdout, to match gcc. - Patch by Jean-Daniel Dupas by Daniel Dunbar · 15 years ago
  4. ceb5c5b Remove -ftraditional option, which gcc doesn't actually support. Make by Eli Friedman · 15 years ago
  5. 47393ba Explicitly initialize the options array, MinGW's gcc 4.3.5 appears to have a bug by Daniel Dunbar · 15 years ago
  6. e650c8c Introduce the notion of "Relocatable" precompiled headers, which are built by Douglas Gregor · 15 years ago
  7. df35d7f Driver: Mark some Compilation members const. by Daniel Dunbar · 15 years ago
  8. c88a88f Driver: Move Compilation::Execute to Driver::ExecuteCompilation. by Daniel Dunbar · 15 years ago
  9. 31c11eb Driver: Improve diagnostics for failed commands. by Daniel Dunbar · 15 years ago
  10. cae087e Driver: Add Source argument for Commands to hold the Action which caused a by Daniel Dunbar · 15 years ago
  11. f7b8eec OpenBSD support. - Patch by Jonathan Gray! by Daniel Dunbar · 15 years ago
  12. 45483f7 Add stack protector support to clang. This generates the 'ssp' and 'sspreq' by Bill Wendling · 15 years ago
  13. 3c092bc Fix some TableGen-related dependencies for the Clang CMake build by Douglas Gregor · 15 years ago
  14. 0adea82 Add some missing CMake dependencies by Douglas Gregor · 15 years ago
  15. 3ee96ba Stub out printing of the thread model with -v. by Daniel Dunbar · 15 years ago
  16. 12cfe03 Fake support for -print-multi-* by Daniel Dunbar · 15 years ago
  17. 407899b Fix typo in prev commit. by Daniel Dunbar · 15 years ago
  18. f2edbf3 Darwin/Driver: Also look at -arch command line options when finding the default by Daniel Dunbar · 15 years ago
  19. 3a183d3 Forward -C and -CC to clang. by Daniel Dunbar · 15 years ago
  20. 75eb1d6 PR4016: Forward -fno-show-source-location to clang. by Daniel Dunbar · 15 years ago
  21. acebb39 Set function Attribute::NoImplicitFloat appropriately. by Devang Patel · 15 years ago
  22. 5a77973 Add driver support for -fsigned-char/-funsigned-char. by Eli Friedman · 15 years ago
  23. a46c71a forward -fno-color-diagnostics to clang-cc. by Torok Edwin · 15 years ago
  24. 4e2567d PR4308: Fix support for -m32/-m64 on Linux. by Eli Friedman · 15 years ago
  25. e528028 Driver: Support -mllvm; this just forwards options to clang-cc. by Daniel Dunbar · 15 years ago
  26. af97937 Fix rare failure of .ver-svn creation, it has a dependency that the output by Daniel Dunbar · 15 years ago
  27. 8ea9754 ARM is a legitimate Darwin architecture; don't assert. by Eli Friedman · 15 years ago
  28. 6b3454a Fix for PR4140: Add the start of a Linux toolchain (basically, just by Eli Friedman · 15 years ago
  29. 10708c4 Fix use after free, found by Benjamin Kramer. by Daniel Dunbar · 15 years ago
  30. 34e6577 This patch adds support for sender-aware dispatch in Objective-C for the GNU runtime, when by Fariborz Jahanian · 15 years ago
  31. e027a4b Don't warn about -funit-at-a-time, and reject -fno-unit-at-a-time. by Daniel Dunbar · 15 years ago
  32. cb8ab23 (llvm up) Use llvm::Triple for storing target triples. by Daniel Dunbar · 15 years ago
  33. 7cfe31a Don't rely on getArchName() to return a constant string reference. by Daniel Dunbar · 15 years ago
  34. d8fc0f2 Add --analyzer-no-default-checks and --analyzer-output options. by Daniel Dunbar · 15 years ago
  35. f4e2486 Remove -fprintf-source-range-info from the Driver (this was renamed) by Daniel Dunbar · 15 years ago
  36. 683ca38 Reformat a comment by Daniel Dunbar · 15 years ago
  37. 95a0da7 Driver: Emit an unsupported error on -iframework. by Daniel Dunbar · 15 years ago
  38. 500aec4 Tweak x86 -mcpu defaults. - Default to yonah on Darwin (to get SSE3). by Daniel Dunbar · 16 years ago
  39. 868bd0a Improve handling of (X86) target features. - This is a WIP... by Daniel Dunbar · 16 years ago
  40. 63be57a Add --analyze-auto. by Daniel Dunbar · 16 years ago
  41. d6884a0 Add -fobjc-tight-layout. by Daniel Dunbar · 16 years ago
  42. 6ecc7a9 Driver: When using the generic gcc tool, pass -m32 or -m64 if we by Daniel Dunbar · 16 years ago
  43. a8304f6 Driver: Generate an error when trying to pass an LLVM bc input to a by Daniel Dunbar · 16 years ago
  44. 11e1b40 DragonFly ToolChain definition for driver. - Patch by Alex Hornung! by Daniel Dunbar · 16 years ago
  45. fffd93f Implement -fmessage-length=N, which word-wraps diagnostics to N columns. by Douglas Gregor · 16 years ago
  46. 866cdc3 Revert r70424. We don't need it by Douglas Gregor · 16 years ago
  47. ee24266 Add PCH version to the -v output by Douglas Gregor · 16 years ago
  48. bc85be8 Make sure to pass the same options to the static analyzer as the by Daniel Dunbar · 16 years ago
  49. 214e872 Enable PCH by default by Douglas Gregor · 16 years ago
  50. ea71a5b With -ccc-pch-is-pch, always treat precompiled inputs as PCH, by Daniel Dunbar · 16 years ago
  51. ab41e63 Add a header containing the Clang version; make the driver use this by Douglas Gregor · 16 years ago
  52. fc68bca Turn PCH off by default, yet again. I'm happier about it this time, though by Douglas Gregor · 16 years ago
  53. f527ce4 Trying turning on PCH by default yet again. We might actually a chance at success now by Douglas Gregor · 16 years ago
  54. e60ee1d Turn off PCH by default, again by Douglas Gregor · 16 years ago
  55. 48cac20 One more crazy try with PCH-by-default by Douglas Gregor · 16 years ago
  56. 79db6a2 Turn of PCH by default. I got the info I was looking for by Douglas Gregor · 16 years ago
  57. a3ff202 Driver: Add -std-default= option. by Daniel Dunbar · 16 years ago
  58. 4df9a66 Add option for AddAllArgsTranslated to control whether output argument by Daniel Dunbar · 16 years ago
  59. cf11b52 Another shot at switching PCH on by default, now that we've cleaned up some bugs and improved performance. Will be reverted after Mr. Speedy gets done with it by Douglas Gregor · 16 years ago
  60. 7b3b24e Revert my PCH change. I'm happy now by Douglas Gregor · 16 years ago
  61. c58fe35 Temporarily try to build with PCH by default. Revert this change once by Douglas Gregor · 16 years ago
  62. 9c7db4a Driver: -mkernel disables default use of unwind tables (although I by Daniel Dunbar · 16 years ago
  63. 8abf881 Driver: -mkernel and -fapple-kext imply -mno-red-zone. by Daniel Dunbar · 16 years ago
  64. 3ed2945 Don't run dsymutil when making a fat executable direct source. by Daniel Dunbar · 16 years ago
  65. 9961293 Call ld, not collect2. - <rdar://problem/6517382> [driver] call ld directly by Daniel Dunbar · 16 years ago
  66. 182e092 rename -fprint-source-range-info -> -fdiagnostics-print-source-range-info. by Chris Lattner · 16 years ago
  67. 3ca7ee9 Look at the TMP environment variable as well. by Daniel Dunbar · 16 years ago
  68. b03417f Also look at the TEMP environment variable as a place to put temporary files. by Daniel Dunbar · 16 years ago
  69. f60c63a If defined, use TMPDIR environment variable as location for temporary files. by Daniel Dunbar · 16 years ago
  70. 7695fba Forward f[no-]dollars-in-identifiers to clang, when specified. by Daniel Dunbar · 16 years ago
  71. 49138fc Forward -fno-diagnostics-fixit-info to clang-cc. by Daniel Dunbar · 16 years ago
  72. df91ef3 Preliminary PCH support in the driver by Douglas Gregor · 16 years ago
  73. 448f5e6 Added -print-ivar-layout option. No change in functionality yet. by Fariborz Jahanian · 16 years ago
  74. fec26bd Driver: Allow using clang as a precompiler, even if it is an unsupported arch. by Daniel Dunbar · 16 years ago
  75. 9e820ee Pass -fdiagnostics-show-option to clang-cc by default. by Daniel Dunbar · 16 years ago
  76. 06ef3c3 Driver: Forward -W* to clang, it can handle all these itself now. by Daniel Dunbar · 16 years ago
  77. c35d71f Driver: Add --help-hidden by Daniel Dunbar · 16 years ago
  78. 70d3c92 Driver: For clang, accept -fsigned-bitfields and reject by Daniel Dunbar · 16 years ago
  79. d82df3a Implement support for GCC's -dD mode, which dumps -E output *and* by Chris Lattner · 16 years ago
  80. f36a06a Honor MACOSX_DEPLOYMENT_TARGET environment variable. by Daniel Dunbar · 16 years ago
  81. ff8857a Driver: Forward -miphoneos-version-min to clang. by Daniel Dunbar · 16 years ago
  82. a1e2fd9 Driver: CCC_ADD_ARGS could end up using dangling pointers. by Daniel Dunbar · 16 years ago
  83. c21c485 Driver: Split out CPP specific options for clang so that we don't end by Daniel Dunbar · 16 years ago
  84. 3bbc753 More fixes to builtin preprocessor defines. by Daniel Dunbar · 16 years ago
  85. edfa02b Darwin ld: Unconditionally add -lstdc++ if we are pretending to be g++. by Daniel Dunbar · 16 years ago
  86. c9abc04 Make debug info work when using -save-temps. by Daniel Dunbar · 16 years ago
  87. 9fd0b1f Set __PIC__ (more) correctly. by Daniel Dunbar · 16 years ago
  88. 82d0068 Driver: Fix forwarding of -fpascal-strings. by Daniel Dunbar · 16 years ago
  89. d573d26 Driver: Fix forwarding of -{std,ansi,trigraphs} when there are by Daniel Dunbar · 16 years ago
  90. 3aaf082 Driver: Forward remaining -f options to clang manually. by Daniel Dunbar · 16 years ago
  91. 2ac9fc2 Driver: Only forward last instance of -mmacosx-version-min= and by Daniel Dunbar · 16 years ago
  92. 48d1ef7 Driver: Manually translate a number of -f with no- variants options to by Daniel Dunbar · 16 years ago
  93. 9af6668 Driver: Add default for ArgList::hasFlag and simplify implementation. by Daniel Dunbar · 16 years ago
  94. 5c1aaaf Driver: Explicitly warn that -pg isn't supported (even though we by Daniel Dunbar · 16 years ago
  95. 1e23f5f Driver: Add 'q' flag for options which shouldn't be reported as unused. by Daniel Dunbar · 16 years ago
  96. 4ae24e7 Driver: Fix a parsing bug where some options were matched by Daniel Dunbar · 16 years ago
  97. 16fd3a9 Driver: More verbosity reduction. by Daniel Dunbar · 16 years ago
  98. e06dc21 Driver: Handle -dumpversion, this is used by some configuration scripts. by Daniel Dunbar · 16 years ago
  99. 0b46e1b Driver: Handle properly calling dsymutil when source input is by Daniel Dunbar · 16 years ago
  100. 4f53b29 Driver: Automatically suppress warnings for duplicate versions of by Daniel Dunbar · 16 years ago