summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaOpenMP.cpp
Commit message (Expand)AuthorAgeFilesLines
* [OPENMP]Improve handling of possibly incorrectly mapped types.Alexey Bataev2020-01-141-2/+18
* [OPENMP]Do not diagnose references to non-integral types for ref inAlexey Bataev2020-01-071-2/+2
* [OPENMP]Fix crash on error message for declare reduction.Alexey Bataev2020-01-031-1/+2
* [OpenMP] diagnose zero-length array section in the depend clauseKelvin Li2020-01-031-0/+16
* [OpenMP] Fix formatting of OpenMP error message, by Wang Tianqing.Alexey Bataev2020-01-021-3/+2
* [OpenMP][NFCI] Use the libFrontend ProcBindKind in ClangJohannes Doerfert2019-12-261-7/+7
* [OPENMP]Add extra checks and initialization for clause modifier.Alexey Bataev2019-12-241-0/+8
* [OPENMP50]Basic support for conditional lastprivate.Alexey Bataev2019-12-241-17/+44
* [OPENMP50]Codegen for nontemporal clause.Alexey Bataev2019-12-231-11/+35
* [OPENMP50]Add parsing/sema analysis for nontemporal clause.Alexey Bataev2019-12-171-7/+84
* [OPENMP50]Add if clause in target teams idistribute simd directive.Alexey Bataev2019-12-161-1/+3
* [OPENMP50]Add if clause in target teams distribute parallel for simd directive.Alexey Bataev2019-12-161-1/+9
* [OPENMP50]Improve checks for declare variant functions compatibility.Alexey Bataev2019-12-121-5/+48
* [OPENMP50]Add if clause in teams distribute parallel for simd directive.Alexey Bataev2019-12-111-1/+9
* [OPENMP50]Fix capturing of if condition in target parallel for simdAlexey Bataev2019-12-111-1/+3
* [OPENMP50]Add if clause in teams distribute simd directive.Alexey Bataev2019-12-111-1/+7
* [OPENMP50]Add if clause in target simd directive.Alexey Bataev2019-12-101-1/+7
* [OPENMP50]Add if clause in target parallel for simd directive.Alexey Bataev2019-12-101-1/+7
* [OpenMP][NFCI] Introduce llvm/IR/OpenMPConstants.hJohannes Doerfert2019-12-101-2/+9
* [OpenMP] Require trivially copyable type for mappingJonas Hahnfeld2019-12-071-1/+1
* [OPENMP50]Add if clause in distribute simd directive.Alexey Bataev2019-12-061-1/+3
* [OpenMP50] Add parallel master constructcchen2019-12-051-0/+38
* [OPENMP50]Add support for if clause for simd part in distribute parallel for ...Alexey Bataev2019-12-051-1/+8
* [OPENMP50]Add support for if clause for simd part in parallel master taskloop...Alexey Bataev2019-12-051-1/+13
* [OPENMP50]Add support for if clause for simd part in master taskloop simd dir...Alexey Bataev2019-12-051-1/+3
* Revert "[OpenMP50] Add parallel master construct, by Chi Chun Chen."Reid Kleckner2019-12-041-38/+0
* [OPENMP50]Add support for if clause for simd part in taskloop simdAlexey Bataev2019-12-041-15/+26
* [OpenMP50] Add parallel master construct, by Chi Chun Chen.cchen2019-12-041-0/+38
* [OPENMP]Use cast instead dyn_cast, NFC.Alexey Bataev2019-12-021-1/+1
* [OPENMP50]Add if clause in parallel for simd directive.Alexey Bataev2019-11-271-1/+6
* [OPENMP]Simplify processing of context selectors, NFC.Alexey Bataev2019-11-221-21/+11
* [OPENMP]Fix behaviour of defaultmap for OpenMP 4.5.Alexey Bataev2019-11-221-6/+12
* [OPENMP50]Add device/kind context selector support.Alexey Bataev2019-11-211-3/+27
* [OPENMP]Fix datasharing checks for if clause in parallel taskloopAlexey Bataev2019-11-211-3/+7
* [OPENMP50]Add if clause in for simd directive.Alexey Bataev2019-11-211-1/+3
* [OPENMP50]Add if clause in simd directive.Alexey Bataev2019-11-191-1/+3
* [NFC] Refactor representation of materialized temporariesTyker2019-11-191-1/+1
* Fix "not all control paths return a value" warning. NFCI.Simon Pilgrim2019-11-181-2/+3
* Revert "[NFC] Refactor representation of materialized temporaries"Nico Weber2019-11-171-1/+1
* [NFC] Refactor representation of materialized temporariesTyker2019-11-161-1/+1
* [OpenMP 5.0] - Extend defaultmap, by Chi Chun Chen.cchen2019-11-151-61/+241
* [OPENMP50]Generalize handling of context matching/scoring.Alexey Bataev2019-11-111-19/+50
* [OPENMP50]Add support for nested atomic and simd constructs inAlexey Bataev2019-11-111-3/+12
* [OPENMP50]Simplify processing of context selector scores.Alexey Bataev2019-11-051-3/+3
* [OPENMP50]Support for imperfectly nested loops.Alexey Bataev2019-11-041-2/+4
* [OPENMP50]Add support for parallel master taskloop simd directive.Alexey Bataev2019-10-301-1/+84
* [OPENMP]Fix PR43772: No warning in non-combined target regions.Alexey Bataev2019-10-291-3/+18
* [OPENMP]Fix PR43771: Do not capture contexprs variables.Alexey Bataev2019-10-281-1/+5
* [OPENMP50]Add support for master taskloop simd.Alexey Bataev2019-10-181-1/+64
* [OPENMP]Allow priority clause in combined task-based directives.Alexey Bataev2019-10-161-13/+10
OpenPOWER on IntegriCloud