summaryrefslogtreecommitdiff
path: root/flang/lib/Support
AgeCommit message (Expand)Author
2025-10-29[flang] Implement IGNORE_TKR(P) (#165469)Eugene Epshteyn
2025-08-15[flang] Adding support of -fcoarray flang and init PRIF (#151675)Jean-Didier PAILLEUX
2025-08-13[flang] Warn about inexact real literal implicit widening pitfall (#152799)Peter Klausler
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-08-06[flang][cuda] Remove meaningless warning on CUDA shared arguments (#152404)Valentin Clement (バレンタイン クレメン)
2025-07-14[flang] Extension: TRANSFER(boz, integer or real scalar) (#147604)Peter Klausler
2025-06-30[flang][CLI] Have the CLI hint the flag to disable a warning (#144767)Andre Kuhlenschmidt
2025-06-18[flang][driver] add ability to look up feature flags without setting them (#1...Andre Kuhlenschmidt
2025-06-10[flang][cli] Add diagnostic flags to the CLI (#142022)Andre Kuhlenschmidt
2025-05-29[flang] Generlize names of delayed privatization CLI flags (#138816)Kareem Ergawy
2025-05-13[flang] Acknowledge non-enforcement of C7108 (#139169)Peter Klausler
2025-05-01[flang][frontend] warn when a volatile target is pointer associated with an n...Andre Kuhlenschmidt
2025-04-14[flang] Allow host-associated INTENT(OUT) in specification expr. (#135426)Peter Klausler
2025-04-08[flang][cuda] Relax compatibility rules when host,device procedure is involve...Valentin Clement (バレンタイン クレメン)
2025-04-04[flang] Permit unused USE association of subprogram name (#134009)Peter Klausler
2025-03-18[flang][cuda] Check for ignore_tkr(d) when resolving generic call (#131923)Valentin Clement (バレンタイン クレメン)
2025-03-10[flang][OpenMP] Implement HAS_DEVICE_ADDR clause (#128568)Krzysztof Parzyszek
2025-02-27[flang] Refine handling of NULL() actual to non-optional allocatable … (#11...Peter Klausler
2025-02-06[Flang] Move non-common headers to FortranSupport (#124416)Michael Kruse
2025-01-16[flang] Support linking to MLIR dylib (#120966)Michał Górny
2025-01-14[flang][Driver] Preliminary support for -ftime-report (#122894)macurtis-amd