1. 359b105 Process the -freciprocal-math optimization flag (PR20912) by Sanjay Patel · 11 years ago
  2. 879d18b8 [ARM] add support for Cortex-R4/R4F by Javed Absar · 11 years ago
  3. 298059a This reverts commit r234104, bringing back 233393 now that ARM is fixed. by Rafael Espindola · 11 years ago
  4. d7329ef Revert "Revert "Revert "Don't use unique section names by default if using the integrated as.""" by Rafael Espindola · 11 years ago
  5. 321fabf Revert "Revert "Don't use unique section names by default if using the integrated as."" by Rafael Espindola · 11 years ago
  6. 269c2a2 Complete comment. Reflow conditional. by Eric Christopher · 11 years ago
  7. 3109546 [UBSan] Embed UBSan into ASan runtime (Clang part). by Alexey Samsonov · 11 years ago
  8. 3a610eb [SystemZ] Support transactional execution on zEC12 by Ulrich Weigand · 11 years ago
  9. a8bd600 [X86] Use getHostCPUFeatures when 'native' is specified for cpu. by Craig Topper · 11 years ago
  10. 6ab52fa Add driver support for Native Client SDK by Derek Schuff · 11 years ago
  11. d053d20d0 Revert "Don't use unique section names by default if using the integrated as." by Rafael Espindola · 11 years ago
  12. 463a0af Don't use unique section names by default if using the integrated as. by Rafael Espindola · 11 years ago
  13. 6e57615 Enable -ffunction-sections and -fdata-sections for CloudABI by default. by Ed Schouten · 11 years ago
  14. 3c3e58c Let Clang invoke CloudABI's linker. by Ed Schouten · 11 years ago
  15. 3ae177c [UBSan] Introduce "ubsan_standalone" library (Clang part). by Alexey Samsonov · 11 years ago
  16. c54920a Fix and update comments and a small reformatting. by Eric Christopher · 11 years ago
  17. 3205f52 handle armeb/thumb/thumbeb consistently in gnutools::Assemble::ConstructJob by Scott Douglass · 11 years ago
  18. d4cfffc Convert cascading if-else-if to switch. NFC by Scott Douglass · 11 years ago
  19. c371ff0 MS ABI: Implement driver-level support for thread-safe statics by David Majnemer · 11 years ago
  20. c473255 Only add -fno-rtti if KernelOrKext or in C++ mode. by Filipe Cabecinhas · 11 years ago
  21. 7ffc3fb C++14: Disable sized deallocation by default due to ABI breakage by Reid Kleckner · 11 years ago
  22. c68aa16 Add option to switch off putting header modules into the dependency file. by Manuel Klimek · 11 years ago
  23. 92e1b62 Remove many superfluous SmallString::str() calls. by Yaron Keren · 11 years ago
  24. d0cf6c8 Imply linker arguments from '-fveclib' option. by Michael Zolotukhin · 11 years ago
  25. c888dd0 Add fveclib option. by Michael Zolotukhin · 11 years ago
  26. e11531f [ARM] Add support for ARMV6K subtarget (Clang) by Renato Golin · 11 years ago
  27. 3f8dafb Fix grammar in a comment, wrap to 80 columns. No behavior change. by Nico Weber · 11 years ago
  28. 0d0a1a5 [PowerPC] ABI support for the QPX vector instruction set by Hal Finkel · 11 years ago
  29. e93bcd1 Gender-neutralize a comment. by Nico Weber · 11 years ago
  30. 7e7dd47 Much like we silence warnings about -flto in many cases to facilitate by Chandler Carruth · 11 years ago
  31. e4c47f2 Pass -dll to link.exe when building with -shared (PR22697) by Hans Wennborg · 11 years ago
  32. 77214a4 Don't force -pie for Android. by Dan Albert · 11 years ago
  33. 773fa2c [SDK modernizer]. Patch fixes driver's lack of by Fariborz Jahanian · 11 years ago
  34. 34d761d Revert r231008 (and dependent r231019). by Daniel Jasper · 11 years ago
  35. 4c616d4 [SDK modernizer]. Patch fixes driver's lack of by Fariborz Jahanian · 11 years ago
  36. b111ec9 Add clang support for Objective-C application extensions. by Bob Wilson · 11 years ago
  37. 33335df Add missing include. by Benjamin Kramer · 11 years ago
  38. 1df0fea Add -fuse-line-directive flag to control usage of #line with -E by Reid Kleckner · 11 years ago
  39. c4da9c8 -fms-extensions: Bump the default _MSC_VER from 1700 to 1800, aka VS2013 by Reid Kleckner · 11 years ago
  40. dcc0edd Move -fdefine-sized-deallocation and -fno-sized-deallocation options from driver into CC1 for now. by Larisse Voufo · 11 years ago
  41. 162feb5 [Mips] Support mips32r3, mips32r5, mips64r3, mips64r5 MIPS ISA names by Simon Atanasyan · 11 years ago
  42. a4ccff3 Implement Control Flow Integrity for virtual calls. by Peter Collingbourne · 11 years ago
  43. 6b07a1c Add -funique-section-names and -fno-unique-section-names options. by Rafael Espindola · 11 years ago
  44. d2e8b04 Add -fno-implicit-modules. by Manuel Klimek · 11 years ago
  45. 8908823 Add -fno-sized-deallocation option for completeness of fix in r229241 in documentation in r229818. by Larisse Voufo · 11 years ago
  46. ec5d0e6 Improve our handling of rtti/sanitize=vptr/sanitize=undefined by Filipe Cabecinhas · 11 years ago
  47. d86d670 [ARM] Add missing M/R class CPUs by Bradley Smith · 11 years ago
  48. e990a3f Rename flags and options to match current naming: from -fdef-sized-delete to -fdefine-sized-deallocation, and from DefaultSizedDelete to DefineSizedDeallocation. by Larisse Voufo · 11 years ago
  49. 320fc26 Replace snprintf with a Twine. NFC. by Benjamin Kramer · 11 years ago
  50. 5526f4f Revise the implementation logic of sized deallocation: Do not automatically generate weak definitions of the sized operator delete (in terms of unsized operator delete). Instead, provide the funcitonality via a new compiler flag, -fdef-sized-delete. by Larisse Voufo · 11 years ago
  51. a5b195a Revert "Revert r229082 for a bit, it caused PR22577." by David Majnemer · 11 years ago
  52. 7ce96b8 Revert r229082 for a bit, it caused PR22577. by Nico Weber · 11 years ago
  53. abc482e MS ABI: Implement /volatile:ms by David Majnemer · 11 years ago
  54. 911b7b1 [PowerPC] Remove the --no-tls-optimize workaround from the clang driver by Bill Schmidt · 11 years ago
  55. 3ffb61b -iframework option should be forwarded to linker by Steven Wu · 11 years ago
  56. 12ba5fd [PowerPC] Re-disable linker optimizations for now by Bill Schmidt · 11 years ago
  57. deeddec Re-land r228258 and make clang-cl's /EHs- disable -fexceptions again by Reid Kleckner · 11 years ago
  58. 0a9c061 [PowerPC] Revert workaround for TLS linker bug by Bill Schmidt · 11 years ago
  59. 86ea770 Driver: Stop forcing frame pointer usage on Windows by Reid Kleckner · 11 years ago
  60. e056ec3 Replace isalnum with isAlphanumeric per review by Ben Langmuir · 11 years ago
  61. 84545d7 Teaches the Clang driver to accept Cortex-A72 by Renato Golin · 11 years ago
  62. 3b7b540 Make the default module cache user-specific by Ben Langmuir · 11 years ago
  63. 3e34e65 Use CLANG_LIBDIR_SUFFIX when looking for the gold plugin. by Rafael Espindola · 11 years ago
  64. 68eb60b PR 17421: Implemented -save-temps={obj|cwd} option by Reid Kleckner · 11 years ago
  65. f2a3aec Tweak behavior due to -fexceptions, in C++ mode, imply -fcxx-exceptions by Filipe Cabecinhas · 11 years ago
  66. 58c2199 Fix regression in r227409 where we were passing -fsyntax-only in all cases. by Eric Christopher · 11 years ago
  67. 7f933f4 [mips] Pass ABI name via -target-abi instead of target-features by Daniel Sanders · 11 years ago
  68. c9c4025 Remove unneeded code by Filipe Cabecinhas · 11 years ago
  69. ab80f18 clang-cl: Enable -fexceptions but not -fcxx-exceptions by default by Reid Kleckner · 11 years ago
  70. 28f353c Add some more PS4 driver settings related to rtti and exceptions. by Filipe Cabecinhas · 11 years ago
  71. f32a1ac [PowerPC] Work around TLS linker bug by Ulrich Weigand · 11 years ago
  72. cc7ff50 Ensure that -fsyntax-only with fortran 90 passes along silently by Eric Christopher · 11 years ago
  73. 1689d3f For the --be8 flag, check explicitly for pre-v7 / pre-v6m cores. by Joerg Sonnenberger · 11 years ago
  74. 6f2875d [clang] Use -android environment for all compiler-rt libs. by Dan Albert · 11 years ago
  75. b1e6c2d Fix part of r227215. PS4 code just omits leaf frame pointers. by Filipe Cabecinhas · 11 years ago
  76. 4b44257 Added more PS4 defaults for code generation by Filipe Cabecinhas · 11 years ago
  77. dceac98 For NetBSD/ARM-EB, link with --be8. Support for the older BE32 is by Joerg Sonnenberger · 11 years ago
  78. b625f48 Allows Clang to use LLVM's fixes-x18 option by Renato Golin · 11 years ago
  79. 76c9e09 Process the -fno-signed-zeros optimization flag (PR20870) by Sanjay Patel · 11 years ago
  80. 77dc236 Implement command line options for stack probe space by Hans Wennborg · 11 years ago
  81. cb0d13f Adding option -fno-inline-asm to disallow inline asm by Steven Wu · 11 years ago
  82. c7af264 Revert "Insert random noops to increase security against ROP attacks (clang)" by JF Bastien · 11 years ago
  83. 4cb5570 Insert random noops to increase security against ROP attacks (clang) by JF Bastien · 11 years ago
  84. 76a4b95 Driver: begin threading frontend support for SymbolRewriter by Saleem Abdulrasool · 11 years ago
  85. d8e38a3 R600: Handle amdgcn triple by Tom Stellard · 11 years ago
  86. ba26f58 Set the default ISA for OpenBSD/mips64 to MIPS III. by Brad Smith · 11 years ago
  87. 7a45e87 Fix formatting. NFC. by Rafael Espindola · 11 years ago
  88. 577637a Really don't warn about -flto/fno-lto :-( by Rafael Espindola · 11 years ago
  89. 16042fc Also avoid warning on -flto/-fno-lto on linux. by Rafael Espindola · 11 years ago
  90. 5640ae4 Don't warn on unused -fno-lto. by Rafael Espindola · 11 years ago
  91. 61770ab Driver: honour the clang-cl behaviour on ARM as well by Saleem Abdulrasool · 11 years ago
  92. 1d59f49 Driver: reuse getCompilerRT in place of addSanitizerRTWindows by Saleem Abdulrasool · 11 years ago
  93. 6815094 Driver: unify compiler-rt component selection by Saleem Abdulrasool · 11 years ago
  94. 2e46ebe Driver: whitespace by Saleem Abdulrasool · 11 years ago
  95. c787e4e Driver: use the canonical library prefix on Windows by Saleem Abdulrasool · 11 years ago
  96. 8d7ade7 Driver: unify addClangRT{Linux,Windows} by Saleem Abdulrasool · 11 years ago
  97. 0072150 Add driver flags -ftrigraphs, -fno-trigraphs. by Nico Weber · 11 years ago
  98. 23a55f1 Reapply "Change -save-temps to emit unoptimized bitcode files." by Bob Wilson · 11 years ago
  99. 9a21546 Driver: hoist an assertion by Saleem Abdulrasool · 11 years ago
  100. 21b1876 Driver: refactor a local variable by Saleem Abdulrasool · 11 years ago