aboutsummaryrefslogtreecommitdiff
path: root/offload/test/offloading/fortran
AgeCommit message (Expand)AuthorFilesLines
2025-12-05Reland "[Flang][OpenMP] Add lowering support for is_device_ptr clause (#16933...Akash Banerjee1-0/+60
2025-12-04Revert "[Flang][OpenMP] Add lowering support for is_device_ptr clause" (#170778)theRonShark1-60/+0
2025-12-04[Flang][OpenMP] Add lowering support for is_device_ptr clause (#169331)Akash Banerjee1-0/+60
2025-11-24[OpenMP][flang] Lowering of OpenMP custom reductions to MLIR (#168417)Jan Leyonberg1-0/+88
2025-11-24[Flang][OpenMP][MLIR] Initial declare target to for variables implementation ...agozillon3-0/+111
2025-11-24[MLIR][OpenMP] Introduce overlapped record type map support (#119588)agozillon1-0/+56
2025-11-14[OpenMP][Flang] Emit default declare mappers implicitly for derived types (#1...Akash Banerjee1-0/+65
2025-10-31[MLIR][OpenMP] Fix and simplify bounds offset calculation for 1-D GEP offsets...agozillon1-0/+61
2025-10-09[Flang][OpenMP] Defer descriptor mapping for assumed dummy argument types (#1...agozillon1-0/+101
2025-10-02[Flang][OpenMP] Implicitly map nested allocatable components in derived types...Akash Banerjee1-0/+43
2025-09-29[OpenMP] Mark problematic tests as XFAIL / UNSUPPORTED (#161267)Joseph Huber1-0/+3
2025-09-29[OpenMP][Flang] Fix no-loop test (#161162)Dominik Adamski1-0/+1
2025-09-26[Flang][OpenMP] Enable no-loop kernels (#155818)Dominik Adamski1-0/+96
2025-09-25Revert "[Flang][OpenMP] Implicitly map nested allocatable components in deriv...Akash Banerjee1-43/+0
2025-09-24[Flang][OpenMP] Implicitly map nested allocatable components in derived types...Akash Banerjee1-0/+43
2025-09-19[OpenMP][MLIR] Preserve to/from flags in mapper base entry for mappers (#159799)Akash Banerjee1-0/+48
2025-09-17[NFC][flang][do concurent] Add saxpy offload tests for OpenMP mapping (#155993)Kareem Ergawy2-0/+106
2025-09-09[Flang][OpenMP] Fix mapping of character type with LEN > 1 specified (#154172)agozillon2-0/+52
2025-08-18Fix test added in 1fd1d634630754cc9b9c4b5526961d5856f64ff9Akash Banerjee1-0/+1
2025-08-15[MLIR][OpenMP] Add a new AutomapToTargetData conversion pass in FIR (#153048)Akash Banerjee1-0/+36
2025-08-12Revert "[MLIR][OpenMP] Add a new AutomapToTargetData conversion pass in FIR (...Akash Banerjee1-36/+0
2025-08-12[MLIR][OpenMP] Add a new AutomapToTargetData conversion pass in FIR (#153048)Akash Banerjee1-0/+36
2025-08-11Revert "[MLIR][OpenMP] Add a new AutomapToTargetData conversion pass in FIR (...Akash Banerjee1-36/+0
2025-08-11[MLIR][OpenMP] Add a new AutomapToTargetData conversion pass in FIR (#151989)Akash Banerjee1-0/+36
2025-07-25[Flang][OpenMP] Appropriately emit present/load/store in all cases in MapInfo...agozillon1-0/+45
2025-05-12[Flang][OpenMP] Initial defaultmap implementation (#135226)agozillon2-0/+200
2025-05-09[Flang][OpenMP] Generate correct present checks for implicit maps of optional...agozillon1-0/+57
2025-04-14[Flang][OpenMP][MLIR] Check for presence of Box type before emitting store in...agozillon1-0/+36
2025-04-07[MLIR][OpenMP] Add codegen for teams reductions (#133310)Jan Leyonberg2-0/+54
2025-03-28[offload] Remove bad assert in StaticLoopChunker::Distribute (#132705)macurtis-amd1-0/+26
2025-03-12[flang][OpenMP] Map ByRef if size/alignment exceed that of a pointer (#130832)Krzysztof Parzyszek1-0/+20
2025-03-10[flang][OpenMP] Implement HAS_DEVICE_ADDR clause (#128568)Krzysztof Parzyszek3-0/+132
2025-03-07[Flang][OpenMP][MLIR] Implement close, present and ompx_hold modifiers for Fl...agozillon5-1/+192
2025-02-18[MLIR][OpenMP] Add LLVM translation support for OpenMP UserDefinedMappers (#1...Akash Banerjee1-0/+53
2025-01-31[Offload][NFC] Fix typos discovered by codespell (#125119)Christian Clauss6-7/+7
2025-01-30[Flang][MLIR][OpenMP] Fix Target Data if (present(...)) causing LLVM-IR branc...agozillon1-0/+29
2025-01-29[MLIR][OpenMP] Emit nullary check for mapped pointer members and appropriate ...agozillon1-0/+24
2025-01-03[OpenMP][MLIR] Fix threadprivate lowering when compiling for target when targ...agozillon1-0/+37
2025-01-03[Flang][OpenMP] Fix allocating arrays with size intrinisic (#119226)agozillon1-0/+39
2024-12-18Re-apply (#117867): [flang][OpenMP] Implicitly map allocatable record fields ...Kareem Ergawy2-0/+135
2024-12-18Revert "[flang][OpenMP] Implicitly map allocatable record fields (#117867)" (...Kareem Ergawy2-135/+0
2024-12-18[flang][OpenMP] Implicitly map allocatable record fields (#117867)Kareem Ergawy2-0/+135
2024-11-16[OpenMP] Allocatable explicit member mapping fortran offloading tests (#113555)agozillon82-193/+1433
2024-11-14[Flang][OpenMP] Update MapInfoFinalization to use BlockArgs Interface and mod...agozillon1-0/+37
2024-09-06Fix typo in test.Akash Banerjee1-1/+1
2024-09-05[OpenMP][Flang] Fix dynamic-extent array mapping (#107247)Akash Banerjee1-0/+33
2024-09-03[Offload] Change x86_64-pc-linux to x86_64-unknown-linux (#107023)Jan Patrick Lehr9-18/+18
2024-08-23[Flang][OpenMP] Align map clause generation and fix issue with non-shared al...agozillon1-0/+75
2024-07-22[OMPIRBuilder] - Handle dependencies in `createTarget` (#93977)Pranav Bhandarkar1-0/+69
2024-06-29[Offload] Refactor offload test requirements (#95196)Ethan Luis McDonough54-362/+54