aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Basic/OpenMPKinds.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-07-15[clang][NFC] Updated incorrect llvm-unreachable message in getOpenMPSimpleCla...David Pagan1-1/+1
2025-06-24[OpenMP][clang] 6.0: parsing/sema for num_threads 'strict' modifier (#145490)Robert Imschweiler1-2/+19
2025-05-09[clang][OpenMP] Pass OpenMP version to getOpenMPDirectiveName (#139115)Krzysztof Parzyszek1-1/+2
2025-04-18[clang][OpenMP] Fix/enforce order-concurrent-nestable rules (#135463)Ernesto Su1-3/+14
2025-03-11[clang] [OpenMP] New OpenMP 6.0 self_maps clause (#129888)Ritanya-B-Bharadwaj1-0/+2
2025-02-13[Clang] [OpenMP] Add support for '#pragma omp stripe'. (#126927)Zahira Ammarguellat1-1/+2
2025-02-11Revert "[Clang] [OpenMP] Add support for '#pragma omp stripe'. (#119891)"Kazu Hirata1-2/+1
2025-02-11[Clang] [OpenMP] Add support for '#pragma omp stripe'. (#119891)Zahira Ammarguellat1-1/+2
2025-02-05[clang][OpenMP] OpenMP 6.0 updates to restrictions with order/concurrent (#12...David Pagan1-0/+6
2024-11-05[clang][OpenMP] Add 'allocator' modifier for 'allocate' clause. (#114883)David Pagan1-2/+15
2024-10-09[Clang][OpenMP] Add permutation clause (#92030)Michael Kruse1-0/+2
2024-09-02[clang][OpenMP] `masked` and `master` are not capturing (#106787)Krzysztof Parzyszek1-2/+3
2024-08-05[OpenMP] OpenMP 5.1 "assume" directive parsing support (#92731)Julian Brown1-0/+8
2024-07-19[Clang][OpenMP] Add interchange directive (#93022)Michael Kruse1-1/+2
2024-07-18[Clang][OpenMP] Add reverse directive (#92916)Michael Kruse1-1/+1
2024-07-02[clang][OpenMP] Rewrite `getOpenMPCaptureRegions` in terms of leafs (#97110)Krzysztof Parzyszek1-98/+78
2024-07-01[clang][OpenMP] Implement `isOpenMPCapturingDirective` (#97090)Krzysztof Parzyszek1-31/+35
2024-06-29[clang][OpenMP] Implement `isOpenMPExecutableDirective` (#97089)Krzysztof Parzyszek1-0/+7
2024-03-06[Frontend] Add leaf constructs and association to OpenMP/ACC directives (#83625)Krzysztof Parzyszek1-96/+33
2023-11-26[OpenMP] atomic compare fail : Parser & AST supportSunil Kuravinakop1-0/+17
2023-11-20Revert "[OpenMP] atomic compare fail : Parser & AST support"Krzysztof Parzyszek1-17/+0
2023-11-20[OpenMP] atomic compare fail : Parser & AST supportSunil Kuravinakop1-0/+17
2023-11-08Revert "[OpenMP] atomic compare fail : Parser & AST support"Mitch Phillips1-17/+0
2023-11-07[OpenMP] atomic compare fail : Parser & AST supportSunil Kuravinakop1-0/+17
2023-08-26[OpenMP] Codegen support for thread_limit on target directive for hostSandeep Kosuri1-0/+7
2023-08-24[OpenMP 5.1] Parsing and Sema support for `scope` directiveFazlay Rabbi1-0/+1
2023-07-05[OpenMP][CodeGen] Add codegen for combined 'loop' directives.Dave Pagan1-7/+9
2023-06-29[OMP5.2] Initial support for doacross clause.Jennifer Yu1-0/+15
2022-12-12[OpenMP] Basic parse and sema support for modifiers in order clauseChi Chun Chen1-4/+19
2022-11-18[OpenMP] Initial parsing/sema for 'strict' modifier with 'num_tasks' clauseFazlay Rabbi1-2/+19
2022-11-17[OpenMP] Initial parsing/sema for 'strict' modifier with 'grainsize' clauseFazlay Rabbi1-2/+19
2022-11-17[OPENMP5.1] Initial support for severity clauseJennifer Yu1-1/+15
2022-11-15[OPENMP]Initial support for at clauseJennifer Yu1-0/+16
2022-11-02[OPENMP]Initial support for error directive.Jennifer Yu1-0/+1
2022-07-01[OpenMP] Initial parsing and semantic support for 'parallel masked taskloop s...Fazlay Rabbi1-0/+5
2022-06-30[OpenMP] Initial parsing and sema support for 'parallel masked taskloop' cons...Fazlay Rabbi1-1/+5
2022-06-28[OpenMP] Initial parsing and sema support for 'masked taskloop simd' constructFazlay Rabbi1-2/+4
2022-06-24[OpenMP] Initial parsing and sema support for 'masked taskloop' constructFazlay Rabbi1-0/+3
2022-06-16[OpenMP] Initial parsing and sema for 'parallel masked' constructJennifer Yu1-1/+2
2022-05-25Revert "[OpenMP] atomic compare fail : Parser & AST support"Aaron Ballman1-14/+0
2022-05-24[Clang][OpenMP] Support for omp nothingSunil Kuravinakop1-0/+3
2022-05-24[OpenMP] atomic compare fail : Parser & AST supportSunil Kuravinakop1-0/+14
2022-04-08[clang][OpenMP5.1] Initial parsing/sema for has_device_addrJennifer Yu1-0/+2
2022-03-24[OpenMP] Initial parsing/sema for the 'omp target parallel loop' constructMike Rice1-4/+6
2022-03-22[OpenMP] Initial parsing/sema for the 'omp parallel loop' constructMike Rice1-3/+6
2022-03-18[OpenMP] Initial parsing/sema for the 'omp target teams loop' constructMike Rice1-6/+11
2022-03-16[OpenMP] Initial parsing/sema for the 'omp teams loop' constructMike Rice1-3/+7
2022-02-08Enable inoutset dependency-type in depend clause.David Pagan1-3/+7
2021-12-24[Clang][OpenMP] Add the support for atomic compare in parserShilei Tian1-0/+2
2021-11-04[OpenMP] Add parsing/sema/serialization for 'bind' clause.Mike Rice1-0/+15