summaryrefslogtreecommitdiff
path: root/offload/test/offloading/fortran
AgeCommit message (Expand)Author
2025-11-14[OpenMP][Flang] Emit default declare mappers implicitly for derived types (#1...Akash Banerjee
2025-10-31[MLIR][OpenMP] Fix and simplify bounds offset calculation for 1-D GEP offsets...agozillon
2025-10-09[Flang][OpenMP] Defer descriptor mapping for assumed dummy argument types (#1...agozillon
2025-10-02[Flang][OpenMP] Implicitly map nested allocatable components in derived types...Akash Banerjee
2025-09-29[OpenMP] Mark problematic tests as XFAIL / UNSUPPORTED (#161267)Joseph Huber
2025-09-29[OpenMP][Flang] Fix no-loop test (#161162)Dominik Adamski
2025-09-26[Flang][OpenMP] Enable no-loop kernels (#155818)Dominik Adamski
2025-09-25Revert "[Flang][OpenMP] Implicitly map nested allocatable components in deriv...Akash Banerjee
2025-09-24[Flang][OpenMP] Implicitly map nested allocatable components in derived types...Akash Banerjee
2025-09-19[OpenMP][MLIR] Preserve to/from flags in mapper base entry for mappers (#159799)Akash Banerjee
2025-09-17[NFC][flang][do concurent] Add saxpy offload tests for OpenMP mapping (#155993)Kareem Ergawy
2025-09-09[Flang][OpenMP] Fix mapping of character type with LEN > 1 specified (#154172)agozillon
2025-08-18Fix test added in 1fd1d634630754cc9b9c4b5526961d5856f64ff9Akash Banerjee
2025-08-15[MLIR][OpenMP] Add a new AutomapToTargetData conversion pass in FIR (#153048)Akash Banerjee
2025-08-12Revert "[MLIR][OpenMP] Add a new AutomapToTargetData conversion pass in FIR (...Akash Banerjee
2025-08-12[MLIR][OpenMP] Add a new AutomapToTargetData conversion pass in FIR (#153048)Akash Banerjee
2025-08-11Revert "[MLIR][OpenMP] Add a new AutomapToTargetData conversion pass in FIR (...Akash Banerjee
2025-08-11[MLIR][OpenMP] Add a new AutomapToTargetData conversion pass in FIR (#151989)Akash Banerjee
2025-07-25[Flang][OpenMP] Appropriately emit present/load/store in all cases in MapInfo...agozillon
2025-05-12[Flang][OpenMP] Initial defaultmap implementation (#135226)agozillon
2025-05-09[Flang][OpenMP] Generate correct present checks for implicit maps of optional...agozillon
2025-04-14[Flang][OpenMP][MLIR] Check for presence of Box type before emitting store in...agozillon
2025-04-07[MLIR][OpenMP] Add codegen for teams reductions (#133310)Jan Leyonberg
2025-03-28[offload] Remove bad assert in StaticLoopChunker::Distribute (#132705)macurtis-amd
2025-03-12[flang][OpenMP] Map ByRef if size/alignment exceed that of a pointer (#130832)Krzysztof Parzyszek
2025-03-10[flang][OpenMP] Implement HAS_DEVICE_ADDR clause (#128568)Krzysztof Parzyszek
2025-03-07[Flang][OpenMP][MLIR] Implement close, present and ompx_hold modifiers for Fl...agozillon
2025-02-18[MLIR][OpenMP] Add LLVM translation support for OpenMP UserDefinedMappers (#1...Akash Banerjee
2025-01-31[Offload][NFC] Fix typos discovered by codespell (#125119)Christian Clauss
2025-01-30[Flang][MLIR][OpenMP] Fix Target Data if (present(...)) causing LLVM-IR branc...agozillon
2025-01-29[MLIR][OpenMP] Emit nullary check for mapped pointer members and appropriate ...agozillon
2025-01-03[OpenMP][MLIR] Fix threadprivate lowering when compiling for target when targ...agozillon
2025-01-03[Flang][OpenMP] Fix allocating arrays with size intrinisic (#119226)agozillon
2024-12-18Re-apply (#117867): [flang][OpenMP] Implicitly map allocatable record fields ...Kareem Ergawy
2024-12-18Revert "[flang][OpenMP] Implicitly map allocatable record fields (#117867)" (...Kareem Ergawy
2024-12-18[flang][OpenMP] Implicitly map allocatable record fields (#117867)Kareem Ergawy
2024-11-16[OpenMP] Allocatable explicit member mapping fortran offloading tests (#113555)agozillon
2024-11-14[Flang][OpenMP] Update MapInfoFinalization to use BlockArgs Interface and mod...agozillon
2024-09-06Fix typo in test.Akash Banerjee
2024-09-05[OpenMP][Flang] Fix dynamic-extent array mapping (#107247)Akash Banerjee
2024-09-03[Offload] Change x86_64-pc-linux to x86_64-unknown-linux (#107023)Jan Patrick Lehr
2024-08-23[Flang][OpenMP] Align map clause generation and fix issue with non-shared al...agozillon
2024-07-22[OMPIRBuilder] - Handle dependencies in `createTarget` (#93977)Pranav Bhandarkar
2024-06-29[Offload] Refactor offload test requirements (#95196)Ethan Luis McDonough
2024-06-25[Flang][OpenMP][MLIR] Fix common block mapping for regular and declare target...agozillon
2024-06-13[OMPIRBuilder][OpenMP][LLVM] Modify and use ReplaceConstant utility in conver...agozillon
2024-05-23Fixing the location attribute added to mapInfoOp (#90764)Anchu Rajendran S
2024-05-17[Offload][NFC] Remove all trailing whitespace from offload/ (#92578)Joseph Huber
2024-05-10[Offload] Fix new fortran OpenMP offload test failures via addition of requiresagozillon
2024-05-10[Flang][OpenMP] Derived type member map fortran offload runtime testsAndrew Gozillon