summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGStmtOpenMP.cpp
Commit message (Expand)AuthorAgeFilesLines
* Re-apply patch r279045.Kelvin Li2016-10-251-0/+13
* [CodeGen][ObjC] Do not call objc_storeStrong when initializing aAkira Hatanaka2016-10-181-2/+2
* Fix for PR30639: CGDebugInfo Null dereference with OpenMP arrayAlexey Bataev2016-10-131-4/+17
* Revert "[OpenMP] Sema and parsing for 'teams distribute simd’ pragma"Diana Picus2016-08-181-13/+0
* [OpenMP] Sema and parsing for 'teams distribute simd’ pragmaKelvin Li2016-08-171-0/+13
* [OpenMP] Sema and parsing for 'teams distribute' pragmaKelvin Li2016-08-051-0/+12
* [OpenMP] Codegen for use_device_ptr clause.Samuel Antao2016-07-281-9/+129
* [OpenMP] Add support for mapping array sections through pointer references.Samuel Antao2016-07-271-1/+11
* [OpenMP] Sema and parsing for 'target simd' pragmaKelvin Li2016-07-201-0/+11
* [OPENMP] Improved processing of 'priority' clause, NFC.Alexey Bataev2016-07-191-3/+1
* [OpenMP] Sema and parsing for 'target parallel for simd' pragmaKelvin Li2016-07-141-0/+12
* [OpenMP] Initial implementation of parse+sema for OpenMP clause 'is_device_pt...Carlo Bertolli2016-07-131-0/+1
* [OpenMP] Initial implementation of parse+sema for clause use_device_ptr of 't...Carlo Bertolli2016-07-131-0/+1
* [OpenMP] Sema and parsing for 'distribute simd' pragmaKelvin Li2016-07-061-0/+13
* [OpenMP] Sema and parse for 'distribute parallel for simd'Kelvin Li2016-07-051-0/+11
* Resubmission of http://reviews.llvm.org/D21564 after fixes.Carlo Bertolli2016-06-271-0/+12
* Revert r273705Carlo Bertolli2016-06-241-12/+0
* [OpenMP] Initial implementation of parse and sema for composite pragma 'distr...Carlo Bertolli2016-06-241-0/+12
* Re-apply r272900 - [OpenMP] Cast captures by copy when passed to fork call so...Samuel Antao2016-06-161-27/+37
* Revert r272900 - [OpenMP] Cast captures by copy when passed to fork call so t...Samuel Antao2016-06-161-37/+27
* [OpenMP] Cast captures by copy when passed to fork call so that they are comp...Samuel Antao2016-06-161-27/+37
* [OPENMP 4.5] Fixed codegen for 'priority' and destructors in task-basedAlexey Bataev2016-05-301-0/+4
* [OpenMP] Codegen for target update directive.Samuel Antao2016-05-261-5/+18
* [OpenMP] Parsing and sema support for the from clauseSamuel Antao2016-05-261-0/+1
* [OpenMP] Parsing and sema support for the to clauseSamuel Antao2016-05-261-0/+1
* [OpenMP] Parsing and sema support for target update directiveSamuel Antao2016-05-261-0/+6
* Add a loop's debug location to its llvm.loop metadataHal Finkel2016-05-251-2/+2
* [OPENMP 4.5] Codegen for dacross loop synchronization constructs.Alexey Bataev2016-05-251-2/+12
* [OPENMP] Fixed codegen for firstprivate vars in standalone worksharingAlexey Bataev2016-05-241-1/+3
* [OPENMP] Pass scalar firstprivate vars by value.Alexey Bataev2016-05-171-18/+37
* [OPENMP 4.5] Initial codegen for 'priority' clause in task-basedAlexey Bataev2016-05-101-0/+7
* [OPENMP 4.5] Add codegen support in runtime for '[non]monotonic'Alexey Bataev2016-05-101-18/+20
* [OPENMP 4.5] Codegen for 'lastprivate' clauses in 'taskloop' directives.Alexey Bataev2016-05-051-9/+59
* [OPENMP 4.5] Initial codegen for 'taskloop simd' directive.Alexey Bataev2016-04-281-8/+4
* [OPENMP] Simplified interface for codegen of tasks, NFC.Alexey Bataev2016-04-281-60/+41
* [OPENMP 4.5] Codegen for 'grainsize/num_tasks' clauses of 'taskloop'Alexey Bataev2016-04-281-2/+14
* [OpenMP] Code generation for target exit data directiveSamuel Antao2016-04-271-2/+19
* [OpenMP] Code generation for target enter data directiveSamuel Antao2016-04-271-1/+16
* [OpenMP] Code generation for target data directiveSamuel Antao2016-04-271-7/+27
* [OPENMP] Fix crash on initialization of classes with no init clause inAlexey Bataev2016-04-271-3/+3
* [OPENMP] Fix for codegen of captured variables in inlined directives.Alexey Bataev2016-04-271-17/+46
* [OPENMP 4.5] Codegen for 'taskloop' directive.Alexey Bataev2016-04-251-45/+177
* [OPENMP] Fix for PR27463: Privatizing struct fields with array typeAlexey Bataev2016-04-221-1/+1
* [OPENMP] Fix for LCV in simd directives in explicit clauses.Alexey Bataev2016-04-221-84/+125
* [OPENMP] Codegen for untied tasks.Alexey Bataev2016-04-201-42/+42
* Revert "[OPENMP] Codegen for untied tasks."Alexey Bataev2016-04-191-42/+42
* [OPENMP] Codegen for untied tasks.Alexey Bataev2016-04-191-42/+42
* Revert "[OPENMP] Codegen for untied tasks."Alexey Bataev2016-04-191-42/+42
* [OPENMP] Codegen for untied tasks.Alexey Bataev2016-04-191-42/+42
* [OPENMP 4.0] Support for 'uniform' clause in 'declare simd' directive.Alexey Bataev2016-04-121-0/+1
OpenPOWER on IntegriCloud