aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "[OpenMP] Implement TR8 `present` motion modifier in Clang (1/2)"Joel E. Denny2020-07-281-20/+2
* [OpenMP] Implement TR8 `present` motion modifier in Clang (1/2)Joel E. Denny2020-07-281-2/+20
* [OpenMP] Implement TR8 `present` map type modifier in Clang (1/2)Joel E. Denny2020-07-221-0/+13
* [OPENMP]Fix PR46012: declare target pointer cannot be accessed in target region.Alexey Bataev2020-07-211-3/+13
* [OpenMP] Fix map clause for unused var: don't ignore itJoel E. Denny2020-07-171-42/+21
* [clang] Fix compilation warnings in OpenMP declare mapper codegen.George Rokos2020-07-161-3/+3
* [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtimeGeorge Rokos2020-07-151-318/+366
* [OPENMP]Fix PR46593: Reduction initializer missing construnctor call.Alexey Bataev2020-07-151-0/+3
* [OPENMP50] extend array section for stride (Parsing/Sema/AST)cchen2020-07-091-4/+4
* [OpenMPIRBuilder][Fix] Move llvm::omp::types to OpenMPIRBuilder.sstefan12020-07-081-116/+105
* [flang][openmp] Use common Directive and Clause enum from llvm/FrontendValentin Clement2020-07-011-0/+7
* [AIX][Frontend] Static init implementation for AIX considering no priorityXiangling Liao2020-06-191-6/+6
* [OPENMP50]Codegen for use_device_addr clauses.Alexey Bataev2020-06-111-48/+130
* [OPENMP]Fix PR46170: partial mapping for array sections of data members.Alexey Bataev2020-06-031-1/+8
* [OPENMP50]Initial codegen for 'affinity' clauses.Alexey Bataev2020-06-021-108/+266
* [OpenMP] Replace Clang's OpenMP RTL Definitions with OMPKinds.defJoseph Huber2020-06-011-1120/+204
* [OPENMP]Fix PR45911: Data sharing and lambda capture.Alexey Bataev2020-05-201-1/+6
* [CGCall] Annotate references with "align" attribute.Eli Friedman2020-05-191-2/+2
* [OPENMP50]Codegen for uses_allocators clause.Alexey Bataev2020-05-141-0/+126
* [OPENMP]Consider 'omp_null_allocator' as a predefined allocator.Alexey Bataev2020-05-071-1/+3
* [clang][OpenMP] Fix getNDSWDS for aarch64.Francesco Petrogalli2020-05-051-1/+1
* [clang][OpenMP] Fix mangling of linear parameters.Francesco Petrogalli2020-05-011-2/+16
* [OPENMP50]Codegen for reduction clauses with 'task' modifier.Alexey Bataev2020-05-011-10/+75
* [OPENMP]Allow cancellation constructs in target parallel regions.Alexey Bataev2020-04-301-0/+2
* [OPENMP]Use new interface for task reduction.Alexey Bataev2020-04-241-52/+55
* [OPENMP50]Codegen for iterator construct.Alexey Bataev2020-04-071-180/+477
* [OPENMP]Fix PR45439: `omp for collapse(2) ordered(2)` generates invalidAlexey Bataev2020-04-061-4/+3
* [OPENMP50]Codegen for array shaping expression in map clauses.Alexey Bataev2020-03-311-2/+32
* [OPENMP50]Fix size calculation for array shaping expression in theAlexey Bataev2020-03-311-1/+1
* [OPENMP50]Do not imply lvalue as base expression in array shapingAlexey Bataev2020-03-301-11/+7
* [OPENMP50]Add codegen support for array shaping expression in dependAlexey Bataev2020-03-301-3/+21
* [OpenMP] `omp begin/end declare variant` - part 2, sema ("+CG")Johannes Doerfert2020-03-271-105/+0
* [OpenMP] `omp begin/end declare variant` - part 1, parsingJohannes Doerfert2020-03-271-1/+12
* [OpenMP][NFC] Minimize memory usage and copying of `OMPTraitInfo`sJohannes Doerfert2020-03-231-1/+1
* [OPENMP50]Initial support for scan directive.Alexey Bataev2020-03-201-0/+5
* [OPENMP50]Add basic codegen support for ancestor device modifier.Alexey Bataev2020-03-181-5/+19
* [OPENMP50]Codegen for detach clause.Alexey Bataev2020-03-181-1/+36
* [OPENMP]Fix PR45047: Do not copy firstprivates in tasks twice.Alexey Bataev2020-03-131-13/+19
* CGOpenMPRuntime::emitDeclareTargetVarDefinition - fix static analyzer null de...Simon Pilgrim2020-03-121-2/+4
* Avoid including FileManager.h from SourceManager.hReid Kleckner2020-03-111-0/+1
* [OPENMP50]Codegen for depobj dependency kind.Alexey Bataev2020-03-091-42/+133
* [OPENMP50]Add 'depobj' modifier in 'depend' clauses.Alexey Bataev2020-03-061-0/+1
* [OPENMP50]Add codegen for update clause in depobj directive.Alexey Bataev2020-03-051-0/+61
* [OPENMP50]Skip the first element when storing the list of dependenciesAlexey Bataev2020-03-051-41/+71
* [OPENMP50]Codegen for 'destroy' clause in depobj directive.Alexey Bataev2020-03-041-0/+12
* [OPENMP50]Codegen for 'depend' clause in depobj directive.Alexey Bataev2020-03-041-32/+81
* [OPENMP50]Add basic support for depobj construct.Alexey Bataev2020-03-021-0/+5
* [OpenMP5.0] Allow pointer arithmetic in motion/map clause, by Chi Chuncchen2020-02-281-3/+8
* Avoid SourceManager.h include in RawCommentList.h, add missing incsReid Kleckner2020-02-271-0/+1
* [OpenMP][NFC] Remove leftover debug messagesJohannes Doerfert2020-02-201-2/+0