1. b03c3d8 Revert "Support -fstack-clash-protection for x86" by Nico Weber · 6 years ago
  2. 4a1a069 Support -fstack-clash-protection for x86 by serge_sans_paille · 6 years ago
  3. 75f09b5 Re-land "[Clang][Driver] Remove -M group options ..." and "[Clang] Avoid crashing when generating crash diagnostics when '#pragma clang __debug ..." by Alexandre Ganea · 6 years ago
  4. f6d9842 Revert "Support -fstack-clash-protection for x86" by serge-sans-paille · 6 years ago
  5. 9d86918 [ARM] Follow AACPS for preserving number of loads/stores of volatile bit-fields by Diogo Sampaio · 6 years ago
  6. 39f50da Support -fstack-clash-protection for x86 by serge_sans_paille · 6 years ago
  7. fafddbd Revert "[Clang][Driver] Remove -M group options ..." and "[Clang] Avoid crashing when generating crash diagnostics when '#pragma clang __debug ..." by Jordan Rupprecht · 6 years ago
  8. 5fedc2b [Clang] Avoid crashing when generating crash diagnostics when '#pragma clang __debug [assert|crash|parser_crash|llvm_fatal_error|llvm_unreachable|overflow_stack]' are used by Alexandre Ganea · 6 years ago
  9. ccac6b2 [hip] Properly populate macros based on host processor. by Michael Liao · 6 years ago
  10. a3c814d Separately track input and output denormal mode by Matt Arsenault · 6 years ago
  11. 2513118 [Driver] Change -fmax-tokens $arg to -fmax-tokens=$arg by Fangrui Song · 6 years ago
  12. aed488e [Driver] Move -fsemantic-interposition decision from cc1 to driver by Fangrui Song · 6 years ago
  13. 1acf129 [Frontend] Delete a redundant check of -pg for setFramePointer() by Fangrui Song · 6 years ago
  14. fd09f12 Implement -fsemantic-interposition by serge-sans-paille · 6 years ago
  15. bb39b52 Fix conversions in clang and examples by Benjamin Kramer · 6 years ago
  16. 0d401fa Fix a couple more implicit conversions that Clang doesn't diagnose. by Benjamin Kramer · 6 years ago
  17. adcd026 Make llvm::StringRef to std::string conversions explicit. by Benjamin Kramer · 6 years ago
  18. 4953213 Make AST reading work better with LLVM_APPEND_VC_REV=NO by Nico Weber · 6 years ago
  19. 739b410 Add a warning, flags and pragmas to limit the number of pre-processor tokens in a translation unit by Hans Wennborg · 6 years ago
  20. d600ab3 [Frontend] Delete some unneeded CC1 options by Fangrui Song · 6 years ago
  21. 69bf40c [Driver][CodeGen] Support -fpatchable-function-entry=N,M and __attribute__((patchable_function_entry(N,M))) where M>0 by Fangrui Song · 6 years ago
  22. 67c608a [Concepts] Deprecate -fconcepts-ts, enable Concepts under -std=c++2a by Saar Raz · 6 years ago
  23. b933d37 [Concepts] Constraint Satisfaction Caching by Saar Raz · 6 years ago
  24. a4451d8 Consolidate internal denormal flushing controls by Matt Arsenault · 6 years ago
  25. 1d62be2 [clang][xray] Add -fxray-ignore-loops option by Ian Levesque · 6 years ago
  26. 53539bb [DebugInfo] Add another level to DebugInfoKind called Constructor by Amy Huang · 6 years ago
  27. 10c11e4 This option allows selecting the TLS size in the local exec TLS model, by KAWASHIMA Takahiro · 6 years ago
  28. f17ae66 [Driver][CodeGen] Add -fpatchable-function-entry=N[,0] by Fangrui Song · 6 years ago
  29. 9f2d8b5 [HIP] Add option --gpu-max-threads-per-block=n by Yaxun (Sam) Liu · 6 years ago
  30. 6904cd9 Add Triple::isX86() by Fangrui Song · 6 years ago
  31. 7376d9eb [NFC] Separate getLastArgIntValue to Basic by Yaxun (Sam) Liu · 6 years ago
  32. 2520bef [Clang FE, SystemZ] Recognize -mrecord-mcount CL option. by Jonas Paulsson · 6 years ago
  33. dde7b6b Re-land "Add an -fno-temp-file flag for compilation" by Hans Wennborg · 6 years ago
  34. b19d87b Revert "Add an -fno-temp-file flag for compilation" by Mitch Phillips · 6 years ago
  35. d129aa1 Add an -fno-temp-file flag for compilation by Hans Wennborg · 6 years ago
  36. 3853390 [Frontend] Fixes -Wrange-loop-analysis warnings by Mark de Wever · 6 years ago
  37. 599d1cc [Clang FE, SystemZ] Recognize -mpacked-stack CL option by Jonas Paulsson · 6 years ago
  38. b2b5cac Default to -fuse-init-array by Fangrui Song · 6 years ago
  39. b3c06db [OpenMP] Use the OpenMP-IR-Builder by Johannes Doerfert · 6 years ago
  40. 74e6ce2 [Frontend] Allow OpenMP offloading to aarch64 by Bryan Chan · 6 years ago
  41. 7f9b513 Reapply af57dbf12e54 "Add support for options -frounding-math, ftrapping-math, -ffp-model=, and -ffp-exception-behavior=" by Melanie Blower · 6 years ago
  42. 5412913 Revert " Reapply af57dbf12e54 "Add support for options -frounding-math, ftrapping-math, -ffp-model=, and -ffp-exception-behavior="" by Melanie Blower · 6 years ago
  43. cdbed2d Reapply af57dbf12e54 "Add support for options -frounding-math, ftrapping-math, -ffp-model=, and -ffp-exception-behavior=" by Melanie Blower · 6 years ago
  44. f584f04 [ConstExprPreter] Removed the flag forcing the use of the interpreter by Nandor Licker · 6 years ago
  45. 6c92cdf Initial implementation of -fmacro-prefix-map and -ffile-prefix-map by Dan McGregor · 6 years ago
  46. 2692eb0 Move vtordisp mode from Attr class to LangOptions.h, NFC by Reid Kleckner · 6 years ago
  47. e531750 clang: Add -fconvergent-functions flag by Matt Arsenault · 6 years ago
  48. 7fe9435 Work on cleaning up denormal mode handling by Matt Arsenault · 6 years ago
  49. 30e7ee3 Temporarily Revert "Add support for options -frounding-math, ftrapping-math, -ffp-model=, and -ffp-exception-behavior=" by Eric Christopher · 6 years ago
  50. d52cff8 Revert "Reland "[clang] Report sanitizer blacklist as a dependency in cc1"" by Jan Korous · 6 years ago
  51. 555c6be [clang] Fix -fsanitize-system-blacklist processing in cc1 by Jan Korous · 6 years ago
  52. cae4a28 Reland "[clang] Report sanitizer blacklist as a dependency in cc1" by Jan Korous · 6 years ago
  53. 6d28588 Reland "[clang] Report sanitizer blacklist as a dependency in cc1" by Jan Korous · 6 years ago
  54. 9b8413a Revert "Revert "Revert "[clang] Report sanitizer blacklist as a dependency in cc1""" by Abel Kocsis · 6 years ago
  55. 3182027 Revert "Revert "[clang] Report sanitizer blacklist as a dependency in cc1"" by Abel Kocsis · 6 years ago
  56. 6b45e1b Revert "[clang] Report sanitizer blacklist as a dependency in cc1" by Jeremy Morse · 6 years ago
  57. 03b84e4 [clang] Report sanitizer blacklist as a dependency in cc1 by Jan Korous · 6 years ago
  58. af57dbf Add support for options -frounding-math, ftrapping-math, -ffp-model=, and -ffp-exception-behavior= by Melanie Blower · 6 years ago
  59. 9376714 [Clang FE] Recognize -mnop-mcount CL option (SystemZ only). by Jonas Paulsson · 6 years ago
  60. ab76cfd Recommit "[CodeView] Add option to disable inline line tables." by Amy Huang · 6 years ago
  61. 92aa0c2 [cfi] Add flag to always generate .debug_frame by David Candler · 6 years ago
  62. 004ed2b Revert "[CodeView] Add option to disable inline line tables." by Amy Huang · 6 years ago
  63. 6d03890 [CodeView] Add option to disable inline line tables. by Amy Huang · 6 years ago
  64. d157a9b Add Windows Control Flow Guard checks (/guard:cf). by Andrew Paverd · 6 years ago
  65. 1c98ff4 Fix name of warn_ignored_hip_only_option by Yaxun (Sam) Liu · 6 years ago
  66. 68f5ca4 [HIP] Add option -fgpu-allow-device-init by Yaxun (Sam) Liu · 6 years ago
  67. 8896d07 [Implicit Modules] Add -cc1 option -fmodules-strict-context-hash which includes search paths and diagnostics. by Michael J. Spencer · 6 years ago
  68. 81a01e7 Revert "[Implicit Modules] Add -cc1 option -fmodules-strict-context-hash which includes search paths and diagnostics." and "[Docs] Fix header level." by Michael J. Spencer · 6 years ago
  69. 14a3f77 [Implicit Modules] Add -cc1 option -fmodules-strict-context-hash which includes search paths and diagnostics. by Michael J. Spencer · 6 years ago
  70. 3b598b9 Reland: Dead Virtual Function Elimination by Oliver Stannard · 6 years ago
  71. 1731fc8 Reapply: [Modules][PCH] Hash input files content by Bruno Cardoso Lopes · 6 years ago
  72. b052331 Revert "Dead Virtual Function Elimination" by Jorge Gorbe Moya · 6 years ago
  73. 3be9169 Temporarily Revert [Modules][PCH] Hash input files content by Eric Christopher · 6 years ago
  74. 2a1386c [Modules][PCH] Hash input files content by Bruno Cardoso Lopes · 6 years ago
  75. c5d14b5 [clang-scan-deps] Support for clang --analyze in clang-scan-deps by Jan Korous · 6 years ago
  76. 17bde36a [clang][IFS] Fixing spelling errors in interface-stubs OPT flag (NFC). by Puyan Lotfi · 6 years ago
  77. 9f6a873 Dead Virtual Function Elimination by Oliver Stannard · 6 years ago
  78. 5e866e4 Add -fgnuc-version= to control __GNUC__ and other GCC macros by Reid Kleckner · 6 years ago
  79. f71bac6 [DebugInfo] Enable call site debug info for ARM and AArch64 by Nikola Prica · 6 years ago
  80. c382d03 [clang][ifs] Clang Interface Stubs ToolChain plumbing. by Puyan Lotfi · 6 years ago
  81. 6713f82 Revert 373538 and follow-ups 373549 and 373552. by Nico Weber · 6 years ago
  82. 406de17 [clang][ifs] Clang Interface Stubs ToolChain plumbing. by Puyan Lotfi · 6 years ago
  83. 1282889 [HIP] Support new kernel launching API by Yaxun Liu · 6 years ago
  84. 950b70d [Clang Interpreter] Initial patch for the constexpr interpreter by Nandor Licker · 6 years ago
  85. c624510 For PR17164: split -fno-lax-vector-conversion into three different levels: by Richard Smith · 6 years ago
  86. 4aaa77e Revert "For PR17164: split -fno-lax-vector-conversion into three different" by Jonas Devlieghere · 6 years ago
  87. 49c4e58 For PR17164: split -fno-lax-vector-conversion into three different levels: by Richard Smith · 6 years ago
  88. 7264942 [analyzer][NFC] Fix inconsistent references to checkers as "checks" by Kristof Umann · 6 years ago
  89. e8b2b88 [WebAssembly] Add -fwasm-exceptions for wasm EH by Heejin Ahn · 6 years ago
  90. 7bdad08 Reland "clang-misexpect: Profile Guided Validation of Performance Annotations in LLVM" by Petr Hosek · 6 years ago
  91. 57256af Revert "clang-misexpect: Profile Guided Validation of Performance Annotations in LLVM" by Dmitri Gribenko · 6 years ago
  92. 394a8ed clang-misexpect: Profile Guided Validation of Performance Annotations in LLVM by Petr Hosek · 6 years ago
  93. 7d1757a Revert "clang-misexpect: Profile Guided Validation of Performance Annotations in LLVM" by Petr Hosek · 6 years ago
  94. a10802f clang-misexpect: Profile Guided Validation of Performance Annotations in LLVM by Petr Hosek · 6 years ago
  95. 0aee387 [clang][DependencyFileGenerator] Fix missing -MT option handling by Jan Korous · 6 years ago
  96. 6c8a34e [X86] Prevent passing vectors of __int128 as <X x i128> in llvm IR by Craig Topper · 6 years ago
  97. 4339275 [Driver] Use shared singleton instance of DriverOptTable by Ilya Biryukov · 6 years ago
  98. 2c9f83c Revert "[Clang Interpreter] Initial patch for the constexpr interpreter" by Roman Lebedev · 6 years ago
  99. 32f82c9c [Clang Interpreter] Initial patch for the constexpr interpreter by Nandor Licker · 6 years ago
  100. c3bdad8c Revert [Clang Interpreter] Initial patch for the constexpr interpreter by Nandor Licker · 6 years ago