1. 26f14c3 Fixes PR8611. by Rafael Espindola · 14 years ago
  2. 5e3bc94 Driver: Support -Oz as an alias for -Os. by Daniel Dunbar · 14 years ago
  3. 89414b3 Add support for -nostdlib in the linux toolchain. by Rafael Espindola · 14 years ago
  4. e0e6d3b Add support for -s, -pthread and -pthreads. Thanks to Hans Wennborg and by Rafael Espindola · 14 years ago
  5. de17ba7 Driver: Allow build system override of default non-fragile ABI version. by Daniel Dunbar · 14 years ago
  6. 65ba55d Add -rdynamic to freebsd and openbsd. Patch by Ruben. by Rafael Espindola · 14 years ago
  7. 9284d21 Add support for soft/hard float options to the Sparc target by Bruno Cardoso Lopes · 14 years ago
  8. dc1b76d Add support for -rdynamic. by Rafael Espindola · 14 years ago
  9. c1da981 Use ld directly on linux. Changes from the previous try: by Rafael Espindola · 14 years ago
  10. 389db16 Implement -working-directory. by Argyrios Kyrtzidis · 14 years ago
  11. 138e66f Revert while I debug test failures :-( by Rafael Espindola · 14 years ago
  12. 29a88f4 Switch clang to run ld directly on linux. I tested this on all the linux by Rafael Espindola · 14 years ago
  13. 1689439 Driver: Silently ignore -fasm-blocks for now instead of error'ing, this cause by Daniel Dunbar · 14 years ago
  14. b14eed0 Driver/IA: Ignore -L for now, which users shouldn't be using for semantic effect. by Daniel Dunbar · 14 years ago
  15. dae4ac4 Reorganize predefined macros for all Windows targets. by Michael J. Spencer · 14 years ago
  16. 20249a1 Fix Whitespace. by Michael J. Spencer · 14 years ago
  17. feee58c Add support for the '--sysroot' flag, and an accompanying test of its by Chandler Carruth · 14 years ago
  18. 25b26eb Driver: Reject -fasm-blocks except on X86 (where we just ignore it, since by Daniel Dunbar · 14 years ago
  19. fcec10b Driver/IA: Accept and ignore -force_cpusubtype_ALL, as in 'clang -c by Daniel Dunbar · 14 years ago
  20. 270073c Driver/Darwin: Forward -ObjC when linking, which may be needed when using static by Daniel Dunbar · 14 years ago
  21. 06205ca Driver: Error on -fno-for-scope, which we have no intention of supporting. by Daniel Dunbar · 14 years ago
  22. 63d907b Revert r116605, a lot more were committed by mistake. by Argyrios Kyrtzidis · 14 years ago
  23. 721f38c Add '-include-pch' option to the driver, so it can get passed to the cc1 driver. by Argyrios Kyrtzidis · 14 years ago
  24. 4d5625e Wire up the -fstrict-aliasing and -fno-strict-aliasing options by Dan Gohman · 14 years ago
  25. d3ab63e Eliminate -fdiagnostics-binary and all of the infrastructure for by Douglas Gregor · 14 years ago
  26. cd7a30b lib/Driver/Tools.cpp: Disable cxa_atexit by default also on Cygwin. by NAKAMURA Takumi · 14 years ago
  27. 9a2b9d7 Implement -fshort-enums (rdar://8490496). by Argyrios Kyrtzidis · 14 years ago
  28. 4a1cdb5 Teach the driver to pass -fexceptions in Objective-C inputs on ARM. by John McCall · 14 years ago
  29. c69e1cf Introduce -flimit-debug-info. by Devang Patel · 14 years ago
  30. 990142a Driver: Ignore the found PCH file if its '-include' is not the first one. by Argyrios Kyrtzidis · 14 years ago
  31. 48f9994 Driver/Linux: Translate rewritten lib options back to standard -l form when by Daniel Dunbar · 14 years ago
  32. e94db47 Driver: Add -fallow-unsupported which disables some of the eager error'ing we do by Daniel Dunbar · 14 years ago
  33. e3365aa Fix header comment so we don't break emacs. by Nick Lewycky · 14 years ago
  34. f765d76 If -fcolor-diagnostics is explicitly passed to the driver respect that even if the driver is of the opinion that by Argyrios Kyrtzidis · 14 years ago
  35. dea6313 Driver/Objective-C: Retool Objective-C ABI flags to be more usable, and actually by Daniel Dunbar · 14 years ago
  36. 7433fed Driver: implement driver automagic support for -lcc_kext by Shantonu Sen · 14 years ago
  37. 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 · 14 years ago
  38. 132e35d Driver: Fix spelling of AddCXXStdlibLibArgs, which I copy-n-pasto'd. by Daniel Dunbar · 14 years ago
  39. e5a37f4 Driver: Add magic handling for "reserved library names", starting with by Daniel Dunbar · 14 years ago
  40. 2008fee Driver: Factor out AddLinkerInputs() function. by Daniel Dunbar · 14 years ago
  41. 5f81d8a Make the new -fobjc-nonfragile-abi2 the default by Fariborz Jahanian · 14 years ago
  42. 641b98b Driver: Factor out some code for handling the C++ standard library. by Daniel Dunbar · 14 years ago
  43. 1a2cd4f Simplify. by Daniel Dunbar · 14 years ago
  44. d0a57d5 Disable cxa_atexit by default on MingW. Patch by Dimitry Andric! by Anton Korobeynikov · 14 years ago
  45. 748de8e Driver/Darwin: Make the compilation object available in AddLinkArgs. by Daniel Dunbar · 14 years ago
  46. fee1add Driver: Mark function as nounwind when -mkernel or -fapple-kext is present. by Daniel Dunbar · 14 years ago
  47. 9ced704 Driver/Darwin: Catch another case where ld ends up using ld_classic. by Daniel Dunbar · 14 years ago
  48. bcf1da8 Driver/Darwin: Don't pass -demangle to the linker when we know it is going to by Daniel Dunbar · 14 years ago
  49. 79e9e9d Make "-ccc-cxx" option work on Linux. Patch by nobled. by Rafael Espindola · 14 years ago
  50. 400b607 Add support for Borland extensions via option -fborland-extensions by Dawn Perchik · 14 years ago
  51. d0b4e7c Reverting rev 112791 - apparently -fborland-extensions is on all the time?! by Dawn Perchik · 14 years ago
  52. 621a2f3 Add support for Borland extensions via option -fborland-extensions by Dawn Perchik · 14 years ago
  53. f7c16d9 Frontend: Add basic -H support. by Daniel Dunbar · 14 years ago
  54. ca0e054 Driver/Clang: Forward -Wa, and -Xassembler to clang -cc1 when using the by Daniel Dunbar · 14 years ago
  55. 00577ad Driver: Move Clang "triple" computation routines to method on the by Daniel Dunbar · 14 years ago
  56. ff58e36 Visual Studio tools used on win32 hosts when targeting win32. by Michael J. Spencer · 14 years ago
  57. 4786c15 Add machine-parseable Fix-It output as part of diagnostics, under the by Douglas Gregor · 14 years ago
  58. 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 · 14 years ago
  59. e5c3537 Switch on PCH for C++. C++ fans all over the world rejoice. by Argyrios Kyrtzidis · 14 years ago
  60. b18dc5b Driver/Darwin: Pass -demangle when linking, if the linker supports it. by Daniel Dunbar · 14 years ago
  61. c176bc6 Driver: Add -mlinker-version=, which forwards to -target-linker-version. by Daniel Dunbar · 14 years ago
  62. 79a79f5 Turn on idempotent operations checker when using --analyze. by Ted Kremenek · 14 years ago
  63. ba30bbe Run the assembler instead of gcc on Linux. by Rafael Espindola · 14 years ago
  64. f84d409 Make -funroll-loops turn on loop unrolling in the optimizer instead by Eric Christopher · 14 years ago
  65. 2dffe2d Driver: Don't forward any -g options to GCC, when using it to drive the by Daniel Dunbar · 14 years ago
  66. 2fe238e Driver: Add Compilation::addCommand and switch tools to using it, now that we by Daniel Dunbar · 14 years ago
  67. 7c1e465 Driver: Eliminate special InputInfo kind for pipes, it is now unused. by Daniel Dunbar · 14 years ago
  68. 95c0457 Driver/OpenBSD: Update toolchain for compiler changes / C++; patch by Jonathan by Daniel Dunbar · 14 years ago
  69. f5438e3 Driver/Darwin: Set -force_cpusubtype_ALL only by default on x86. by Daniel Dunbar · 14 years ago
  70. 405861d Add -lstdc++ to DragonFly tools. Patch by Sascha Wildner. by Rafael Espindola · 14 years ago
  71. 5314e44 Driver: Make -fnext-runtime the default when rewriting Objective-C. by Daniel Dunbar · 14 years ago
  72. a001c1c Driver: Fix a possible use after free. by Daniel Dunbar · 14 years ago
  73. b9a8226 Driver: When re'execing clang, use path to the main executable instead of by Daniel Dunbar · 14 years ago
  74. 4a7e889 Driver: Remove some unused arguments. by Daniel Dunbar · 14 years ago
  75. 47e879d Driver/Darwin: Pass -pie/-no_pie to the linker when -fpie/-fno-pie and friends by Daniel Dunbar · 14 years ago
  76. a0068fc Introduce -f{no-}spell-checking options to enable/disable by Douglas Gregor · 14 years ago
  77. 38e317d add driver support for minix, patch by Kees van Reeuwijk from PR7583 by Chris Lattner · 14 years ago
  78. 1ad6648 Driver/IRgen: Add support for -momit-leaf-frame-pointer. by Daniel Dunbar · 14 years ago
  79. bcd6df6 Set the default arch based on the triple. by Rafael Espindola · 14 years ago
  80. 7e9cebf Use softfp for linux gnueabi, keep the warning for everything else. by Rafael Espindola · 14 years ago
  81. a4d7145 Implement support for -fwrapv, rdar://7221421 by Chris Lattner · 14 years ago
  82. be6d8e3 Driver: Remove some dead code left around after a refactoring. Found by the by Daniel Dunbar · 14 years ago
  83. 7255a2d implement support for -finstrument-functions, patch by Nelson Elhage! by Chris Lattner · 14 years ago
  84. 1ed1a59 Change the test for which ABI/CC to use on ARM to be base on the environment by Rafael Espindola · 14 years ago
  85. 7cf84d6 Implement -fvisibility-inlines-hidden. <rdar://problem/7819834> by Douglas Gregor · 14 years ago
  86. 0e10031 Driver: Eliminate uses of Arg::getIndex. by Daniel Dunbar · 14 years ago
  87. 7e4953e Driver: Fix arg_iterator typing to reflect that it is really an iterator over Arg*s. by Daniel Dunbar · 14 years ago
  88. 5edbdcc Add an option -fshow-overloads=best|all to limit the number of overload by Jeffrey Yasskin · 14 years ago
  89. 0ea22fd Implement -fcaret-diagnostics to undo -fno-caret-diagnostics. by Jeffrey Yasskin · 14 years ago
  90. 6c6424b Driver: Support invoking Clang on .ll or .bc inputs. by Daniel Dunbar · 14 years ago
  91. 6e90047 Driver: Change -dwarf-debug-flags option to pass the original command line by Daniel Dunbar · 14 years ago
  92. be1cc3e Driver/Darwin: Model dsymutil properly, as a separate action/tool kind which is by Daniel Dunbar · 14 years ago
  93. 6e0f254 Driver: Add an explicit dsymutil action. by Daniel Dunbar · 14 years ago
  94. 469d40e Driver: Spell -relax-all correctly when calling the cc1as tool. by Daniel Dunbar · 14 years ago
  95. 473916c Driver: Update -O -> -O2 replacement for addition of -O0 option. by Daniel Dunbar · 14 years ago
  96. 9929800 Driver: Add support for -m[no-]relax-all, and make it the default at -O0. by Daniel Dunbar · 14 years ago
  97. c304ba3 Daniel re-educated me about what Alias does and does not do. Turn that off for by Chandler Carruth · 14 years ago
  98. 20a9aa5 Driver: Add a tool definition for the Clang integrated assembler. by Daniel Dunbar · 14 years ago
  99. c3e31d6 Expose -fobjc-nonfragile-abi2 as a top-level clang driver option. Fixes <rdar://problem/8007063>. by Ted Kremenek · 14 years ago
  100. 1b71848 Driver: Make -fverbose-asm the default for platforms where the integrated by Daniel Dunbar · 14 years ago