summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-11-21[llvm] Replace `OwningArrayRef` with `std::vector` in `BTFParser`users/davidstone/replace-owning-array-ref-in-btf-parserDavid Stone
2025-11-21[lldb] Add MockMemory class for dwarf expression testing (#168467)David Peixotto
2025-11-21[bazel][ORC] Port #168518: orc deps (#169059)Jordan Rupprecht
2025-11-21[ARM] Restore hasSideEffects flag on t2WhileLoopSetup (#168948)Sergei Barannikov
2025-11-21[flang][NFC] replace std::exit by fir::emitFatalError in Lower/Runtime.cpp (#...jeanPerier
2025-11-21[TSan] [Darwin] Fix off by one in TSAN init due to MemoryRangeIsAvailable (#1...Andrew Haberlandt
2025-11-21[OpenMP][OMPIRBuilder] Use runtime CC for runtime calls (#168608)Nick Sarnie
2025-11-21[acc][flang] Implement acc interface for tracking type descriptors (#168982)Razvan Lupusoru
2025-11-21[AMDGPU] Handle AV classes in SIFixSGPRCopies::processPHINode (#169038)Jay Foad
2025-11-21AMDGPU: Stop implementing shouldCoalesce (#168988)Matt Arsenault
2025-11-21[mlir][ROCDL] Adds wmma scaled intrinsics for gfx1250 (#165915)Muzammiluddin Syed
2025-11-21Revert "[MLIR][GPU] subgroup_mma fp64 extension" (#169049)Fabian Mora
2025-11-21[TySan][Clang] Add clang flag to use tysan outlined instrumentation a… (#16...Matthew Nagy
2025-11-21Fix test from #168609 (#169041)Walter Lee
2025-11-21[VPlan] Cast to VPIRMetadata in getMemoryLocation (NFC) (#169028)Ramkumar Ramachandra
2025-11-21[VPlan] Only apply forced cost to recipes with underlying values. (#168372)Florian Hahn
2025-11-21[flang][OpenMP] Fix some typo-like things in test case (#168582)Krzysztof Parzyszek
2025-11-21[Flang][OpenMP] Add semantic support for Loop Sequences and OpenMP loop fuse ...Ferran Toda
2025-11-21[AMDGPU] Enable multi-group xnack replay in hardware (GFX1250) (#169016)Christudasan Devadasan
2025-11-21[MLIR][GPU] subgroup_mma fp64 extension (#165873)Giacomo Castiglioni
2025-11-21[LoopCacheAnalysis] Replace delinearization for fixed size array (#164798)Ryotaro Kasuga
2025-11-21[ORC] Tailor ELF debugger support plugin to load-address patching only (#168518)Stefan Gränitz
2025-11-21[clang][OpenMP][CodeGen] Use an else if instead of checking twice (#168776)Roger Ferrer Ibáñez
2025-11-21[RISCV] Update SpacemiT-X60 vector mask instructions latencies (#150644)Mikhail R. Gadelha
2025-11-21[OpenMP] Introduce "loop sequence" as directive association (#168934)Krzysztof Parzyszek
2025-11-21[AArch64] Avoid introducing illegal types in LowerVECTOR_COMPRESS (NFC) (#168...Benjamin Maxwell
2025-11-21[mlir][py][c] Enable setting block arg locations. (#169033)Jacques Pienaar
2025-11-21[LifetimeSafety] Detect expiry of loans to trivially destructed types (#168855)Kashika Akhouri
2025-11-21[OpenMP][libomp] Add transparent task flag bit to kmp_tasking_flags (#168873)Zahira Ammarguellat
2025-11-21[libc++] Revert fstream::read optimizations (#168894)Jordan Rupprecht
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