summaryrefslogtreecommitdiff
path: root/flang/test/Integration/OpenMP
AgeCommit message (Expand)Author
2025-10-04[Flang][OpenMP] Fix negative array indexing with allocatable derived type arr...agozillon
2025-08-05[Flang][OpenMP] Make implicitly captured scalars fully firstprivatized (#147442)agozillon
2025-07-04[Flang][OpenMP][NFC] Remove flag toggling deprecated no hlfir flow in map-typ...agozillon
2025-05-29Reland "[flang] Added noalias attribute to function arguments. (#140803)"Slava Zakharin
2025-05-28Revert "[flang] Added noalias attribute to function arguments." (#141884)Slava Zakharin
2025-05-28[flang] Added noalias attribute to function arguments. (#140803)Slava Zakharin
2025-04-09[mlir][llvm][OpenMP] Hoist __atomic_load alloca (#132888)NimishMishra
2025-03-11Reland [flang] In AllocMemOp lowering, convert types for calling malloc on 32...R
2025-03-08Revert "[flang] In AllocMemOp lowering, convert types for calling malloc on 3...R
2025-03-08[flang] In AllocMemOp lowering, convert types for calling malloc on 32-bit (#...R
2025-03-07[Flang][OpenMP][MLIR] Implement close, present and ompx_hold modifiers for Fl...agozillon
2025-03-07[mlir][OpenMP] fix crash outlining infinite loop (#129872)Tom Eccles
2025-02-28[flang] update fir.coordinate_of to carry the fields (#127231)jeanPerier
2025-02-13[MLIR][LLVMIR] Always use TargetFolder in IRBuilder (#126929)Nikita Popov
2025-02-06[OpenMP][flang][MLIR] Decouple alloc, init, and copy regions for `omp.private...Kareem Ergawy
2025-01-31[mlir][OpenMP][flang] make private variable allocation implicit in omp.privat...Tom Eccles
2025-01-29[MLIR][OpenMP] Emit nullary check for mapped pointer members and appropriate ...agozillon
2025-01-29[IR] Convert from nocapture to captures(none) (#123181)Nikita Popov
2025-01-16[flang] Do not produce result for void runtime call (#123155)Valentin Clement (バレンタイン クレメン)
2025-01-16[flang][OpenMP] Unconditionally create `after_alloca` block in `allocatePriva...Kareem Ergawy
2025-01-14[Flang] Add triple requirement for failing tests, NFC (#122898)Sergio Afonso
2025-01-14[MLIR][OpenMP] LLVM IR translation of host_eval (#116052)Sergio Afonso
2025-01-09[flang][OpenMP] Fix reduction init region block management (#122079)Kareem Ergawy
2024-12-05[flang] Assume matching shapes in elemental assignment with non-realloc lhs. ...Slava Zakharin
2024-11-28[Flang][OpenMP] Use internal linkage for OpenMP code-gen'ed helper functions ...Michael Klemm
2024-11-28[flang] Apply nocapture attribute to dummy arguments (#116182)s-watanabe314
2024-11-21[flang] Introduce hlfir.elemental lowerings to omp.workshare_loop_nest (#104748)Ivan R. Ivanov
2024-11-20Revert "[flang] Introduce hlfir.elemental lowerings to omp.workshare_loop_nes...Ivan Radanov Ivanov
2024-11-20[flang] Introduce hlfir.elemental lowerings to omp.workshare_loop_nest (#104748)Ivan R. Ivanov
2024-11-16[Flang][OpenMP] Derived type explicit allocatable member mapping (#113557)agozillon
2024-10-30[flang][fir] always use memcpy for fir.box (#113949)Asher Mancinelli
2024-10-18[flang][OpenMP][test] re-add complex atomic capture regression test (#112736)Tom Eccles
2024-10-16[mlir][OpenMP] rewrite conversion of privatisation for omp.parallel (#111844)Tom Eccles
2024-10-07[flang] Remove failing integration testNimish Mishra
2024-10-03[flang] Fix aarch64 CI failures from #92364 (#110969)NimishMishra
2024-10-02[llvm][mlir][flang][OpenMP] Emit __atomic_load and __atomic_compare_exchange ...NimishMishra
2024-08-02[MLIR][OpenMP][OMPIRBuilder] Add lowering support for omp.target_triples (#10...Sergio Afonso
2024-08-02[flang][OpenMP] Enable delayed privatization for `omp parallel` by default (...Kareem Ergawy
2024-06-25[Flang][OpenMP][MLIR] Fix common block mapping for regular and declare target...agozillon
2024-06-14[Flang] Hoisting constant-sized allocas at flang codegen. (#95310)Vijay Kandiah
2024-05-10[Flang][OpenMP][MLIR] Initial derived type member map supportAndrew Gozillon
2024-02-28[flang][OpenMP] Fix copyprivate test on ppc64leLeandro Lupori
2024-02-28[llvm][mlir][OMPIRBuilder] Translate omp.single's copyprivate (#80488)Leandro Lupori
2024-02-05[Flang][OpenMP] Attempt to make map-types-and-sizes.f90 test more agnostic to...Andrew Gozillon
2024-02-05[Flang][OpenMP] Initial mapping of Fortran pointers and allocatables for targ...agozillon
2023-11-24[Flang] Add new Integration tests directory to Flang (#73141)Akash Banerjee