1. 5a77973 Add driver support for -fsigned-char/-funsigned-char. by Eli Friedman · 15 years ago
  2. a46c71a forward -fno-color-diagnostics to clang-cc. by Torok Edwin · 15 years ago
  3. 4e2567d PR4308: Fix support for -m32/-m64 on Linux. by Eli Friedman · 15 years ago
  4. e528028 Driver: Support -mllvm; this just forwards options to clang-cc. by Daniel Dunbar · 15 years ago
  5. af97937 Fix rare failure of .ver-svn creation, it has a dependency that the output by Daniel Dunbar · 15 years ago
  6. 8ea9754 ARM is a legitimate Darwin architecture; don't assert. by Eli Friedman · 15 years ago
  7. 6b3454a Fix for PR4140: Add the start of a Linux toolchain (basically, just by Eli Friedman · 15 years ago
  8. 10708c4 Fix use after free, found by Benjamin Kramer. by Daniel Dunbar · 15 years ago
  9. 34e6577 This patch adds support for sender-aware dispatch in Objective-C for the GNU runtime, when by Fariborz Jahanian · 15 years ago
  10. e027a4b Don't warn about -funit-at-a-time, and reject -fno-unit-at-a-time. by Daniel Dunbar · 15 years ago
  11. cb8ab23 (llvm up) Use llvm::Triple for storing target triples. by Daniel Dunbar · 15 years ago
  12. 7cfe31a Don't rely on getArchName() to return a constant string reference. by Daniel Dunbar · 15 years ago
  13. d8fc0f2 Add --analyzer-no-default-checks and --analyzer-output options. by Daniel Dunbar · 15 years ago
  14. f4e2486 Remove -fprintf-source-range-info from the Driver (this was renamed) by Daniel Dunbar · 15 years ago
  15. 683ca38 Reformat a comment by Daniel Dunbar · 15 years ago
  16. 95a0da7 Driver: Emit an unsupported error on -iframework. by Daniel Dunbar · 15 years ago
  17. 500aec4 Tweak x86 -mcpu defaults. - Default to yonah on Darwin (to get SSE3). by Daniel Dunbar · 15 years ago
  18. 868bd0a Improve handling of (X86) target features. - This is a WIP... by Daniel Dunbar · 15 years ago
  19. 63be57a Add --analyze-auto. by Daniel Dunbar · 15 years ago
  20. d6884a0 Add -fobjc-tight-layout. by Daniel Dunbar · 15 years ago
  21. 6ecc7a9 Driver: When using the generic gcc tool, pass -m32 or -m64 if we by Daniel Dunbar · 15 years ago
  22. a8304f6 Driver: Generate an error when trying to pass an LLVM bc input to a by Daniel Dunbar · 15 years ago
  23. 11e1b40 DragonFly ToolChain definition for driver. - Patch by Alex Hornung! by Daniel Dunbar · 15 years ago
  24. fffd93f Implement -fmessage-length=N, which word-wraps diagnostics to N columns. by Douglas Gregor · 15 years ago
  25. 866cdc3 Revert r70424. We don't need it by Douglas Gregor · 15 years ago
  26. ee24266 Add PCH version to the -v output by Douglas Gregor · 15 years ago
  27. bc85be8 Make sure to pass the same options to the static analyzer as the by Daniel Dunbar · 15 years ago
  28. 214e872 Enable PCH by default by Douglas Gregor · 15 years ago
  29. ea71a5b With -ccc-pch-is-pch, always treat precompiled inputs as PCH, by Daniel Dunbar · 15 years ago
  30. ab41e63 Add a header containing the Clang version; make the driver use this by Douglas Gregor · 15 years ago
  31. fc68bca Turn PCH off by default, yet again. I'm happier about it this time, though by Douglas Gregor · 15 years ago
  32. f527ce4 Trying turning on PCH by default yet again. We might actually a chance at success now by Douglas Gregor · 15 years ago
  33. e60ee1d Turn off PCH by default, again by Douglas Gregor · 15 years ago
  34. 48cac20 One more crazy try with PCH-by-default by Douglas Gregor · 15 years ago
  35. 79db6a2 Turn of PCH by default. I got the info I was looking for by Douglas Gregor · 15 years ago
  36. a3ff202 Driver: Add -std-default= option. by Daniel Dunbar · 15 years ago
  37. 4df9a66 Add option for AddAllArgsTranslated to control whether output argument by Daniel Dunbar · 15 years ago
  38. 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 · 15 years ago
  39. 7b3b24e Revert my PCH change. I'm happy now by Douglas Gregor · 15 years ago
  40. c58fe35 Temporarily try to build with PCH by default. Revert this change once by Douglas Gregor · 15 years ago
  41. 9c7db4a Driver: -mkernel disables default use of unwind tables (although I by Daniel Dunbar · 15 years ago
  42. 8abf881 Driver: -mkernel and -fapple-kext imply -mno-red-zone. by Daniel Dunbar · 15 years ago
  43. 3ed2945 Don't run dsymutil when making a fat executable direct source. by Daniel Dunbar · 15 years ago
  44. 9961293 Call ld, not collect2. - <rdar://problem/6517382> [driver] call ld directly by Daniel Dunbar · 15 years ago
  45. 182e092 rename -fprint-source-range-info -> -fdiagnostics-print-source-range-info. by Chris Lattner · 15 years ago
  46. 3ca7ee9 Look at the TMP environment variable as well. by Daniel Dunbar · 15 years ago
  47. b03417f Also look at the TEMP environment variable as a place to put temporary files. by Daniel Dunbar · 15 years ago
  48. f60c63a If defined, use TMPDIR environment variable as location for temporary files. by Daniel Dunbar · 15 years ago
  49. 7695fba Forward f[no-]dollars-in-identifiers to clang, when specified. by Daniel Dunbar · 15 years ago
  50. 49138fc Forward -fno-diagnostics-fixit-info to clang-cc. by Daniel Dunbar · 15 years ago
  51. df91ef3 Preliminary PCH support in the driver by Douglas Gregor · 15 years ago
  52. 448f5e6 Added -print-ivar-layout option. No change in functionality yet. by Fariborz Jahanian · 15 years ago
  53. fec26bd Driver: Allow using clang as a precompiler, even if it is an unsupported arch. by Daniel Dunbar · 15 years ago
  54. 9e820ee Pass -fdiagnostics-show-option to clang-cc by default. by Daniel Dunbar · 15 years ago
  55. 06ef3c3 Driver: Forward -W* to clang, it can handle all these itself now. by Daniel Dunbar · 15 years ago
  56. c35d71f Driver: Add --help-hidden by Daniel Dunbar · 15 years ago
  57. 70d3c92 Driver: For clang, accept -fsigned-bitfields and reject by Daniel Dunbar · 15 years ago
  58. d82df3a Implement support for GCC's -dD mode, which dumps -E output *and* by Chris Lattner · 15 years ago
  59. f36a06a Honor MACOSX_DEPLOYMENT_TARGET environment variable. by Daniel Dunbar · 15 years ago
  60. ff8857a Driver: Forward -miphoneos-version-min to clang. by Daniel Dunbar · 15 years ago
  61. a1e2fd9 Driver: CCC_ADD_ARGS could end up using dangling pointers. by Daniel Dunbar · 15 years ago
  62. c21c485 Driver: Split out CPP specific options for clang so that we don't end by Daniel Dunbar · 15 years ago
  63. 3bbc753 More fixes to builtin preprocessor defines. by Daniel Dunbar · 15 years ago
  64. edfa02b Darwin ld: Unconditionally add -lstdc++ if we are pretending to be g++. by Daniel Dunbar · 15 years ago
  65. c9abc04 Make debug info work when using -save-temps. by Daniel Dunbar · 15 years ago
  66. 9fd0b1f Set __PIC__ (more) correctly. by Daniel Dunbar · 15 years ago
  67. 82d0068 Driver: Fix forwarding of -fpascal-strings. by Daniel Dunbar · 15 years ago
  68. d573d26 Driver: Fix forwarding of -{std,ansi,trigraphs} when there are by Daniel Dunbar · 15 years ago
  69. 3aaf082 Driver: Forward remaining -f options to clang manually. by Daniel Dunbar · 15 years ago
  70. 2ac9fc2 Driver: Only forward last instance of -mmacosx-version-min= and by Daniel Dunbar · 15 years ago
  71. 48d1ef7 Driver: Manually translate a number of -f with no- variants options to by Daniel Dunbar · 15 years ago
  72. 9af6668 Driver: Add default for ArgList::hasFlag and simplify implementation. by Daniel Dunbar · 15 years ago
  73. 5c1aaaf Driver: Explicitly warn that -pg isn't supported (even though we by Daniel Dunbar · 15 years ago
  74. 1e23f5f Driver: Add 'q' flag for options which shouldn't be reported as unused. by Daniel Dunbar · 15 years ago
  75. 4ae24e7 Driver: Fix a parsing bug where some options were matched by Daniel Dunbar · 15 years ago
  76. 16fd3a9 Driver: More verbosity reduction. by Daniel Dunbar · 15 years ago
  77. e06dc21 Driver: Handle -dumpversion, this is used by some configuration scripts. by Daniel Dunbar · 15 years ago
  78. 0b46e1b Driver: Handle properly calling dsymutil when source input is by Daniel Dunbar · 15 years ago
  79. 4f53b29 Driver: Automatically suppress warnings for duplicate versions of by Daniel Dunbar · 15 years ago
  80. bf4a676 Driver: Add -Qunused-arguments option to suppress driver "unused by Daniel Dunbar · 15 years ago
  81. 68fb469 Driver: Explicitly ignore -fpch-preprocess when using clang, we don't by Daniel Dunbar · 15 years ago
  82. 8a2073a Driver: Add missed translation for darwin::Preprocess (gcc), -d* by Daniel Dunbar · 15 years ago
  83. c66a5a3 Add some whitespace to test my commit privileges. by Ed Schouten · 15 years ago
  84. bc53466 Driver: Tweak search paths for FreeBSD. - Patch by Pawel Worach! by Daniel Dunbar · 15 years ago
  85. 6cc73de Wire --version to normal -v version text. by Daniel Dunbar · 15 years ago
  86. 78d8a08 Driver: Allow -ccc-gcc-name to specify the name/path to use when by Daniel Dunbar · 15 years ago
  87. bf54a06 Quick and dirty (!) fix to make sure we use powerpc in triples. - PR3922 by Daniel Dunbar · 15 years ago
  88. 008f54a Driver: Add freebsd::Link - Patch by Ed Schouten! by Daniel Dunbar · 15 years ago
  89. bb71b39 Remove a FIXME, use -emit-pth to drive PTH generation. - c.f. r68164 by Daniel Dunbar · 15 years ago
  90. 8a8d8af Tweak/cleanup darwin::Link a bit, add several FIXMES, and improve test case. by Daniel Dunbar · 15 years ago
  91. 8e4fea6 Tweak darwin::Assemble and add a FIXME. by Daniel Dunbar · 15 years ago
  92. 91e28af Driver: Implement basic --help text. by Daniel Dunbar · 15 years ago
  93. febdf7d Driver: Add OptTable::getOptionKind. by Daniel Dunbar · 15 years ago
  94. 077ba6a Driver: Forward -Wp, and -Xpreprocessor arguments to clang when using by Daniel Dunbar · 15 years ago
  95. c0d12e9 Driver: Add extra parameters for help text to option definitions. by Daniel Dunbar · 15 years ago
  96. 68a31d4 Driver: Call 'as' directly on FreeBSD. - Patch by Ed Schouten! by Daniel Dunbar · 15 years ago
  97. af07f93 (LLVM up) Update to use llvm::sys::getHostTriple(). by Daniel Dunbar · 15 years ago
  98. b85f59d Comment fix. by Daniel Dunbar · 15 years ago
  99. 75358d2 Driver: Sketch FreeBSD tool chain. - Patch by Ed Schouten! by Daniel Dunbar · 15 years ago
  100. 776dbd8 Driver: Unbreak ArgList::hasFlag. by Daniel Dunbar · 15 years ago