summaryrefslogtreecommitdiffstats
path: root/lib/AST/OpenMPClause.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* [OpenMP] Parsing and sema support for the from clauseSamuel Antao2016-05-261-0/+51
* [OpenMP] Parsing and sema support for the to clauseSamuel Antao2016-05-261-0/+51
* Fix build problem in MSVCAlexey Bataev2016-05-251-4/+1
* [OPENMP 4.5] Codegen for dacross loop synchronization constructs.Alexey Bataev2016-05-251-8/+31
* [OpenMP] Improve mappable expressions Sema.Samuel Antao2016-04-261-15/+68
* [OPENMP 4.0] Support for 'uniform' clause in 'declare simd' directive.Alexey Bataev2016-04-121-0/+2
* [OPENMP 4.5] Codegen for data members in 'linear' clause.Alexey Bataev2016-03-091-3/+8
* [OPENMP 4.5] Codegen for data members in 'reduction' clause.Alexey Bataev2016-03-021-3/+8
* [OPENMP 4.5] Codegen for member decls in 'lastprivate' clause.Alexey Bataev2016-02-251-1/+63
* [OPENMP 4.5] Codegen support for data members in 'firstprivate' clause.Alexey Bataev2016-02-171-2/+4
* [OPENMP] Improved handling of pseudo-captured expressions in OpenMP.Alexey Bataev2016-02-161-0/+59
* [OpenMP] Detect implicit map type to report unspecified map type for target e...Samuel Antao2016-01-191-2/+4
* [TrailingObjects] Convert classes in OpenMPClause.hJames Y Knight2016-01-011-72/+24
* [OpenMP] Parsing and sema support for map clauseKelvin Li2015-11-231-0/+25
* [OPENMP 4.1] Codegen for array sections/subscripts in 'reduction' clause.Alexey Bataev2015-10-081-5/+12
* Move functions declared in Stmt{ObjC,CXX}.h and OpenMPClause.h intoJames Y Knight2015-10-021-0/+433