summaryrefslogtreecommitdiff
path: root/test/OpenMP/nesting_of_regions.cpp
Commit message (Expand)AuthorAgeFilesLines
* [OPENMP] issue error messages for multiple teams contructs in a target constructKelvin Li2019-02-051-0/+14
* [OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev2017-12-291-0/+3
* [OpenMP] Sema and parsing for 'target teams distribute simd’ pragmaKelvin Li2017-01-101-1/+908
* [OpenMP] Sema and parsing for 'target teams distribute parallel for simd’ p...Kelvin Li2017-01-031-0/+883
* [OpenMP] Sema and parsing for 'target teams distribute parallel for’ pragmaKelvin Li2016-12-291-0/+859
* [OpenMP] Sema and parsing for 'target teams distribute' pragmaKelvin Li2016-12-251-3/+825
* [OpenMP] Sema and parsing for 'target teams' pragmaKelvin Li2016-12-171-12/+712
* [OpenMP] Sema and parsing for 'teams distribute parallel for' pragmaKelvin Li2016-12-091-0/+847
* [OpenMP] Sema and parsing for 'teams distribute parallel for simd' pragmaKelvin Li2016-11-301-7/+835
* Re-apply patch r279045.Kelvin Li2016-10-251-2/+1021
* Revert "[OpenMP] Sema and parsing for 'teams distribute simd’ pragma"Diana Picus2016-08-181-1021/+2
* [OpenMP] Sema and parsing for 'teams distribute simd’ pragmaKelvin Li2016-08-171-2/+1021
* [OpenMP] Sema and parsing for 'teams distribute' pragmaKelvin Li2016-08-051-0/+758
* [OpenMP] diagnose orphaned teams constructKelvin Li2016-07-261-0/+2
* [OpenMP] Sema and parsing for 'target simd' pragmaKelvin Li2016-07-201-0/+659
* [OpenMP] Sema and parsing for 'distribute simd' pragmaKelvin Li2016-07-061-6/+519
* [OpenMP] Sema and parse for 'distribute parallel for simd'Kelvin Li2016-07-051-2/+726
* [OpenMP] Issue warning if a simd construct nested inside another simdKelvin Li2016-07-011-6/+26
* [OpenMP] Diagnose missing cases of statements between target and teams direct...Kelvin Li2016-06-271-0/+6
* Resubmission of http://reviews.llvm.org/D21564 after fixes.Carlo Bertolli2016-06-271-3/+742
* Revert r273705Carlo Bertolli2016-06-241-742/+3
* [OpenMP] Initial implementation of parse and sema for composite pragma 'distr...Carlo Bertolli2016-06-241-3/+742
* [OpenMP] Parsing and sema support for the to clauseSamuel Antao2016-05-261-40/+40
* [OpenMP] Parsing and sema support for target update directiveSamuel Antao2016-05-261-0/+213
* [OpenMP] Parsing + sema for target parallel for directive.Arpith Chacko Jacob2016-02-031-0/+618
* [OPENMP 4.0] Allow to use 'omp simd' directive inside other simd-regions.Alexey Bataev2016-02-021-6/+6
* [OpenMP] Prevent nesting of target constructs within target code execution re...Arpith Chacko Jacob2016-02-021-26/+26
* Undoing commit r259366 to debug buildbot failure.Arpith Chacko Jacob2016-02-011-26/+26
* [OpenMP] Prevent nesting of target constructs within target code execution re...Arpith Chacko Jacob2016-02-011-26/+26
* [OpenMP] Parsing + sema for target parallel directive.Arpith Chacko Jacob2016-01-261-0/+459
* [OpenMP] Parsing + sema for "target exit data" directive.Samuel Antao2016-01-191-0/+194
* [OpenMP] Parsing + sema for "target enter data" directive.Samuel Antao2016-01-191-1/+194
* [OPENMP 4.5] Allow 'ordered' clause on 'loop simd' constructs.Alexey Bataev2015-12-301-1/+11
* Add parse and sema of OpenMP distribute directive with all clauses except dis...Carlo Bertolli2015-12-141-0/+595
* Revert r255001, "Add parse and sema for OpenMP distribute directive and all i...NAKAMURA Takumi2015-12-091-595/+0
* Add parse and sema for OpenMP distribute directive and all its clauses exclud...Carlo Bertolli2015-12-081-0/+595
* [OPENMP 4.5] Parsing/sema analysis for 'taskloop' directive.Alexey Bataev2015-12-011-0/+510
* [OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492)Alexey Bataev2015-05-201-1/+1
* [OPENMP] Additional sema analysis for 'omp atomic[ update]'.Alexey Bataev2015-03-131-42/+84
* [OPENMP] 'omp teams' directive basic support.Alexey Bataev2014-10-091-0/+413
* Revert "[OPENMP] 'omp teams' directive basic support. Includes parsing and se...Renato Golin2014-10-081-413/+0
* [OPENMP] 'omp teams' directive basic support.Alexey Bataev2014-10-071-0/+413
* [OPENMP] Parsing/Sema of directive omp parallel for simdAlexander Musman2014-09-231-0/+480
* [OPENMP] Initial parsing/sema analysis of 'target' directive.Alexey Bataev2014-09-191-36/+357
* Parsing/Sema of directive omp for simdAlexander Musman2014-09-181-0/+408
* [OPENMP] Initial parsing and sema analysis for 'update' clause of 'atomic' di...Alexey Bataev2014-07-231-0/+34
* [OPENMP] Tests for nesting of regions for 'atomic' directive.Alexey Bataev2014-07-221-4/+340
* [OPENMP] Initial parsing and sema analysis for 'ordered' directive.Alexey Bataev2014-07-221-0/+239
* [OPENMP] Initial parsing and sema analysis for 'flush' directive.Alexey Bataev2014-07-211-0/+102
* [OPENMP] Parsing/Sema of the OpenMP directive 'critical'.Alexander Musman2014-07-211-1/+354