summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGStmtOpenMP.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [OpenMP] Sema and parsing for 'target teams' pragmaKelvin Li2016-12-171-0/+8
* Fix typo in comment. NFC.Kelvin Li2016-12-151-1/+1
* [OpenMP] Sema and parsing for 'teams distribute parallel for' pragmaKelvin Li2016-12-091-0/+12
* [OpenMP] Sema and parsing for 'teams distribute parallel for simd' pragmaKelvin Li2016-11-301-0/+11
* [OPENMP] Fixed codegen for 'omp cancel' construct.Alexey Bataev2016-11-171-8/+24
* Revert "[OPENMP] Fixed codegen for 'omp cancel' construct."Vitaly Buka2016-11-161-34/+6
* [OPENMP] Fix stack use after delete, NFC.Alexey Bataev2016-11-151-5/+4
* [OPENMP] Fixed codegen for 'omp cancel' construct.Alexey Bataev2016-11-151-6/+35
* Add the loop end location to the loop metadata. This additional informationAmara Emerson2016-11-101-2/+6
* [OPENMP] Fixed capturing of VLA variables.Alexey Bataev2016-11-071-1/+1
* Revert "[OPENMP] Fixed capturing of VLA variables."Diana Picus2016-11-071-1/+1
* [OPENMP] Fixed capturing of VLA variables.Alexey Bataev2016-11-071-1/+1
* 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
OpenPOWER on IntegriCloud