aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Parse/ParseOpenMP.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-06-01Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.Galina Kistanova1-0/+4
2017-05-18Fix the location of "missing ';'" suggestions after annotation tokens.Richard Smith1-7/+7
2017-05-03[OpenMP] Extended parse for 'always' map modifierCarlo Bertolli1-0/+24
2017-03-23Publish RAIIObjectsForParser.h for external usage.Vassil Vassilev1-1/+1
2017-03-14Fix misspelled enumJonathan Roelofs1-1/+1
2017-02-07P0091R3: Implement basic parsing support for C++17 deduction-guides.Richard Smith1-3/+4
2017-01-10[OpenMP] Sema and parsing for 'target teams distribute simd’ pragmaKelvin Li1-2/+6
2017-01-03[OpenMP] Sema and parsing for 'target teams distribute parallel for simd’ p...Kelvin Li1-3/+7
2016-12-29[OpenMP] Sema and parsing for 'target teams distribute parallel for’ pragmaKelvin Li1-5/+11
2016-12-25[OpenMP] Sema and parsing for 'target teams distribute' pragmaKelvin Li1-3/+7
2016-12-20[OPENMP] Fix for PR31428: variable named like directive name modifierAlexey Bataev1-5/+9
2016-12-17[OpenMP] Sema and parsing for 'target teams' pragmaKelvin Li1-3/+6
2016-12-09[OpenMP] Sema and parsing for 'teams distribute parallel for' pragmaKelvin Li1-4/+6
2016-11-30[OpenMP] Sema and parsing for 'teams distribute parallel for simd' pragmaKelvin Li1-4/+12
2016-10-25Re-apply patch r279045.Kelvin Li1-3/+6
2016-09-03Move calls of MaybeParseMicrosoftAttributes() before ParseExternalDeclaration()Nico Weber1-2/+0
2016-08-18Revert "[OpenMP] Sema and parsing for 'teams distribute simd’ pragma"Diana Picus1-6/+3
2016-08-17[OpenMP] Sema and parsing for 'teams distribute simd’ pragmaKelvin Li1-3/+6
2016-08-05[OpenMP] Sema and parsing for 'teams distribute' pragmaKelvin Li1-3/+7
2016-07-20[OpenMP] Sema and parsing for 'target simd' pragmaKelvin Li1-2/+5
2016-07-18[NFC] Header cleanupMehdi Amini1-1/+0
2016-07-14[OpenMP] Sema and parsing for 'target parallel for simd' pragmaKelvin Li1-3/+7
2016-07-13[OpenMP] Initial implementation of parse+sema for OpenMP clause 'is_device_pt...Carlo Bertolli1-1/+4
2016-07-13[OpenMP] Initial implementation of parse+sema for clause use_device_ptr of 't...Carlo Bertolli1-0/+3
2016-07-06[OpenMP] Sema and parsing for 'distribute simd' pragmaKelvin Li1-2/+5
2016-07-05[OpenMP] Sema and parse for 'distribute parallel for simd'Kelvin Li1-2/+7
2016-06-27Resubmission of http://reviews.llvm.org/D21564 after fixes.Carlo Bertolli1-2/+7
2016-06-24Revert r273705Carlo Bertolli1-7/+2
2016-06-24[OpenMP] Initial implementation of parse and sema for composite pragma 'distr...Carlo Bertolli1-2/+7
2016-05-26[OpenMP] Parsing and sema support for the from clauseSamuel Antao1-1/+5
2016-05-26[OpenMP] Parsing and sema support for the to clauseSamuel Antao1-1/+4
2016-05-26[OpenMP] Parsing and sema support for target update directiveSamuel Antao1-2/+8
2016-05-09[OpenMP] Parse+Sema for '#pragma omp declare target' syntax version 4.5Dmitry Polukhin1-27/+70
2016-04-12[OPENMP 4.0] Support for 'linear' clause in 'declare simd' directive.Alexey Bataev1-13/+27
2016-04-12[OPENMP 4.0] Support for 'aligned' clause in 'declare simd' directive.Alexey Bataev1-60/+77
2016-04-12[OPENMP 4.0] Support for 'uniform' clause in 'declare simd' directive.Alexey Bataev1-130/+139
2016-04-11Remove redundant conditions of the form (A || (!A && B)) -> (A || B)Benjamin Kramer1-2/+1
2016-04-07[OPENMP 4.0] Parsing/sema analysis for 'simdlen' clause in 'declare simd'Alexey Bataev1-39/+140
2016-04-06[OPENMP] Parsing and Sema support for 'omp declare target' directiveDmitry Polukhin1-0/+56
2016-04-04[OPENMP 4.0] Support for 'inbranch|noinbranch' clauses in 'declareAlexey Bataev1-6/+41
2016-04-01Revert "[OPENMP] Allow skip expression after comma in clauses with lists."Alexey Bataev1-5/+4
2016-03-31[OPENMP] Allow skip expression after comma in clauses with lists.Alexey Bataev1-4/+5
2016-03-30[OPENMP 4.0] Initial support for '#pragma omp declare simd' directive.Alexey Bataev1-2/+55
2016-03-17[OPENMP 4.0] Use 'declare reduction' constructs in 'reduction' clauses.Alexey Bataev1-5/+16
2016-03-03[OPENMP 4.0] Initial support for 'omp declare reduction' construct.Alexey Bataev1-4/+260
2016-02-27[OpenMP] Fix parsing of delete map clause modifier in C++ mode.Samuel Antao1-8/+16
2016-02-13[OPENMP] NFC rewrite ParseOpenMPDirectiveKindDmitry Polukhin1-58/+64
2016-02-03[OpenMP] Parsing + sema for target parallel for directive.Arpith Chacko Jacob1-3/+6
2016-01-26[OpenMP] Parsing + sema for target parallel directive.Arpith Chacko Jacob1-2/+6
2016-01-26[OpenMP] Parsing + sema for defaultmap clause.Arpith Chacko Jacob1-0/+26