1. 970b281 [Modules] Honor -fmodule-name when handling private framework modules by Bruno Cardoso Lopes · 8 years ago
  2. 220671a Adding nocf_check attribute for cf-protection fine tuning by Oren Ben Simhon · 8 years ago
  3. 4289f4c [FrontEnd] Allow overriding the default C/C++ -std via CMake vars by Michal Gorny · 8 years ago
  4. 627586b Add an option to disable tail-call optimization for escaping blocks. by Akira Hatanaka · 8 years ago
  5. ca552b8 [Driver] Pass -f[no-]emulated-tls and set up ExplicitEmulatedTLS by Chih-Hung Hsieh · 8 years ago
  6. 7971209 [OpenMP] Extend NVPTX SPMD implementation of combined constructs by Carlo Bertolli · 8 years ago
  7. e768132 [CUDA] Include single GPU binary, NFCI. by Jonas Hahnfeld · 8 years ago
  8. a2fbcef [DebugInfo] Support DWARF v5 source code embedding extension by Scott Linder · 8 years ago
  9. ac24bb5 [RISCV] Enable __int128_t and __uint128_t through clang flag by Mandeep Singh Grang · 8 years ago
  10. d43f40d Support for the mno-stack-arg-probe flag by Hans Wennborg · 8 years ago
  11. 20f6592 [OpenCL] Add '-cl-uniform-work-group-size' compile option by Alexey Sotkin · 8 years ago
  12. 4ba5817 ASan+operator new[]: Add an option for more thorough operator new[] cookie poisoning by Filipe Cabecinhas · 8 years ago
  13. 5379c6d [CUDA] Add option to generate relocatable device code by Jonas Hahnfeld · 8 years ago
  14. 207e7b1 [Templight] Template Instantiation Observer by Gabor Horvath · 8 years ago
  15. 4a190fe [analyzer] Show full analyzer invocation for reproducibility in HTML reports by George Karpenkov · 8 years ago
  16. e1d7053 Use an enum value instead of a string. by Rafael Espindola · 8 years ago
  17. db2736d Reland "Emit Function IDs table for Control Flow Guard" by Adrian McCarthy · 8 years ago
  18. f0ef137 [Frontend] Remove unused FileMgr in pp arg parse by Brian Gesiak · 8 years ago
  19. 57cc1a5 Added Control Flow Protection Flag by Oren Ben Simhon · 8 years ago
  20. ce63a92 Revert "Emit Function IDs table for Control Flow Guard" by Adrian McCarthy · 8 years ago
  21. cf6e6c8 Emit Function IDs table for Control Flow Guard by Adrian McCarthy · 8 years ago
  22. 5110d4f [Driver] Add flag enabling the function stack size section that was added in r319430 by Sean Eveson · 8 years ago
  23. 2491076 [Driver] Suggest correctly spelled driver options by Brian Gesiak · 8 years ago
  24. e927ca7 [OPENMP] Initial support for `-fopenmp-simd` option. by Alexey Bataev · 8 years ago
  25. cb8c009 [Driver, CodeGen] pass through and apply -fassociative-math by Sanjay Patel · 8 years ago
  26. 05e4648 [VerifyDiagnosticConsumer] support -verify=<prefixes> by Hal Finkel · 8 years ago
  27. fead6ae [Sema] Ignore decls in namespaces when global decls are not wanted. by Eric Liu · 8 years ago
  28. 9a724aa [Driver][CodeGen] Add -mprefer-vector-width driver option and attribute during CodeGen. by Craig Topper · 8 years ago
  29. 6c48359 Revert 320391: Certain targets are failing, pulling back to diagnose. by Erich Keane · 8 years ago
  30. bb32255 For Linux/gnu compatibility, preinclude <stdc-predef.h> if the file is available by Erich Keane · 8 years ago
  31. 36bb6d5 Switch to gnu++14 as the default dialect. by Tim Northover · 8 years ago
  32. 29dc5de Correct line endings that got mixed up in r320089; NFC. by Aaron Ballman · 8 years ago
  33. 5b6c0f7 Add new language mode flags for C17. by Aaron Ballman · 8 years ago
  34. c351fba Now that C++17 is official (https://www.iso.org/standard/68564.html), start changing the C++1z terminology over to C++17. NFC intended, these are all mechanical changes. by Aaron Ballman · 8 years ago
  35. 1a5b10d [XRay][clang] Introduce -fxray-always-emit-customevents by Dean Michael Berris · 8 years ago
  36. c950c65 Toolchain: Normalize dwarf, sjlj and seh eh by Martell Malone · 8 years ago
  37. 2fa2570 Revert "Toolchain: Normalize dwarf, sjlj and seh eh" by Martell Malone · 8 years ago
  38. 390cfcb Toolchain: Normalize dwarf, sjlj and seh eh by Martell Malone · 8 years ago
  39. 14e8a5a Add -finstrument-function-entry-bare flag by Hans Wennborg · 8 years ago
  40. 523edb0 Revert r318669/318694 by Erich Keane · 8 years ago
  41. 5c086c7 For Linux/gnu compatibility, preinclude <stdc-predef.h> if the file is available by Erich Keane · 8 years ago
  42. 402b431 [CodeGen] Move Reciprocals option from TargetOptions to CodeGenOptions by Craig Topper · 8 years ago
  43. fa03a6a [Driver] Add a cc1 flag for the new TBAA metadata format by Ivan A. Kosarev · 8 years ago
  44. 76c26c1 Switch -mcount and -finstrument-functions to emit EnterExitInstrumenter attributes by Hans Wennborg · 8 years ago
  45. 5c65148 New clang option -fno-plt which avoids the PLT and lazy binding while making external calls. by Sriraman Tallam · 8 years ago
  46. a957ffb Add default calling convention support for regcall. by Erich Keane · 8 years ago
  47. 634c601 [CFI] Add CFI-icall pointer type generalization by Vlad Tsyrklevich · 8 years ago
  48. daae952 Revert r316193. by Richard Smith · 8 years ago
  49. 90161da Try to shorten system header paths when using -MD depfiles by Peter Wu · 8 years ago
  50. 9b3d627 [Bitfield] Add an option to access bitfield in a fine-grained manner. by Wei Mi · 8 years ago
  51. 606093a Add -f[no-]double-square-bracket-attributes as new driver options to control use of [[]] attributes in all language modes. This is the initial implementation of WG14 N2165, which is a proposal to add [[]] attributes to C2x, but also allows you to enable these attributes in C++98, or disable them in C++11 or later. by Aaron Ballman · 8 years ago
  52. 729379a Driver: hoist the `wchar_t` handling to the driver by Saleem Abdulrasool · 8 years ago
  53. a828081 [PS4] Tidy up some debug-tuning v. triple decision-making. by Paul Robinson · 8 years ago
  54. 1787f81 [DWARF] Allow forward declarations of a class template instantiation by Paul Robinson · 8 years ago
  55. bb26f86 [MSan] Add flag to disable use-after-dtor. by Matt Morehouse · 8 years ago
  56. b52e236 IR: Represent -ggnu-pubnames with a flag on the DICompileUnit. by Peter Collingbourne · 8 years ago
  57. d30446f [modules] Add ability to specify module name to module file mapping (reapply) by Boris Kolpackov · 8 years ago
  58. db68911 Revert r312105 [modules] Add ability to specify module name to module file mapping by Victor Leschuk · 8 years ago
  59. 7a71b4b [modules] Add ability to specify module name to module file mapping by Boris Kolpackov · 8 years ago
  60. 6d2b6f0 Minimal runtime for UBSan. by Evgeniy Stepanov · 8 years ago
  61. f667ad5 Add flag to request Clang is ABI-compatible with older versions of itself by Richard Smith · 8 years ago
  62. 5e97f23 Expose -mllvm -accurate-sample-profile to clang. by Dehao Chen · 8 years ago
  63. 5c7fc76 [SanitizerCoverage] Add stack depth tracing instrumentation. by Matt Morehouse · 8 years ago
  64. ef5e106 [OpenMP] Error when trying to offload to an unsupported architecture by Gheorghe-Teodor Bercea · 8 years ago
  65. e3b0a19 [OpenMP] Prevent emission of exception handling code when using OpenMP to offload to NVIDIA devices. by Gheorghe-Teodor Bercea · 8 years ago
  66. d72c5e5 [mips] Revert r309942 & r309940 by Simon Dardis · 8 years ago
  67. 50f6d35 [mips] Implement -muninit-const-in-rodata by Simon Dardis · 8 years ago
  68. 6145776 [sanitizer-coverage] clang flags pumbing for -fsanitize-coverage=pc-table by Kostya Serebryany · 8 years ago
  69. 5f475b9 [c++2a] Add option -std=c++2a to enable support for potential/transitional C++2a features by Faisal Vali · 8 years ago
  70. dc77150 Changed Opts.EABIVersion type string to llvm::EABI enum class by Yuka Takahashi · 8 years ago
  71. 562eab9 Un-revert "[Driver] Add -fdiagnostics-hotness-threshold" by Brian Gesiak · 8 years ago
  72. 55e9c11 Revert "[Driver] Add -fdiagnostics-hotness-threshold" by Brian Gesiak · 8 years ago
  73. dc6fa5d [Driver] Add -fdiagnostics-hotness-threshold by Brian Gesiak · 8 years ago
  74. b853ef9 Remove Clang support for '-fvectorize-slp-aggressive' which used LLVM's by Chandler Carruth · 8 years ago
  75. b13eebe [NewPM] Add Clang cc1 flag -fdebug-pass-manager for printing debug information. by Tim Shen · 8 years ago
  76. cae83f7 [Sema] Issue diagnostics if a new/delete expression generates a call to by Akira Hatanaka · 8 years ago
  77. 59d7b77 [OpenMP] Add support for auxiliary triple specification by Gheorghe-Teodor Bercea · 8 years ago
  78. d064e91 Revert "Revert r305164/5/7." by Saleem Abdulrasool · 8 years ago
  79. 0ea5888 [Frontend] 'Show hotness' can be used with a sampling profile by Brian Gesiak · 8 years ago
  80. fb7654a [PR33394] Avoid lexing editor placeholders when Clang is used only by Alex Lorenz · 8 years ago
  81. 50a9dfa Be more strict when checking the -flto option value by Yuka Takahashi · 8 years ago
  82. cdc4408 Revert r305164/5/7. by Daniel Jasper · 8 years ago
  83. 7289ba9 Driver: add support for `-gz` and `-gz=` by Saleem Abdulrasool · 8 years ago
  84. 86a3ef5 Add -frewrite-imports flag. by Richard Smith · 8 years ago
  85. 5444890 Represent debug information compression type fully by Saleem Abdulrasool · 8 years ago
  86. 2c2fb88 [sanitizer-coverage] one more flavor of coverage: -fsanitize-coverage=inline-8bit-counters. Experimental so far, not documenting yet. Reapplying revisions 304630, 304631, 304632, 304673, see PR33308 by Kostya Serebryany · 8 years ago
  87. de72b91 Revert "[sanitizer-coverage] one more flavor of coverage: -fsanitize-coverage=inline-8bit-counters. Experimental so far, not documenting yet. (clang part)" by Renato Golin · 8 years ago
  88. e425aad [sanitizer-coverage] one more flavor of coverage: -fsanitize-coverage=inline-8bit-counters. Experimental so far, not documenting yet. (clang part) by Kostya Serebryany · 8 years ago
  89. 85a83c2 [Modules] Handle sanitizer feature mismatches when importing modules by Vedant Kumar · 8 years ago
  90. 4b2f326 [clang-cl] Improve default calling convention flag handling by Reid Kleckner · 8 years ago
  91. 6aa9e9b IRGen: Add optnone attribute on function during O0 by Mehdi Amini · 8 years ago
  92. d46083c Revert MSVC CXXOperatorNames patch due to issues with Chromium by Erich Keane · 8 years ago
  93. 25411b7 For Microsoft compatibility, set fno_operator_names by Erich Keane · 8 years ago
  94. af69e40 Allow to use vfs::FileSystem for file accesses inside ASTUnit. by Ilya Biryukov · 8 years ago
  95. 0c7d4d7e Add option to include multiple lines in snippets. by Richard Smith · 8 years ago
  96. d991cdd [asan] A clang flag to enable ELF globals-gc. by Evgeniy Stepanov · 8 years ago
  97. 50fb618 [sanitizer-coverage] implement -fsanitize-coverage=no-prune,... instead of a hidden -mllvm flag. clang part. by Kostya Serebryany · 8 years ago
  98. 5511fc2 Revert rL301998: "Fix a bug that -isysroot is completely ignored on Unix" by Yuka Takahashi · 8 years ago
  99. 79d3107 Fix a bug that -isysroot is completely ignored on Unix by Yuka Takahashi · 8 years ago
  100. f74d946 Move functionality for handling module maps as inputs from the -emit-module by Richard Smith · 8 years ago