1. ddf2408 [AMDGPU] Remove unused variables. NFC by Benjamin Kramer · 2 months ago
  2. fda0e63 [clang] handle fp options in __builtin_convertvector (#125522) by Jakub Ficek · 2 months ago
  3. e7bf54d [flang] AliasAnalysis: Handle fir.load on hlfir.designate (#127107) by Joel E. Denny · 2 months ago
  4. 210036a [AMDGPU][True16][CodeGen] true16 codegen pattern for fma (#127240) by Brox Chen · 2 months ago
  5. ab3d793 [libc++] Optimize ranges::move{,_backward} for vector<bool>::iterator (#121109) by Peng Liu · 2 months ago
  6. 70e693c [lldb] Gardening in StreamAsynchronousIO (NFC) (#127717) by Jonas Devlieghere · 2 months ago
  7. e2ba1b6 Revert "Reapply [CaptureTracking][FunctionAttrs] Add support for CaptureInfo (#125880)" by Nico Weber · 2 months ago
  8. 65998ab [lldb] Make GetOutputStreamSP and GetErrorStreamSP protected (#127682) by Jonas Devlieghere · 2 months ago
  9. 9743b99 [libclc] Explicitly qualify private address spaces (#127823) by Fraser Cormack · 2 months ago
  10. fc5849d [X86] Avoid repeated hash lookups (NFC) (#127748) by Kazu Hirata · 2 months ago
  11. bb75a96 [Support] Avoid repeated hash lookups (NFC) (#127747) by Kazu Hirata · 2 months ago
  12. 1bb72f0 [Object] Avoid repeated hash lookups (NFC) (#127746) by Kazu Hirata · 2 months ago
  13. af922cf [CodeGen] Avoid repeated hash lookups (NFC) (#127745) by Kazu Hirata · 2 months ago
  14. c23256e [AsmPrinter] Avoid repeated hash lookups (NFC) (#127744) by Kazu Hirata · 2 months ago
  15. 2f2295c [Analysis] Avoid repeated hash lookups (NFC) (#127743) by Kazu Hirata · 2 months ago
  16. 3e61c1a [libc++] Avoid code duplication in strings operator+ overloads (#126048) by Nikolas Klauser · 2 months ago
  17. 888c099 [Clang] Add release note for #127623 (#127815) by Sirraide · 2 months ago
  18. 80ccf01 [Clang] Do not try to transform invalid bindings (#125658) by cor3ntin · 2 months ago
  19. 826af17 [libc] add `LLVM_LIBC_CAST` macro. (#127319) by c8ef · 2 months ago
  20. 4624087 [llvm-dwarfdump] Print number of out-of-line functions described by DWARF (#127233) by Javier Lopez-Gomez · 2 months ago
  21. 26a8399 [clang][Sema] Fix initialization of `NonTypeTemplateParmDecl`... (#121768) by Alejandro Álvarez Ayllón · 2 months ago
  22. fb5a87e [libclc][NFC] Reformat ep_log.cl by Fraser Cormack · 2 months ago
  23. 0b63dfb [MLIR][NFC] Use base alias for constructor inheritance (#127756) by lorenzo chelini · 2 months ago
  24. d6c6bde [flang] Implement !DIR$ UNROLL_AND_JAM [N] (#125046) by Jean-Didier PAILLEUX · 2 months ago
  25. 2b340c1 flang: Fix build with latest libc++ (#127362) by Tom Stellard · 2 months ago
  26. d804c83 [clang] Lower modf builtin using `llvm.modf` intrinsic (#126750) by Benjamin Maxwell · 2 months ago
  27. aa9e519 Revert "[PowerPC] Deprecate uses of ISD::ADDC/ISD::ADDE/ISD::SUBC/ISD::SUBE (#116984)" by David Tenty · 2 months ago
  28. 760ec2c [MLIR][Linalg] Introduce Python API for linalg.batch_matmul Ops. (#127614) by Md Asghar Ahmad Shahid · 2 months ago
  29. 01d0793 [LAA] Make Ptr argument optional in isNoWrap. (#127410) by Florian Hahn · 2 months ago
  30. 1ac0db4 [NFC] using isUndef() instead of getOpcode() == ISD::UNDEF (#127713) by zhijian lin · 2 months ago
  31. 7f69a39 [libc++] Deprecate and remove member types of `hash` in `<variant>` (#127758) by A. Jiang · 2 months ago
  32. 43e83b9 [clang][bytecode] Fix allocating primitive arrays of unknown bound (#127788) by Timm Baeder · 2 months ago
  33. 2c8b124 [libc++] Guard include of <features.h> with __has_include (#127691) by Louis Dionne · 2 months ago
  34. c6a907a [mlir][dlti] Fix query keys preallocation (#127786) by Adam Siemieniuk · 2 months ago
  35. 3ce2e4d [NVPTX] Add tcgen05.cp/shift intrinsics (#127669) by Durgadoss R · 2 months ago
  36. 73d0679 [libclc] Clean up directory search procedure (#127783) by Fraser Cormack · 2 months ago
  37. 0f472e9 AMDGPU: Avoid double attribute lookup for register count attributes (#127782) by Matt Arsenault · 2 months ago
  38. c0a763d [NFC][MLIR] Make file-local cl::opt global variables static (#126714) by Daniel · 2 months ago
  39. fadbc33 [lldb] Add LineTable::{upper,lower}_bound (#127519) by Pavel Labath · 2 months ago
  40. 404f94a [AArch64] Add optional extensions enabled on Grace (#127620) by Elvina Yakubova · 2 months ago
  41. 0de2cca [flang][OpenMP]Improve support for DECLARE REDUCTION (#127088) by Mats Petersson · 2 months ago
  42. 3c938d0 [MLIR][Affine] Fix affine.parallel op verifier (#127611) by Uday Bondhugula · 2 months ago
  43. 1509b46 [libclc] Improve nextafter behaviour around zero (#127469) by Fraser Cormack · 2 months ago
  44. 7781e10 [clang] Lower non-builtin sincos[f|l] calls to llvm.sincos.* when -fno-math-errno is set (#121763) by Benjamin Maxwell · 2 months ago
  45. 160da73 [Flang] Check if two ArrayConstructor's are Equal (#121181) by Thirumalai Shaktivel · 2 months ago
  46. c442b39 [AMDGPU][docs][NFC] Replace gfx940 with gfx942 in the gfx940 ISA doc (#126906) by Fabian Ritter · 2 months ago
  47. 0607f94 [X86] getFauxShuffleMask - add support for vXi64/vXf64 concat_vectors decoding (#127630) by Simon Pilgrim · 2 months ago
  48. db59708 [AMDGPU][docs] Replace gfx940 and gfx941 with gfx942 in llvm/docs (#126887) by Fabian Ritter · 2 months ago
  49. 2260d59 [AMDGPU] Remove FeatureForceStoreSC0SC1 (#126878) by Fabian Ritter · 2 months ago
  50. 1760289 [clang][bytecode] Fix three-way unordered non-pointer comparisions (#127759) by Timm Baeder · 2 months ago
  51. 8615f9a [AMDGPU] Replace gfx940 and gfx941 with gfx942 in llvm (#126763) by Fabian Ritter · 2 months ago
  52. cc53913 [CodeGen] Use __extendhfsf2 and __truncsfhf2 by default (#126880) by Nikita Popov · 2 months ago
  53. 4af8c53 [BitcodeReader] Use `poison` instead of `undef` to represent unsupported constexprs in metadata (#127665) by Pedro Lobo · 2 months ago
  54. 029c8e7 [AMDGPU][clang] Replace gfx940 and gfx941 with gfx942 in clang (#126762) by Fabian Ritter · 2 months ago
  55. f3f4afe [X86] matchUnaryShuffle - add support for matching 512-bit extension patterns. (#127643) by Simon Pilgrim · 2 months ago
  56. 8900e41 [AMDGPU][MLIR] Replace gfx940 and gfx941 with gfx942 in MLIR (#125836) by Fabian Ritter · 2 months ago
  57. d4cb75e [mlir][bufferization] Module bufferization: Delete obsolete code (#127455) by Matthias Springer · 2 months ago
  58. 55fb793 [AMDGPU] Add missing gfx architectures to AddFlangOffloadRuntime.cmake (#125827) by Fabian Ritter · 2 months ago
  59. a2f9ae1 [AMDGPU] Replace gfx940 and gfx941 with gfx942 in offload and libclc (#125826) by Fabian Ritter · 2 months ago
  60. 99aea21 [Flang][OpenMP] Skip threadprivate HostAssoc symbols for default privatization (#127754) by Thirumalai Shaktivel · 2 months ago
  61. b9a1e58 [RISCVISel] Compute leading zeros for RISCVISD::VCPOP_VL node (#127705) by Vladislav Belov · 2 months ago
  62. a2b4d4e Revert "[libc] Add strftime_l" (#127766) by Petr Hosek · 2 months ago
  63. 850062c [AA] Consider extractvalue and extractelement as escape sources (#127640) by Nikita Popov · 2 months ago
  64. 9072ba7 [libc] Add strftime_l (#127708) by Petr Hosek · 2 months ago
  65. c4f8da9 [MLIR][emitc]: Remove unused functions (NFC) by Matthias Gehre · 2 months ago
  66. 8f41d28 [c-index-test] Fix warnings by Kazu Hirata · 2 months ago
  67. 6b67aac [mlir:python] Improve `mlir_(attribute|type|value)_subclass` for `nanobind`s `stubgen` (#127584) by Ingo Müller · 2 months ago
  68. 1c02c8f [clang] fix use after free in clang/tools/c-index-test/c-index-test.c (#127063) by Mikhail Goncharov · 2 months ago
  69. fb39445 [RISCV][VLOPT] Add vfsqrt/vfrsqrt7 instruction to isSupportInstr (#127462) by LiqinWeng · 2 months ago
  70. a44284c [AMDGPU] Add `isAsCheapAsAMove` for `v_pk_mov_b32` (#127632) by Shilei Tian · 2 months ago
  71. 960b80c [ELF] Improve INPUT_SECTION_FLAGS test by Fangrui Song · 2 months ago
  72. 8b284dc [mlir] Fix FunctionOpInterface impl for external func (#124693) by Hongren Zheng · 2 months ago
  73. 6c39ee71 [Driver][MSVC] Pass profile file to lld-link via -lto-sample-profile option (#127442) by tianleliu · 2 months ago
  74. 8187caf8 [NFC][AMDGPU] Pre-commit a test case of checking register coalescer on `v_pk_mov_b32` (#127715) by Shilei Tian · 2 months ago
  75. 27e6561 [Sparc] Use MCRegister. NFC by Craig Topper · 2 months ago
  76. 22d65d8 AMDGPU: Teach isOperandLegal about SALU literal restrictions (#127626) by Matt Arsenault · 2 months ago
  77. aed9f11 [AMDGPU] Handle lowering addrspace casts from LDS to FLAT address in amdgpu-sw-lower-lds. (#121214) by Chaitanya · 2 months ago
  78. 6662fe3 [X86] Add missing vNbf16 handling in X86CallingConv.td file (#127102) by Mikołaj Piróg · 2 months ago
  79. 715edd7 [HLSL] Allow arrays to copy-initialize (#127557) by Chris B · 2 months ago
  80. f6d74af [clang][X86] Only define __CET__ macro for X86 targets (#127616) by Ming-Yi Lai · 2 months ago
  81. b100c50 [lld][WebAssembly] Fix warnings in test. NFC (#127714) by Sam Clegg · 2 months ago
  82. da47a80 [PGO][test] Specify exact match for check labels (#117376) by Ken Matsui · 2 months ago
  83. b2659ca [InstCombine] Propagate flags in `foldSelectICmpAndBinOp` (#127437) by Yingwei Zheng · 2 months ago
  84. 2207e3e3 [libc++] Set feature-test macro `__cpp_lib_atomic_float` (#127559) by A. Jiang · 2 months ago
  85. 61cfa53 [compiler-rt][asan] Re-enable forkpty test on AArch64 (NFC) (#127667) by Cullen Rhodes · 2 months ago
  86. e10ac5fc [SandboxVec][NFC] Fix unused variable warning in test by Vasileios Porpodas · 2 months ago
  87. 738f3a1 [gn build] Port 02c9dae81497 by LLVM GN Syncbot · 2 months ago
  88. 02c9dae [HLSL] Add support to lookup a ResourceBindingInfo from its use (#126556) by Ashley Coleman · 2 months ago
  89. 0cc7381 [SandboxVec][Scheduler] Don't insert scheduled instrs into the ready list (#127688) by vporpo · 2 months ago
  90. 3430bc3 [mlir][tosa] Make TOSA RESIZE's scale, offset, border as Input (#124956) by Hsiangkai Wang · 2 months ago
  91. 7c24041 [AMDGPU][True16][CodeGen] reopen "FLAT_load using D16 pseudo instruction" (#127673) by Brox Chen · 2 months ago
  92. 9bf582f [clang][docs] Fix typos concerning wasm __funcref (#124365) by Timothy Herchen · 2 months ago
  93. 0afe2bd [InstCombine] Test trunc to i1 in foldSelectICmpAnd. (NFC) by Andreas Jonson · 2 months ago
  94. beaca53 [gn build] Port 0f6c18e8c65b by LLVM GN Syncbot · 2 months ago
  95. 0f6c18e [SandboxVec] Replace hard-coded context save() with transaction-save pass (#127690) by vporpo · 2 months ago
  96. db5bc8e [Clang] Warn about `[[noreturn]]` on coroutines (#127623) by nerix · 2 months ago
  97. 8529bd7 [AMDGPU] Respect MBB alignment in the getFunctionCodeSize() (#127142) by Stanislav Mekhanoshin · 2 months ago
  98. 8983d7a [gn build] Port 5ecce45ea298 by LLVM GN Syncbot · 2 months ago
  99. 78703c1 [gn] port e235fcb582ee more (bolt TargetConfig.def) by Nico Weber · 2 months ago
  100. 01f2f81 [flang-rt] Fixed uninitialized class member variable (#127681) by Eugene Epshteyn · 2 months ago