summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-10-29[LV] Allow partial reductions with an extended bin opusers/SamTebbs33/partialred-extended-binopSamuel Tebbs
2025-10-29[llvm][DebugInfo][ObjC] Fix argument order of setter/getter to DIObjCProperty...Michael Buch
2025-10-29[ASTMatchers][Docs] Regenerate MatchersReference via dump_ast_matchers.py (#1...Baranov Victor
2025-10-29[lldb] Fix StdUnorderedMapSynthProvider for GCC (#164251)Sergei Druzhkov
2025-10-29[llvm][DebugInfo][test] Add LLVM tests for Objective-C property debug-info (#...Michael Buch
2025-10-29[libunwind][PAuthLR] Remove PC offset when using FEAT_PAuthLR (#164224)Jack Styles
2025-10-29[AArch64][GlobalISel] Add a constant funnel shift post-legalizer combine. (#1...David Green
2025-10-29[BOLT][NFC] Drop unused profile staleness stats (#165489)Amir Ayupov
2025-10-29[clang-tidy] Emit warnings from user headers by default (#164165)Baranov Victor
2025-10-29[clang-tidy] Fix param-pack fix-its for 'performance-unnecessary-value-param'...Baranov Victor
2025-10-29[clang][bytecode] Check builtin carryops for non-block out pointers (#165512)Timm Baeder
2025-10-29[AMDGPU] make AMDGPUUniformIntrinsicCombine a function pass (#165265)Pankaj Dwivedi
2025-10-29[clang] Use a formatted_raw_ostream in TextDiagnostic (#164935)Timm Baeder
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