summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/OpenMPClause.cpp
Commit message (Expand)AuthorAgeFilesLines
* [OpenMP][NFCI] Use the libFrontend ProcBindKind in ClangJohannes Doerfert2019-12-261-1/+2
* [OPENMP50]Basic support for conditional lastprivate.Alexey Bataev2019-12-241-5/+13
* [OPENMP50]Codegen for nontemporal clause.Alexey Bataev2019-12-231-3/+9
* [OPENMP50]Add parsing/sema analysis for nontemporal clause.Alexey Bataev2019-12-171-0/+28
* [OpenMP][NFCI] Introduce llvm/IR/OpenMPConstants.hJohannes Doerfert2019-12-101-1/+1
* [OPENMP]Allow priority clause in combined task-based directives.Alexey Bataev2019-10-161-1/+8
* [OPENMP]Allow final clause in combined task-based directives.Alexey Bataev2019-10-151-1/+8
* [OPNEMP]Allow num_tasks clause in combined task-based directives.Alexey Bataev2019-10-141-1/+8
* [OPNEMP]Allow grainsize clause in combined task-based directives.Alexey Bataev2019-10-141-1/+8
* [OPENMP]Use standard parsing for 'match' clause, NFC.Alexey Bataev2019-09-231-0/+3
* [OPENMP5.0]Add support for device_type clause in declare targetAlexey Bataev2019-08-231-0/+3
* [OPENMP]Add support for analysis of linear variables and step.Alexey Bataev2019-08-081-6/+23
* [OPENMP]Add support for analysis of if clauses.Alexey Bataev2019-07-161-0/+19
* Revert "[OPENMP]Add support for analysis of if clauses."Ali Tamur2019-07-161-19/+0
* [OPENMP]Add support for analysis of if clauses.Alexey Bataev2019-07-151-0/+19
* [OPENMP]Initial fix PR42392: Improve -Wuninitialized warnings for OpenMP prog...Alexey Bataev2019-07-111-0/+14
* [OPENMP]Initial support for 'allocate' clause.Alexey Bataev2019-03-271-2/+36
* [OPENMP 5.0]Initial support for 'allocator' clause.Alexey Bataev2019-03-121-0/+8
* [OPENMP 5.0]Add initial support for 'allocate' directive.Alexey Bataev2019-03-071-0/+2
* [clang][OpenMP] Revert "OMPFlushClause is synthetic, no such clause exists"Roman Lebedev2019-03-061-1/+0
* [OpenMP 5.0] Parsing/sema support for from clause with mapper modifier.Michael Kruse2019-02-251-10/+25
* [OpenMP 5.0] Parsing/sema support for to clause with mapper modifier.Michael Kruse2019-02-221-11/+24
* [OpenMP 5.0] Parsing/sema support for map clause with mapper modifier.Michael Kruse2019-02-191-110/+108
* [clang][OpenMP] OMPFlushClause is synthetic, no such clause existsRoman Lebedev2019-01-281-0/+1
* 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-9/+13
* Add support for 'atomic_default_mem_order' clause on 'requires' directive. Al...Patrick Lyster2018-11-021-0/+10
* [OPENMP] Move OMPClausePrinter to OpenMPClause.h/OpenMPClause.cpp - NFC. Diff...Patrick Lyster2018-10-181-0/+432
* 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/+2
* [OPENMP] Fix spelling of getLoopCounter (NFC)Mike Rice2018-09-201-2/+2
* [OPENMP] Fix emission of the loop doacross constructs.Alexey Bataev2018-08-131-31/+96
* Revert "[OPENMP] Fix emission of the loop doacross constructs."Alexey Bataev2018-08-131-92/+31
* [OPENMP] Fix emission of the loop doacross constructs.Alexey Bataev2018-08-131-31/+92
* [OPENMP] Code cleanup and code improvements.Alexey Bataev2018-04-181-2/+2
* [AST] Fix some Clang-tidy modernize and Include What You Use warnings; other ...Eugene Zelenko2017-11-291-3/+8
* [OPENMP] Capture argument of `device` clause for target-basedAlexey Bataev2017-10-021-1/+2
* [OPENMP] Codegen for 'in_reduction' clause.Alexey Bataev2017-07-271-4/+14
* [OPENMP] Initial support for 'in_reduction' clause.Alexey Bataev2017-07-211-0/+57
* [OPENMP] Initial support for 'task_reduction' clause.Alexey Bataev2017-07-181-0/+57
* [OpenMP] Support for thread_limit-clause on the 'target teams' directive.Arpith Chacko Jacob2017-01-251-1/+2
* [OpenMP] Support for num_teams-clause on the 'target teams' directive.Arpith Chacko Jacob2017-01-251-1/+2
* [OpenMP] Support for the num_threads-clause on 'target parallel'.Arpith Chacko Jacob2017-01-251-1/+2
* [OpenMP] Support for the if-clause on the combined directive 'target parallel'.Arpith Chacko Jacob2017-01-181-1/+2
* [OpenMP] Code generation for the is_device_ptr clauseSamuel Antao2016-07-281-13/+44
* [OpenMP] Codegen for use_device_ptr clause.Samuel Antao2016-07-281-13/+57
* [OpenMP] Initial implementation of parse+sema for OpenMP clause 'is_device_pt...Carlo Bertolli2016-07-131-0/+20
* [OpenMP] Initial implementation of parse+sema for clause use_device_ptr of 't...Carlo Bertolli2016-07-131-0/+20
OpenPOWER on IntegriCloud