summaryrefslogtreecommitdiffstats
path: root/include/clang/AST/StmtOpenMP.h
Commit message (Expand)AuthorAgeFilesLines
* [AST][NFC] Add const children() accessors to all AST nodesBruno Ricci2019-04-121-0/+8
* [clang][OpeMP] Model OpenMP structured-block in AST (PR40563)Roman Lebedev2019-03-201-0/+16
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [OpenMP][NVPTX] Use single loops when generating code for distribute parallel...Gheorghe-Teodor Bercea2018-10-291-1/+35
* Remove deprecated APIStephen Kelly2018-09-061-8/+0
* Mark up deprecated methods as suchStephen Kelly2018-08-091-2/+8
* Add getEndLoc API to replace getLocEndStephen Kelly2018-08-091-1/+2
* Add getBeginLoc API to replace getLocStartStephen Kelly2018-08-091-1/+2
* Remove trailing spaceFangrui Song2018-07-301-10/+10
* [OPENMP] Exclude service expressions/statements from the list ofAlexey Bataev2018-07-251-1/+3
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-269/+269
* Fix typos in clangAlexander Kornienko2018-04-061-4/+4
* [OPENMP] Replace calls of getAssociatedStmt().Alexey Bataev2018-01-121-3/+21
* [OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev2017-12-291-3/+7
* [OPENMP] Initial codegen for `target teams distribute simd` directive.Alexey Bataev2017-12-131-1/+3
* [OPENMP] Add support for cancel constructs in `target teams distributeAlexey Bataev2017-11-221-5/+21
* [OPENMP] Add support for cancel constructs in [teams] distributeAlexey Bataev2017-11-221-6/+26
* [OPENMP] Initial support for asynchronous data update, NFC.Alexey Bataev2017-11-211-18/+18
* [OPENMP] Codegen for `#pragma omp target parallel for`.Alexey Bataev2017-11-081-1/+3
* [OPENMP] Codegen for 'task_reduction' clause.Alexey Bataev2017-07-251-3/+19
* [OPENMP] Initial support for 'task_reduction' clause.Alexey Bataev2017-07-181-14/+20
* [OpenMP] Prepare sema to support combined constructs with omp distribute and ...Carlo Bertolli2017-04-201-42/+151
* [OpenMP] Prepare Sema for initial implementation for pragma 'distribute paral...Carlo Bertolli2017-02-171-3/+52
* [OpenMP] Codegen support for 'target parallel' on the host.Arpith Chacko Jacob2017-01-181-0/+20
* Revert r292374 to debug Windows buildbot failure.Arpith Chacko Jacob2017-01-181-20/+0
* [OpenMP] Codegen support for 'target parallel' on the host.Arpith Chacko Jacob2017-01-181-0/+20
* [OpenMP] Sema and parsing for 'target teams distribute simd’ pragmaKelvin Li2017-01-101-0/+69
* [OpenMP] Sema and parsing for 'target teams distribute parallel for simd’ p...Kelvin Li2017-01-031-0/+73
* [OpenMP] Sema and parsing for 'target teams distribute parallel for’ pragmaKelvin Li2016-12-291-0/+73
* [OpenMP] Sema and parsing for 'target teams distribute' pragmaKelvin Li2016-12-251-0/+67
* [OpenMP] Sema and parsing for 'target teams' pragmaKelvin Li2016-12-171-0/+59
* [OpenMP] Sema and parsing for 'teams distribute parallel for' pragmaKelvin Li2016-12-091-1/+71
* [OpenMP] Sema and parsing for 'teams distribute parallel for simd' pragmaKelvin Li2016-11-301-1/+73
* Re-apply patch r279045.Kelvin Li2016-10-251-1/+72
* Retire llvm::alignOf in favor of C++11 alignof.Benjamin Kramer2016-10-201-1/+1
* Revert "[OpenMP] Sema and parsing for 'teams distribute simd’ pragma"Diana Picus2016-08-181-70/+0
* [OpenMP] Sema and parsing for 'teams distribute simd’ pragmaKelvin Li2016-08-171-0/+70
* [OpenMP] Sema and parsing for 'teams distribute' pragmaKelvin Li2016-08-051-1/+69
* [OpenMP] Sema and parsing for 'target simd' pragmaKelvin Li2016-07-201-1/+69
* [OpenMP] Sema and parsing for 'target parallel for simd' pragmaKelvin Li2016-07-141-1/+70
* [OpenMP] Sema and parsing for 'distribute simd' pragmaKelvin Li2016-07-061-1/+69
* [OpenMP] Sema and parse for 'distribute parallel for simd'Kelvin Li2016-07-051-1/+73
* Resubmission of http://reviews.llvm.org/D21564 after fixes.Carlo Bertolli2016-06-271-3/+115
* Revert r273705Carlo Bertolli2016-06-241-115/+3
* [OpenMP] Initial implementation of parse and sema for composite pragma 'distr...Carlo Bertolli2016-06-241-3/+115
* [OpenMP] Parsing and sema support for target update directiveSamuel Antao2016-05-261-1/+60
* [OPENMP 4.5] Codegen for dacross loop synchronization constructs.Alexey Bataev2016-05-251-1/+18
* [OPENMP] Remove extra code transformation.Alexey Bataev2016-03-291-9/+20
* Reapply r262741 [OPENMP] Codegen for distribute directiveCarlo Bertolli2016-03-071-7/+14
* Revert r262741 - [OPENMP] Codegen for distribute directiveSamuel Antao2016-03-041-14/+7