aboutsummaryrefslogtreecommitdiff
path: root/mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.cpp
AgeCommit message (Expand)AuthorFilesLines
5 days[MLIR][OpenMP] Add Taskloop Collapse Support (#175924)Jack Styles1-13/+81
6 days[Flang][mlir][OpenMP] Add affinity clause to omp.task and Flang lowering (#17...Chi-Chun, Chen1-0/+5
12 days[MLIR][OpenMP] Fix recursive mapper emission. (#178453)Akash Banerjee1-1/+18
12 days[MLIR][OpenMP] Fix unused variable warning for #137201 (#178659)Walter Lee1-2/+2
12 days[MLIR][OpenMP] Simplify OpenMP device codegen (#137201)Sergio Afonso1-302/+166
13 days[mlir] Fix new clang-tidy warning llvm-type-switch-case-types. NFC. (#178487)Jakub Kuderski1-1/+1
13 days[MLIR][OpenMP] Fix mapper being attached to partial maps. (#178247)Akash Banerjee1-9/+14
14 days[OpenMP][MLIR] Add thread_limit with dims modifier support (#171825)Chaitanya1-6/+18
2026-01-27[OpenMP][MLIR] Add num_threads clause with dims modifier support (#171767)Chaitanya1-5/+13
2026-01-27[OpenMP][MLIR] Add num_teams clause with dims modifier support (#169883)Chaitanya1-4/+12
2026-01-21[OpenMP][Flang][MLIR] Skip trip count calculation when bounds are null (#176469)Jason Van Beusekom1-0/+5
2026-01-19[OpenMP] Fix truncation/extension bug when calling __kmpc_push_num_teams (#17...Michael Klemm1-4/+9
2026-01-13Fix typos and spelling errors across codebase (#156270)Austin Jiang1-1/+1
2026-01-09[MLIR][OpenMP] Support cancel taskgroup inside of taskloop (#174815)Tom Eccles1-20/+12
2026-01-09[mlir][OpenMP] Don't allocate task context structure if not needed (#174588)Tom Eccles1-4/+7
2026-01-09[MLIR][OpenMP] Add Initial Taskloop Clause Support (#174623)Jack Styles1-41/+20
2026-01-08[mlir][OpenMP] Fix sanitizer error in buildTaskLikeBodyGenCallback (#174983)Tom Eccles1-101/+172
2026-01-08[mlir][OpenMP] Translation support for taskloop construct (#174386)Tom Eccles1-111/+405
2026-01-07[mlir][OpenMP] Lower device clause for target data/enter/exit/update (#174665)Chi-Chun, Chen1-31/+21
2026-01-07[mlir][OpenMP] Fix infinite loop after #174105 (#174736)Tom Eccles1-1/+2
2026-01-06[Flang][OpenMP] Implement device clause lowering for target directive (#173509)Chi-Chun, Chen1-2/+13
2026-01-06[mlir][OpenMP] don't add compiler-generated barrier in single threaded code (...Tom Eccles1-1/+20
2026-01-03[flang][mlir] Add support for implicit linearization in omp.simd (#150386)NimishMishra1-12/+40
2026-01-02[MLIR][OpenMP] Fix type mismatch in linear clause for INTEGER(8) variables (#...Krish Gupta1-9/+29
2025-12-05Reland "[Flang][OpenMP] Add lowering support for is_device_ptr clause (#16933...Akash Banerjee1-7/+18
2025-12-04[llvm][mlir][OpenMP] Support translation for linear clause in omp.wsloop and ...NimishMishra1-53/+80
2025-12-04Revert "[Flang][OpenMP] Add lowering support for is_device_ptr clause" (#170778)theRonShark1-18/+7
2025-12-04[Flang][OpenMP] Add lowering support for is_device_ptr clause (#169331)Akash Banerjee1-7/+18
2025-12-03[MLIR] Apply clang-tidy fixes for llvm-qualified-auto in OpenMPToLLVMIRTransl...Mehdi Amini1-3/+3
2025-12-01[OMPIRBuilder] re-land cancel barriers patch #164586 (#169931)Tom Eccles1-1/+13
2025-11-27Revert "[OMPIRBuilder] always leave PARALLEL via the same barrier" (#169829)Tom Eccles1-13/+1
2025-11-27[MLIR][OpenMP] Add MLIR Lowering Support for dist_schedule (#152736)Jack Styles1-12/+24
2025-11-27[OMPIRBuilder] always leave PARALLEL via the same barrier (#164586)Tom Eccles1-1/+13
2025-11-26[OpenMP][flang] Add initial support for by-ref reductions on the GPU (#165714)Kareem Ergawy1-6/+63
2025-11-25[MLIR][OpenMP] Bail early in sortMapIndices if indices are the same (#169474)Aiden Grossman1-0/+6
2025-11-24[OpenMP][flang] Lowering of OpenMP custom reductions to MLIR (#168417)Jan Leyonberg1-3/+13
2025-11-24[Flang][OpenMP][MLIR] Initial declare target to for variables implementation ...agozillon1-87/+144
2025-11-24[MLIR][OpenMP] Introduce overlapped record type map support (#119588)agozillon1-73/+225
2025-10-31[MLIR][OpenMP] Fix and simplify bounds offset calculation for 1-D GEP offsets...agozillon1-36/+19
2025-10-22[Flang][mlir] - Translation of delayed privatization for deferred target-task...Pranav Bhandarkar1-9/+2
2025-10-21[Flang][OpenMP][Dialect] Swap to using MLIR dialect enum to encode map flags ...agozillon1-8/+56
2025-10-17[MLIR] Apply clang-tidy fixes for performance-unnecessary-value-param in Open...Mehdi Amini1-1/+1
2025-10-06[mlir] Simplify unreachable type switch cases. NFC. (#162032)Jakub Kuderski1-7/+2
2025-10-02[mlir][omp] Add omp.tile operation (#160292)Michael Kruse1-0/+42
2025-09-26[clang] Use the VFS to create the OpenMP region entry ID (#160918)Jan Svoboda1-6/+10
2025-09-26[Flang][OpenMP] Enable no-loop kernels (#155818)Dominik Adamski1-1/+28
2025-09-19[OpenMP][MLIR] Preserve to/from flags in mapper base entry for mappers (#159799)Akash Banerjee1-3/+22
2025-09-11[clang] Use VFS for `-fopenmp-host-ir-file-path` (#156727)Jan Svoboda1-1/+4
2025-09-10[flang][OpenMP] Enable tiling (#143715)Jan Leyonberg1-5/+35
2025-09-07[MLIR] Apply clang-tidy fixes for misc-use-internal-linkage in OpenMPToLLVMIR...Mehdi Amini1-13/+17