summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/parallel_ast_print.cpp
AgeCommit message (Expand)Author
2025-09-15[Clang][OpenMP]Default clause variable category (#157063)SunilKuravinakop
2025-07-11[OpenMP][clang] 6.0: parsing/sema for message/severity for parallel (#146093)Robert Imschweiler
2025-06-24[OpenMP][clang] 6.0: parsing/sema for num_threads 'strict' modifier (#145490)Robert Imschweiler
2024-05-04[test] %clang_cc1: remove redundant actionsFangrui Song
2023-10-20Diagnose use of VLAs in C++ by defaultAaron Ballman
2023-10-20Revert "Diagnose use of VLAs in C++ by default"Aaron Ballman
2023-10-20Diagnose use of VLAs in C++ by defaultAaron Ballman
2023-06-15[OpenMP] Update the default version of OpenMP to 5.1Animesh Kumar
2021-04-01[OpenMP51] Accept `primary` as proc bind affinity policy in Clangcchen
2020-08-27[OpenMP] Ensure testing for versions 4.5 and default - Part 3Saiyedul Islam
2020-04-30[OPENMP50]Support 'task' modifier in reduction clauses.Alexey Bataev
2020-03-23[OPENMP50]Add 'default' modifier in reduction clauses.Alexey Bataev
2019-03-27[OPENMP]Initial support for 'allocate' clause.Alexey Bataev
2018-02-14[OpenMP] Fix trailing space when printing pragmas, by Joel. E. DennyAlexey Bataev
2017-12-29[OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev
2017-11-14[OPENMP] Fix DSA analysis for threadprivates after deserialization.Alexey Bataev
2016-12-20[OPENMP] Fix for PR31428: variable named like directive name modifierAlexey Bataev
2016-11-10Make output of -ast-print a valid C++ code.Serge Pavlov
2016-04-19Warn if function or variable cannot be implicitly instantiatedSerge Pavlov
2016-02-29[OPENMP 4.5] Initial support for data members in 'reduction' clauses.Alexey Bataev
2016-02-25[OPENMP 4.5] Support fielddecls in 'shared' clause.Alexey Bataev
2016-02-10[OPENMP 4.5] Initial support for data members in 'firstprivate' clause.Alexey Bataev
2016-01-20[OPENMP 4.5] Allow to use non-static data members in non-static member functi...Alexey Bataev
2015-12-17[OPENMP] Fix for http://llvm.org/PR25142: openmp: Assertion failed: DD && "qu...Alexey Bataev
2015-09-30[OPENMP 4.1] Sema analysis for array sections in 'reduction' clause.Alexey Bataev
2015-09-03[OPENMP 4.1] Codegen for extended format of 'if' clause.Alexey Bataev
2015-05-20[OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492)Alexey Bataev
2014-06-16[OPENMP] Initial support of 'reduction' clauseAlexey Bataev
2014-05-06[OPENMP] 'proc_bind' clause support - Parsing and sema analysis for OpenMP cl...Alexey Bataev
2014-03-31[OPENMP] Implemented 'copyin' clauseAlexey Bataev
2014-03-06[OPENMP] Clause 'num_threads'Alexey Bataev
2014-03-06[OPENMP] Added option -fopenmp=libiomp5|libgompAlexey Bataev
2014-03-05[OPNEMP] Fixed instantiation of 'if' clauseAlexey Bataev
2014-02-13[OPENMP] 'if' clause support (no CodeGen support)Alexey Bataev
2013-10-01[OpenMP] Added parsing and semantic analysis for firstprivate clauseAlexey Bataev
2013-07-19OpenMP: basic support for #pragma omp parallelAlexey Bataev