summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic/OpenMPKinds.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "[OpenMP50] Add parallel master construct, by Chi Chun Chen."Reid Kleckner2019-12-041-12/+0
* [OpenMP50] Add parallel master construct, by Chi Chun Chen.cchen2019-12-041-0/+12
* [OPENMP50]Add if clause in for simd directive.Alexey Bataev2019-11-211-0/+2
* [OPENMP50]Add if clause in simd directive.Alexey Bataev2019-11-191-1/+4
* [OPENMP50]Generalize handling of context matching/scoring.Alexey Bataev2019-11-111-0/+43
* [OPENMP50]Add support for parallel master taskloop simd directive.Alexey Bataev2019-10-301-4/+19
* [OPENMP50]Add support for master taskloop simd.Alexey Bataev2019-10-181-2/+14
* [OPENMP50]Add support for 'parallel master taskloop' construct.Alexey Bataev2019-10-141-3/+20
* [OPENMP50]Support for 'master taskloop' directive.Alexey Bataev2019-10-101-2/+15
* [OPENMP]Use standard parsing for 'match' clause, NFC.Alexey Bataev2019-09-231-1/+15
* [OPENMP5.0]Add basic support for declare variant directive.Alexey Bataev2019-09-131-2/+3
* [OPENMP5.0]Add support for device_type clause in declare targetAlexey Bataev2019-08-231-0/+18
* [OPENMP]Initial support for 'allocate' clause.Alexey Bataev2019-03-271-4/+2
* [OPENMP 5.0]Initial support for 'allocator' clause.Alexey Bataev2019-03-121-1/+12
* [OPENMP 5.0]Add initial support for 'allocate' directive.Alexey Bataev2019-03-071-0/+6
* [clang][OpenMP] Revert "OMPFlushClause is synthetic, no such clause exists"Roman Lebedev2019-03-061-2/+0
* [OpenMP 5.0] Parsing/sema support for from clause with mapper modifier.Michael Kruse2019-02-251-2/+18
* [OpenMP 5.0] Parsing/sema support for to clause with mapper modifier.Michael Kruse2019-02-221-2/+18
* [OpenMP 5.0] Parsing/sema support for "omp declare mapper" directive.Michael Kruse2019-02-011-0/+11
* [clang][OpenMP] OMPFlushClause is synthetic, no such clause existsRoman Lebedev2019-01-281-0/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [OPENMP] parsing and sema support for 'close' map-type-modifierKelvin Li2018-12-181-2/+9
* Add support for 'atomic_default_mem_order' clause on 'requires' directive. Al...Patrick Lyster2018-11-021-0/+16
* Add support for 'dynamic_allocators' clause on 'requires' directive. Differen...Patrick Lyster2018-10-111-0/+2
* [OPENMP] Add reverse_offload clause to requires directivePatrick Lyster2018-10-031-0/+2
* Add support for unified_shared_memory clause on requires directivePatrick Lyster2018-10-011-0/+2
* [OPENMP] Add support for OMP5 requires directive + unified_address clauseKelvin Li2018-09-261-0/+13
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-1/+1
* [OPENMP] Initial codegen for `target teams distribute parallel forAlexey Bataev2018-01-151-1/+1
* [OPENMP] Add codegen for `depend` clauses on `target` directive.Alexey Bataev2018-01-151-0/+4
* [OpenMP] Initial implementation of code generation for pragma 'target teams d...Carlo Bertolli2018-01-031-1/+5
* [OPENMP] Initial codegen for `target teams distribute simd` directive.Alexey Bataev2017-12-131-1/+1
* [OPENMP] Initial codegen for `target teams distribute` directive.Alexey Bataev2017-12-081-1/+1
* [OpenMP] Initial implementation of code generation for pragma 'teams distribu...Carlo Bertolli2017-12-041-1/+1
* [OPENMP] Generalize capturing of clauses expressions.Alexey Bataev2017-11-281-7/+9
* [OPENMP] Codegen for `distribute parallel for simd` directive.Alexey Bataev2017-11-271-1/+1
* [OPENMP] General improvement of code, NFC.Alexey Bataev2017-11-221-11/+11
* [OPENMP] Initial support for asynchronous data update, NFC.Alexey Bataev2017-11-211-3/+5
* [OpenMP] Initial implementation of code generation for pragma 'teams distribu...Carlo Bertolli2017-11-201-1/+4
* [OPENMP] Codegen for `target simd` construct.Alexey Bataev2017-11-171-1/+3
* [OPENMP] Codegen for `#pragma omp target parallel for simd`.Alexey Bataev2017-11-091-2/+2
* [OPENMP] Treat '#pragma omp target parallel for simd' as simd directive.Alexey Bataev2017-11-091-1/+2
* [OPENMP] Codegen for `#pragma omp target parallel for`.Alexey Bataev2017-11-081-1/+1
* [OpenMP] Initial implementation of teams distribute code generationCarlo Bertolli2017-10-041-1/+3
* [OPENMP] Initial support for 'in_reduction' clause.Alexey Bataev2017-07-211-2/+4
* [OPENMP] Initial support for 'task_reduction' clause.Alexey Bataev2017-07-181-2/+14
* [OpenMP] Prepare sema to support combined constructs with omp distribute and ...Carlo Bertolli2017-04-201-5/+1
* [OpenMP] Prepare Sema for initial implementation for pragma 'distribute paral...Carlo Bertolli2017-02-171-1/+1
* [OpenMP] Codegen support for 'target teams' on the host.Arpith Chacko Jacob2017-01-251-1/+4
* Reverting commit because an NVPTX patch sneaked in. Break up into twoArpith Chacko Jacob2017-01-251-4/+1
OpenPOWER on IntegriCloud