aboutsummaryrefslogtreecommitdiff
path: root/flang/test/Semantics/OpenACC
AgeCommit message (Expand)AuthorFilesLines
2026-01-15[flang][acc] Disallow duplicate variables in use_device clause (#176217)Razvan Lupusoru1-0/+8
2026-01-12[flang][acc] Implement cache directive lowering (#174897)khaki31-0/+12
2025-12-05[flang][NFC] Strip trailing whitespace from tests (11 of 14)Tarun Prabhu5-9/+9
2025-10-21[flang][OpenACC] Relax COMMON block usage restriction in OpenACC directives (...Eugene Epshteyn1-0/+41
2025-10-21[flang] Address OpenACC name resolution gaps (#164313)Peter Klausler1-0/+23
2025-10-02[flang][openacc] Suppport !@acc compiler sentinel (#161706)Valentin Clement (バレンタイン クレメン)1-0/+14
2025-09-22[flang][cuda] Avoid crash when the force modifier is used (#160176)Valentin Clement (バレンタイン クレメン)1-0/+19
2025-09-16[flang][acc] Allow nested gang loops inside acc routines (#158693)khaki31-2/+33
2025-09-06[flang][acc] honor reduction clause's implied copy attribute (#156982)Andre Kuhlenschmidt1-2/+12
2025-08-27[flang][openacc] bug fix in semantic checking (#155659)Andre Kuhlenschmidt1-0/+22
2025-08-19[flang][openacc] fix unguarded dereference of type pointer (#153606)Andre Kuhlenschmidt1-0/+12
2025-08-13[flang] Warn about inexact real literal implicit widening pitfall (#152799)Peter Klausler11-139/+139
2025-08-05[flang][acc] Add a semantic check for the validity of nested parallelism (#15...khaki31-1/+93
2025-07-30[flang][openacc] fix a bug with checking data mapping clause when there is no...Andre Kuhlenschmidt1-0/+20
2025-07-30[flang][openacc] Add semantic checks for atomic constructs (#149579)Andre Kuhlenschmidt1-0/+69
2025-07-18[flang][openacc] fix bugs with default(none) checking (#149220)Andre Kuhlenschmidt1-0/+7
2025-07-17[flang] Main program symbol no longer conflicts with the other symbols (#149169)Eugene Epshteyn1-13/+13
2025-06-30[flang][CLI] Have the CLI hint the flag to disable a warning (#144767)Andre Kuhlenschmidt4-6/+6
2025-05-14[flang][openacc] Align async check for combined construct (#139744)Valentin Clement (バレンタイン クレメン)3-0/+27
2025-04-23[Flang][OpenACC] Make async clause on data consistent with elsewhere (#136866)Erich Keane1-0/+11
2025-04-21[flang][openacc] Make async clause behavior homogenous (#136610)Valentin Clement (バレンタイン クレメン)3-1/+30
2025-04-18[flang][openacc] Make num_gangs, num_workers and vector_length behavior homog...Valentin Clement (バレンタイン クレメン)1-0/+33
2025-04-18[flang] Improve OpenACC SELF clause parser (#135883)Peter Klausler2-0/+26
2025-04-15[flang][openacc] Allow if clause on atomic directives (#135451)Valentin Clement (バレンタイン クレメン)1-0/+32
2025-04-14[flang][openacc] Relax constraint on OpenACC declare statement (#135238)Andre Kuhlenschmidt1-1/+13
2025-04-11[flang][openacc] Allow if_present multiple times on host_data and update (#13...Valentin Clement (バレンタイン クレメン)2-2/+2
2025-04-11[flang][openacc] Allow finalize clause on exit data more than once (#135415)Valentin Clement (バレンタイン クレメン)1-1/+1
2025-04-11[flang][openacc] Allow multiple device_type clauses on init and shutdown (#13...Valentin Clement (バレンタイン クレメン)2-2/+2
2024-11-03[flang][openacc] Avoid crash when variable is not declared in reduction (#114...Valentin Clement (バレンタイン クレメン)1-0/+5
2024-08-30[flang][openacc] parse and ignore non-standard shortloop clause (#106564)jeanPerier1-0/+7
2024-01-30[flang][openacc] Check trip count invariance with other IVs (#79906)Valentin Clement1-1/+39
2024-01-30Revert "[flang][openacc] Check trip count invariance with other IVs (#79906)"Valentin Clement1-39/+1
2024-01-30[flang][openacc] Check trip count invariance with other IVs (#79906)Valentin Clement (バレンタイン クレメン)1-1/+39
2024-01-11[flang][openacc] Carry device dependent info for routine in the module fileValentin Clement1-0/+13
2024-01-11[flang][openacc] Do not accept static and num for gang clause on routine dir ...Valentin Clement (バレンタイン クレメン)1-0/+10
2024-01-11[flang][openacc] Apply mutually exclusive clauses restriction to routine (#77...Valentin Clement (バレンタイン クレメン)1-0/+111
2024-01-09[flang][openacc] Fix clauses check with device_type (#77389)Valentin Clement (バレンタイン クレメン)1-3/+37
2023-11-30[flang][openacc] Allow multiple clauses when in preceded by device_type (#73976)Valentin Clement (バレンタイン クレメン)1-0/+33
2023-11-29[flang][openacc] Keep CYCLE check for compute and data construct (#73897)Valentin Clement (バレンタイン クレメン)4-0/+52
2023-11-29[flang][openacc] Do not check for unlabelled CYCLE branching (#73839)Valentin Clement (バレンタイン クレメン)4-0/+22
2023-11-28[flang][openacc] Enforce no branching out of compute region for combined cons...Valentin Clement (バレンタイン クレメン)1-0/+21
2023-11-22[flang][openacc] Avoid crash when collapse loop nest has extra directive (#73...Valentin Clement (バレンタイン クレメン)1-0/+8
2023-11-13[flang] Ensure that portability warnings are conditional (#71857)Peter Klausler3-5/+5
2023-11-07[flang][openacc] Allow constant variable in data clause (#71580)Valentin Clement (バレンタイン クレメン)1-0/+6
2023-11-06[flang][openacc] Issue an error when TBP are used in data clause (#71444)Valentin Clement (バレンタイン クレメン)1-0/+23
2023-10-31[flang][openacc] Allow scalar in acc cache directive (#70713)Valentin Clement (バレンタイン クレメン)1-6/+2
2023-10-31[flang][openacc] Warn only when the same variable is in the same declare (#70...Valentin Clement (バレンタイン クレメン)1-2/+5
2023-10-30[flang][mlir][openacc] Switch device_type representation to an enum (#70250)Valentin Clement (バレンタイン クレメン)8-21/+21
2023-10-24[flang][openacc] Allow acc routine at the top level (#69936)Valentin Clement (バレンタイン クレメン)1-0/+17
2023-10-19[flang][openacc] Do not error when bind symbol is defined later or external (...Valentin Clement (バレンタイン クレメン)1-2/+0