summaryrefslogtreecommitdiffstats
path: root/openmp/libomptarget/src/omptarget.cpp
Commit message (Expand)AuthorAgeFilesLines
* [LIBOMPTARGET] Do not increment/decrement the refcount for "declare target" o...George Rokos2020-01-141-3/+3
* [OpenMP][libomptarget] Add support for close map modifierGheorghe-Teodor Bercea2019-08-091-5/+13
* [libomptarget] Remove duplicate RTLRequiresFlags per deviceJonas Hahnfeld2019-08-091-5/+5
* [OpenMP][libomptarget] Add support for unified memory for regular mapsGheorghe-Teodor Bercea2019-08-071-30/+52
* [OPENMP] Resolve lost LoopTripCnt for subsequent loops in same thread.Ron Lieberman2019-07-171-2/+5
* [OPENMP]Rename loopTripCnt member data to LoopTripCnt, NFC.Alexey Bataev2019-07-081-2/+2
* [OPENMP]Make __kmpc_push_tripcount thread safe.Alexey Bataev2019-07-081-2/+6
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [OPENMP]Make lambda mapping follow reqs for PTR_AND_OBJ mapping.Alexey Bataev2018-11-081-5/+6
* [OPENMP][OFFLOADING]Change the lambda capturing flags.Alexey Bataev2018-11-021-1/+1
* [LIBOMPTARGET] Add support for mapping of lambda captures.Alexey Bataev2018-10-301-0/+42
* [OPENMP]Increment iterator when the loop is continued.Alexey Bataev2018-09-111-1/+3
* [libomptarget] Remove two unneeded includes, NFCI.Jonas Hahnfeld2018-09-061-1/+0
* [libomptarget] PR38704: Fix erase of ShadowPtrMapJonas Hahnfeld2018-09-041-2/+4
* [OpenMP][libomptarget] rework of fatal error reportingAlexandre Eichenberger2018-08-271-17/+0
* [OpenMP][libomptarget] Bringing up to spec with respect to OMP_TARGET_OFFLOAD...Alexandre Eichenberger2018-08-231-57/+85
* [OpenMP][libomptarget] New map interface: remove translation code and ensure ...George Rokos2018-07-191-26/+92
* [libomptarget] Split implementation of interface functionsJonas Hahnfeld2017-12-061-484/+7
* [libomptarget] Split implementation of API functionsJonas Hahnfeld2017-12-061-297/+0
* [libomptarget] Split device functionalityJonas Hahnfeld2017-12-061-321/+0
* [libomptarget] Split RTL plugin functionalityJonas Hahnfeld2017-12-061-629/+11
* [Clang][OpenMP] New clang/libomptarget map interface: new function signatures...George Rokos2017-11-211-36/+36
* Revert "Rename fields of ompt_frame_t"Jonas Hahnfeld2017-11-031-3/+0
* Rename fields of ompt_frame_tJoachim Protze2017-11-031-0/+3
* [libomptarget] Remove stale omp handleJonas Hahnfeld2017-11-021-3/+0
* [OpenMP] libomptarget: move debugging dumps under control of env var LIBOMPTA...Sergey Dmitriev2017-08-141-1/+19
* [OpenMP] Prevent unused-variable warning in libomptarget when compiling in Re...Samuel Antao2017-06-091-0/+4
* [OpenMP] libomptarget: eliminate compiler warnings at buildGeorge Rokos2017-06-021-10/+10
* [OpenMP] Changes in the plugin interfaceGeorge Rokos2017-05-101-31/+43
* [OpenMP] libomptarget: Set ref count for global objects to positive infinityGeorge Rokos2017-04-221-5/+15
* [OpenMP] libomptarget: Remove obsolete negative device IDs -2/-3George Rokos2017-04-221-14/+0
* [OpenMP] Allow multiple weak symbols to be loaded from the fat binaryGeorge Rokos2017-03-221-10/+9
* Add AArch64 support.Paul Osmialowski2017-03-061-1/+2
* [OpenMP] libomptarget: Protect parent struct from being deallocatedGeorge Rokos2017-02-151-8/+19
* [libomptarget] Fix compilation with libc++Jonas Hahnfeld2017-01-271-1/+1
* [OpenMP] Initial implementation of OpenMP offloading library - libomptarget.George Rokos2017-01-251-0/+2323
OpenPOWER on IntegriCloud