summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-10-29[LoongArch] Convert ld to fld when result is only used by sitofpusers/ylzsx/load-itofp-combineyangzhaoxin
2025-10-29[LoongArch][NFC] Pre-commit tests for load-sitofp-combine.users/ylzsx/precommit-load-itofp-combineyangzhaoxin
2025-10-29[LoongArch][NFC] Add tests for vector fminnum/fmaxnum (#162767)Zhaoxin Yang
2025-10-28[flang][cuda] Support gpu.launch_func with async token in target rewrite pass...Valentin Clement (バレンタイン クレメン)
2025-10-28[clang-format] Fix a bug in annotating class member names (#165351)owenca
2025-10-29[SimplifyCFG] Use range check in simplifyBranchOnICmpChain if possible (#165105)Yingwei Zheng
2025-10-29[AMDGPU] Support image atomic no return instructions (#150742)Harrison Hao
2025-10-28[Clang] Freeze padded vectors before storing. (#164821)Florian Hahn
2025-10-29[Clang] [NFC] Fix trailing whitespace in Parser.h (#165498)Sirraide
2025-10-28[MLIR] Apply clang-tidy fixes for llvm-qualified-auto in SwapExtractSliceWith...Mehdi Amini
2025-10-28[CIR][NFC] Update TypeCache file to use MLIR-style camel case (#165060)Andres-Salamanca
2025-10-28[MLIR] Fix use-after-move in debug logging (#165208)Slava Gurevich
2025-10-28[docs][lldb] update the Windows tools instructions (#164491)Charles Zablit
2025-10-28[clang] Proofread ThreadSafetyAnalysis.rst (#165398)Kazu Hirata
2025-10-28[llvm] Use StringRef::contains (NFC) (#165397)Kazu Hirata
2025-10-28[llvm] Use nullptr instead of 0 or NULL (NFC) (#165396)Kazu Hirata
2025-10-28[Analysis] Use "= default" in a constructor (NFC) (#165395)Kazu Hirata
2025-10-28[Analysis] Use std::clamp in getHeatColor (NFC) (#165394)Kazu Hirata
2025-10-28[MemRef] Fix-forward use-after-scope in #164955 (#165478)Thurston Dang
2025-10-28[Clang][BPF] Add __BPF_FEATURE_GOTOX (#165456)yonghong-song
2025-10-28[flang][cuda] Add interfaces and lowering for tma_bulk_store (#165482)Valentin Clement (バレンタイン クレメン)
2025-10-28[flang][cuda] Add interfaces and lowering for tma_bulk_load (#165474)Valentin Clement (バレンタイン クレメン)
2025-10-28[flang][cuda] Add instructions for tma_bulk_s2g (#165480)Valentin Clement (バレンタイン クレメン)
2025-10-28[lld][WebAssembly] LTO: Use PIC reloc model with dynamic imports (#165342)Sam Clegg
2025-10-28[Clang] Restore SafeStack support for x86-32 Fuchsia (#165471)Roland McGrath
2025-10-28[libc][hdrgen] Fix `includes` sorting in JSON emission (#165460)Roland McGrath
2025-10-28[mlir][ROCDL] Add tensor load and store instructions to ROCDL (#165016)Justin Rosner
2025-10-28[RISCV] 'Zalrsc' may permit non-base instructions (#165042)slachowsky
2025-10-28[acc] Add `acc.kernel_environment` to enable compute decomposition (#165455)Razvan Lupusoru
2025-10-28[clang][Driver] Move test out of clang/includeTarun Prabhu
2025-10-28[CI] fix typo in code-format job (#165461)Baranov Victor
2025-10-28[CIR] Fix building ClangIR after RegionBranchOpInterface revamp (#165441)Amr Hesham
2025-10-28[SLP]Check only instructions with unique parent instruction userAlexey Bataev
2025-10-28[HLSL][DXIL][SPRIV] Added WaveActiveMin intrinsic (#164385)Sietze Riemersma
2025-10-28[flang][OpenMP] Implement OpenMP stylized expressions (#165049)Krzysztof Parzyszek
2025-10-28[flang][cuda] Add interfaces and lowering for barrier_try_wait(_sleep) (#165316)Valentin Clement (バレンタイン クレメン)
2025-10-28[bazel][mlir] Port #165429: RegionBranchOpInterface (#165447)Jordan Rupprecht
2025-10-28[RISCV] fixup_riscv_rvc_imm may be linker relaxable (#161797)Sam Elliott
2025-10-28[X86] combineTruncate - drop load alignment after (trunc (srl (load p), amt))...Simon Pilgrim
2025-10-28[LV] Bundle (partial) reductions with a mul of a constant (#162503)Sam Tebbs
2025-10-28[MLIR] Fix some typos in AffineOps.td (NFC)Mehdi Amini
2025-10-28[PowerPC] Implement Context Switch Instr mtlpl (#160593)Lei Huang
2025-10-28 [MLIR] Revamp RegionBranchOpInterface (#165429)Mehdi Amini
2025-10-28[mlir][amdgpu][rocdl] Add gfx1250 wmma ops (#165064)Jakub Kuderski
2025-10-28[MemRef] Implement value bounds interface for CollapseShapeOp (#164955)Jorn Tuyls
2025-10-28[CIR] Upstream Try block with only noexcept calls (#165153)Amr Hesham
2025-10-28[X86][Clang] Add AVX512 Integer Comparison Intrinsics for constexpr Evaluatio...sskzakaria
2025-10-28Extend vector reduction constants folding tests to include scalable vectors.Paul Walker
2025-10-28[Clang][CodeGen] Implement code generation for __builtin_infer_alloc_token() ...Marco Elver
2025-10-28[lldb] The test added for PR#164905 doesn't run on Windows host. (#165417)Dmitry Vasilyev