summaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/CGOpenMPRuntime.h
Commit message (Expand)AuthorAgeFilesLines
* [OPENMP] Fix checks for declare target link entries.Alexey Bataev2018-07-161-0/+2
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-115/+115
* [OPENMP] Support C++ member functions in the device constructs.Alexey Bataev2018-05-021-1/+1
* [OPENMP] Emit names of the globals depending on target.Alexey Bataev2018-05-021-1/+10
* [OPENMP] General code improvements.Alexey Bataev2018-04-161-1/+2
* Fix typos in clangAlexander Kornienko2018-04-061-3/+3
* [OPENMP] Added emission of offloading data sections for declare targetAlexey Bataev2018-03-301-50/+131
* [OPENMP] Codegen for ctor|dtor of declare target variables.Alexey Bataev2018-03-281-19/+40
* [OPENMP] Codegen for declare target with link clause.Alexey Bataev2018-03-261-0/+5
* [OPENMP, NVPTX] Emit correct thread id.Alexey Bataev2018-03-191-4/+4
* [OPENMP] Codegen for `omp declare target` construct.Alexey Bataev2018-03-151-0/+20
* [OpenMP] Add OpenMP data sharing infrastructure using global memoryGheorghe-Teodor Bercea2018-03-141-1/+9
* [OPENMP] Fix generation of the unique names for task reductionAlexey Bataev2018-03-061-0/+2
* [OPENMP] Require valid SourceLocation in function call, NFC.Alexey Bataev2018-02-221-3/+2
* [OPENMP] Add codegen for `depend` clauses on `target` directive.Alexey Bataev2018-01-151-6/+2
* [OPENMP] Add debug info for generated functions.Alexey Bataev2018-01-041-1/+2
* [OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev2017-12-291-0/+565
* [OPENMP] Fix PR34916: Crash on mixing taskloop|tasks directives.Alexey Bataev2017-10-111-0/+4
* [OPENMP] Fix for PR33922: New ident_t flags forAlexey Bataev2017-09-061-1/+3
* [OPENMP] Fix for PR33922: New ident_t flags forAlexey Bataev2017-08-141-35/+38
* [OPENMP] Generalization of calls of the outlined functions.Alexey Bataev2017-08-141-1/+7
* [OPENMP][DEBUG] Set proper address space info if required by target.Alexey Bataev2017-08-081-0/+17
* Revert "[OPENMP][DEBUG] Set proper address space info if required by target."Alexey Bataev2017-08-081-26/+0
* [OPENMP][DEBUG] Set proper address space info if required by target.Alexey Bataev2017-08-081-0/+26
* Revert "[OPENMP][DEBUG] Set proper address space info if required by target."Alexey Bataev2017-08-081-26/+0
* [OPENMP][DEBUG] Set proper address space info if required by target.Alexey Bataev2017-08-081-0/+26
* Revert "[OPENMP][DEBUG] Set proper address space info if required by target."Alexey Bataev2017-08-041-27/+0
* [OPENMP][DEBUG] Set proper address space info if required by target.Alexey Bataev2017-08-041-0/+27
* [OPENMP] Unify generation of outlined function calls.Alexey Bataev2017-08-041-0/+6
* [OPENMP] Codegen for reduction clauses in 'taskloop' directives.Alexey Bataev2017-07-171-6/+71
* Fix spelling mistakes in comments. NFCI.Simon Pilgrim2017-07-131-14/+14
* Fix -Wdocumentation warning. NFCISimon Pilgrim2017-07-131-1/+0
* [OPENMP] Generalization of codegen for reduction clauses.Alexey Bataev2017-07-131-0/+80
* Recommit ofCarlo Bertolli2017-04-251-3/+37
* Revert r301223Carlo Bertolli2017-04-241-37/+3
* [OpenMP] Initial implementation of code generation for pragma 'distribute par...Carlo Bertolli2017-04-241-3/+37
* Spelling mistakes in comments. NFCI. (PR27635)Simon Pilgrim2017-03-301-1/+1
* [OpenMP] Parallel reduction on the NVPTX device.Arpith Chacko Jacob2017-02-161-3/+33
* Revert r295319 while investigating buildbot failure.Arpith Chacko Jacob2017-02-161-33/+3
* [OpenMP] Parallel reduction on the NVPTX device.Arpith Chacko Jacob2017-02-161-3/+33
* [OpenMP] Codegen support for 'target parallel' on the host.Arpith Chacko Jacob2017-01-181-1/+14
* Revert r292374 to debug Windows buildbot failure.Arpith Chacko Jacob2017-01-181-14/+1
* [OpenMP] Codegen support for 'target parallel' on the host.Arpith Chacko Jacob2017-01-181-1/+14
* [OpenMP] Basic support for a parallel directive in a target region on an NVPT...Arpith Chacko Jacob2017-01-101-13/+29
* [OpenMP] Add fields for flags in the offload entry descriptor.Samuel Antao2017-01-051-14/+22
* [OpenMP] Codegen for use_device_ptr clause.Samuel Antao2016-07-281-4/+46
* [OpenMP] Codegen for target update directive.Samuel Antao2016-05-261-6/+6
* [OPENMP 4.5] Codegen for dacross loop synchronization constructs.Alexey Bataev2016-05-251-0/+17
* [OPENMP 4.5] Initial codegen for 'priority' clause in task-basedAlexey Bataev2016-05-101-1/+1
* [OPENMP 4.0] Fixed codegen for destructors in task-based directives.Alexey Bataev2016-05-101-0/+1