summaryrefslogtreecommitdiff
path: root/mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.cpp
AgeCommit message (Expand)Author
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-19[OpenMP][MLIR] Preserve to/from flags in mapper base entry for mappers (#159799)Akash Banerjee
2025-09-11[clang] Use VFS for `-fopenmp-host-ir-file-path` (#156727)Jan Svoboda
2025-09-10[flang][OpenMP] Enable tiling (#143715)Jan Leyonberg
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-08-31[MLIR] Apply clang-tidy fixes for llvm-else-after-return in OpenMPToLLVMIRTra...Mehdi Amini
2025-08-29[Flang][OpenMP] Fix to resolve the crash with SIMD aligned clause. (#150612)Kaviya Rajendiran
2025-08-18[OpenMP] Introduce omp.target_allocmem and omp.target_freemem omp dialect ops...Chaitanya
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-07-29[mlir][NFC] Use range-based overload of `llvm::sort` (#150934)Longsheng Mou
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-15[mlir][OpenMP] Allow composite SIMD REDUCTION and IF (#147568)Tom Eccles
2025-07-11[MLIR][OpenMP] Add canonical loop LLVM-IR lowering (#147069)Michael Kruse
2025-07-08[Flang][OpenMP][MLIR] Fix regression by #146653 by adding address space cast ...agozillon
2025-07-08[OpenMP] Enable simd in non-reduction composite constructs (#146097)Kajetan Puchalski
2025-07-04[mlir][OpenMP] Don't allow firstprivate for simd (#146734)Tom Eccles
2025-07-04[flang][OpenMP] Allocate `reduction` init temps on the stack for GPUs (#146667)Kareem Ergawy
2025-07-03[flang][debug] Generate DISubprogramAttr for omp::TargetOp. (#146532)Abid Qadeer
2025-07-02[mlir][OpenMP] implement SIMD reduction (#146671)Tom Eccles
2025-06-26Reland [mlir][OpenMP] Use correct debug location with link clause. (#145889)Abid Qadeer
2025-06-25Revert "[mlir][OpenMP] Use correct debug location with link clause." (#145768)Abid Qadeer
2025-06-25[mlir][OpenMP] Use correct debug location with link clause. (#145026)Abid Qadeer
2025-06-25[Utils][mlir] Fix interaction between CodeExtractor and OpenMPIRBuilder (#145...Kajetan Puchalski
2025-06-25[flang][OpenMP] Skip runtime mapping with no offload targets (#145594)Krzysztof Parzyszek
2025-06-24[flang][OpenMP] Map device pointers on host device as well (#145562)Krzysztof Parzyszek
2025-06-24[mlir][NFC] Move LLVM::ModuleTranslation::SaveStack to a shared header (#144897)Tom Eccles
2025-06-24Revert "[flang][OpenMP] Skip runtime mapping with no offload targets (#144534...antoine moynault
2025-06-20[flang][OpenMP] Skip runtime mapping with no offload targets (#144534)Krzysztof Parzyszek
2025-06-17[mlir][OpenMP] Fix broken insertion point for charbox with omp task (#143112)Tom Eccles
2025-06-10[mlir][OpenMP] Reintroduce TODO for translation of linear clause (#143531)NimishMishra
2025-06-06[mlir][OpenMP] set correct insert point after creating a barrier (#142997)Tom Eccles
2025-05-22[mlir][OpenMP] Add translation of private_barrier attr to LLVMIR (#140090)Tom Eccles
2025-05-19[flang][OpenMP] Support MLIR lowering of linear clause for omp.wsloop (#139385)NimishMishra
2025-05-15[MLIR][OpenMP] Assert on map translation functions, NFC (#137199)Sergio Afonso
2025-05-08[mlir][OpenMP] cancel(lation point) taskgroup LLVMIR (#137841)Tom Eccles
2025-05-08[mlir][OpenMP] Convert omp.cancellation_point to LLVMIR (#137205)Tom Eccles
2025-05-08[mlir][OpenMP] convert wsloop cancellation to LLVMIR (#137194)Tom Eccles
2025-04-30[MLIR][OpenMP] Lowering nontemporal clause to LLVM IR for SIMD directive (#11...Kaviya Rajendiran