summaryrefslogtreecommitdiffstats
path: root/clang/include/clang/AST/OpenMPClause.h
Commit message (Expand)AuthorAgeFilesLines
* [OpenMP][NFCI] Use the libFrontend ProcBindKind in ClangJohannes Doerfert2019-12-261-4/+5
* [OPENMP50]Basic support for conditional lastprivate.Alexey Bataev2019-12-241-3/+31
* [OPENMP50]Codegen for nontemporal clause.Alexey Bataev2019-12-231-0/+23
* [OPENMP50]Add parsing/sema analysis for nontemporal clause.Alexey Bataev2019-12-171-0/+73
* [OpenMP][NFCI] Introduce llvm/IR/OpenMPConstants.hJohannes Doerfert2019-12-101-3/+5
* [OPENMP]Allow priority clause in combined task-based directives.Alexey Bataev2019-10-161-11/+17
* [OPENMP]Fix comments/params, NFC.Alexey Bataev2019-10-151-4/+3
* [OPENMP]Allow final clause in combined task-based directives.Alexey Bataev2019-10-151-10/+17
* [OPNEMP]Allow num_tasks clause in combined task-based directives.Alexey Bataev2019-10-141-9/+15
* [OPNEMP]Allow grainsize clause in combined task-based directives.Alexey Bataev2019-10-141-9/+15
* [OPENMP][Analysis] Add analysis of the map clauses.Alexey Bataev2019-08-281-1/+6
* [OPENMP]Add support for analysis of linear variables and step.Alexey Bataev2019-08-081-4/+30
* [OPENMP]Add support for analysis of reduction variables.Alexey Bataev2019-07-261-2/+4
* [OPENMP]Add support for analysis of firstprivate variables.Alexey Bataev2019-07-221-2/+4
* [OPENMP]Add support for analysis of if clauses.Alexey Bataev2019-07-161-4/+3
* Revert "[OPENMP]Add support for analysis of if clauses."Ali Tamur2019-07-161-3/+4
* [OPENMP]Add support for analysis of if clauses.Alexey Bataev2019-07-151-4/+3
* [OPENMP]Initial fix PR42392: Improve -Wuninitialized warnings for OpenMP prog...Alexey Bataev2019-07-111-0/+394
* [AST][NFC] Add const children() accessors to all AST nodesBruno Ricci2019-04-121-0/+241
* Fix Wdocumentation warning. NFCI.Simon Pilgrim2019-03-281-1/+0
* [OPENMP]Initial support for 'allocate' clause.Alexey Bataev2019-03-271-0/+86
* [OPENMP 5.0]Initial support for 'allocator' clause.Alexey Bataev2019-03-121-0/+52
* [clang][OpenMP] Revert "OMPFlushClause is synthetic, no such clause exists"Roman Lebedev2019-03-061-3/+0
* [OpenMP 5.0] Parsing/sema support for from clause with mapper modifier.Michael Kruse2019-02-251-4/+20
* [NFC] Fix Wdocumentation warning in OMPToClauseBruno Ricci2019-02-231-1/+0
* [OpenMP 5.0] Parsing/sema support for to clause with mapper modifier.Michael Kruse2019-02-221-4/+28
* [OpenMP 5.0] Parsing/sema support for map clause with mapper modifier.Michael Kruse2019-02-191-244/+308
* [clang][OpenMP] OMPFlushClause is synthetic, no such clause existsRoman Lebedev2019-01-281-0/+3
* 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-14/+77
* Add support for 'atomic_default_mem_order' clause on 'requires' directive. Al...Patrick Lyster2018-11-021-0/+79
* [OPENMP] Move OMPClausePrinter to OpenMPClause.h/OpenMPClause.cpp - NFC. Diff...Patrick Lyster2018-10-181-0/+16
* Add support for 'dynamic_allocators' clause on 'requires' directive. Differen...Patrick Lyster2018-10-111-0/+32
* [OPENMP] Add reverse_offload clause to requires directivePatrick Lyster2018-10-031-0/+31
* Add support for unified_shared_memory clause on requires directivePatrick Lyster2018-10-011-0/+31
* [OPENMP] Add support for OMP5 requires directive + unified_address clauseKelvin Li2018-09-261-0/+31
* [OPENMP] Fix spelling of getLoopCounter (NFC)Mike Rice2018-09-201-2/+2
* [OPENMP] Move OMPClauseReader/Writer classes to ASTReader/Writer (NFC)Kelvin Li2018-09-151-0/+37
* Remove deprecated APIStephen Kelly2018-09-061-8/+0
* [OPENMP] Fix emission of the loop doacross constructs.Alexey Bataev2018-08-131-23/+73
* Revert "[OPENMP] Fix emission of the loop doacross constructs."Alexey Bataev2018-08-131-73/+23
* [OPENMP] Fix emission of the loop doacross constructs.Alexey Bataev2018-08-131-23/+73
* Mark up deprecated methods as suchStephen Kelly2018-08-091-2/+8
* Add getEndLoc API to replace getLocEndStephen Kelly2018-08-091-1/+2
* Add getBeginLoc API to replace getLocStartStephen Kelly2018-08-091-1/+2
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-477/+477
* [OPENMP] Code cleanup and code improvements.Alexey Bataev2018-04-181-12/+12
* [NFC] fix trivial typos in comments and documentsHiroshi Inoue2018-01-261-1/+1
* [OPENMP] Add codegen for `depend` clauses on `target` directive.Alexey Bataev2018-01-151-3/+6
* [AST] Fix some Clang-tidy modernize and Include What You Use warnings; other ...Eugene Zelenko2017-11-291-677/+686
OpenPOWER on IntegriCloud