summaryrefslogtreecommitdiff
path: root/clang/test/ParserOpenACC/parse-constructs.c
AgeCommit message (Expand)Author
2025-04-18[OpenACC] Switch Clang to use the Flang 'appertainment' rules for cla… (#13...Erich Keane
2025-03-21[OpenACC] Finish implementing 'routine' AST/Sema.erichkeane
2025-03-06[OpenACC] Handle sema for gang, worker, vector, seq clauses on routineerichkeane
2025-03-06[OpenACC] implement AST/Sema for 'routine' construct with argumenterichkeane
2025-03-03[OpenACC] Implement 'declare' construct AST/Semaerichkeane
2025-02-03[OpenACC] Implement Sema/AST for 'atomic' constructerichkeane
2025-01-09[OpenACC] Implement 'at least one of' restriction for 'update'erichkeane
2025-01-07[OpenACC] Initial sema implementation of 'update' constructerichkeane
2025-01-06[OpenACC] Implement 'set' construct semaerichkeane
2024-12-19[OpenACC] Implement 'init' and 'shutdown' constructserichkeane
2024-12-16[OpenACC] Implement data construct 'at least 1 of ... clauses' ruleerichkeane
2024-12-12[OpenACC] Create AST nodes for 'data' constructserichkeane
2024-11-12[OpenACC] Implement AST/Sema for combined constructserichkeane
2024-11-08[OpenACC] Implement `loop` restrictions on `for` loops. (#115370)Erich Keane
2024-06-05[OpenACC] Loop construct basic Sema and AST work (#93742)Erich Keane
2024-03-04[OpenACC] Enable serial/kernels Compute Constructserichkeane
2024-02-16[OpenACC] Implement beginning parts of the 'parallel' Sema impl (#81659)Erich Keane
2024-02-15[OpenACC] Change 'not implemented' diagnostic to be more specificerichkeane
2023-12-18[OpenACC] Add 'clause' parsing infrastructure plus a few clauses (#75052)Erich Keane
2023-12-08[OpenACC] Fix bug with directive name being a 'special token'erichkeane
2023-12-06[OpenACC] NFC: Stop using 'getSpelling' while parsing OpenACCerichkeane
2023-11-27[OpenACC] Implement 'routine' construct parsing (#73143)Erich Keane
2023-11-21[OpenACC] Implement Atomic construct variants (#73015)Erich Keane
2023-11-21[OpenACC] Implement enter data/exit data construct parsing (#72916)Erich Keane
2023-11-20[OpenACC] Implement compound construct parsing (#72692)Erich Keane
2023-11-17[OpenACC] Handle lack of construct/directiveerichkeane
2023-11-17[OpenACC] Implement 'trivial' construct/directive parsing.erichkeane
2023-11-17[OpenACC] Implement initial parsing for `parallel` construct (#72661)Erich Keane