1. cc6f803 Use AddDarwinArch for passing arch name to assembler. by Daniel Dunbar · 15 years ago
  2. fbefe6b Add DarwinTool base class for all Darwin tools, and move AddDarwin[Sub]Arch there. by Daniel Dunbar · 15 years ago
  3. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  4. e0be8b1 Remove FIXMEs for pedantically-gcc-bug-compatible behavior. by Daniel Dunbar · 15 years ago
  5. ae33f8f Merge libgcc spec changes for darwin::Link::ConstructJob. by Daniel Dunbar · 15 years ago
  6. d82f8fa Tweak darwin::Link::AddLinkArgs. by Daniel Dunbar · 15 years ago
  7. 78dbd58 Implement darwin::Link::AddDarwinArch for ARM. by Daniel Dunbar · 15 years ago
  8. 30392de Darwin: Pass -iphoneos-version-min to ld when building for ARM. by Daniel Dunbar · 15 years ago
  9. f395528 Rename Darwin_X86 toolchain to just Darwin, this can support all platforms. by Daniel Dunbar · 15 years ago
  10. 5345c39 Add basic support for -pthread. by Daniel Dunbar · 15 years ago
  11. 5915fbf Add driver support for -emit-ast and AST compilation steps. by Daniel Dunbar · 15 years ago
  12. 8a5a9aa Updated GNU runtime non-fragile ABI. by David Chisnall · 15 years ago
  13. 0e2679d PR4766: Don't pass -static to 'as' on x86_64 on Darwin. by Daniel Dunbar · 15 years ago
  14. e7925a0 Second half of, clang, AuroraUX toolchain support. by Edward O'Callaghan · 15 years ago
  15. 21656dd Fix -fno-omit-frame-pointer bug Eli noticed. by Benjamin Kramer · 15 years ago
  16. 8e9ef0d Translate -mcmodel=X to -code-model X and pass it to clang-cc. Patch by Pawel Worach! by Benjamin Kramer · 15 years ago
  17. 091038c Add support for the -fno-omit-frame-pointer option. Patch by Roman Divacky! by Benjamin Kramer · 15 years ago
  18. 2bbcf66 Driver/OpenBSD: Improve ld options. - Patch by Jonathan Gray! by Daniel Dunbar · 15 years ago
  19. 738f8c2 Add beginnigs of rtti generation, wire up more of -fno-exceptions. by Mike Stump · 15 years ago
  20. 1172751 Have 'clang --analyze' run syntactic static analysis security checks. by Ted Kremenek · 15 years ago
  21. ceb5c5b Remove -ftraditional option, which gcc doesn't actually support. Make by Eli Friedman · 15 years ago
  22. e650c8c Introduce the notion of "Relocatable" precompiled headers, which are built by Douglas Gregor · 15 years ago
  23. cae087e Driver: Add Source argument for Commands to hold the Action which caused a by Daniel Dunbar · 15 years ago
  24. f7b8eec OpenBSD support. - Patch by Jonathan Gray! by Daniel Dunbar · 15 years ago
  25. 45483f7 Add stack protector support to clang. This generates the 'ssp' and 'sspreq' by Bill Wendling · 15 years ago
  26. 3a183d3 Forward -C and -CC to clang. by Daniel Dunbar · 15 years ago
  27. 75eb1d6 PR4016: Forward -fno-show-source-location to clang. by Daniel Dunbar · 15 years ago
  28. acebb39 Set function Attribute::NoImplicitFloat appropriately. by Devang Patel · 15 years ago
  29. 5a77973 Add driver support for -fsigned-char/-funsigned-char. by Eli Friedman · 15 years ago
  30. a46c71a forward -fno-color-diagnostics to clang-cc. by Torok Edwin · 15 years ago
  31. e528028 Driver: Support -mllvm; this just forwards options to clang-cc. by Daniel Dunbar · 15 years ago
  32. 34e6577 This patch adds support for sender-aware dispatch in Objective-C for the GNU runtime, when by Fariborz Jahanian · 15 years ago
  33. e027a4b Don't warn about -funit-at-a-time, and reject -fno-unit-at-a-time. by Daniel Dunbar · 15 years ago
  34. 7cfe31a Don't rely on getArchName() to return a constant string reference. by Daniel Dunbar · 15 years ago
  35. d8fc0f2 Add --analyzer-no-default-checks and --analyzer-output options. by Daniel Dunbar · 15 years ago
  36. f4e2486 Remove -fprintf-source-range-info from the Driver (this was renamed) 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 · 15 years ago
  39. 868bd0a Improve handling of (X86) target features. - This is a WIP... by Daniel Dunbar · 15 years ago
  40. d6884a0 Add -fobjc-tight-layout. by Daniel Dunbar · 15 years ago
  41. 6ecc7a9 Driver: When using the generic gcc tool, pass -m32 or -m64 if we by Daniel Dunbar · 15 years ago
  42. a8304f6 Driver: Generate an error when trying to pass an LLVM bc input to a by Daniel Dunbar · 15 years ago
  43. 11e1b40 DragonFly ToolChain definition for driver. - Patch by Alex Hornung! by Daniel Dunbar · 15 years ago
  44. fffd93f Implement -fmessage-length=N, which word-wraps diagnostics to N columns. by Douglas Gregor · 15 years ago
  45. bc85be8 Make sure to pass the same options to the static analyzer as the by Daniel Dunbar · 15 years ago
  46. ea71a5b With -ccc-pch-is-pch, always treat precompiled inputs as PCH, by Daniel Dunbar · 15 years ago
  47. a3ff202 Driver: Add -std-default= option. by Daniel Dunbar · 15 years ago
  48. 9c7db4a Driver: -mkernel disables default use of unwind tables (although I by Daniel Dunbar · 15 years ago
  49. 8abf881 Driver: -mkernel and -fapple-kext imply -mno-red-zone. by Daniel Dunbar · 15 years ago
  50. 3ed2945 Don't run dsymutil when making a fat executable direct source. by Daniel Dunbar · 15 years ago
  51. 9961293 Call ld, not collect2. - <rdar://problem/6517382> [driver] call ld directly by Daniel Dunbar · 15 years ago
  52. 182e092 rename -fprint-source-range-info -> -fdiagnostics-print-source-range-info. by Chris Lattner · 15 years ago
  53. 7695fba Forward f[no-]dollars-in-identifiers to clang, when specified. by Daniel Dunbar · 15 years ago
  54. 49138fc Forward -fno-diagnostics-fixit-info to clang-cc. by Daniel Dunbar · 15 years ago
  55. df91ef3 Preliminary PCH support in the driver by Douglas Gregor · 15 years ago
  56. 448f5e6 Added -print-ivar-layout option. No change in functionality yet. by Fariborz Jahanian · 15 years ago
  57. 9e820ee Pass -fdiagnostics-show-option to clang-cc by default. by Daniel Dunbar · 15 years ago
  58. 06ef3c3 Driver: Forward -W* to clang, it can handle all these itself now. by Daniel Dunbar · 15 years ago
  59. 70d3c92 Driver: For clang, accept -fsigned-bitfields and reject by Daniel Dunbar · 15 years ago
  60. d82df3a Implement support for GCC's -dD mode, which dumps -E output *and* by Chris Lattner · 15 years ago
  61. ff8857a Driver: Forward -miphoneos-version-min to clang. 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. 5c1aaaf Driver: Explicitly warn that -pg isn't supported (even though we by Daniel Dunbar · 15 years ago
  73. 16fd3a9 Driver: More verbosity reduction. by Daniel Dunbar · 15 years ago
  74. 0b46e1b Driver: Handle properly calling dsymutil when source input is by Daniel Dunbar · 15 years ago
  75. 68fb469 Driver: Explicitly ignore -fpch-preprocess when using clang, we don't by Daniel Dunbar · 15 years ago
  76. 8a2073a Driver: Add missed translation for darwin::Preprocess (gcc), -d* by Daniel Dunbar · 15 years ago
  77. c66a5a3 Add some whitespace to test my commit privileges. by Ed Schouten · 15 years ago
  78. 78d8a08 Driver: Allow -ccc-gcc-name to specify the name/path to use when by Daniel Dunbar · 15 years ago
  79. bf54a06 Quick and dirty (!) fix to make sure we use powerpc in triples. - PR3922 by Daniel Dunbar · 15 years ago
  80. 008f54a Driver: Add freebsd::Link - Patch by Ed Schouten! by Daniel Dunbar · 15 years ago
  81. bb71b39 Remove a FIXME, use -emit-pth to drive PTH generation. - c.f. r68164 by Daniel Dunbar · 15 years ago
  82. 8a8d8af Tweak/cleanup darwin::Link a bit, add several FIXMES, and improve test case. by Daniel Dunbar · 15 years ago
  83. 8e4fea6 Tweak darwin::Assemble and add a FIXME. by Daniel Dunbar · 15 years ago
  84. 077ba6a Driver: Forward -Wp, and -Xpreprocessor arguments to clang when using by Daniel Dunbar · 15 years ago
  85. 68a31d4 Driver: Call 'as' directly on FreeBSD. - Patch by Ed Schouten! by Daniel Dunbar · 15 years ago
  86. af07f93 (LLVM up) Update to use llvm::sys::getHostTriple(). by Daniel Dunbar · 15 years ago
  87. 46562b9 Fix -MD with no -MT when -o is specified (and fix test case). by Daniel Dunbar · 15 years ago
  88. cd8e4c4 Driver: Support -M and -MM. by Daniel Dunbar · 15 years ago
  89. a5a7bd0 Improve dependency file support. by Daniel Dunbar · 15 years ago
  90. 9120f17 Driver: Add test case for darwin::Preprocess and darwin::Compile by Daniel Dunbar · 15 years ago
  91. a3ec60e Driver: Finish porting Darwin::Preprocess and Compile port (still by Daniel Dunbar · 15 years ago
  92. 40f1265 Driver: Start porting Darwin::Preprocess and Compile implementations by Daniel Dunbar · 15 years ago
  93. b9f3a77 Driver: Pass -f[no-]pascal-strings on to clang, even if it has been by Daniel Dunbar · 15 years ago
  94. 02633b5 Driver: Add darwin::Link tool. by Daniel Dunbar · 15 years ago
  95. 9b646da Turn on -analyzer-eagerly-assume by default when using 'clang-cc' to perform by Ted Kremenek · 15 years ago
  96. 337a627 Driver: Handle -flto, -O4, and tweak -emit-llvm to match llvm-gcc. by Daniel Dunbar · 15 years ago
  97. b3fd500 Driver: Translate -fverbose-asm for LLVM backend. by Daniel Dunbar · 15 years ago
  98. 546654a Driver: Forward -MMD (not -MM) to clang-cc; this got lost in by Daniel Dunbar · 15 years ago
  99. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  100. a428df8 Driver: lipo wasn't being called correctly (translation failure from by Daniel Dunbar · 15 years ago