summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-11-21[AMDGPU][gfx1250] Add wait_xcnt before any access that cannot be repeatedusers/pierre-vh/xcnt-before-volatilepvanhout
2025-11-21[libc++] Optimize std::has_single_bit (#133063)Alcaro
2025-11-21[OpenMP] Fix firstprivate pointer handling in target regions (#167879)Sairudra More
2025-11-21[Clang] Fix handling of explicit parameters in `SemaLambda` (#168558)Willem Kaufmann
2025-11-21[MLIR] Apply clang-tidy fixes for readability-container-size-empty in AffineO...Mehdi Amini
2025-11-21[MLIR] Apply clang-tidy fixes for misc-use-internal-linkage in AsmPrinter.cpp...Mehdi Amini
2025-11-21[NVPTX] Support for dense and sparse MMA intrinsics with block scaling. (#163...Kirill Vedernikov
2025-11-21[MLIR] Apply clang-tidy fixes for readability-container-size-empty in ShardOp...Mehdi Amini
2025-11-21[libc++][Windows] Enable thread::hardware_concurrency to support more than 64...Yexuan Xiao
2025-11-21[clang][TypePrinter] Replace AppendScope with printNestedNameSpecifier (#168534)Michael Buch
2025-11-21[DAGCombiner] Strip outer match in visitBITREVERSE (NFC) (#169020)Ramkumar Ramachandra
2025-11-21[clang-tidy][NFC] Reformat code and set 'KeepEmptyLines' to false (#168131)Baranov Victor
2025-11-21Revert "[ubsan_minimal] Allow UBSan handler from Minimal runtime to accept ar...Vitaly Buka
2025-11-21[IR2VEC] Rewrite triples.mir and entities.mir. NFC (#168574)David Green
2025-11-21[VPlan] Drop poison-generating flags on induction trunc (#168922)Ramkumar Ramachandra
2025-11-21[MLIR][XeGPU][TransformOps] Add slice_dims argument to set_op_layout_attr and...Tuomas Kärnä
2025-11-21[MLIR][CODEOWNERS] Add XeGPU transform ops code owners (#168940)Tuomas Kärnä
2025-11-21[mlir][llvm] Handle debug record import edge cases (#168774)Tobias Gysi
2025-11-21[orc-rt] Rename 'Session' variables to avoid ambiguity with type. NFCI. (#168...Lang Hames
2025-11-21[PowerPC] Replace vspltisw+vadduwm instructions with xxleqv+vsubuwm for addin...Himadhith
2025-11-21[C++20] [Modules] Check TULocal entity within exported entitiesChuanqi Xu
2025-11-21[NVPTX] Fix PTX and SM conditions for narrow FP conversions (#168680)Srinivasa Ravi
2025-11-21[PowerPC] Fix Wparentheses warningJim Lin
2025-11-21[Clang][OpenMP] Bug fix Default clause variable category (#168846)SunilKuravinakop
2025-11-21[llvm][RISCV] Implement Zilsd load/store pair optimization (#158640)Brandon Wu
2025-11-21[lldb] Add assert to NonNullSharedPtr move constructor (#168979)Jonas Devlieghere
2025-11-21[llc][NPM] Use buffer_ostream support for non-seekable streams (#168842)Prasoon Mishra
2025-11-21[clang][NFC] Inline Frontend/FrontendDiagnostic.h -> Basic/DiagnosticFrontend...Jordan Rupprecht
2025-11-21[mlir][linalg] Clean up op verifiers without custom checks(NFC) (#168712)Longsheng Mou
2025-11-20TargetLowering: Avoid hardcoding OpenBSD + __guard_local name (#167744)Matt Arsenault
2025-11-20[dsymutil] Add missing validation for zero alignment section (#168925)Ch1p
2025-11-21[OpenCL] Add missing OpenCL 3.0 features to OpenCLExtensions.def; revert head...Wenju He
2025-11-21[Clang] Refactor getOptimizationLevel and getOptimizationLevelSize to non-sta...Jim Lin
2025-11-20AMDGPU: Convert constant-address-space-32bit test to generated checks (#168975)Matt Arsenault
2025-11-20[lldb] Eliminate SupportFileSP nullptr derefs (#168624)Jonas Devlieghere
2025-11-20AMDGPU: Don't duplicate implicit operands in 3-address conversion (#168426)Nicolai Hähnle
2025-11-20Revert "[UBSan] [compiler-rt] add preservecc variants of handlers" (#168973)Florian Mayer
2025-11-20[UBSan] [compiler-rt] add preservecc variants of handlers (#168643)Florian Mayer
2025-11-20[bazel] Replace --experimental_guard_against_concurrent_changes usage (#168957)Jordan Rupprecht
2025-11-20[clang][deps] NFC: Fix typo in function name (#168958)Jan Svoboda
2025-11-20[RISCV] Use SDT_RISCVIntUnaryOpW for RISCVISD::ABSW type profile. NFC (#168932)Craig Topper
2025-11-20[MLIR] [XeGPU] Add distribution pattern for vector.constant_mask from Wg To S...Nishant Patel
2025-11-20[RISCV] Only add v2i32 to GPR regclass in the RV64 hardware mode. (#168930)Craig Topper
2025-11-20[lldb] Building the documentation should not depend on libLLDB (#168962)Jonas Devlieghere
2025-11-20[unroll-and-jam] Document dependency patterns in dependencies.ll (NFC) (#156577)Sebastian Pop
2025-11-20Revert "[NFC][bugpoint] Namespace cleanup in `bugpoint`" (#168961)Rahul Joshi
2025-11-20[NFC][bugpoint] Namespace cleanup in `bugpoint` (#168921)Rahul Joshi
2025-11-20[mlir] Add kuhar to code owners for arith (#168945)Jakub Kuderski
2025-11-20[mlir][SCF] Add `scf::tileAndFuseConsumer` that tiles a consumer into a given...MaheshRavishankar
2025-11-20[libc] Add missing dependencies for arpa/inet.h header. (#168951)Alexey Samsonov