1. 6a7c3ee [Hexagon] Link static PIE executables against rcrt1.o (#210125) by Brian Cain · 11 hours ago main master
  2. 8b5cb70 [X86] Support apxf in attribute target (#184078) by Mikołaj Piróg · 15 hours ago
  3. 61485f1 [Clang][OpenMP] Add parsing/sema for dims modifier in num_teams and thread_limit (#206412) by Kevin Sala Penades · 19 hours ago
  4. cedc57e [Clang][Interpreter] Don't pass -fPIC on MSVC (#210507) by aokblast · 26 hours ago
  5. ac8b3ce [CIR][AMDGPU] Add support for AMDGCN frexp_mant builtins (#198121) by Ayokunle Amodu · 33 hours ago
  6. 166c6b5 [clang] Emit call graph type metadata for internal linkage symbols (#210194) by Prabhu Rajasekaran · 34 hours ago
  7. 53877bc [RISCV] Add packed narrowing convert intrinsics (#210389) by 陈子昂 · 36 hours ago
  8. 8a9166d [IR] Make semantics of strictfp consistent (#209465) by Ramkumar Ramachandra · 2 days ago
  9. 2f7bd6e [alpha.webkit.UncountedCallArgsChecker] Crash in printArgument (#210411) by Ryosuke Niwa · 2 days ago
  10. df6639a [clang][clangIR]: X86 upstream avx psrldqi/pslldqi (#208025) by Lucas Ribeiro Lima · 2 days ago
  11. 50e0ae7 Revert "Skipping host target exports during cross-compilation" (#210468) by Haowei · 2 days ago
  12. 051f888 [CIR] Introduce loop cleanup regions (#210212) by Andy Kaylor · 2 days ago
  13. 4157a2c Adding an option to Skip LLVM and Clang exports (#209922) by Haowei · 2 days ago
  14. aa5ca64 [clang][ssaf] Integrate source-edit-generation (#208590) by Jan Korous · 2 days ago
  15. 3052186 [CIR] Add support for lowering __builtin_c23_va_start in ClangIR (#208741) by Akshay K · 2 days ago
  16. 27c3875 [CIR] Add x86_64 scalar calling-convention lowering (#209636) by adams381 · 2 days ago
  17. 05076b4 [Clang] Fixed auto parsing regression with brace initialization (#210347) by Tony Guillot · 2 days ago
  18. e7e6e94 [SSAF] Add EntitySourceLocationExtractor (#210201) by Jan Korous · 2 days ago
  19. 2145ec8 [CIR] Terminate conditional regions after creation; fix glvalue conditional with a throw arm (#210384) by Akshay K · 2 days ago
  20. 6f04e00 [clang][sema] Fix crash on decomposition decl missing initializer (#210151) by Patryk Stefanski · 2 days ago
  21. 999405d [HLSL] Enable frontend IR generation for SPIR-V in TypedBuffers-constructor.hlsl (#207421) by Diego Novillo · 2 days ago
  22. 4178097 [CIR] Implement support for builtin FMA (#210365) by Amr Hesham · 2 days ago
  23. 2cc8561 [CIR][AMDGPU] Add support for AMDGCN log builtins (#198032) by Ayokunle Amodu · 2 days ago
  24. 49e5266 [clang][analyzer] Fix assertion failure in StdLibraryFunctionsChecker with non-integral ssize_t (#209655) by Endre Fülöp · 2 days ago
  25. 5c38e9c [SystemZ/[z/OS] Guard source-epoch related testcase to 64-bit clang targets (#210341) by Abhina Sree · 2 days ago
  26. b4a6eda [clang] remove templight support (#210166) by Matheus Izvekov · 2 days ago
  27. b38f139 [ExtractAPI] Include nullability attributes (#209221) by Prajwal Nadig · 2 days ago
  28. e199bc0 [ExtractAPI] Include availability attributes for anonymous typedefs (#209187) by Prajwal Nadig · 2 days ago
  29. 2f78bd4 [Clang][AST] Add source range for deleted and defaulted functions (#205408) by Shreyansh Lodha · 2 days ago
  30. b099192 [CIR] Return power-of-two ABI alignment for non-fundamental int widths (#210187) by adams381 · 3 days ago
  31. 5e1f22f [NFC] RelNotes Formatting fix I screwed up in 209893 (#210325) by Erich Keane · 3 days ago
  32. 15b6df7 Revert "[clang][CodeGen][X86_64] Honor per-function AVX ABI in C/C++ call paths, maintain old psABI for PlayStation." (#210303) by Nikita Popov · 3 days ago
  33. e113de6 [SystemZ][z/OS] Fix zos_translation_time module flag (#210058) by Abhina Sree · 3 days ago
  34. 27e1001 [Clang][Driver] Fix compiler-rt library directory for cygwin (#208925) by tyan0 · 3 days ago
  35. 549c906 [Clang][Sema] Fix crash in UnresolvedMemberExpr check (#209792) by Chibuoyim (Wilson) Ogbonna · 3 days ago
  36. e1e10e2 [Driver][DirectX] Add `/Qstrip_debug` flag (#204832) by Ilia Kuklin · 3 days ago
  37. 02f000a [clang][driver] Add a -target-variant alias for -darwin-target-variant (#208388) by Ian Anderson · 3 days ago
  38. 76eaa3d [Clang][RISCV] Add P extension reinterpret cast intrinsics (#210241) by SiHuaN · 3 days ago
  39. f7700fa [CIR][AMDGPU] Adds `__amdgpu_buffer_rsrc_t` in the buffer-resource address space (#204782) by Rana Pratap Reddy · 3 days ago
  40. 60e82d2 [clang][CodeGen][X86_64] Honor per-function AVX ABI in C/C++ call paths, maintain old psABI for PlayStation. (#193298) by Benjamin Luke · 3 days ago
  41. d2c36b8 [clang][ssaf] Add static-library create subcommand (#208799) by Aviral Goel · 3 days ago
  42. f8d6c05 [SPIRV] Pack 64-bit vec2 typed buffers into 4x32-bit images (#208626) by Kaitlin Peng · 3 days ago
  43. 128f5f4 [clang][mingw] Try both native and ARM64EC triples when looking for a sysroot on the ARM64EC target (#210017) by Jacek Caban · 3 days ago
  44. 1b4144b [Android] Drop workarounds for older Android API levels pre 23 (#161893) by Brad Smith · 3 days ago
  45. 40c2bea [AArch64][COFF] Branch-protection=standard/pac-ret means "b-key" on Windows (#203989) by Daniel Kiss · 3 days ago
  46. 752f50e [Clang][Sema] Reland -Wstringop-overread with computeDependence fix (#208012) by John Paul Jepko · 3 days ago
  47. af8f642 [HLSL] Implement RWTexture2DArray (#208725) by Tim Corringham · 3 days ago
  48. 4de9c75 [CIR] Fix use-after-free when emitting ternary with a throw-expression arm (#208850) by Akshay K · 3 days ago
  49. 2f187c2 [Clang][NFC] Update diagnostic handling for C2y compatibility in parser (#209920) by Muhammad Bassiouni · 3 days ago
  50. aae9baf [clang][win] Fix __global_delete wrappers for Arm64EC and cross-TU ::delete (#209585) by Daniel Paoliello · 3 days ago
  51. bc82512 [CIR][AMDGPU] Add support for AMDGCN exp2 builtins (#198025) by Ayokunle Amodu · 3 days ago
  52. 6de45fc Add fallback type for Constrained placeholders other than plain auto. (#209893) by Erich Keane · 3 days ago
  53. c89f1e6 [NFC][Clang][PowerPC] Fix suspicious unsequenced volatile accesses in codegen tests (#199338) by Nikita Terentev · 3 days ago
  54. 7f99571 [clang][DependencyScanning] Logging Dependency Scanning Events (#195896) by Qiongsi Wu · 3 days ago
  55. cea6b03 [clang][Modules] Adding Specific Diagnostics when a Finalized PCM is Out-of-date due to Input File Changes (#209857) by Qiongsi Wu · 3 days ago
  56. b6c048f [CIR] Add support for the IdiomRecognizer pass (#208854) by Rithik Sharma · 3 days ago
  57. 1092d4b [AMDGPU] Guard more intrinsics with target features (#203956) by Shilei Tian · 3 days ago
  58. 46bdc36 Fix Unintialised char *CommentLexer resulting in potential UB. (#210067) by Hardik Kumar · 3 days ago
  59. 7bb13e5 [CIR][AMDGPU] Add support for AMDGCN cos builtins (#197806) by Ayokunle Amodu · 3 days ago
  60. fac514e [LifetimeSafety] Add better lifetimebound fix-it spelling for C (#209967) by Zeyi Xu · 3 days ago
  61. 93f07dd [LifetimeSafety] Introduce buildOriginFlowChain to use-after-invalidation (#208891) by Yuan Suo · 4 days ago
  62. 34239ab [CIR][AMDGPU] Add support for AMDGCN sin builtins (#197784) by Ayokunle Amodu · 4 days ago
  63. c80f3c2 [AMDGPU] Clean up GFX13 feature list (#208416) by Mariusz Sikora · 4 days ago
  64. ec63a66 [clang][CodeGen] Do not use atomicrmw in compound assignments with FP conversions (#209114) by Antonio Frighetto · 4 days ago
  65. 913fdb1 [Clang][OpenCL] Promote a few extensions to OpenCL 3.1 core (#204330) by Wenju He · 4 days ago
  66. 6b55087 Reapply "[clang][bytecode] Diagnose pointer subtractions of elements … (#209998) by Timm Baeder · 4 days ago
  67. 6e6a9d9 clang/HIP: Update documentation for class name (#209992) by Matt Arsenault · 4 days ago
  68. 7bd3208 Revert "[clang][bytecode] Diagnose pointer subtractions of elements of different arrays" (#209969) by Timm Baeder · 4 days ago
  69. ff443f6 [clang][bytecode] Diagnose pointer subtractions of elements of different arrays (#209496) by Timm Baeder · 4 days ago
  70. b0c8c20 [CIR][RISCV] Support Zihintntl builtins (#205468) by Jianjian Guan · 4 days ago
  71. 870a3a2 [clang][bytecode] long double on arm64 darwin is 8 bytes (NFC) (#209930) by Henrik G. Olsson · 4 days ago
  72. eae2e7e Make Multiversion Function Resolvers set CurFn (#209918) by Erich Keane · 4 days ago
  73. ce3966d [CIR] Fix a pair of CIR Build failures: (#209896) by Erich Keane · 4 days ago
  74. 44f681e [docs] Rewrite selected Clang docs to Markdown (#209283) by Reid Kleckner · 4 days ago
  75. f7fa170 [docs] Rename selected Clang docs to Markdown (#209281) by Reid Kleckner · 4 days ago
  76. 3acc4f1 [clang][bytecode] Fix tail padding with __builtin_object_size (#209771) by Timm Baeder · 4 days ago
  77. 8b2398c [codegen]Ensure __builtin_trap() has an unreachable (#197789) by Vy Nguyen · 4 days ago
  78. 850eebb [Clang] [Diagnostic] Extend DiagCompat() to C language modes (#209241) by Sirraide · 4 days ago
  79. a46574e [clang-format] Improve requires clause parsing (#207542) by Björn Schäpers · 4 days ago
  80. 593fc0d [Sema][Serialization] Emit unused local typedefs in a deterministic order (#209639) by Steven Wu · 4 days ago
  81. eaaf1e7 [clang][test][AIX] Set OBJECT_MODE=any for all clang test (#209531) by Kelvin Li · 4 days ago
  82. f88630c [HLSL] Adds diagnostics for missing/ambiguous shader entry function. (#184892) by Dan Brown · 4 days ago
  83. bcc9b06 [CIR][NFC] Update stale elementwise handler (#207530) by Letu Ren · 4 days ago
  84. 642ca42 [clang][SSAF] Optionally skip system-header contributors (#205446) by Rashmi Mudduluru · 4 days ago
  85. 512dd33 [clang][OpenMP][test] Specify libomp flag (#209804) by Jordan Rupprecht · 4 days ago
  86. 76e4672 Create a Template member to be the MemberSpec of a failed TemplVarDecl (#209604) by Erich Keane · 4 days ago
  87. c3b9f64 [clang][bytecode] Fix virtual-bases.cpp on 32 bit hosts (#209766) by Timm Baeder · 4 days ago
  88. de565a5 [Clang][AMDGPU] Search both amdgcn and amdgpu libraries (#209770) by Joseph Huber · 4 days ago
  89. deb815f [CIR][AMDGPU] Add support for AMDGCN sqrt builtins (#197342) by Ayokunle Amodu · 4 days ago
  90. 3d54ee8 [HIP][SPIR-V] Enable -spirv-preserve-auxdata (#209520) by Marcos Maronas · 4 days ago
  91. cf0e22c [analyzer] Recognize missing MPI collectives in MPI-Checker (#209263) by Balázs Benics · 4 days ago
  92. cd352cc [HLSL] Consolidate texture tests (#209348) by Deric C. · 5 days ago
  93. e3336cd Fix references to complete types in attribute references (#209537) by Erich Keane · 5 days ago
  94. 76de52e [clang][ExprConst] Support virtual bases in C++26 (#204289) by Timm Baeder · 5 days ago
  95. a8121ec [CIR][AMDGPU] Add support for AMDGCN rsq and rsq_clamp builtins (#197349) by Ayokunle Amodu · 5 days ago
  96. 4462d52 clang: Add OpenMP driver test for invalid target IDs (#209740) by Matt Arsenault · 5 days ago
  97. 7d5031e [AArch64] Remove HCX feature flag from backend (#209477) by Lukacma · 5 days ago
  98. 3ea60b5 clang-offload-bundler: Fix host dependency of tests (#209720) by Matt Arsenault · 5 days ago
  99. fd7f802 [clang][Driver] Remove duplicate KernelAddress sanitizer kind. NFC. (#209079) by Zeyi Xu · 5 days ago
  100. 5df7c0e [LifetimeSafety] Suppress false field-escape warnings in destructors (#209614) by Utkarsh Saxena · 5 days ago