1. 4a6c81d [clang] Implement JSON formatted -ftime-report (#137737) by Alan Zhao · 8 weeks ago
  2. cebaf0c [clang] Make the `AnalyzerOptions` reference count non-intrusive (#137680) by Jan Svoboda · 8 weeks ago
  3. 4f36ada [Clang] Fix crash when -header-include-filtering is not specified (#136232) by Bob Wilson · 9 weeks ago
  4. c2d6c7c [clang] Use llvm::append_range (NFC) (#136448) by Kazu Hirata · 9 weeks ago
  5. 231aa30 [OpenACC][CIR] Basic infrastructure for OpenACC lowering (#134717) by Erich Keane · 3 months ago
  6. 48b7530 [clang][flang][Triple][llvm] Add isOffload function to LangOpts and isGPU function to Triple (#126956) by Nick Sarnie · 3 months ago
  7. 7606f67 [clang] NFCI: Mutate `HeaderSearchOptions` earlier (#130823) by Jan Svoboda · 3 months ago
  8. 39ce995 [CIR] Upstream cir-canonicalize pass (#131891) by Andy Kaylor · 3 months ago
  9. dccc0a8 [NFC][AMDGPU] Replace more direct arch comparison with isAMDGCN() (#131379) by Shilei Tian · 3 months ago
  10. f6d74af [clang][X86] Only define __CET__ macro for X86 targets (#127616) by Ming-Yi Lai · 4 months ago
  11. 2fdb26d [clang][RISCV] Introduce preprocessor macro when Zicfiss-based shadow stack is enabled (#127592) by Ming-Yi Lai · 4 months ago
  12. 612df14 [Clang][Driver] Add an option to control loop-interchange (#125830) by Sjoerd Meijer · 5 months ago
  13. 1901f4a CodeGen: support static linking for libclosure (#125384) by Saleem Abdulrasool · 5 months ago
  14. 560e372 [Frontend] Fix the build by Kazu Hirata · 5 months ago
  15. c4a0197 [Clang] Remove ARCMigrate (#119269) by Sirraide · 5 months ago
  16. 978e083 [OpenMP] Allow OMP6.0 features. (#122108) by Zahira Ammarguellat · 5 months ago
  17. 6092740 Don't use CLANG_VERSION_MAJOR to check that the value passed to -fclang-abi-compat= is valid (#123998) by Akira Hatanaka · 5 months ago
  18. 1295aa2 [Clang] Add -fwrapv-pointer flag (#122486) by Nikita Popov · 5 months ago
  19. cd5694e [StrTable] Switch the option parser to `llvm::StringTable` (#123308) by Chandler Carruth · 5 months ago
  20. 1907a29 [Clang][NFC] Indentation fixes and unneeded semicolon removal. (#122794) by Tom Honermann · 5 months ago
  21. 76fac9c [sanitizer] Parse weighted sanitizer args and -fsanitize-skip-hot-cutoff (#121619) by Thurston Dang · 5 months ago
  22. 5f6b714 [analyzer][NFC] Simplify PositiveAnalyzerOption handling (#121910) by Balazs Benics · 6 months ago
  23. 55391f8 [analyzer] Retry UNDEF Z3 queries 2 times by default (#120239) by Balazs Benics · 6 months ago
  24. 82fecab [gcov] Bump default version to 11.1 by Fangrui Song · 6 months ago
  25. cd19f3f [Driver][clang-linker-wrapper] Add initial support for OpenMP offloading to generic SPIR-V (#120145) by Nick Sarnie · 6 months ago
  26. ffff7bb Reapply "[ubsan] Add -fsanitize-merge (and -fno-sanitize-merge) (#120…464)" (#120511) by Thurston Dang · 6 months ago
  27. 2691b96 Revert "[ubsan] Add -fsanitize-merge (and -fno-sanitize-merge) (#120464)" by Thurston Dang · 6 months ago
  28. 7eaf470 [ubsan] Add -fsanitize-merge (and -fno-sanitize-merge) (#120464) by Thurston Dang · 6 months ago
  29. bdf7270 [Offload] Add support for loongarch64 to host plugin by wanglei · 6 months ago
  30. dd647e3 Rework the `Option` library to reduce dynamic relocations (#119198) by Chandler Carruth · 6 months ago
  31. 41cde46 [PAC][Driver] Add `-faarch64-jump-table-hardening` flag (#113149) by Daniil Kovalev · 7 months ago
  32. 3b162f7 [PAC][clang] Add signed GOT cc1 flag (#96160) by Daniil Kovalev · 7 months ago
  33. 5845688 Reapply "[clang] Introduce diagnostics suppression mappings (#112517)" by Kadir Cetinkaya · 7 months ago
  34. 5f140ba Revert "[clang] Introduce diagnostics suppression mappings (#112517)" by Kadir Cetinkaya · 7 months ago
  35. 41e3919 [clang] Introduce diagnostics suppression mappings (#112517) by kadir çetinkaya · 7 months ago
  36. 19b4f17d4 [clang][lex] Remove `-index-header-map` (#114459) by Jan Svoboda · 8 months ago
  37. af7c58b Remove support for RenderScript (#112916) by Aaron Ballman · 8 months ago
  38. d8f2251 [Clang] Automatically enable `-fconvergent-functions` on GPU targets (#111076) by Joseph Huber · 9 months ago
  39. 7883b02 [ItaniumMangle] Add substitutions for record types when mangling vtables (#109970) by tcwzxx · 9 months ago
  40. 9f33eb8 [clang][RISCV] Introduce command line options for RISC-V Zicfilp CFI by Ming-Yi Lai · 9 months ago
  41. 4d62102 [HLSL] Warn about incomplete language support (#108894) by Chris B · 9 months ago
  42. ac66469 [clang] Tidy uses of raw_string_ostream (NFC) by Youngsuk Kim · 9 months ago
  43. 924a7d8 Use CLANG_RESOURCE_DIR more consistently (#103388) by Kim Gräsman · 10 months ago
  44. 76236fa [Clang] Overflow Pattern Exclusion - rename some patterns, enhance docs (#105709) by Justin Stitt · 10 months ago
  45. 295fe0b [Clang] Re-land Overflow Pattern Exclusions (#104889) by Justin Stitt · 10 months ago
  46. e398da2 Revert "[Clang] Overflow Pattern Exclusions (#100272)" by Thurston Dang · 10 months ago
  47. 9a666de [Clang] Overflow Pattern Exclusions (#100272) by Justin Stitt · 10 months ago
  48. d179acd [clang] Implement -fptrauth-auth-traps. (#102417) by Ahmed Bougacha · 11 months ago
  49. 2eb6e30 [clang] Wire -fptrauth-returns to "ptrauth-returns" fn attribute. (#102416) by Ahmed Bougacha · 11 months ago
  50. 135fecd [SystemZ][z/OS] __ptr32 support for z/OS (#101696) by Abhina Sree · 11 months ago
  51. 6e45fa9 [PAC][AArch64] Support init/fini array signing (#96478) by Daniil Kovalev · 11 months ago
  52. b8721fa [AArch64][PAC] Sign block addresses used in indirectbr. (#97647) by Ahmed Bougacha · 11 months ago
  53. 4dcd91a [PAC] Implement authentication for C++ member function pointers (#99576) by Oliver Hunt · 11 months ago
  54. b6dbda6 [clang] Implement type/address discrimination of type_info vtable. (#99726) by Ahmed Bougacha · 11 months ago
  55. ae18b94 [PAC] Implement function pointer type discrimination (#96992) by Akira Hatanaka · 12 months ago
  56. e464684 [Clang] Allow raw string literals in C as an extension (#88265) by Sirraide · 12 months ago
  57. 1b8ab2f [clang] Implement pointer authentication for C++ virtual functions, v-tables, and VTTs (#94056) by Oliver Hunt · 12 months ago
  58. e23250e [clang] Implement function pointer signing and authenticated function calls (#93906) by Ahmed Bougacha · 1 year ago
  59. 41c6e43 Reland [clang][Sema, Lex, Parse] Preprocessor embed in C and C++ (#95802) by Mariya Podchishchaeva · 1 year ago
  60. 682d461 Revert "✨ [Sema, Lex, Parse] Preprocessor embed in C and C++ (and Obj-C and Obj-C++ by-proxy)" (#95299) by Vitaly Buka · 1 year ago
  61. 5989450 [clang][Sema, Lex, Parse] Preprocessor embed in C and C++ (and Obj-C and Obj-C++ by-proxy) (#68620) by The Phantom Derpstorm · 1 year ago
  62. e5f7123 Disable constexpr function body checking in more situations (#94347) by Aaron Ballman · 1 year, 1 month ago
  63. deffae5 [clang] Use StringRef::operator== instead of StringRef::equals (NFC) (#91844) by Kazu Hirata · 1 year, 1 month ago
  64. ad652ef [AArch64][PAC][clang][ELF] Support PAuth ABI core info (#85235) by Daniil Kovalev · 1 year, 1 month ago
  65. e74a7a9 cc1: Report an error for multiple actions unless separated by -main-file-name (#91140) by Fangrui Song · 1 year, 2 months ago
  66. 359ab3a [CIR] Add options to emit ClangIR and enable the ClangIR pipeline by Nathan Lanza · 1 year, 2 months ago
  67. 64cc3fa [Clang] Fix the mangling of lambdas (#89204) by cor3ntin · 1 year, 2 months ago
  68. e772a26 [Clang] Emit DW_TAG_template_alias for template aliases (#87623) by Orlando Cazalet-Hyams · 1 year, 2 months ago
  69. aff197f Reland "[flang][clang] Add Visibility specific help text for options (#81869)" by David Spickett · 1 year, 3 months ago
  70. 67d2041 Revert "[flang][clang] Add Visibility specific help text for options (#81869)" by David Spickett · 1 year, 3 months ago
  71. 7e958f6 [flang][clang] Add Visibility specific help text for options (#81869) by David Spickett · 1 year, 3 months ago
  72. 3d469c0 [HLSL] Enable -fconvergent-functions by default (#86571) by aniplcc · 1 year, 3 months ago
  73. 6f10dcc [HLSL] Add validation for the -enable-16bit-types option (#85340) by Joshua Batista · 1 year, 3 months ago
  74. e66b670 [CIR][Basic][NFC] Add the CIR language to the Language enum by Nathan Lanza · 1 year, 3 months ago
  75. 12a6546 Add support for sysroot-relative system header search paths (#82084) by Evan Wilde · 1 year, 3 months ago
  76. 0481f04 [AArch64][PAC] Support ptrauth builtins and -fptrauth-intrinsics. (#65996) by Ahmed Bougacha · 1 year, 3 months ago
  77. c9062e8 Reapply [libomptarget] Build plugins-nextgen for SystemZ (#83978) by Ulrich Weigand · 1 year, 4 months ago
  78. da00c60 [C++20] [Modules] Introduce reduced BMI (#75894) by Chuanqi Xu · 1 year, 4 months ago
  79. 70677c8 Revert "[libomptarget] Build plugins-nextgen for SystemZ (#83978)" by Ulrich Weigand · 1 year, 4 months ago
  80. 3ecd38c [libomptarget] Build plugins-nextgen for SystemZ (#83978) by Ulrich Weigand · 1 year, 4 months ago
  81. 164c098 [clang][deps] Implement move-conversion for `CowCompilerInvocation` (follow-up) by Jan Svoboda · 1 year, 4 months ago
  82. 5b05870 [PowerPC] Support local-dynamic TLS relocation on AIX (#66316) by Felix (Ting Wang) · 1 year, 4 months ago
  83. 0a518db [InstallAPI] Set InstallAPI as a standalone tool instead of CC1 action (#82293) by Cyndy Ishida · 1 year, 4 months ago
  84. 09e9895 [clang][InstallAPI] Introduce basic driver to write out tbd files (#81571) by Cyndy Ishida · 1 year, 4 months ago
  85. 7847e44 [clang][DependencyScanner] Remove unused -ivfsoverlay files (#73734) by Michael Spencer · 1 year, 5 months ago
  86. 9d476e1 [clang][FatLTO] Avoid UnifiedLTO until it can support WPD/CFI (#79061) by Paul Kirth · 1 year, 5 months ago
  87. 997ffce [C23] Implement N2490, Remove trigraphs??! by Aaron Ballman · 1 year, 5 months ago
  88. 8511436 [Frontend] Use SmallString::operator std::string (NFC) by Kazu Hirata · 1 year, 5 months ago
  89. c21f48e [HLSL][SPIR-V] Add Vulkan to target triple (#76749) by Natalie Chouinard · 1 year, 5 months ago
  90. f3dcc23 [clang] Use StringRef::{starts,ends}_with (NFC) (#75149) by Kazu Hirata · 1 year, 6 months ago
  91. 6e1f191 [clang][PP] Add extension to predefine target OS macros (#74676) by Zixu Wang · 1 year, 7 months ago
  92. 5ad3a32 [clang][modules] Reset codegen options (take 2). (#74388) by Juergen Ributzka · 1 year, 7 months ago
  93. 1157bee Revert "[clang][modules] Reset codegen options. (#74006)" by Juergen Ributzka · 1 year, 7 months ago
  94. fef1854 [clang][modules] Reset codegen options. (#74006) by Juergen Ributzka · 1 year, 7 months ago
  95. e3a97df [Verifier] Check function attributes related to branch protection (NFC) (#70565) by Momchil Velikov · 1 year, 7 months ago
  96. cfe1ece [clang][llvm][fatlto] Avoid cloning modules in FatLTO (#72180) by Paul Kirth · 1 year, 7 months ago
  97. e2d60c8 [Frontend] Remove unneeded -frtti check. NFC by Fangrui Song · 1 year, 7 months ago
  98. 07d799f [APINotes] Upstream Driver and Frontend options that enable API Notes by Egor Zhdan · 1 year, 7 months ago
  99. ff219ea [OpenACC] Initial commits to support OpenACC (#70234) by Erich Keane · 1 year, 7 months ago
  100. 651c502 [clang] Stop including llvm/ADT/DenseSet.h (NFC) by Kazu Hirata · 1 year, 7 months ago