summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaOpenMP.cpp
Commit message (Expand)AuthorAgeFilesLines
* [OPENMP] Fixed detection of canonical loops with random access iterators.Alexey Bataev2015-07-161-4/+6
* [OPENMP] http://llvm.org/PR24121: canonical loop rejected when comparison has...Alexey Bataev2015-07-151-3/+30
* [OpenMP] Add TLS-based implementation for threadprivate directive.Samuel Antao2015-07-131-3/+11
* Switch users of the 'for (StmtRange range = stmt->children(); range; ++range)...Benjamin Kramer2015-07-021-4/+2
* [OPENMP 4.0] Initial support for 'omp cancel' construct.Alexey Bataev2015-07-021-3/+54
* [OPENMP 4.0] Initial support for 'omp cancellation point' construct.Alexey Bataev2015-07-011-12/+102
* [OPENMP] Initial support for 'depend' clause (4.0).Alexey Bataev2015-06-231-1/+73
* Fix a warning. [-Wsign-compare]NAKAMURA Takumi2015-06-231-1/+1
* [OPENMP] Do not emit references to original variables in 'private' clause.Alexey Bataev2015-06-231-10/+40
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-1/+1
* [OPENMP] Support for '#pragma omp taskgroup' directive.Alexey Bataev2015-06-181-0/+40
* [OPENMP] Add support for 'omp parallel for' directive.Alexey Bataev2015-06-181-0/+10
* [OPENMP] Add support for 'omp for simd' directive.Alexey Bataev2015-06-181-0/+10
* [OPENMP] Remove last iteration separation for loop-based constructs.Alexey Bataev2015-06-161-4/+0
* [OPENMP] Prepare codegen for privates in tasks for non-capturing of privates ...Alexey Bataev2015-05-221-0/+9
* [OPENMP] Fixed codegen for parameters privatization.Alexey Bataev2015-05-211-36/+3
* Fix for aggregate copying of variable length arrays.Alexey Bataev2015-05-201-1/+2
* [OPENMP] Prohibit VLAs in 'private/firstprivate' clauses of 'task' directive.Alexey Bataev2015-05-191-1/+31
* [OPENMP] Prohibit variably modified types in 'copyprivate' clause.Alexey Bataev2015-05-191-0/+11
* [OPENMP] Fixed analysis of function arguments and their data sharing attributes.Alexey Bataev2015-05-191-46/+72
* [OPENMP] Allow using of threadprivate variables as loop-control variables in ...Alexey Bataev2015-05-121-3/+4
* [OPENMP] Fixed support for 'schedule' clause with non-constant chunk size.Alexey Bataev2015-05-121-8/+26
* [OPENMP] Code cleanup for capturing of variables in OpenMP regions.Alexey Bataev2015-05-081-124/+115
* [OPENMP] Fixed codegen for 'reduction' clause.Alexey Bataev2015-05-071-1/+1
* [OPENMP] Fixed messages about predetermined DSA for loop control variables.Alexey Bataev2015-05-061-3/+10
* [OPENMP] Fix for http://llvm.org/PR23387: clang fails to compile magick/attri...Alexey Bataev2015-05-061-2/+4
* [OPENMP] Allow to use global variables as lcv in loop-based directives.Alexey Bataev2015-04-301-20/+66
* [OPENMP] Simplified iteration over clauses, NFC.Alexey Bataev2015-04-271-2/+2
* [OPENMP] Codegen for 'atomic capture'.Alexey Bataev2015-04-231-5/+5
* [OPENMP] Codegen for 'private' clause in 'for' directive.Alexey Bataev2015-04-221-4/+4
* [OPENMP] Fix use of unsigned counters in loops with zero trip count.Alexey Bataev2015-04-221-6/+27
* [OPENMP] Fix for checking of data-sharing attributes for canonical var decls ...Alexey Bataev2015-04-161-1/+10
* [OPENMP] Codegen for 'copyin' clause in 'parallel' directive.Alexey Bataev2015-04-161-26/+40
* [OPENMP] Codegen for 'lastprivate' clause in 'for' directive.Alexey Bataev2015-04-161-84/+65
* [OPENMP] Codegen for 'firstprivate' clause in 'for' directive.Alexey Bataev2015-04-151-22/+22
* [OPENMP] Fixed codegen for arrays in 'copyprivate' clause.Alexey Bataev2015-04-141-8/+9
* [OPENMP] Initial codegen for 'parallel sections' directive.Alexey Bataev2015-04-141-0/+4
* [OPENMP] Codegen for 'reduction' clause in 'parallel' directive.Alexey Bataev2015-04-101-66/+201
* [OPENMP] Allow redeclaration of variables as threadprivate.Alexey Bataev2015-04-081-1/+1
* [OPENMP] Fix crash on private variables not used in OpenMP region in templates.Alexey Bataev2015-04-021-1/+1
* [OPENMP] Fix crash on private variables not used in OpenMP region.Alexey Bataev2015-04-021-0/+20
* [OPENMP] Sema analysis for 'atomic capture' construct.Alexey Bataev2015-04-011-24/+237
* [OPENMP] Codegen for 'atomic update' construct.Alexey Bataev2015-03-301-34/+60
* [OPENMP] Codegen for 'copyprivate' clause ('single' directive).Alexey Bataev2015-03-231-28/+32
* [OPENMP] CodeGen of the 'linear' clause for the 'omp simd' directive.Alexander Musman2015-03-211-3/+102
* [OPENMP] Additional sema analysis for 'omp atomic[ update]'.Alexey Bataev2015-03-131-5/+227
* [OPENMP] Fix for ExprWithCleanups in 'omp atomic' constructs.Alexey Bataev2015-03-111-0/+3
* [OPENMP] Initial codegen for 'omp task' directive.Alexey Bataev2015-03-101-2/+9
* [OPENMP] Codegen for "#pragma omp atomic write"Alexey Bataev2015-02-271-2/+2
OpenPOWER on IntegriCloud