summaryrefslogtreecommitdiffstats
path: root/openmp/libomptarget/src
Commit message (Expand)AuthorAgeFilesLines
* [LIBOMPTARGET] Do not increment/decrement the refcount for "declare target" o...George Rokos2020-01-143-43/+63
* [LIBOMPTARGET]Ignore empty target descriptors.Alexey Bataev2020-01-101-0/+4
* [OpenMP] NFC: Fix trivial typos in commentsKazuaki Ishizaki2020-01-071-1/+1
* [OpenMP][libomptarget] Add support for close map modifierGheorghe-Teodor Bercea2019-08-093-15/+26
* [libomptarget] Remove duplicate RTLRequiresFlags per deviceJonas Hahnfeld2019-08-095-21/+14
* [OpenMP][libomptarget] Add support for unified memory for regular mapsGheorghe-Teodor Bercea2019-08-074-46/+104
* [OpenMP 5.0] libomptarget interface for declare mapper functions.Michael Kruse2019-08-043-0/+42
* [libomptarget] Handle offload policy in push_tripcountJonas Hahnfeld2019-07-231-0/+3
* [OPENMP] Resolve lost LoopTripCnt for subsequent loops in same thread.Ron Lieberman2019-07-171-2/+5
* [OPENMP]Fix threadid in __kmpc_omp_taskwait call for dependent target calls.Alexey Bataev2019-07-161-5/+5
* [libomptarget] Fix typos and grammar in error messages, NFC.Jonas Hahnfeld2019-07-121-4/+4
* [OPENMP]Rename loopTripCnt member data to LoopTripCnt, NFC.Alexey Bataev2019-07-083-6/+6
* [OPENMP]Make __kmpc_push_tripcount thread safe.Alexey Bataev2019-07-084-7/+15
* [OpenMP][libomptarget] Enable usage of unified memory for declare target link...Gheorghe-Teodor Bercea2019-06-043-2/+12
* [OpenMP][libomptarget] Enable requires flags for target libraries.Gheorghe-Teodor Bercea2019-05-216-4/+62
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-199-36/+27
* [libomptarget] Added install component for libomptargetVyacheslav Zakharin2019-01-021-1/+2
* [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-062-2/+0
* [libomptarget] Remove `Devices` from `RTLInfoTy`Sergey Dmitriev2018-09-042-6/+1
* [libomptarget] PR38704: Fix erase of ShadowPtrMapJonas Hahnfeld2018-09-041-2/+4
* [OpenMP][libomptarget] rework of fatal error reportingAlexandre Eichenberger2018-08-273-23/+21
* [OpenMP][libomptarget] Bringing up to spec with respect to OMP_TARGET_OFFLOAD...Alexandre Eichenberger2018-08-234-66/+174
* [OpenMP][libomptarget] New map interface: remove translation code and ensure ...George Rokos2018-07-192-329/+144
* [CMake] Unify install path for librariesJonas Hahnfeld2018-05-251-1/+1
* Bugfix, extern declarations for libomp functions are `extern "C"` declarationsGeorge Rokos2018-03-171-0/+6
* Moved extern declarations to private header file, they are only used from wit...George Rokos2018-03-161-0/+4
* Sprinkle a few <cstdlib> includes, for libomptarget sources usingDimitry Andric2018-01-183-0/+3
* Add missing headers for Debug buildsJonas Hahnfeld2018-01-182-0/+2
* [libomptarget] Split implementation of interface functionsJonas Hahnfeld2017-12-064-484/+520
* [libomptarget] Split implementation of API functionsJonas Hahnfeld2017-12-065-297/+316
* [libomptarget] Split device functionalityJonas Hahnfeld2017-12-064-321/+339
* [libomptarget] Split RTL plugin functionalityJonas Hahnfeld2017-12-066-629/+742
* [libomptarget] Move header files and CMake library definitionJonas Hahnfeld2017-12-064-329/+55
* [Clang][OpenMP] New clang/libomptarget map interface: new function signatures...George Rokos2017-11-212-57/+57
* 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-103-31/+136
* [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-222-16/+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
OpenPOWER on IntegriCloud