aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Basic/OpenMPKinds.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-04-20[OpenMP] Prepare sema to support combined constructs with omp distribute and ...Carlo Bertolli1-5/+1
2017-02-17[OpenMP] Prepare Sema for initial implementation for pragma 'distribute paral...Carlo Bertolli1-1/+1
2017-01-25[OpenMP] Codegen support for 'target teams' on the host.Arpith Chacko Jacob1-1/+4
2017-01-25Reverting commit because an NVPTX patch sneaked in. Break up into twoArpith Chacko Jacob1-4/+1
2017-01-25[OpenMP] Codegen support for 'target teams' on the host.Arpith Chacko Jacob1-1/+4
2017-01-18[OpenMP] Codegen support for 'target parallel' on the host.Arpith Chacko Jacob1-0/+70
2017-01-18Revert r292374 to debug Windows buildbot failure.Arpith Chacko Jacob1-98/+0
2017-01-18[OpenMP] Codegen support for 'target parallel' on the host.Arpith Chacko Jacob1-0/+98
2017-01-10[OpenMP] Sema and parsing for 'target teams distribute simd’ pragmaKelvin Li1-6/+22
2017-01-03[OpenMP] Sema and parsing for 'target teams distribute parallel for simd’ p...Kelvin Li1-11/+26
2016-12-29[OpenMP] Sema and parsing for 'target teams distribute parallel for’ pragmaKelvin Li1-7/+24
2016-12-25[OpenMP] Sema and parsing for 'target teams distribute' pragmaKelvin Li1-7/+18
2016-12-17[OpenMP] Sema and parsing for 'target teams' pragmaKelvin Li1-4/+18
2016-12-09[OpenMP] Sema and parsing for 'teams distribute parallel for' pragmaKelvin Li1-6/+23
2016-11-30[OpenMP] Sema and parsing for 'teams distribute parallel for simd' pragmaKelvin Li1-6/+23
2016-10-25Re-apply patch r279045.Kelvin Li1-5/+18
2016-08-18Revert "[OpenMP] Sema and parsing for 'teams distribute simd’ pragma"Diana Picus1-18/+5
2016-08-17[OpenMP] Sema and parsing for 'teams distribute simd’ pragmaKelvin Li1-5/+18
2016-08-05[OpenMP] Sema and parsing for 'teams distribute' pragmaKelvin Li1-4/+22
2016-07-20[OpenMP] Sema and parsing for 'target simd' pragmaKelvin Li1-3/+13
2016-07-14[OpenMP] Sema and parsing for 'target parallel for simd' pragmaKelvin Li1-4/+18
2016-07-13[OpenMP] Initial implementation of parse+sema for OpenMP clause 'is_device_pt...Carlo Bertolli1-0/+2
2016-07-13[OpenMP] Initial implementation of parse+sema for clause use_device_ptr of 't...Carlo Bertolli1-0/+2
2016-07-06[OpenMP] Sema and parsing for 'distribute simd' pragmaKelvin Li1-4/+18
2016-07-05[OpenMP] remove outdated comment (NFC)Kelvin Li1-1/+0
2016-07-05[OpenMP] Sema and parse for 'distribute parallel for simd'Kelvin Li1-8/+26
2016-06-27Resubmission of http://reviews.llvm.org/D21564 after fixes.Carlo Bertolli1-5/+22
2016-06-24Revert r273705Carlo Bertolli1-22/+5
2016-06-24[OpenMP] Initial implementation of parse and sema for composite pragma 'distr...Carlo Bertolli1-5/+22
2016-05-26[OpenMP] Parsing and sema support for the from clauseSamuel Antao1-0/+2
2016-05-26[OpenMP] Parsing and sema support for the to clauseSamuel Antao1-0/+2
2016-05-26[OpenMP] Parsing and sema support for target update directiveSamuel Antao1-1/+11
2016-04-13[OPENMP 4.0] Fixed DSA analysis for taskloop directives.Alexey Bataev1-0/+3
2016-04-12[OPENMP 4.0] Support for 'uniform' clause in 'declare simd' directive.Alexey Bataev1-0/+5
2016-04-06[OPENMP] Parsing and Sema support for 'omp declare target' directiveDmitry Polukhin1-0/+2
2016-03-30[OPENMP 4.0] Initial support for '#pragma omp declare simd' directive.Alexey Bataev1-0/+2
2016-03-03[OPENMP 4.0] Initial support for 'omp declare reduction' construct.Alexey Bataev1-0/+1
2016-02-03[OpenMP] Parsing + sema for target parallel for directive.Arpith Chacko Jacob1-9/+20
2016-02-02[OpenMP] Prevent nesting of target constructs within target code execution re...Arpith Chacko Jacob1-2/+9
2016-02-01Undoing commit r259366 to debug buildbot failure.Arpith Chacko Jacob1-9/+2
2016-02-01[OpenMP] Prevent nesting of target constructs within target code execution re...Arpith Chacko Jacob1-2/+9
2016-01-26[OpenMP] Parsing + sema for target parallel directive.Arpith Chacko Jacob1-1/+12
2016-01-26[OpenMP] Parsing + sema for defaultmap clause.Arpith Chacko Jacob1-0/+22
2016-01-19[OpenMP] Parsing + sema for "target exit data" directive.Samuel Antao1-0/+10
2016-01-19[OpenMP] Parsing + sema for "target enter data" directive.Samuel Antao1-0/+10
2016-01-15Add OpenMP dist_schedule clause to distribute directive and related regressio...Carlo Bertolli1-0/+15
2015-12-28[OPENMP 4.5] Sema/parsing support for extended format of 'schedule' clause.Alexey Bataev1-5/+13
2015-12-15[OPENMP 4.5] Parsing/sema for 'hint' clause of 'critical' directive.Alexey Bataev1-1/+12
2015-12-14Add parse and sema of OpenMP distribute directive with all clauses except dis...Carlo Bertolli1-1/+16
2015-12-09Revert r255001, "Add parse and sema for OpenMP distribute directive and all i...NAKAMURA Takumi1-16/+1