summaryrefslogtreecommitdiff
path: root/mlir/lib/Target/LLVMIR/Dialect
AgeCommit message (Expand)Author
2025-11-20[MLIR] Apply clang-tidy fixes for readability-identifier-naming in LLVMToLLVM...Mehdi Amini
2025-11-19[mlir][LLVM] Resync memory effect attribute with LLVM IR (#168568)darkbuck
2025-11-07[mlir][NVVM] Add nvvm.membar operation (#166698)Valentin Clement (バレンタイン クレメン)
2025-11-04[MLIR][NVVM] Update redux.sync op (#166125)Srinivasa Ravi
2025-10-31[MLIR][OpenMP] Fix and simplify bounds offset calculation for 1-D GEP offsets...agozillon
2025-10-22[Flang][mlir] - Translation of delayed privatization for deferred target-task...Pranav Bhandarkar
2025-10-21[Flang][OpenMP][Dialect] Swap to using MLIR dialect enum to encode map flags ...agozillon
2025-10-17[MLIR] Apply clang-tidy fixes for performance-unnecessary-value-param in Open...Mehdi Amini
2025-10-06[mlir] Simplify unreachable type switch cases. NFC. (#162032)Jakub Kuderski
2025-10-02[mlir][omp] Add omp.tile operation (#160292)Michael Kruse
2025-09-26[clang] Use the VFS to create the OpenMP region entry ID (#160918)Jan Svoboda
2025-09-26[Flang][OpenMP] Enable no-loop kernels (#155818)Dominik Adamski
2025-09-24[mlir][ptr] Add `ptr.ptr_diff` operation (#157354)Fabian Mora
2025-09-19[OpenMP][MLIR] Preserve to/from flags in mapper base entry for mappers (#159799)Akash Banerjee
2025-09-14[mlir][ptr] Add ConstantOp with NullAttr and AddressAttr support (#157347)Fabian Mora
2025-09-14[mlir][LLVM] Add LLVMAddrSpaceAttrInterface and NVVMMemorySpaceAttr (#157339)Fabian Mora
2025-09-11[clang] Use VFS for `-fopenmp-host-ir-file-path` (#156727)Jan Svoboda
2025-09-10[mlir][LLVMIR] Support memory model relaxation annotations (MMRA) (#157770)Krzysztof Drewniak
2025-09-10[flang][OpenMP] Enable tiling (#143715)Jan Leyonberg
2025-09-09[MLIR][XeVM] Add lowering for llvm load store ops with XeVM cache control (#1...Sang Ik Lee
2025-09-07[MLIR] Apply clang-tidy fixes for misc-use-internal-linkage in OpenMPToLLVMIR...Mehdi Amini
2025-09-04[MLIR] Apply clang-tidy fixes for readability-container-size-empty in OpenMPT...Mehdi Amini
2025-09-03[mlir][ptr] Add `gather`, `masked_load`, `masked_store`, and `scatter` ops (#...Fabian Mora
2025-09-03[mlir][ptr] Add translations to LLVMIR for ptr ops. (#156355)Fabian Mora
2025-09-02[mlir][debug] Inherit DISubprogramAttr from DILocalScopeAttr. (#156081)Abid Qadeer
2025-09-02[mlir][LLVM|ptr] Add the `#llvm.address_space` attribute, and allow `ptr` tra...Fabian Mora
2025-08-31[MLIR] Apply clang-tidy fixes for llvm-else-after-return in OpenMPToLLVMIRTra...Mehdi Amini
2025-08-29[mlir][debug] Convert DbgIntrOp to DebugRecords directly. (#154926)Abid Qadeer
2025-08-29[Flang][OpenMP] Fix to resolve the crash with SIMD aligned clause. (#150612)Kaviya Rajendiran
2025-08-27[NVPTX] Auto-upgrade nvvm.grid_constant to param attribute (#155489)Alex MacLean
2025-08-22[MLIR][NVVM] Add "blocksareclusters" kernel attribute support (#154519)Rajat Bajpai
2025-08-18[OpenMP] Introduce omp.target_allocmem and omp.target_freemem omp dialect ops...Chaitanya
2025-08-12[MLIR][NVVM] Support generating all the ldmatrix intrinsics from NVVM ops (#1...Gao Yanfeng
2025-08-11[OMPIRBuilder] Avoid invalid debug location. (#151306)Abid Qadeer
2025-08-07 [flang][OMPIRBuilder][MLIR][llvm] Backend support for atomic control options...Anchu Rajendran S
2025-08-04[mlir][OpenMP][NFC] Fix gcc 14 warning (#151941)Tom Eccles
2025-08-01[MLIR][NVVM] Support stmatrix intrinsics (#148377)Gao Yanfeng
2025-07-30Reapply "[mlir][llvm] Add intrinsic arg and result attribute support … (#15...Tobias Gysi
2025-07-30Revert "Reland "[mlir][llvm] Add intrinsic arg and result attribute support (...Mehdi Amini
2025-07-30Reland "[mlir][llvm] Add intrinsic arg and result attribute support (… (#15...Tobias Gysi
2025-07-30[MLIR] Avoid #include OMPIRBuilder.h (#151302)Michael Kruse
2025-07-29[MLIR][XeVM] Add XeVM to LLVMIR translation. (#150696)Sang Ik Lee
2025-07-29[mlir][NFC] Use range-based overload of `llvm::sort` (#150934)Longsheng Mou
2025-07-29Revert "[mlir][llvm] Add intrinsic arg and result attribute support (… (#15...Tobias Gysi
2025-07-29[mlir][llvm] Add intrinsic arg and result attribute support (#150783)Tobias Gysi
2025-07-25[mlir][NFC] Use `getDefiningOp<OpTy>()` instead of `dyn_cast<OpTy>(getDefinin...Longsheng Mou
2025-07-24[mlir] Remove unused includes (NFC) (#150476)Kazu Hirata
2025-07-24[mlir][NFC] Use `hasOneBlock` instead of `llvm::hasSingleElement(region)` (#1...Longsheng Mou
2025-07-17[mlir][LLVMIR] Add IFuncOp to LLVM dialect (#147697)Robert Konicar
2025-07-15[mlir][nvvm] Fix control reaches end of non-void function warning (#148965)Valentin Clement (バレンタイン クレメン)