summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/StmtOpenMP.cpp
Commit message (Expand)AuthorAgeFilesLines
* [OPENMP] Add support for cancel constructs in `target teams distributeAlexey Bataev2017-11-221-1/+2
* [OPENMP] Add support for cancel constructs in [teams] distributeAlexey Bataev2017-11-221-2/+4
* [OPENMP] Initial support for asynchronous data update, NFC.Alexey Bataev2017-11-211-15/+18
* [OPENMP] Codegen for 'task_reduction' clause.Alexey Bataev2017-07-251-3/+4
* [OPENMP] Initial support for 'task_reduction' clause.Alexey Bataev2017-07-181-8/+13
* [OpenMP] Prepare sema to support combined constructs with omp distribute and ...Carlo Bertolli2017-04-201-56/+42
* [OpenMP] Prepare Sema for initial implementation for pragma 'distribute paral...Carlo Bertolli2017-02-171-0/+40
* [OpenMP] Sema and parsing for 'target teams distribute simd’ pragmaKelvin Li2017-01-101-0/+56
* [OpenMP] Sema and parsing for 'target teams distribute parallel for simd’ p...Kelvin Li2017-01-031-0/+61
* [OpenMP] Sema and parsing for 'target teams distribute parallel for’ pragmaKelvin Li2016-12-291-0/+61
* [OpenMP] Sema and parsing for 'target teams distribute' pragmaKelvin Li2016-12-251-0/+55
* [OpenMP] Sema and parsing for 'target teams' pragmaKelvin Li2016-12-171-0/+23
* [OpenMP] Sema and parsing for 'teams distribute parallel for' pragmaKelvin Li2016-12-091-0/+58
* [OpenMP] Sema and parsing for 'teams distribute parallel for simd' pragmaKelvin Li2016-11-301-0/+59
* Re-apply patch r279045.Kelvin Li2016-10-251-0/+53
* Retire llvm::alignOf in favor of C++11 alignof.Benjamin Kramer2016-10-201-118/+106
* Revert "[OpenMP] Sema and parsing for 'teams distribute simd’ pragma"Diana Picus2016-08-181-52/+0
* [OpenMP] Sema and parsing for 'teams distribute simd’ pragmaKelvin Li2016-08-171-0/+52
* [OpenMP] Sema and parsing for 'teams distribute' pragmaKelvin Li2016-08-051-0/+51
* [OpenMP] Sema and parsing for 'target simd' pragmaKelvin Li2016-07-201-0/+41
* [OpenMP] Sema and parsing for 'target parallel for simd' pragmaKelvin Li2016-07-141-0/+55
* [OpenMP] Sema and parsing for 'distribute simd' pragmaKelvin Li2016-07-061-0/+53
* [OpenMP] Sema and parse for 'distribute parallel for simd'Kelvin Li2016-07-051-0/+57
* Resubmission of http://reviews.llvm.org/D21564 after fixes.Carlo Bertolli2016-06-271-0/+71
* Revert r273705Carlo Bertolli2016-06-241-69/+0
* [OpenMP] Initial implementation of parse and sema for composite pragma 'distr...Carlo Bertolli2016-06-241-0/+69
* [OpenMP] Parsing and sema support for target update directiveSamuel Antao2016-05-261-0/+22
* [OPENMP 4.5] Codegen for dacross loop synchronization constructs.Alexey Bataev2016-05-251-0/+8
* [OPENMP] Remove extra code transformation.Alexey Bataev2016-03-291-0/+9
* [OpenMP] Parsing + sema for target parallel for directive.Arpith Chacko Jacob2016-02-031-0/+48
* [OpenMP] Parsing + sema for target parallel directive.Arpith Chacko Jacob2016-01-261-0/+24
* [OpenMP] Parsing + sema for "target exit data" directive.Samuel Antao2016-01-191-0/+22
* [OpenMP] Parsing + sema for "target enter data" directive.Samuel Antao2016-01-191-0/+21
* Update for LLVM function name change.Rui Ueyama2016-01-141-106/+104
* [OPENMP 4.5] Parsing/sema for 'hint' clause of 'critical' directive.Alexey Bataev2015-12-151-7/+12
* Add parse and sema of OpenMP distribute directive with all clauses except dis...Carlo Bertolli2015-12-141-0/+45
* Revert r255001, "Add parse and sema for OpenMP distribute directive and all i...NAKAMURA Takumi2015-12-091-45/+0
* Add parse and sema for OpenMP distribute directive and all its clauses exclud...Carlo Bertolli2015-12-081-0/+45
* [OPENMP 4.5] Parsing/sema support for 'omp taskloop simd' directive.Alexey Bataev2015-12-031-0/+46
* [OPENMP 4.5] Parsing/sema analysis for 'taskloop' directive.Alexey Bataev2015-12-011-0/+48
* Move functions declared in Stmt{ObjC,CXX}.h and OpenMPClause.h intoJames Y Knight2015-10-021-0/+740