summaryrefslogtreecommitdiff
path: root/clang/lib/AST/StmtOpenACC.cpp
AgeCommit message (Expand)Author
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-18[OpenACC] Implement 'wait' constructerichkeane
2024-12-12[OpenACC] Create AST nodes for 'data' constructserichkeane
2024-11-17[AST] Remove unused includes (NFC) (#116549)Kazu Hirata
2024-11-12[OpenACC] Implement AST/Sema for combined constructserichkeane
2024-11-08[OpenACC] Remove 'loop' link to parent constructerichkeane
2024-06-05[OpenACC] Loop construct basic Sema and AST work (#93742)Erich Keane
2024-05-28[OpenACC][NFC] Fix begin loc and split it from the directive locationerichkeane
2024-04-05[OpenACC][NFC] Add OpenACC Clause AST Nodes/infrastructure (#87675)Erich Keane
2024-03-05[OpenACC] Fix typo in StmtOpenACC.cpp header.erichkeane
2024-02-16[OpenACC] Implement beginning parts of the 'parallel' Sema impl (#81659)Erich Keane
2024-02-13[OpenACC] Implement AST for OpenACC Compute Constructs (#81188)Erich Keane