summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaOpenMP.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* [OPENMP]Allow final clause in combined task-based directives.Alexey Bataev2019-10-151-3/+20
* [OPNEMP]Allow num_tasks clause in combined task-based directives.Alexey Bataev2019-10-141-5/+14
* [OPNEMP]Allow grainsize clause in combined task-based directives.Alexey Bataev2019-10-141-8/+97
* [OPENMP50]Add support for 'parallel master taskloop' construct.Alexey Bataev2019-10-141-1/+124
* [OPENMP]Fix codegen for private variably length vars in combinedAlexey Bataev2019-10-141-0/+4
* [OPENMP50]Support for 'master taskloop' directive.Alexey Bataev2019-10-101-1/+51
* [CUDA][HIP] Fix host/device check with -fopenmpYaxun Liu2019-10-091-87/+59
* [OPENMP50]Multiple vendors in vendor context must be treated as logicalAlexey Bataev2019-10-081-2/+2
* [OPENMP50]Allow functions in declare variant directive to have differentAlexey Bataev2019-10-081-1/+2
* [OPENMP50]Treat range-based for as canonical loop.Alexey Bataev2019-10-071-11/+38
* Properly handle instantiation-dependent array bounds.Richard Smith2019-10-041-2/+3
* [OPENMP50]Add parsing/sema analysis for declare variant score.Alexey Bataev2019-10-021-1/+16
* [OPENMP]Fix PR43516: Compiler crash with collapse(2) on non-rectangularAlexey Bataev2019-10-011-5/+13
* [OPENMP50]Do not emit warning for the function with the currentlyAlexey Bataev2019-09-301-2/+3
* [OPENMP] Fix comment, NFC.Alexey Bataev2019-09-301-1/+1
* [OpenMP 5.0] Fix user-defined mapper lookup in semaMichael Kruse2019-09-261-3/+11
* [OPENMP50]Emit warnings if the functions was defined/used before markedAlexey Bataev2019-09-261-4/+8
* [OPENMP50]Parsing/sema support for 'implementation/vendor' contextAlexey Bataev2019-09-251-5/+8
* [OPENMP]Use standard parsing for 'match' clause, NFC.Alexey Bataev2019-09-231-0/+7
* [OPENMP5.0]Allow multiple context selectors in the context selectorAlexey Bataev2019-09-181-31/+32
* [OPENMP5.0]Introduce attribute for declare variant directive.Alexey Bataev2019-09-171-1/+37
OpenPOWER on IntegriCloud