1. 7707540 [FunctionAttrs] Add support for nofree argument inference (#201591) by Nikita Popov · 65 minutes ago main master
  2. b6d8e2e [alpha.webkit.NoDeleteChecker] Allow no-delete default constructors (#201544) by Ryosuke Niwa · 3 hours ago
  3. 72def41 [RISCV][MC] Add experimental `Zvvmtls` and `Zvvmttls` support (#198229) by Kiva · 4 hours ago
  4. c900389 [NFC][clang] Format pragma comment kind StringSwitch (#201754) by Tony Varghese · 5 hours ago
  5. e313407 [CIR][AArch64] Lower NEON vslid intrinsics (#199415) by Jiahao Guo · 7 hours ago
  6. 400338274 [AMDGPU] Track tensor load/store DMAs with asyncmark (#200775) by adeshcom14 · 7 hours ago
  7. d015306 [clang][bytecode] Get the right definition before compiling functions (#201105) by Timm Baeder · 8 hours ago
  8. bb86921 [ExprConstant] Treat `&*p` as not a dereference in C constant initializers (#201483) by Akira Hatanaka · 10 hours ago
  9. 2ba3d1e [Webkit Checkers][SaferCpp] Detect base-to-derived downcasts laundered through void* in MemoryUnsafeCastChecker (#200294) by Rashmi Mudduluru · 12 hours ago
  10. 8adf81a [WebAssembly] Fix crash combining complex numbers and multivalue (#200514) by Alex Crichton · 13 hours ago
  11. 41d192d [RISCV] Clang flags for controlling zilsd alignment (#181439) by Sam Elliott · 13 hours ago
  12. e8dca4f [HLSL][CBuffer][Matrix] Honor row_major/column_major keyword in cbuffer layout (#201671) by Farzon Lotfi · 14 hours ago
  13. e500bef Revert "[clang][lex] Store `HeaderFileInfo` in a `DenseMap`" (#201702) by Jan Svoboda · 14 hours ago
  14. eb0e04a Revert "[OpenMP] Use ext linkage for kernels handles and globals handles keep…" (#201698) by dpalermo · 14 hours ago
  15. c8522d6 [clang][doc][SYCL] Expand SYCL driver release notes (#200449) by Srividya Sundaram · 15 hours ago
  16. d12431d [clang] fix assertion for DeducedAsPack DeducedTemplateSpecializationType (#201664) by Matheus Izvekov · 16 hours ago
  17. d2eaedf [clang] Reland: fix getTemplateInstantiationArgs (#201373) by Matheus Izvekov · 17 hours ago
  18. 1e494bb [clang] Add -fcrash-diagnostics-tar for tarball of crash reproducer files (#201643) by Arthur Eubanks · 18 hours ago
  19. d394743 [clang][lex] Store `HeaderFileInfo` in a `DenseMap` (#200968) by Jan Svoboda · 18 hours ago
  20. eca68ed [CIR] Separate floating-point bin ops from integer bin ops (#201462) by Andy Kaylor · 19 hours ago
  21. 19c840e Revert "[clang] Add -fcrash-diagnostics-tar for tarball of crash reproducer files" (#201622) by Arthur Eubanks · 19 hours ago
  22. 1901c3a [clang] Add -fcrash-diagnostics-tar for tarball of crash reproducer files (#198838) by Arthur Eubanks · 20 hours ago
  23. 76cc227 [Clang] Correct diagnostic notes for C++11 range-based for statements with invalid iterator types (#201461) by Tom Honermann · 20 hours ago
  24. 94594e1 [Clang][Docs] Documented sentinel attribute (#196088) by Tony Guillot · 21 hours ago
  25. 7ebea8d [CIR] Maximum across vector (IEEE754) (#199779) by Kartik Ohlan · 21 hours ago
  26. 0b01d29 [clang][driver] Rename ClangExecutable and getClangProgramPath (NFC) (#200814) by Kelvin Li · 21 hours ago
  27. 1eb3a9e Fix clang/test/DebugInfo/CXX/line.cpp (#198401) by Ariel-Burton · 22 hours ago
  28. 3821bce [clang-repl] Fix Value::setRawBits unit confusion and right-size raw storage. (#200886) by Vassil Vassilev · 22 hours ago
  29. 8b7b181 [clang][bytecode] Fix a diagnostic difference with extern variables (#201369) by Timm Baeder · 23 hours ago
  30. 07603f1 clang: Remove hacky OpenMP handling for appending bound arch (#201555) by Matt Arsenault · 24 hours ago
  31. 85b4e3f [alpha.webkit.UncountedCallArgsChecker] Protect the const member getter's this argument (#201147) by Ryosuke Niwa · 25 hours ago
  32. 8a1f939 [clang][bytecode] Reject erroneous vector conversions (#201368) by Timm Baeder · 27 hours ago
  33. c671838 [RISCV][MC] Support experimental Zvdota Family instructions (#195069) by Liao Chunyu · 27 hours ago
  34. 1bde5d8 [IR] Add fast-math support to {u,s}itofp (#198470) by paperchalice · 27 hours ago
  35. 5cb8579 [CIR] Fix Complex Casting with Atomic qualifier (#201424) by Amr Hesham · 27 hours ago
  36. 4e0cf37 [CaptureTracking] Volatile operations only capture address (#201316) by Nikita Popov · 28 hours ago
  37. d0355fc [Flang] Fix -frelaxed-c-loc-checks being ignored when using the driver (#200733) by ShashwathiNavada · 29 hours ago
  38. f94d57c [clang][bytecode] Fix a crash with covariant return types (#201354) by Timm Baeder · 32 hours ago
  39. 2d9c83d [OpenMP] Use ext linkage for kernels handles and globals handles keep… (#200964) by Johannes Doerfert · 33 hours ago
  40. f3ae146 [Clang] Accept `-flto=none` similar to `-fno-lto` (#201460) by Joseph Huber · 36 hours ago
  41. 4f3ee6f [libclang] Add clang_ModuleCache_pruneWithCallback (#199789) by Michael Spencer · 2 days ago
  42. 16641ec [alpha.webkit.NoDeleteChecker] Treat a r-value smart pointer return value as no-delete. (#200912) by Ryosuke Niwa · 2 days ago
  43. 2d64304 [clang-format][Objective-C] Fix assertion crash on stray '-'/'+' in @interfa… (#199104) by mygitljf · 2 days ago
  44. 4fed21b [CIR][NFC] Remove unused DataLayout in array lowering (#201408) by adams381 · 2 days ago
  45. a3e92b2 Revert "[PGO][AMDGPU] Add basic HIP offload PGO support (#177665)" (#201416) by Hans Wennborg · 2 days ago
  46. 5a54ba5 [Hexagon] Add cmake caches for cross-toolchain distribution build (#201207) by Brian Cain · 2 days ago
  47. 3549d85 [flang][openacc] change option feature flag names to address comments. (#200037) by Andre Kuhlenschmidt · 2 days ago
  48. 3656dfe [HIP] Fix another test for --no-lto (#201382) by Harald van Dijk · 2 days ago
  49. 6f469f0 [flang][openacc] add extension which accepts multiple names in a OpenACC routine directive (#200296) by Andre Kuhlenschmidt · 2 days ago
  50. b033643 [CIR][AArch64] Lower vfmaq_lane_v and vfma_laneq_v (#197084) by Yair Ben Avraham · 2 days ago
  51. 3d3cfe9 Reapply "[clang] remove lots of "innocuous" addrspacecasts" (#200427) by Jameson Nash · 2 days ago
  52. 198aa04 [Matrix][HLSL] Add codegen support for Matrix Layout keywords (#198887) by Farzon Lotfi · 2 days ago
  53. 5008e03 [HIP] Fix test for --no-lto (#201367) by Joseph Huber · 2 days ago
  54. c30aa78 [Clang] Fix leftover use of old LTO path (#201360) by Joseph Huber · 2 days ago
  55. 3ced54e [Clang] Rework LTO mode selection to be a Toolchain property (#201155) by Joseph Huber · 2 days ago
  56. af1cc90 [clang][NFC] Introduce `LangOptions::isCompatibleWith(ClangABI)` (#201067) by Yanzuo Liu · 2 days ago
  57. 40f5e93 [C++20] [Modules] Ask for definition before calling isInlineDefinitionExternallyVisible (#201291) by Chuanqi Xu · 2 days ago
  58. cd6ce7d [AArch64] Add 9.7 CVT data processing intrinsics (#186807) by Martin Wehking · 2 days ago
  59. aae1652 Revert "[OpenCL] Allow mesa3d OS in spirv32 and spirv64 targets" (#200727) by Wenju He · 2 days ago
  60. 3308d91 [clang][CUDA] Avoid ambiguity in host/device template specializations (#201049) by Steffen Larsen · 2 days ago
  61. 9163c46 [RISCV] Remove experimental XRivosVizip support (#200761) by Boyao Wang · 2 days ago
  62. 64055fe [CIR] Implement destruction of TLS and static global references (#200227) by Andy Kaylor · 2 days ago
  63. 1412de3 [CIR] Fix insertion point tracking for switch with cleanups (#201210) by Andy Kaylor · 2 days ago
  64. 3b86f01 [CIR] Coerce Direct args and returns in CallConvLowering (#195879) by adams381 · 2 days ago
  65. de2acd5 [clang-sycl-linker][test] Improve dry-run mode and tighten test coverage (#200513) by Yury Plyakhin · 2 days ago
  66. da0605e [CIR] Implement lowering for const-emitted global compound literals (#201152) by Erich Keane · 2 days ago
  67. c35cd5a [clang-linker-wrapper] Drop SYCL dry-run stub-image special case (#201222) by Yury Plyakhin · 3 days ago
  68. cf25df2 [CIR] Set ExternalWeakLinkage on weak/weak_import function declarations (#198422) by adams381 · 3 days ago
  69. e46466c Reverting PR #184065 and #200323 to address some interplay with CFI (#201194) by Mircea Trofin · 3 days ago
  70. 913c122 [clang][driver][darwin] Hold onto full triples in Darwin SDKPlatformInfo (#200896) by Ian Anderson · 3 days ago
  71. 2779c7e [HIP][AMDGPU] Use non-LTO pipeline for non-RDC in the linker wrapper (#201135) by Yaxun (Sam) Liu · 3 days ago
  72. 66156a0 [CIR][AArch64] Upstream vector-shift-right-and-accumulate NEON builtins (#200630) by Vicky Nguyen · 3 days ago
  73. 23965f9 [flang] Support -ffunction-sections and -fdata-sections. (#199731) by Abid Qadeer · 3 days ago
  74. eacab98 [clang] Treat unnamed bitfields as padding in `__builtin_clear_padding` (#201102) by Michael Buch · 3 days ago
  75. cb34be9 [SystemZ][z/OS] Add XPLink ABI on z/OS (#188501) by Zibi Sarbinowski · 3 days ago
  76. 77b1b3b [clang] Remove `FileSystemStatCache` (#198411) by Jan Svoboda · 3 days ago
  77. 5df25ca [Driver] Switch clang++ to default Solaris 11.4 compilation environment (#201063) by Rainer Orth · 3 days ago
  78. 01bdf9f [clang][NFC] Bump the maximum number of Sema diagnostics (#200948) by Jake Daly · 3 days ago
  79. c2654f8 [LifetimeSafety] Refactor buildOriginFlowChain to use PImpl pattern (#201071) by Utkarsh Saxena · 3 days ago
  80. d8ec8a1 [cir] Refine cir::CastOp semantics for int <-> float casts (#200005) by Andrzej Warzyński · 3 days ago
  81. 6f80c46 [clang][ExprConst] Support DesignatedInitUpdateExpr of array type (#201000) by Timm Baeder · 3 days ago
  82. 1a5195c [clang][bytecode] Variadic ctors also start lifetime (#201113) by Timm Baeder · 3 days ago
  83. e0c7d54 [clang] Fix lit test after f341dab for envs that cannot write to file (#201121) by Christian Sigg · 3 days ago
  84. e1b4647 Revert "[clang] fix getTemplateInstantiationArgs" (#201093) by Hans Wennborg · 3 days ago
  85. 6e70a75 [AArch64] Add intrinsic support for Fdot instr. (#189987) by Lukacma · 3 days ago
  86. 6db82a2 [NFC][analyzer] Simplify ExprEngine::Visit, eliminate NodeBuilders (#200837) by Donát Nagy · 3 days ago
  87. b7f02f5 [clang][RISCV][Zicfilp] Force user to use `-mcf-branch-label-scheme=unlabeled` (#152122) by Ming-Yi Lai · 3 days ago
  88. 2d9f7fb [clang][cmake] Move perf-training out of CLANG_INCLUDE_TESTS (#192163) by markyang92 · 3 days ago
  89. 2ff528f [clang][bytecode] Reject invalid UETT_OpenMPRequiredSimdAlign nodes (#200997) by Timm Baeder · 3 days ago
  90. d02f6c4 [clang][CodeGen] Drop TBAA metadata emission on FP libcalls (#200752) by Antonio Frighetto · 3 days ago
  91. d821f3d [LifetimeSafety] Prevent false-negative lifetimebound verification when origin escapes in an unrelated manner (#200786) by Abhinav Pradeep · 3 days ago
  92. 4b284cc [CIR] Add cir.lifetime.start and cir.lifetime.end Op (#199599) by Jiahao Guo · 3 days ago
  93. 901ce0b [CMake][Release] Use llvm-bitcode-strip on Darwin for build with -ffat-lto-objects (#200764) by Cullen Rhodes · 3 days ago
  94. 1b99781 [CIR][AMDGPU] Implement lowering for __builtin_amdgcn_dispatch_ptr (#199880) by Chaitanya · 3 days ago
  95. 49c8699 [CIR] Fix cir.call_llvm_intrinsic lowering for 0-result ops (#199516) by Chaitanya · 3 days ago
  96. 061169f [clang][bytecode] Improve `getType()` (#200342) by Timm Baeder · 3 days ago
  97. 58d9447 [clang][clang-tools-extra] Remove unused DenseMapInfo::getTombstoneKey (#200634) by Fangrui Song · 3 days ago
  98. 2171add [clang] fix getTemplateInstantiationArgs (#199528) by Matheus Izvekov · 3 days ago
  99. 25497ad [clang][HeuristicResolver] Handle non-dependent TemplateSpecializationType gracefully (#200714) by Nathan Ridge · 3 days ago
  100. c3f588a [Flang] Fix device-side module lookup (#200863) by Michael Kruse · 3 days ago