summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGStmtOpenMP.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* NFC: make AtomicOrdering an enum classJF Bastien2016-04-061-9/+12
* [OPENMP] Codegen for teams directive for NVPTXCarlo Bertolli2016-04-041-12/+5
* [OPENMP] Remove extra code transformation.Alexey Bataev2016-03-291-0/+24
* [OPENMP] Allow runtime insert its own code inside OpenMP regions.Alexey Bataev2016-03-291-102/+137
* Revert "[OPENMP] Allow runtime insert its own code inside OpenMP regions."Alexey Bataev2016-03-281-137/+102
* [OPENMP] Allow runtime insert its own code inside OpenMP regions.Alexey Bataev2016-03-281-102/+137
* Revert "[OPENMP] Allow runtime insert its own code inside OpenMP regions."Alexey Bataev2016-03-281-137/+102
* [OPENMP] Allow runtime insert its own code inside OpenMP regions.Alexey Bataev2016-03-281-102/+137
* [OPENMP 4.0] Use 'declare reduction' constructs in 'reduction' clauses.Alexey Bataev2016-03-171-19/+136
* Preserve ExtParameterInfos into CGFunctionInfo.John McCall2016-03-111-2/+1
* [OPENMP 4.5] Codegen for data members in 'linear' clauseAlexey Bataev2016-03-091-28/+68
* [OPENMP 4.5] Codegen for data members in 'linear' clause.Alexey Bataev2016-03-091-15/+2
* [OPENMP] Codegen for distribute directive: fix bug in ordering of parameters.Carlo Bertolli2016-03-071-1/+1
* Reapply r262741 [OPENMP] Codegen for distribute directiveCarlo Bertolli2016-03-071-69/+228
* Revert r262741 - [OPENMP] Codegen for distribute directiveSamuel Antao2016-03-041-228/+69
* [OPENMP] Codegen for distribute directiveCarlo Bertolli2016-03-041-69/+228
* [OPENMP] firstprivate and private clauses of teams, host codegenerationCarlo Bertolli2016-03-031-0/+17
* Add code generation for teams directive inside target regionCarlo Bertolli2016-03-031-7/+44
* [OpenMP] Code generation for teams - kernel launchingSamuel Antao2016-03-031-2/+6
* [OPENMP 4.5] Initial support for data members in 'linear' clause.Alexey Bataev2016-03-031-2/+10
* [OPENMP 4.5] Codegen for data members in 'reduction' clause.Alexey Bataev2016-03-021-0/+41
* [OPENMP 4.5] Codegen for member decls in 'lastprivate' clause.Alexey Bataev2016-02-251-15/+2
* Remove use of builtin comma operator.Richard Trieu2016-02-181-6/+13
* [OPENMP] Fix codegen for lastprivate loop counters.Alexey Bataev2016-02-181-60/+33
* [OPENMP 4.5] Codegen support for data members in 'firstprivate' clause.Alexey Bataev2016-02-171-9/+4
* [OPENMP] Improved handling of pseudo-captured expressions in OpenMP.Alexey Bataev2016-02-161-85/+110
* [OPENMP] Remove extra sync barriers for 'firstprivate' clause.Alexey Bataev2016-02-151-20/+26
* [OPENMP] Rename OMPCapturedFieldDecl to OMPCapturedExprDecl, NFC.Alexey Bataev2016-02-111-9/+3
* [OPENMP 4.0] Fixed support of array sections/array subscripts.Alexey Bataev2016-02-041-39/+61
* [OpenMP] Parsing + sema for target parallel for directive.Arpith Chacko Jacob2016-02-031-0/+5
* [OpenMP] Parsing + sema for target parallel directive.Arpith Chacko Jacob2016-01-261-0/+5
* [OpenMP] Parsing + sema for defaultmap clause.Arpith Chacko Jacob2016-01-261-0/+1
* [OPENMP 4.5] Allow arrays in 'reduction' clause.Alexey Bataev2016-01-261-20/+84
* [OPENMP] Generalize codegen for 'sections'-based directive.Alexey Bataev2016-01-221-132/+101
* [OPENMP] Fix crash on reduction for complex variables.Alexey Bataev2016-01-211-10/+10
* [OPENMP 4.0] Fix for codegen of 'cancel' directive within 'sections' directive.Alexey Bataev2016-01-201-1/+6
* [OpenMP] Parsing + sema for "target exit data" directive.Samuel Antao2016-01-191-0/+5
* [OpenMP] Parsing + sema for "target enter data" directive.Samuel Antao2016-01-191-0/+5
OpenPOWER on IntegriCloud