summaryrefslogtreecommitdiff
path: root/include/clang/Basic/OpenMPKinds.h
AgeCommit message (Expand)Author
2017-01-18[OpenMP] Codegen support for 'target parallel' on the host.Arpith Chacko Jacob
2017-01-18Revert r292374 to debug Windows buildbot failure.Arpith Chacko Jacob
2017-01-18[OpenMP] Codegen support for 'target parallel' on the host.Arpith Chacko Jacob
2016-12-17[OpenMP] Sema and parsing for 'target teams' pragmaKelvin Li
2016-08-05[OpenMP] Sema and parsing for 'teams distribute' pragmaKelvin Li
2016-06-27Resubmission of http://reviews.llvm.org/D21564 after fixes.Carlo Bertolli
2016-06-24Revert r273705Carlo Bertolli
2016-06-24[OpenMP] Initial implementation of parse and sema for composite pragma 'distr...Carlo Bertolli
2016-05-10[OPENMP 4.5] Add codegen support in runtime for '[non]monotonic'Alexey Bataev
2016-04-13[OPENMP 4.0] Fixed DSA analysis for taskloop directives.Alexey Bataev
2016-04-12[OPENMP 4.0] Support for 'uniform' clause in 'declare simd' directive.Alexey Bataev
2016-02-02[OpenMP] Prevent nesting of target constructs within target code execution re...Arpith Chacko Jacob
2016-02-01Undoing commit r259366 to debug buildbot failure.Arpith Chacko Jacob
2016-02-01[OpenMP] Prevent nesting of target constructs within target code execution re...Arpith Chacko Jacob
2016-01-26[OpenMP] Parsing + sema for defaultmap clause.Arpith Chacko Jacob
2016-01-15Add OpenMP dist_schedule clause to distribute directive and related regressio...Carlo Bertolli
2015-12-28[OPENMP 4.5] Sema/parsing support for extended format of 'schedule' clause.Alexey Bataev
2015-12-14Add parse and sema of OpenMP distribute directive with all clauses except dis...Carlo Bertolli
2015-12-09Revert r255001, "Add parse and sema for OpenMP distribute directive and all i...NAKAMURA Takumi
2015-12-08Add parse and sema for OpenMP distribute directive and all its clauses exclud...Carlo Bertolli
2015-12-03[OPENMP 4.5] Parsing/sema support for 'omp taskloop simd' directive.Alexey Bataev
2015-11-23[OpenMP] Parsing and sema support for map clauseKelvin Li
2015-10-02[OpenMP] Capture global variables in target regions.Samuel Antao
2015-08-20[OPENMP 4.1] Initial support for modifiers in 'linear' clause.Alexey Bataev
2015-06-23[OPENMP] Initial support for 'depend' clause (4.0).Alexey Bataev
2015-06-22Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko
2015-06-22Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko
2014-10-09[OPENMP] 'omp teams' directive basic support.Alexey Bataev
2014-10-08Revert "[OPENMP] 'omp teams' directive basic support. Includes parsing and se...Renato Golin
2014-10-07[OPENMP] 'omp teams' directive basic support.Alexey Bataev
2014-07-07[OPENMP] Added initial support for 'omp parallel for'.Alexey Bataev
2014-06-20[OPENMP] Initial support for 'schedule' clause.Alexey Bataev
2014-06-18[OPENMP] Initial support for '#pragma omp for' (fixed incompatibility with MS...Alexey Bataev
2014-06-17Revert "[OPENMP] Initial support for '#pragma omp for'."Rafael Espindola
2014-06-17[OPENMP] Initial support for '#pragma omp for'.Alexey Bataev
2014-05-12[OPENMP] Removed unnecessary enums from OpenMP constructsAlexey Bataev
2014-05-06[OPENMP] 'proc_bind' clause support - Parsing and sema analysis for OpenMP cl...Alexey Bataev
2013-07-19OpenMP: basic support for #pragma omp parallelAlexey Bataev
2013-03-25Fix layering violation harder.Matt Beaumont-Gay
2013-03-22OpenMP threadprivate directive parsing and semantic analysisAlexey Bataev