1. 6ecc7a9 Driver: When using the generic gcc tool, pass -m32 or -m64 if we by Daniel Dunbar · 15 years ago
  2. a8304f6 Driver: Generate an error when trying to pass an LLVM bc input to a by Daniel Dunbar · 15 years ago
  3. 11e1b40 DragonFly ToolChain definition for driver. - Patch by Alex Hornung! by Daniel Dunbar · 15 years ago
  4. fffd93f Implement -fmessage-length=N, which word-wraps diagnostics to N columns. by Douglas Gregor · 15 years ago
  5. 866cdc3 Revert r70424. We don't need it by Douglas Gregor · 15 years ago
  6. ee24266 Add PCH version to the -v output by Douglas Gregor · 15 years ago
  7. bc85be8 Make sure to pass the same options to the static analyzer as the by Daniel Dunbar · 15 years ago
  8. 214e872 Enable PCH by default by Douglas Gregor · 15 years ago
  9. ea71a5b With -ccc-pch-is-pch, always treat precompiled inputs as PCH, by Daniel Dunbar · 15 years ago
  10. ab41e63 Add a header containing the Clang version; make the driver use this by Douglas Gregor · 15 years ago
  11. fc68bca Turn PCH off by default, yet again. I'm happier about it this time, though by Douglas Gregor · 15 years ago
  12. f527ce4 Trying turning on PCH by default yet again. We might actually a chance at success now by Douglas Gregor · 15 years ago
  13. e60ee1d Turn off PCH by default, again by Douglas Gregor · 15 years ago
  14. 48cac20 One more crazy try with PCH-by-default by Douglas Gregor · 15 years ago
  15. 79db6a2 Turn of PCH by default. I got the info I was looking for by Douglas Gregor · 15 years ago
  16. a3ff202 Driver: Add -std-default= option. by Daniel Dunbar · 15 years ago
  17. 4df9a66 Add option for AddAllArgsTranslated to control whether output argument by Daniel Dunbar · 15 years ago
  18. 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
  19. 7b3b24e Revert my PCH change. I'm happy now by Douglas Gregor · 15 years ago
  20. c58fe35 Temporarily try to build with PCH by default. Revert this change once by Douglas Gregor · 15 years ago
  21. 9c7db4a Driver: -mkernel disables default use of unwind tables (although I by Daniel Dunbar · 15 years ago
  22. 8abf881 Driver: -mkernel and -fapple-kext imply -mno-red-zone. by Daniel Dunbar · 15 years ago
  23. 3ed2945 Don't run dsymutil when making a fat executable direct source. by Daniel Dunbar · 15 years ago
  24. 9961293 Call ld, not collect2. - <rdar://problem/6517382> [driver] call ld directly by Daniel Dunbar · 15 years ago
  25. 182e092 rename -fprint-source-range-info -> -fdiagnostics-print-source-range-info. by Chris Lattner · 15 years ago
  26. 3ca7ee9 Look at the TMP environment variable as well. by Daniel Dunbar · 15 years ago
  27. b03417f Also look at the TEMP environment variable as a place to put temporary files. by Daniel Dunbar · 15 years ago
  28. f60c63a If defined, use TMPDIR environment variable as location for temporary files. by Daniel Dunbar · 15 years ago
  29. 7695fba Forward f[no-]dollars-in-identifiers to clang, when specified. by Daniel Dunbar · 15 years ago
  30. 49138fc Forward -fno-diagnostics-fixit-info to clang-cc. by Daniel Dunbar · 15 years ago
  31. df91ef3 Preliminary PCH support in the driver by Douglas Gregor · 15 years ago
  32. 448f5e6 Added -print-ivar-layout option. No change in functionality yet. by Fariborz Jahanian · 15 years ago
  33. fec26bd Driver: Allow using clang as a precompiler, even if it is an unsupported arch. by Daniel Dunbar · 15 years ago
  34. 9e820ee Pass -fdiagnostics-show-option to clang-cc by default. by Daniel Dunbar · 15 years ago
  35. 06ef3c3 Driver: Forward -W* to clang, it can handle all these itself now. by Daniel Dunbar · 15 years ago
  36. c35d71f Driver: Add --help-hidden by Daniel Dunbar · 15 years ago
  37. 70d3c92 Driver: For clang, accept -fsigned-bitfields and reject by Daniel Dunbar · 15 years ago
  38. d82df3a Implement support for GCC's -dD mode, which dumps -E output *and* by Chris Lattner · 15 years ago
  39. f36a06a Honor MACOSX_DEPLOYMENT_TARGET environment variable. by Daniel Dunbar · 15 years ago
  40. ff8857a Driver: Forward -miphoneos-version-min to clang. by Daniel Dunbar · 15 years ago
  41. a1e2fd9 Driver: CCC_ADD_ARGS could end up using dangling pointers. by Daniel Dunbar · 15 years ago
  42. c21c485 Driver: Split out CPP specific options for clang so that we don't end by Daniel Dunbar · 15 years ago
  43. 3bbc753 More fixes to builtin preprocessor defines. by Daniel Dunbar · 15 years ago
  44. edfa02b Darwin ld: Unconditionally add -lstdc++ if we are pretending to be g++. by Daniel Dunbar · 15 years ago
  45. c9abc04 Make debug info work when using -save-temps. by Daniel Dunbar · 15 years ago
  46. 9fd0b1f Set __PIC__ (more) correctly. by Daniel Dunbar · 15 years ago
  47. 82d0068 Driver: Fix forwarding of -fpascal-strings. by Daniel Dunbar · 15 years ago
  48. d573d26 Driver: Fix forwarding of -{std,ansi,trigraphs} when there are by Daniel Dunbar · 15 years ago
  49. 3aaf082 Driver: Forward remaining -f options to clang manually. by Daniel Dunbar · 15 years ago
  50. 2ac9fc2 Driver: Only forward last instance of -mmacosx-version-min= and by Daniel Dunbar · 15 years ago
  51. 48d1ef7 Driver: Manually translate a number of -f with no- variants options to by Daniel Dunbar · 15 years ago
  52. 9af6668 Driver: Add default for ArgList::hasFlag and simplify implementation. by Daniel Dunbar · 15 years ago
  53. 5c1aaaf Driver: Explicitly warn that -pg isn't supported (even though we by Daniel Dunbar · 15 years ago
  54. 1e23f5f Driver: Add 'q' flag for options which shouldn't be reported as unused. by Daniel Dunbar · 15 years ago
  55. 4ae24e7 Driver: Fix a parsing bug where some options were matched by Daniel Dunbar · 15 years ago
  56. 16fd3a9 Driver: More verbosity reduction. by Daniel Dunbar · 15 years ago
  57. e06dc21 Driver: Handle -dumpversion, this is used by some configuration scripts. by Daniel Dunbar · 15 years ago
  58. 0b46e1b Driver: Handle properly calling dsymutil when source input is by Daniel Dunbar · 15 years ago
  59. 4f53b29 Driver: Automatically suppress warnings for duplicate versions of by Daniel Dunbar · 15 years ago
  60. bf4a676 Driver: Add -Qunused-arguments option to suppress driver "unused by Daniel Dunbar · 15 years ago
  61. 68fb469 Driver: Explicitly ignore -fpch-preprocess when using clang, we don't by Daniel Dunbar · 15 years ago
  62. 8a2073a Driver: Add missed translation for darwin::Preprocess (gcc), -d* by Daniel Dunbar · 15 years ago
  63. c66a5a3 Add some whitespace to test my commit privileges. by Ed Schouten · 15 years ago
  64. bc53466 Driver: Tweak search paths for FreeBSD. - Patch by Pawel Worach! by Daniel Dunbar · 15 years ago
  65. 6cc73de Wire --version to normal -v version text. by Daniel Dunbar · 15 years ago
  66. 78d8a08 Driver: Allow -ccc-gcc-name to specify the name/path to use when by Daniel Dunbar · 15 years ago
  67. bf54a06 Quick and dirty (!) fix to make sure we use powerpc in triples. - PR3922 by Daniel Dunbar · 15 years ago
  68. 008f54a Driver: Add freebsd::Link - Patch by Ed Schouten! by Daniel Dunbar · 15 years ago
  69. bb71b39 Remove a FIXME, use -emit-pth to drive PTH generation. - c.f. r68164 by Daniel Dunbar · 15 years ago
  70. 8a8d8af Tweak/cleanup darwin::Link a bit, add several FIXMES, and improve test case. by Daniel Dunbar · 15 years ago
  71. 8e4fea6 Tweak darwin::Assemble and add a FIXME. by Daniel Dunbar · 15 years ago
  72. 91e28af Driver: Implement basic --help text. by Daniel Dunbar · 15 years ago
  73. febdf7d Driver: Add OptTable::getOptionKind. by Daniel Dunbar · 15 years ago
  74. 077ba6a Driver: Forward -Wp, and -Xpreprocessor arguments to clang when using by Daniel Dunbar · 15 years ago
  75. c0d12e9 Driver: Add extra parameters for help text to option definitions. by Daniel Dunbar · 15 years ago
  76. 68a31d4 Driver: Call 'as' directly on FreeBSD. - Patch by Ed Schouten! by Daniel Dunbar · 15 years ago
  77. af07f93 (LLVM up) Update to use llvm::sys::getHostTriple(). by Daniel Dunbar · 15 years ago
  78. b85f59d Comment fix. by Daniel Dunbar · 15 years ago
  79. 75358d2 Driver: Sketch FreeBSD tool chain. - Patch by Ed Schouten! by Daniel Dunbar · 15 years ago
  80. 776dbd8 Driver: Unbreak ArgList::hasFlag. by Daniel Dunbar · 15 years ago
  81. 46562b9 Fix -MD with no -MT when -o is specified (and fix test case). by Daniel Dunbar · 15 years ago
  82. cd8e4c4 Driver: Support -M and -MM. by Daniel Dunbar · 15 years ago
  83. a5a7bd0 Improve dependency file support. by Daniel Dunbar · 15 years ago
  84. 478edc2 Driver: Track which original arguments an arg is derived from, so that by Daniel Dunbar · 15 years ago
  85. 9120f17 Driver: Add test case for darwin::Preprocess and darwin::Compile by Daniel Dunbar · 15 years ago
  86. a2094e7 Driver: Make sure to claim -### before emitting "unused argument" warnings. by Daniel Dunbar · 15 years ago
  87. a3ec60e Driver: Finish porting Darwin::Preprocess and Compile port (still by Daniel Dunbar · 15 years ago
  88. 40f1265 Driver: Start porting Darwin::Preprocess and Compile implementations by Daniel Dunbar · 15 years ago
  89. b9f3a77 Driver: Pass -f[no-]pascal-strings on to clang, even if it has been by Daniel Dunbar · 15 years ago
  90. 08c65e0 Driver: -print-libgcc-file-name was searching wrong path list. by Daniel Dunbar · 15 years ago
  91. 950bedd Fix searching for gcc, we only want executable files. by Mike Stump · 15 years ago
  92. a44ae13 Remove dead code. by Mike Stump · 15 years ago
  93. 02633b5 Driver: Add darwin::Link tool. by Daniel Dunbar · 15 years ago
  94. d7b88c2 Driver: Fix a number of option definition mismatches (flags instead of by Daniel Dunbar · 15 years ago
  95. 70c8db1 Driver: Print the correct target when printing the version. by Daniel Dunbar · 15 years ago
  96. d73fe9b Driver: Move GetReleaseVersion to static Driver::GetReleaseVersion method. by Daniel Dunbar · 15 years ago
  97. 524b9fb Driver: Add ArgList::AddAllArgsTranslated; for forwarding options to by Daniel Dunbar · 15 years ago
  98. 92b3699 hopefully fix VC++ build error. by Chris Lattner · 15 years ago
  99. ec069ed Driver: Implement Darwin_X86 tool chain level argument translation. by Daniel Dunbar · 15 years ago
  100. 4e7e9cf Driver: Handle -Xarch_, including warning for nasty -Xarch_ use cases by Daniel Dunbar · 15 years ago