summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGStmtOpenMP.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [OPENMP][DEBUG] Fix for PR33676: Debug info for OpenMP region is broken.Alexey Bataev2017-08-141-2/+2
* [OPENMP] Generalization of calls of the outlined functions.Alexey Bataev2017-08-141-5/+7
* [OPENMP] Emit non-debug version of outlined functions with originalAlexey Bataev2017-08-091-16/+15
* [OPENMP][DEBUG] Set proper address space info if required by target.Alexey Bataev2017-08-081-13/+33
* Revert "[OPENMP][DEBUG] Set proper address space info if required by target."Alexey Bataev2017-08-081-51/+18
* [OPENMP][DEBUG] Set proper address space info if required by target.Alexey Bataev2017-08-081-18/+51
* Revert "[OPENMP][DEBUG] Set proper address space info if required by target."Alexey Bataev2017-08-081-44/+13
* [OPENMP][DEBUG] Set proper address space info if required by target.Alexey Bataev2017-08-081-13/+44
* Revert "[OPENMP][DEBUG] Set proper address space info if required by target."Alexey Bataev2017-08-041-42/+13
* Revert "[OPENMP] Fix for pacify buildbots, NFC."Alexey Bataev2017-08-041-12/+18
* [OPENMP] Fix for pacify buildbots, NFC.Alexey Bataev2017-08-041-18/+12
* [OPENMP][DEBUG] Set proper address space info if required by target.Alexey Bataev2017-08-041-13/+42
* [OPENMP] Unify generation of outlined function calls.Alexey Bataev2017-08-041-3/+4
* [OPENMP] Change the name of outer non-debug function in debug mode, NFC.Alexey Bataev2017-07-311-2/+4
* [OPENMP] Codegen for 'in_reduction' clause.Alexey Bataev2017-07-271-0/+50
* [OPENMP] Codegen for 'task_reduction' clause.Alexey Bataev2017-07-251-0/+29
* [OPENMP] Initial support for 'in_reduction' clause.Alexey Bataev2017-07-211-0/+1
* [OPENMP] Initial support for 'task_reduction' clause.Alexey Bataev2017-07-181-0/+1
* [OPENMP] Codegen for reduction clauses in 'taskloop' directives.Alexey Bataev2017-07-171-1/+50
* Change dyn_casts with unused variables to isa statements to avoid unused vari...Eric Christopher2017-07-141-2/+2
* [OPENMP] Generalization of codegen for reduction clauses.Alexey Bataev2017-07-131-387/+90
* [OPENMP] Emit implicit taskgroup block around taskloop directives.Alexey Bataev2017-07-121-1/+12
* [OPENMP][DEBUG] Generate second function with correct arg types.Alexey Bataev2017-06-291-50/+153
* [DebugInfo] Add kind of ImplicitParamDecl for emission of FlagObjectPointer.Alexey Bataev2017-06-091-2/+3
* [CodeGen] Propagate LValueBaseInfo instead of AlignmentSourceKrzysztof Parzyszek2017-05-181-3/+4
* Fix -Wpedantic about extra semicolons in CGStmtOpenMP.cppHans Wennborg2017-04-271-3/+3
* Recommit ofCarlo Bertolli2017-04-251-92/+344
* Revert r301223Carlo Bertolli2017-04-241-344/+92
* [OpenMP] Initial implementation of code generation for pragma 'distribute par...Carlo Bertolli2017-04-241-92/+344
* [OPENMP] Fix for PR32333: Crash in call of outlined Function.Alexey Bataev2017-04-101-6/+12
* Encapsulate FPOptions and use it consistentlyAdam Nemet2017-03-271-2/+1
* [OpenMP] Teams reduction on the NVPTX device.Arpith Chacko Jacob2017-02-161-0/+4
* [OpenMP] Parallel reduction on the NVPTX device.Arpith Chacko Jacob2017-02-161-10/+22
* Revert r295319 while investigating buildbot failure.Arpith Chacko Jacob2017-02-161-22/+10
* [OpenMP] Parallel reduction on the NVPTX device.Arpith Chacko Jacob2017-02-161-10/+22
* [OpenMP] Codegen support for 'target teams' on the host.Arpith Chacko Jacob2017-01-251-13/+52
* Reverting commit because an NVPTX patch sneaked in. Break up into twoArpith Chacko Jacob2017-01-251-52/+13
* [OpenMP] Codegen support for 'target teams' on the host.Arpith Chacko Jacob2017-01-251-13/+52
* [OpenMP] Support for the if-clause on the combined directive 'target parallel'.Arpith Chacko Jacob2017-01-181-11/+30
* [OpenMP] Codegen support for 'target parallel' on the host.Arpith Chacko Jacob2017-01-181-9/+37
* Revert r292374 to debug Windows buildbot failure.Arpith Chacko Jacob2017-01-181-37/+9
* [OpenMP] Codegen support for 'target parallel' on the host.Arpith Chacko Jacob2017-01-181-9/+37
* [OpenMP] Refactor code that calls codegen for target regions on the device.Arpith Chacko Jacob2017-01-161-32/+48
* Remove unused lambda captures. NFCMalcolm Parsons2017-01-131-7/+6
* [OpenMP] Sema and parsing for 'target teams distribute simd’ pragmaKelvin Li2017-01-101-0/+10
* [OPENMP] Private, firstprivate, and lastprivate clauses for distribute, host ...Carlo Bertolli2017-01-031-0/+18
* [OpenMP] Sema and parsing for 'target teams distribute parallel for simd’ p...Kelvin Li2017-01-031-0/+10
* [OpenMP] Sema and parsing for 'target teams distribute parallel for’ pragmaKelvin Li2016-12-291-0/+10
* Fix format. NFCKelvin Li2016-12-281-5/+8
* [OpenMP] Sema and parsing for 'target teams distribute' pragmaKelvin Li2016-12-251-0/+8
OpenPOWER on IntegriCloud