summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/task_ast_print.cpp
AgeCommit message (Expand)Author
2025-10-30[clang][OpenMP] New OpenMP 6.0 threadset clause (#135807)Ritanya-B-Bharadwaj
2024-12-11[Serialization] Support loading template specializations lazily (#119333)Chuanqi Xu
2024-12-06Revert "[Serialization] Support load lazy specialization lazily"Haowei Wu
2024-12-06[Serialization] Support load lazy specialization lazilyChuanqi Xu
2024-05-16Avoid unevaluated implicit private (#92055)SunilKuravinakop
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
2022-05-24[OpenMP] Add parsing/sema support for omp_all_memory reserved locatorMike Rice
2020-06-04[OPENMP]Fix PR45383: type dependent array subscripts are diagnosed erroneously.Alexey Bataev
2020-05-19[OPENMP50]Add initial support for 'affinity' clause.Alexey Bataev
2020-04-02[OPENMP50]Add initial support for OpenMP 5.0 iterator.Alexey Bataev
2020-04-01Revert "[OPENMP50]Add initial support for OpenMP 5.0 iterator."Alexey Bataev
2020-04-01[OPENMP50]Add initial support for OpenMP 5.0 iterator.Alexey Bataev
2020-03-31[OPENMP50]Allow use of array shaping expression in a list.Alexey Bataev
2020-03-30[OPENMP50]Add basic support for array-shaping operation.Alexey Bataev
2020-03-27[OPENMP50]Fix PR45117: Orphaned task reduction should be allowed.Alexey Bataev
2020-03-17[OPENMP50]Initial support for detach clause in task directive.Alexey Bataev
2020-03-06[OPENMP50]Add 'depobj' modifier in 'depend' 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-07-24[OPENMP] Fix the restrictions for in_reduction clause.Alexey Bataev
2017-07-21[OPENMP] Initial support for 'in_reduction' clause.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-01-20[OPENMP 4.5] Allow to use non-static data members in non-static member functi...Alexey Bataev
2015-12-01[OPENMP 4.5] Parsing/sema analysis for 'priority' clause.Alexey Bataev
2015-09-11[OPENMP] Fix printing of array section with single index.Alexey Bataev
2015-09-03[OPENMP 4.1] Codegen for extended format of 'if' clause.Alexey Bataev
2015-08-25[OPENMP 4.0] Initial support for array sections.Alexey Bataev
2015-06-23[OPENMP] Initial support for 'depend' clause (4.0).Alexey Bataev
2015-05-20[OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492)Alexey Bataev
2014-07-17[OPENMP] Initial parsing and sema analysis of 'mergeable' clause.Alexey Bataev
2014-07-17[OPENMP] Initial support for parsing and sema analysis of 'untied' clause.Alexey Bataev
2014-07-17[OPENMP] Initial parsing and sema analysis for 'final' clause.Alexey Bataev
2014-07-11[OPENMP] Parsing and sema analysis for 'omp task' directive.Alexey Bataev