1. 8ac38d7 Driver/Darwin: Support -Wl, with -Xarch_. This doesn't work naturally because of by Daniel Dunbar · 14 years ago
  2. 7dd445e [analyzer] Use the new registration mechanism on the non-path-sensitive-checkers: by Argyrios Kyrtzidis · 14 years ago
  3. 0aa2057 Triple::MinGW64 is deprecated and removed. We can use Triple::MinGW32 instead. by NAKAMURA Takumi · 14 years ago
  4. 125b4cb Fix whitespace. by NAKAMURA Takumi · 14 years ago
  5. c9f2e0f [analyzer] Use the new registration mechanism on the IdempotentOperationChecker. by Argyrios Kyrtzidis · 14 years ago
  6. 027a6ab [analyzer] Use the new registration mechanism on some of the internal checks. These are: by Argyrios Kyrtzidis · 14 years ago
  7. 43dee22 [analyzer] Overhauling of the checker registration mechanism. by Argyrios Kyrtzidis · 14 years ago
  8. 2423026 Add braces to quiet a gcc warning. by Matt Beaumont-Gay · 15 years ago
  9. c16bb76 Adjust the object files to be linked in when mcount profiling by Roman Divacky · 15 years ago
  10. be4c870 Implement mcount profiling, enabled via -pg. by Roman Divacky · 15 years ago
  11. 17d3fea Driver/Frontend: Wire up -mregparm=. by Daniel Dunbar · 15 years ago
  12. fc2bd7c Add better support for ARM EABI triples. Patch by Renato Golin! by Bob Wilson · 15 years ago
  13. 2843c19 Driver: Fix spurious warning (from -cc1) about unused -fapple-kext on C inputs. by Daniel Dunbar · 15 years ago
  14. 398c610 build: Add support for DISABLE_DEFAULT_STRICT_ALIASING, which does what one by Daniel Dunbar · 15 years ago
  15. 322c29f clang: Add support for a CC_PRINT_HEADERS environment variable, which mirrors by Daniel Dunbar · 15 years ago
  16. 8e50a96 Add NetBSD target support. Patch by Joerg Sonnenberger. by Benjamin Kramer · 15 years ago
  17. b2d11cc Turn on -momit-leaf-frame-pointer by default on all non-Darwin platforms. by Nick Lewycky · 15 years ago
  18. 6f75550 Basic support for -mms-bitfields, from Carl Norum! by Douglas Gregor · 15 years ago
  19. 80f0ab7 Add hardcoded -L/usr/lib after all -L options to the FreeBSD linker invocation. by Roman Divacky · 15 years ago
  20. bd5a94e [analyzer] Enable the self-init checker under command-line option '-analyzer-check-objc-self-init' which by default by Argyrios Kyrtzidis · 15 years ago
  21. 657ca66 improve compatibility with GCC: when generating the ".d" filename to use by Chris Lattner · 15 years ago
  22. f033517 Driver: tweak handling of '--analyze' to invoke by Ted Kremenek · 15 years ago
  23. 32bef4e Replace all uses of PathV1::exists with PathV2::fs::exists. by Michael J. Spencer · 15 years ago
  24. b466d01 Add all options needed to support -fapple-kext. wip. by Fariborz Jahanian · 15 years ago
  25. 112c330 Fold -fobjc-nonfragile-abi2 into -fobjc-nonfragile-abi. // rdar://8818375 by Fariborz Jahanian · 15 years ago
  26. c32647d Add -fobjc-default-synthesized-properties flag by Ted Kremenek · 15 years ago
  27. 592f241 Fix PR8639 by making the "argument unused during compilation" less agressive. Now we by Rafael Espindola · 15 years ago
  28. 472ccff Replace all uses of PathV1::getLast with PathV2::filename. by Michael J. Spencer · 15 years ago
  29. 9eb93b0 Driver: M and MM should be grouped together, <rdar://problem/8744831>. by Daniel Dunbar · 15 years ago
  30. 49c64fd Handle -nostartfiles. by Rafael Espindola · 15 years ago
  31. 03013fa Merge System into Support. by Michael J. Spencer · 15 years ago
  32. a4c2475 Forward the -fno-elide-constructor argument to clang -cc1. Fixes PR8652. by Anders Carlsson · 15 years ago
  33. a30d6cd Driver/Darwin: Don't pass -demangle to an iOS linker, which may not understand by Daniel Dunbar · 15 years ago
  34. d02bba8 Driver: Ignore -force_cpusubtype_ALL. by Daniel Dunbar · 15 years ago
  35. 1380a14 -Rename -Wargument-larger-than -> -Wlarge-by-value-copy by Argyrios Kyrtzidis · 15 years ago
  36. 3532fdd Introduce option -Wargument-larger-than[=N] which warns about function definitions if they take by-value by Argyrios Kyrtzidis · 15 years ago
  37. fdda171 Implement -pie. by Rafael Espindola · 15 years ago
  38. dbe80d9 Don't warn about clang -w -c foo.s Helps with the gdb testsuite. by Rafael Espindola · 15 years ago
  39. 7f6458b Don't warn about -w not being used in a link. Necessary to get sane by Rafael Espindola · 15 years ago
  40. db85e05 Silence warning for "clang -O2 -O0 -c foo.c -o foo.o. Fixes PR8607. by Rafael Espindola · 15 years ago
  41. 26f14c3 Fixes PR8611. by Rafael Espindola · 15 years ago
  42. 5e3bc94 Driver: Support -Oz as an alias for -Os. by Daniel Dunbar · 15 years ago
  43. 89414b3 Add support for -nostdlib in the linux toolchain. by Rafael Espindola · 15 years ago
  44. e0e6d3b Add support for -s, -pthread and -pthreads. Thanks to Hans Wennborg and by Rafael Espindola · 15 years ago
  45. de17ba7 Driver: Allow build system override of default non-fragile ABI version. by Daniel Dunbar · 15 years ago
  46. 65ba55d Add -rdynamic to freebsd and openbsd. Patch by Ruben. by Rafael Espindola · 15 years ago
  47. 9284d21 Add support for soft/hard float options to the Sparc target by Bruno Cardoso Lopes · 15 years ago
  48. dc1b76d Add support for -rdynamic. by Rafael Espindola · 15 years ago
  49. c1da981 Use ld directly on linux. Changes from the previous try: by Rafael Espindola · 15 years ago
  50. 389db16 Implement -working-directory. by Argyrios Kyrtzidis · 15 years ago
  51. 138e66f Revert while I debug test failures :-( by Rafael Espindola · 15 years ago
  52. 29a88f4 Switch clang to run ld directly on linux. I tested this on all the linux by Rafael Espindola · 15 years ago
  53. 1689439 Driver: Silently ignore -fasm-blocks for now instead of error'ing, this cause by Daniel Dunbar · 15 years ago
  54. b14eed0 Driver/IA: Ignore -L for now, which users shouldn't be using for semantic effect. by Daniel Dunbar · 15 years ago
  55. dae4ac4 Reorganize predefined macros for all Windows targets. by Michael J. Spencer · 15 years ago
  56. 20249a1 Fix Whitespace. by Michael J. Spencer · 15 years ago
  57. feee58c Add support for the '--sysroot' flag, and an accompanying test of its by Chandler Carruth · 15 years ago
  58. 25b26eb Driver: Reject -fasm-blocks except on X86 (where we just ignore it, since by Daniel Dunbar · 15 years ago
  59. fcec10b Driver/IA: Accept and ignore -force_cpusubtype_ALL, as in 'clang -c by Daniel Dunbar · 15 years ago
  60. 270073c Driver/Darwin: Forward -ObjC when linking, which may be needed when using static by Daniel Dunbar · 15 years ago
  61. 06205ca Driver: Error on -fno-for-scope, which we have no intention of supporting. by Daniel Dunbar · 15 years ago
  62. 63d907b Revert r116605, a lot more were committed by mistake. by Argyrios Kyrtzidis · 15 years ago
  63. 721f38c Add '-include-pch' option to the driver, so it can get passed to the cc1 driver. by Argyrios Kyrtzidis · 15 years ago
  64. 4d5625e Wire up the -fstrict-aliasing and -fno-strict-aliasing options by Dan Gohman · 15 years ago
  65. d3ab63e Eliminate -fdiagnostics-binary and all of the infrastructure for by Douglas Gregor · 15 years ago
  66. cd7a30b lib/Driver/Tools.cpp: Disable cxa_atexit by default also on Cygwin. by NAKAMURA Takumi · 15 years ago
  67. 9a2b9d7 Implement -fshort-enums (rdar://8490496). by Argyrios Kyrtzidis · 15 years ago
  68. 4a1cdb5 Teach the driver to pass -fexceptions in Objective-C inputs on ARM. by John McCall · 15 years ago
  69. c69e1cf Introduce -flimit-debug-info. by Devang Patel · 15 years ago
  70. 990142a Driver: Ignore the found PCH file if its '-include' is not the first one. by Argyrios Kyrtzidis · 15 years ago
  71. 48f9994 Driver/Linux: Translate rewritten lib options back to standard -l form when by Daniel Dunbar · 15 years ago
  72. e94db47 Driver: Add -fallow-unsupported which disables some of the eager error'ing we do by Daniel Dunbar · 15 years ago
  73. e3365aa Fix header comment so we don't break emacs. by Nick Lewycky · 15 years ago
  74. f765d76 If -fcolor-diagnostics is explicitly passed to the driver respect that even if the driver is of the opinion that by Argyrios Kyrtzidis · 15 years ago
  75. dea6313 Driver/Objective-C: Retool Objective-C ABI flags to be more usable, and actually by Daniel Dunbar · 15 years ago
  76. 7433fed Driver: implement driver automagic support for -lcc_kext by Shantonu Sen · 15 years ago
  77. 7f18e67 Add a -ftrapv-handler= option which allows a handler to invoke instead of simply aborting when a signed operation overflows. This mirrors the (GCC-incompatible) behaviour from clang 1.0 and 1.1 when -ftrapv was specified, but allows the handler to be defined for each compilation unit. by David Chisnall · 15 years ago
  78. 132e35d Driver: Fix spelling of AddCXXStdlibLibArgs, which I copy-n-pasto'd. by Daniel Dunbar · 15 years ago
  79. e5a37f4 Driver: Add magic handling for "reserved library names", starting with by Daniel Dunbar · 15 years ago
  80. 2008fee Driver: Factor out AddLinkerInputs() function. by Daniel Dunbar · 15 years ago
  81. 5f81d8a Make the new -fobjc-nonfragile-abi2 the default by Fariborz Jahanian · 15 years ago
  82. 641b98b Driver: Factor out some code for handling the C++ standard library. by Daniel Dunbar · 15 years ago
  83. 1a2cd4f Simplify. by Daniel Dunbar · 15 years ago
  84. d0a57d5 Disable cxa_atexit by default on MingW. Patch by Dimitry Andric! by Anton Korobeynikov · 15 years ago
  85. 748de8e Driver/Darwin: Make the compilation object available in AddLinkArgs. by Daniel Dunbar · 15 years ago
  86. fee1add Driver: Mark function as nounwind when -mkernel or -fapple-kext is present. by Daniel Dunbar · 15 years ago
  87. 9ced704 Driver/Darwin: Catch another case where ld ends up using ld_classic. by Daniel Dunbar · 15 years ago
  88. bcf1da8 Driver/Darwin: Don't pass -demangle to the linker when we know it is going to by Daniel Dunbar · 15 years ago
  89. 79e9e9d Make "-ccc-cxx" option work on Linux. Patch by nobled. by Rafael Espindola · 15 years ago
  90. 400b607 Add support for Borland extensions via option -fborland-extensions by Dawn Perchik · 15 years ago
  91. d0b4e7c Reverting rev 112791 - apparently -fborland-extensions is on all the time?! by Dawn Perchik · 15 years ago
  92. 621a2f3 Add support for Borland extensions via option -fborland-extensions by Dawn Perchik · 15 years ago
  93. f7c16d9 Frontend: Add basic -H support. by Daniel Dunbar · 15 years ago
  94. ca0e054 Driver/Clang: Forward -Wa, and -Xassembler to clang -cc1 when using the by Daniel Dunbar · 15 years ago
  95. 00577ad Driver: Move Clang "triple" computation routines to method on the by Daniel Dunbar · 15 years ago
  96. ff58e36 Visual Studio tools used on win32 hosts when targeting win32. by Michael J. Spencer · 15 years ago
  97. 4786c15 Add machine-parseable Fix-It output as part of diagnostics, under the by Douglas Gregor · 15 years ago
  98. c736377 Pass some things to the linker that gcc passes. -r is the only one of these that I'm sure about, but the others seem to be listed on FreeBSD by gcc -dumpspecs, so I hope they're right. Apparently -r is also not passed on GNU/Linux (and should be), but I can't see where the toolchain definition for this platform live. by David Chisnall · 15 years ago
  99. e5c3537 Switch on PCH for C++. C++ fans all over the world rejoice. by Argyrios Kyrtzidis · 15 years ago
  100. b18dc5b Driver/Darwin: Pass -demangle when linking, if the linker supports it. by Daniel Dunbar · 15 years ago