1. a823183 Tweak & reflow comments, and delete trailing whitespace. by Daniel Dunbar · 15 years ago
  2. e0be8b1 Remove FIXMEs for pedantically-gcc-bug-compatible behavior. by Daniel Dunbar · 15 years ago
  3. ae33f8f Merge libgcc spec changes for darwin::Link::ConstructJob. by Daniel Dunbar · 15 years ago
  4. d82f8fa Tweak darwin::Link::AddLinkArgs. by Daniel Dunbar · 15 years ago
  5. 78dbd58 Implement darwin::Link::AddDarwinArch for ARM. by Daniel Dunbar · 15 years ago
  6. 30392de Darwin: Pass -iphoneos-version-min to ld when building for ARM. by Daniel Dunbar · 15 years ago
  7. da64141 Add -ccc-install-dir option for faking installation path. by Daniel Dunbar · 15 years ago
  8. f395528 Rename Darwin_X86 toolchain to just Darwin, this can support all platforms. by Daniel Dunbar · 15 years ago
  9. 8f28962 Remove unused argument. by Daniel Dunbar · 15 years ago
  10. 5345c39 Add basic support for -pthread. by Daniel Dunbar · 15 years ago
  11. 4f711c4 Update. by Mike Stump · 15 years ago
  12. 5915fbf Add driver support for -emit-ast and AST compilation steps. by Daniel Dunbar · 15 years ago
  13. 8a5a9aa Updated GNU runtime non-fragile ABI. by David Chisnall · 15 years ago
  14. 0e2679d PR4766: Don't pass -static to 'as' on x86_64 on Darwin. by Daniel Dunbar · 15 years ago
  15. b1e5e66 Remove arch normalization from Driver, this should be unnecessary now that by Daniel Dunbar · 15 years ago
  16. d57a7ef API changes to match llvm ToT. by Chris Lattner · 15 years ago
  17. 8bde505 Reenable clang using clang-cc for C++ and all archs by default. by Daniel Dunbar · 15 years ago
  18. 4a12408 Temporarily switch clang back to not using clang-cc by default for C++, and only by Daniel Dunbar · 15 years ago
  19. 7ebe971 Don't install Clang libraries. by Douglas Gregor · 15 years ago
  20. e7925a0 Second half of, clang, AuroraUX toolchain support. by Edward O'Callaghan · 15 years ago
  21. a9822de Add additional library paths for Linux distros on mixed 32/64-bit systems. by Daniel Dunbar · 15 years ago
  22. 21656dd Fix -fno-omit-frame-pointer bug Eli noticed. by Benjamin Kramer · 15 years ago
  23. 8e9ef0d Translate -mcmodel=X to -code-model X and pass it to clang-cc. Patch by Pawel Worach! by Benjamin Kramer · 15 years ago
  24. 091038c Add support for the -fno-omit-frame-pointer option. Patch by Roman Divacky! by Benjamin Kramer · 15 years ago
  25. 2bbcf66 Driver/OpenBSD: Improve ld options. - Patch by Jonathan Gray! by Daniel Dunbar · 15 years ago
  26. 738f8c2 Add beginnigs of rtti generation, wire up more of -fno-exceptions. by Mike Stump · 15 years ago
  27. 1172751 Have 'clang --analyze' run syntactic static analysis security checks. by Ted Kremenek · 15 years ago
  28. dfaf4b3 Switch the driver back to always using clang-cc by default (for C++, and by Daniel Dunbar · 15 years ago
  29. 7930072 driver: Print --version on stdout, to match gcc. - Patch by Jean-Daniel Dupas by Daniel Dunbar · 15 years ago
  30. ceb5c5b Remove -ftraditional option, which gcc doesn't actually support. Make by Eli Friedman · 15 years ago
  31. 47393ba Explicitly initialize the options array, MinGW's gcc 4.3.5 appears to have a bug by Daniel Dunbar · 15 years ago
  32. e650c8c Introduce the notion of "Relocatable" precompiled headers, which are built by Douglas Gregor · 15 years ago
  33. df35d7f Driver: Mark some Compilation members const. by Daniel Dunbar · 15 years ago
  34. c88a88f Driver: Move Compilation::Execute to Driver::ExecuteCompilation. by Daniel Dunbar · 15 years ago
  35. 31c11eb Driver: Improve diagnostics for failed commands. by Daniel Dunbar · 15 years ago
  36. cae087e Driver: Add Source argument for Commands to hold the Action which caused a by Daniel Dunbar · 15 years ago
  37. f7b8eec OpenBSD support. - Patch by Jonathan Gray! by Daniel Dunbar · 15 years ago
  38. 45483f7 Add stack protector support to clang. This generates the 'ssp' and 'sspreq' by Bill Wendling · 15 years ago
  39. 3c092bc Fix some TableGen-related dependencies for the Clang CMake build by Douglas Gregor · 15 years ago
  40. 0adea82 Add some missing CMake dependencies by Douglas Gregor · 15 years ago
  41. 3ee96ba Stub out printing of the thread model with -v. by Daniel Dunbar · 15 years ago
  42. 12cfe03 Fake support for -print-multi-* by Daniel Dunbar · 15 years ago
  43. 407899b Fix typo in prev commit. by Daniel Dunbar · 15 years ago
  44. f2edbf3 Darwin/Driver: Also look at -arch command line options when finding the default by Daniel Dunbar · 15 years ago
  45. 3a183d3 Forward -C and -CC to clang. by Daniel Dunbar · 15 years ago
  46. 75eb1d6 PR4016: Forward -fno-show-source-location to clang. by Daniel Dunbar · 15 years ago
  47. acebb39 Set function Attribute::NoImplicitFloat appropriately. by Devang Patel · 15 years ago
  48. 5a77973 Add driver support for -fsigned-char/-funsigned-char. by Eli Friedman · 15 years ago
  49. a46c71a forward -fno-color-diagnostics to clang-cc. by Torok Edwin · 15 years ago
  50. 4e2567d PR4308: Fix support for -m32/-m64 on Linux. by Eli Friedman · 15 years ago
  51. e528028 Driver: Support -mllvm; this just forwards options to clang-cc. by Daniel Dunbar · 15 years ago
  52. af97937 Fix rare failure of .ver-svn creation, it has a dependency that the output by Daniel Dunbar · 15 years ago
  53. 8ea9754 ARM is a legitimate Darwin architecture; don't assert. by Eli Friedman · 15 years ago
  54. 6b3454a Fix for PR4140: Add the start of a Linux toolchain (basically, just by Eli Friedman · 15 years ago
  55. 10708c4 Fix use after free, found by Benjamin Kramer. by Daniel Dunbar · 15 years ago
  56. 34e6577 This patch adds support for sender-aware dispatch in Objective-C for the GNU runtime, when by Fariborz Jahanian · 15 years ago
  57. e027a4b Don't warn about -funit-at-a-time, and reject -fno-unit-at-a-time. by Daniel Dunbar · 15 years ago
  58. cb8ab23 (llvm up) Use llvm::Triple for storing target triples. by Daniel Dunbar · 15 years ago
  59. 7cfe31a Don't rely on getArchName() to return a constant string reference. by Daniel Dunbar · 15 years ago
  60. d8fc0f2 Add --analyzer-no-default-checks and --analyzer-output options. by Daniel Dunbar · 15 years ago
  61. f4e2486 Remove -fprintf-source-range-info from the Driver (this was renamed) by Daniel Dunbar · 15 years ago
  62. 683ca38 Reformat a comment by Daniel Dunbar · 15 years ago
  63. 95a0da7 Driver: Emit an unsupported error on -iframework. by Daniel Dunbar · 15 years ago
  64. 500aec4 Tweak x86 -mcpu defaults. - Default to yonah on Darwin (to get SSE3). by Daniel Dunbar · 15 years ago
  65. 868bd0a Improve handling of (X86) target features. - This is a WIP... by Daniel Dunbar · 15 years ago
  66. 63be57a Add --analyze-auto. by Daniel Dunbar · 15 years ago
  67. d6884a0 Add -fobjc-tight-layout. by Daniel Dunbar · 15 years ago
  68. 6ecc7a9 Driver: When using the generic gcc tool, pass -m32 or -m64 if we by Daniel Dunbar · 15 years ago
  69. a8304f6 Driver: Generate an error when trying to pass an LLVM bc input to a by Daniel Dunbar · 15 years ago
  70. 11e1b40 DragonFly ToolChain definition for driver. - Patch by Alex Hornung! by Daniel Dunbar · 15 years ago
  71. fffd93f Implement -fmessage-length=N, which word-wraps diagnostics to N columns. by Douglas Gregor · 15 years ago
  72. 866cdc3 Revert r70424. We don't need it by Douglas Gregor · 15 years ago
  73. ee24266 Add PCH version to the -v output by Douglas Gregor · 15 years ago
  74. bc85be8 Make sure to pass the same options to the static analyzer as the by Daniel Dunbar · 15 years ago
  75. 214e872 Enable PCH by default by Douglas Gregor · 15 years ago
  76. ea71a5b With -ccc-pch-is-pch, always treat precompiled inputs as PCH, by Daniel Dunbar · 15 years ago
  77. ab41e63 Add a header containing the Clang version; make the driver use this by Douglas Gregor · 15 years ago
  78. fc68bca Turn PCH off by default, yet again. I'm happier about it this time, though by Douglas Gregor · 15 years ago
  79. f527ce4 Trying turning on PCH by default yet again. We might actually a chance at success now by Douglas Gregor · 15 years ago
  80. e60ee1d Turn off PCH by default, again by Douglas Gregor · 15 years ago
  81. 48cac20 One more crazy try with PCH-by-default by Douglas Gregor · 15 years ago
  82. 79db6a2 Turn of PCH by default. I got the info I was looking for by Douglas Gregor · 15 years ago
  83. a3ff202 Driver: Add -std-default= option. by Daniel Dunbar · 15 years ago
  84. 4df9a66 Add option for AddAllArgsTranslated to control whether output argument by Daniel Dunbar · 15 years ago
  85. 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
  86. 7b3b24e Revert my PCH change. I'm happy now by Douglas Gregor · 15 years ago
  87. c58fe35 Temporarily try to build with PCH by default. Revert this change once by Douglas Gregor · 15 years ago
  88. 9c7db4a Driver: -mkernel disables default use of unwind tables (although I by Daniel Dunbar · 15 years ago
  89. 8abf881 Driver: -mkernel and -fapple-kext imply -mno-red-zone. by Daniel Dunbar · 15 years ago
  90. 3ed2945 Don't run dsymutil when making a fat executable direct source. by Daniel Dunbar · 15 years ago
  91. 9961293 Call ld, not collect2. - <rdar://problem/6517382> [driver] call ld directly by Daniel Dunbar · 15 years ago
  92. 182e092 rename -fprint-source-range-info -> -fdiagnostics-print-source-range-info. by Chris Lattner · 15 years ago
  93. 3ca7ee9 Look at the TMP environment variable as well. by Daniel Dunbar · 15 years ago
  94. b03417f Also look at the TEMP environment variable as a place to put temporary files. by Daniel Dunbar · 15 years ago
  95. f60c63a If defined, use TMPDIR environment variable as location for temporary files. by Daniel Dunbar · 15 years ago
  96. 7695fba Forward f[no-]dollars-in-identifiers to clang, when specified. by Daniel Dunbar · 15 years ago
  97. 49138fc Forward -fno-diagnostics-fixit-info to clang-cc. by Daniel Dunbar · 15 years ago
  98. df91ef3 Preliminary PCH support in the driver by Douglas Gregor · 15 years ago
  99. 448f5e6 Added -print-ivar-layout option. No change in functionality yet. by Fariborz Jahanian · 15 years ago
  100. fec26bd Driver: Allow using clang as a precompiler, even if it is an unsupported arch. by Daniel Dunbar · 15 years ago