aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [OpenMP] Pass mapping names to add components in a user defined mapperJoseph Huber2021-04-011-6/+8
* [OPENMP]Fix PR48740: OpenMP declare reduction in C does not require an initia...Alexey Bataev2021-03-301-3/+7
* [OPENMP]Map data field with l-value reference types.Alexey Bataev2021-03-291-26/+80
* [OpenMP][InstrProfiling] Fix a missing instr profiling counterXun Li2021-03-251-1/+3
* [OPENMP]Fix PR48571: critical/master in outlined contexts cause crash.Alexey Bataev2021-03-241-12/+20
* [OpenMP] Restore backwards compatibility for libomptargetJoseph Huber2021-03-111-1/+1
* [OPENMP]Fix PR48759: "fatal error" when compile with preprocessed file.Alexey Bataev2021-03-041-3/+7
* [OPENMP50]Mapping of the subcomponents with the 'default' mappers.Alexey Bataev2021-03-021-22/+47
* [OPENMP50]Allow overlapping mapping in target constructs.Alexey Bataev2021-02-161-295/+322
* [OpenMP] Implement '#pragma omp tile', by Michael Kruse (@Meinersbur).Michael Kruse2021-02-161-0/+5
* [Branch-Rename] Fix some linksxgupta2021-02-011-3/+3
* [OpenMP][FIX] Enforce a function boundary for a new data environmentJohannes Doerfert2021-01-251-0/+8
* [OpenMP] Add support for mapping names in mapper APIJoseph Huber2021-01-211-6/+18
* [OPENMP]Do not use OMP_MAP_TARGET_PARAM for data movement directives.Alexey Bataev2021-01-191-20/+10
* [Clang][OpenMP] Fixed an issue that clang crashed when compiling OpenMP progr...Shilei Tian2021-01-191-10/+7
* [OpenMP][AMDGPU] Use AMDGPU_KERNEL calling convention for entry functionPushpinder Singh2021-01-061-0/+2
* [OPENMP]Use the real pointer value as base, not indexed value.Alexey Bataev2020-11-201-2/+5
* [AMDGPU] Set the default globals address space to 1Alex Richardson2020-11-201-5/+6
* [OpenMP] Add Location Fields to Libomptarget Runtime for DebuggingJoseph Huber2020-11-191-14/+42
* [OpenMP] Add Passing in Original Declaration Names To Mapper APIJoseph Huber2020-11-181-53/+217
* [OPENMP]Fix PR48174: compile-time crash with target enter data on a global s...Alexey Bataev2020-11-181-0/+4
* [OPENMP]Fix PR48076: mapping of data member pointer.Alexey Bataev2020-11-171-3/+13
* [OPENMP]Fix PR48076: Check map types array before accessing its front.Alexey Bataev2020-11-121-2/+3
* [OMPIRBuilder] Start 'Create' methods with lower case. NFC.Michael Kruse2020-11-091-4/+4
* [OpenMP] Fix -Wmisleading-indentation after D84192Fangrui Song2020-11-061-1/+2
* [OpenMP5.0] map item can be non-contiguous for target updatecchen2020-11-061-15/+318
* [OpenMP] target nested `use_device_ptr() if()` and is_device_ptr trigger assertscchen2020-11-041-3/+11
* [Clang][OpenMP] Added the support for target data nowaitShilei Tian2020-10-281-2/+3
* [openmp] Use front() instead of *begin() to not hide bugs when CurTypes is em...Benjamin Kramer2020-10-281-1/+1
* Revert "[OpenMP] Add Passing in Original Declaration Names To Mapper API"Benjamin Kramer2020-10-281-215/+52
* [OpenMP] Add Passing in Original Declaration Names To Mapper APIJoseph Huber2020-10-271-52/+215
* [Clang][OpenMP] Avoid unnecessary privatization of mapper array when there is...Shilei Tian2020-10-271-16/+11
* [Clang][OpenMP] Fixed an issue of segment fault when using target nowaitShilei Tian2020-10-261-2/+1
* [Clang][OpenMP] Added support for nowait target in CodeGen via regular taskShilei Tian2020-09-251-1/+2
* [OpenMP 5.0] Fix user-defined mapper privatization in tasksAlexey Bataev2020-09-171-17/+37
* [OPENMP]Fix codegen for is_device_ptr component, captured by reference.Alexey Bataev2020-09-151-4/+6
* [OPENMP]Add support for allocate vars in untied tasks.Alexey Bataev2020-09-151-61/+107
* Assert we've found the size of each (non-overlapping) structure. NFCI.Simon Pilgrim2020-09-141-0/+1
* [OPENMP] Fix PR47063: crash when trying to get captured statetment.Alexey Bataev2020-08-121-2/+1
* [OPENMP]Fix PR37671: Privatize local(private) variables in untied tasks.Alexey Bataev2020-08-121-72/+120
* [OPENMP]Do not add TGT_OMP_TARGET_PARAM flag to non-captured mapped arguments.Alexey Bataev2020-08-121-11/+19
* Revert "[OPENMP]Fix PR37671: Privatize local(private) variables in untied tas...Alexey Bataev2020-08-121-111/+72
* [OPENMP]Fix PR37671: Privatize local(private) variables in untied tasks.Alexey Bataev2020-08-121-72/+111
* [OpenMP][NFC] Reuse OMPIRBuilder `struct ident_t` handling in ClangJohannes Doerfert2020-08-101-110/+17
* [OpenMP] Fix `present` for exit from `omp target data`Joel E. Denny2020-08-051-5/+34
* [OpenMP][FIX] Consistently use OpenMPIRBuilder if requestedJohannes Doerfert2020-07-301-9/+36
* [OPENMP]Fix PR46824: Global declare target pointer cannot be accessed in targ...Alexey Bataev2020-07-301-27/+54
* Revert "[OPENMP]Fix PR46824: Global declare target pointer cannot be accessed...Alexey Bataev2020-07-301-52/+26
* [OPENMP]Fix PR46824: Global declare target pointer cannot be accessed in targ...Alexey Bataev2020-07-301-26/+52
* [OpenMP] Implement TR8 `present` motion modifier in Clang (1/2)Joel E. Denny2020-07-291-35/+50