summaryrefslogtreecommitdiffstats
path: root/lib/Parse/ParseOpenMP.cpp
Commit message (Expand)AuthorAgeFilesLines
* [OPENMP] Initial support for 'task_reduction' clause.Alexey Bataev2017-07-181-10/+13
* Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.Galina Kistanova2017-06-011-0/+4
* Fix the location of "missing ';'" suggestions after annotation tokens.Richard Smith2017-05-181-7/+7
* [OpenMP] Extended parse for 'always' map modifierCarlo Bertolli2017-05-031-0/+24
* Publish RAIIObjectsForParser.h for external usage.Vassil Vassilev2017-03-231-1/+1
* Fix misspelled enumJonathan Roelofs2017-03-141-1/+1
* P0091R3: Implement basic parsing support for C++17 deduction-guides.Richard Smith2017-02-071-3/+4
* [OpenMP] Sema and parsing for 'target teams distribute simd’ pragmaKelvin Li2017-01-101-2/+6
* [OpenMP] Sema and parsing for 'target teams distribute parallel for simd’ p...Kelvin Li2017-01-031-3/+7
* [OpenMP] Sema and parsing for 'target teams distribute parallel for’ pragmaKelvin Li2016-12-291-5/+11
* [OpenMP] Sema and parsing for 'target teams distribute' pragmaKelvin Li2016-12-251-3/+7
* [OPENMP] Fix for PR31428: variable named like directive name modifierAlexey Bataev2016-12-201-5/+9
* [OpenMP] Sema and parsing for 'target teams' pragmaKelvin Li2016-12-171-3/+6
* [OpenMP] Sema and parsing for 'teams distribute parallel for' pragmaKelvin Li2016-12-091-4/+6
* [OpenMP] Sema and parsing for 'teams distribute parallel for simd' pragmaKelvin Li2016-11-301-4/+12
* Re-apply patch r279045.Kelvin Li2016-10-251-3/+6
* Move calls of MaybeParseMicrosoftAttributes() before ParseExternalDeclaration()Nico Weber2016-09-031-2/+0
* Revert "[OpenMP] Sema and parsing for 'teams distribute simd’ pragma"Diana Picus2016-08-181-6/+3
* [OpenMP] Sema and parsing for 'teams distribute simd’ pragmaKelvin Li2016-08-171-3/+6
* [OpenMP] Sema and parsing for 'teams distribute' pragmaKelvin Li2016-08-051-3/+7
* [OpenMP] Sema and parsing for 'target simd' pragmaKelvin Li2016-07-201-2/+5
* [NFC] Header cleanupMehdi Amini2016-07-181-1/+0
* [OpenMP] Sema and parsing for 'target parallel for simd' pragmaKelvin Li2016-07-141-3/+7
* [OpenMP] Initial implementation of parse+sema for OpenMP clause 'is_device_pt...Carlo Bertolli2016-07-131-1/+4
* [OpenMP] Initial implementation of parse+sema for clause use_device_ptr of 't...Carlo Bertolli2016-07-131-0/+3
* [OpenMP] Sema and parsing for 'distribute simd' pragmaKelvin Li2016-07-061-2/+5
* [OpenMP] Sema and parse for 'distribute parallel for simd'Kelvin Li2016-07-051-2/+7
* Resubmission of http://reviews.llvm.org/D21564 after fixes.Carlo Bertolli2016-06-271-2/+7
* Revert r273705Carlo Bertolli2016-06-241-7/+2
* [OpenMP] Initial implementation of parse and sema for composite pragma 'distr...Carlo Bertolli2016-06-241-2/+7
* [OpenMP] Parsing and sema support for the from clauseSamuel Antao2016-05-261-1/+5
* [OpenMP] Parsing and sema support for the to clauseSamuel Antao2016-05-261-1/+4
* [OpenMP] Parsing and sema support for target update directiveSamuel Antao2016-05-261-2/+8
* [OpenMP] Parse+Sema for '#pragma omp declare target' syntax version 4.5Dmitry Polukhin2016-05-091-27/+70
* [OPENMP 4.0] Support for 'linear' clause in 'declare simd' directive.Alexey Bataev2016-04-121-13/+27
* [OPENMP 4.0] Support for 'aligned' clause in 'declare simd' directive.Alexey Bataev2016-04-121-60/+77
* [OPENMP 4.0] Support for 'uniform' clause in 'declare simd' directive.Alexey Bataev2016-04-121-130/+139
* Remove redundant conditions of the form (A || (!A && B)) -> (A || B)Benjamin Kramer2016-04-111-2/+1
* [OPENMP 4.0] Parsing/sema analysis for 'simdlen' clause in 'declare simd'Alexey Bataev2016-04-071-39/+140
* [OPENMP] Parsing and Sema support for 'omp declare target' directiveDmitry Polukhin2016-04-061-0/+56
* [OPENMP 4.0] Support for 'inbranch|noinbranch' clauses in 'declareAlexey Bataev2016-04-041-6/+41
* Revert "[OPENMP] Allow skip expression after comma in clauses with lists."Alexey Bataev2016-04-011-5/+4
* [OPENMP] Allow skip expression after comma in clauses with lists.Alexey Bataev2016-03-311-4/+5
* [OPENMP 4.0] Initial support for '#pragma omp declare simd' directive.Alexey Bataev2016-03-301-2/+55
* [OPENMP 4.0] Use 'declare reduction' constructs in 'reduction' clauses.Alexey Bataev2016-03-171-5/+16
* [OPENMP 4.0] Initial support for 'omp declare reduction' construct.Alexey Bataev2016-03-031-4/+260
* [OpenMP] Fix parsing of delete map clause modifier in C++ mode.Samuel Antao2016-02-271-8/+16
* [OPENMP] NFC rewrite ParseOpenMPDirectiveKindDmitry Polukhin2016-02-131-58/+64
* [OpenMP] Parsing + sema for target parallel for directive.Arpith Chacko Jacob2016-02-031-3/+6
* [OpenMP] Parsing + sema for target parallel directive.Arpith Chacko Jacob2016-01-261-2/+6