summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaOpenMP.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [OPENMP] Fix DSA analysis for threadprivates after deserialization.Alexey Bataev2017-11-141-0/+6
* [OPENMP] Codegen for `#pragma omp target parallel for simd`.Alexey Bataev2017-11-091-6/+16
* [OPENMP] Codegen for `#pragma omp target parallel for`.Alexey Bataev2017-11-081-5/+77
* [OpenMP] Extend "Avoid VLAs for reduction" optimization to VLAs as baseJonas Hahnfeld2017-11-021-1/+1
* [OPENMP] Improve debug info for taskgroup implicitly generatedAlexey Bataev2017-10-251-15/+13
* [OPENMP] Constify function parameters, NFC.Alexey Bataev2017-10-251-3/+4
* [OpenMP] Avoid VLAs for some reductions on array sectionsJonas Hahnfeld2017-10-231-1/+82
* Revert "[OpenMP] Avoid VLAs for some reductions on array sections"Jonas Hahnfeld2017-10-201-82/+1
* [OpenMP] Avoid VLAs for some reductions on array sectionsJonas Hahnfeld2017-10-201-1/+82
* [Modules TS] Module ownership semantics for redeclarations.Richard Smith2017-10-101-1/+1
* Revert "[Modules TS] Module ownership semantics for redeclarations."Eric Liu2017-10-101-1/+1
* [Modules TS] Module ownership semantics for redeclarations.Richard Smith2017-10-091-1/+1
* [OPENMP] Do not capture local static variables.Alexey Bataev2017-10-061-0/+4
* [OPENMP] Fix mapping|privatization of implicitly captured variables.Alexey Bataev2017-10-051-14/+37
* [OpenMP] Initial implementation of teams distribute code generationCarlo Bertolli2017-10-041-2/+2
* [OPENMP] Allow use of declare target directive inside structAlexey Bataev2017-10-031-1/+5
* [OPENMP] Capture argument of `device` clause for target-basedAlexey Bataev2017-10-021-1/+11
* [OPENMP] Fix handling of implicit mapping of array sections.Alexey Bataev2017-09-261-2/+3
* [OPENMP] Generate implicit map|firstprivate clauses for target-basedAlexey Bataev2017-09-261-32/+166
* [OPENMP] Use canonical declarations for redeclarations checks.Alexey Bataev2017-09-211-3/+6
* [OpenMP] fix seg-faults printing diagnostics with invalid ordered(n) valuesRachel Craik2017-09-191-5/+11
* [OPENMP] Allow all classes as mappable types.Alexey Bataev2017-09-131-44/+0
* [OPENMP] Fix for PR34445: Reduction initializer segfaults at runtime inAlexey Bataev2017-09-061-6/+13
* [OPENMP] Fix for PR34398: assert with random access iterator if theAlexey Bataev2017-08-311-2/+2
* [OPENMP] Capture global variables in all target executable regions.Alexey Bataev2017-08-291-1/+1
* [OPENMP] Remove unused header files, NFC.Alexey Bataev2017-08-281-3/+0
* [OPENMP] Fix for PR34321: ustom OpenMP reduction in C++ template causesAlexey Bataev2017-08-251-1/+2
* [OPENMP][DEBUG] Set proper address space info if required by target.Alexey Bataev2017-08-081-0/+33
* Revert "[OPENMP][DEBUG] Set proper address space info if required by target."Alexey Bataev2017-08-081-33/+0
* [OPENMP][DEBUG] Set proper address space info if required by target.Alexey Bataev2017-08-081-0/+33
* Revert "[OPENMP][DEBUG] Set proper address space info if required by target."Alexey Bataev2017-08-081-33/+0
* [OPENMP][DEBUG] Set proper address space info if required by target.Alexey Bataev2017-08-081-0/+33
* Revert "[OPENMP][DEBUG] Set proper address space info if required by target."Alexey Bataev2017-08-041-33/+0
* [OPENMP][DEBUG] Set proper address space info if required by target.Alexey Bataev2017-08-041-0/+33
* [OPENMP] Allow all lvalues in 'depend' clause.Alexey Bataev2017-07-271-9/+12
* [OPENMP] Codegen for 'in_reduction' clause.Alexey Bataev2017-07-271-16/+74
* [OPENMP] Codegen for 'task_reduction' clause.Alexey Bataev2017-07-251-36/+67
* [OPENMP] Fix the restrictions for in_reduction clause.Alexey Bataev2017-07-241-38/+53
* Inline variable into assert to fix unused warning.Richard Trieu2017-07-211-4/+2
* [OPENMP] Fix build problem, NFC.Alexey Bataev2017-07-211-5/+3
* [OPENMP] Initial support for 'in_reduction' clause.Alexey Bataev2017-07-211-0/+188
* [OPENMP] Simplify analysis of data-sharing attributes.Alexey Bataev2017-07-211-83/+48
* [OPENMP] Fix DSA processing for member declaration.Alexey Bataev2017-07-201-31/+31
* [OPENMP] Initial support for 'task_reduction' clause.Alexey Bataev2017-07-181-18/+54
* [OPENMP] Generalization of sema analysis of reduction-based clauses,Alexey Bataev2017-07-181-132/+172
* [OPENMP] Codegen for reduction clauses in 'taskloop' directives.Alexey Bataev2017-07-171-0/+2
* [OPENMP] Add restriction for reduction clause in taskloop directives.Alexey Bataev2017-07-111-0/+43
* [OpenMP] Fix mapping of scalars for combined directivesJonas Hahnfeld2017-07-011-3/+26
* [OPENMP] Allow 'use_device_ptr' clause in 'target data' alone.Alexey Bataev2017-05-301-23/+20
* [OPENMP] Add a check for iterator not reached the end of stack, NFC.Alexey Bataev2017-04-271-2/+2
OpenPOWER on IntegriCloud