aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Basic/OpenMPKinds.h
AgeCommit message (Expand)Author
2019-10-18[OPENMP50]Add support for master taskloop simd.Alexey Bataev
2019-09-23[OPENMP]Use standard parsing for 'match' clause, NFC.Alexey Bataev
2019-08-23[OPENMP5.0]Add support for device_type clause in declare targetAlexey Bataev
2019-03-27[OPENMP]Initial support for 'allocate' clause.Alexey Bataev
2019-03-07[OPENMP 5.0]Add initial support for 'allocate' directive.Alexey Bataev
2019-03-06[clang][OpenMP] Revert "OMPFlushClause is synthetic, no such clause exists"Roman Lebedev
2019-02-25[OpenMP 5.0] Parsing/sema support for from clause with mapper modifier.Michael Kruse
2019-02-22[OpenMP 5.0] Parsing/sema support for to clause with mapper modifier.Michael Kruse
2019-01-28[clang][OpenMP] OMPFlushClause is synthetic, no such clause existsRoman Lebedev
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-18[OPENMP] parsing and sema support for 'close' map-type-modifierKelvin Li
2018-11-02Add support for 'atomic_default_mem_order' clause on 'requires' directive. Al...Patrick Lyster
2018-05-09Remove \brief commands from doxygen comments.Adrian Prantl
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