summaryrefslogtreecommitdiffstats
path: root/openmp
Commit message (Expand)AuthorAgeFilesLines
* Cleanup unused variable.Andrey Churbanov2019-08-121-3/+1
* [OpenMP][libomptarget] Add support for close map modifierGheorghe-Teodor Bercea2019-08-097-15/+344
* [libomptarget] Remove duplicate RTLRequiresFlags per deviceJonas Hahnfeld2019-08-095-21/+14
* [OpenMP][libomptarget] Add support for unified memory for regular mapsGheorghe-Teodor Bercea2019-08-077-47/+383
* Use forceinline. Necessary for nvcc to inline small functions within the bitc...Jon Chesterfield2019-08-071-1/+1
* [OPENMP][OFFLOADING]Fix the test, NFC.Alexey Bataev2019-08-061-4/+5
* [OpenMP] Add support for GOMP_*_nonmonotonic_* functionsJonathan Peyton2019-08-052-0/+62
* [OpenMP] Fix broken build due to new OMPT testsHansang Bae2019-08-054-4/+4
* [libomptarget] Harmonize emitting CUDA errors and general debug messages.Michael Kruse2019-08-052-17/+11
* [OpenMP 5.0] libomptarget interface for declare mapper functions.Michael Kruse2019-08-044-0/+88
* Add OMPT support for teams constructHansang Bae2019-08-0312-63/+437
* [OpenMP] Rename last file to cpp and remove LIBOMP_CFLAGSJonas Hahnfeld2019-07-306-33/+11
* [openmp] Workaround bug in old Android pthread_attr_setstacksizeYi Kong2019-07-251-0/+7
* [OpenMP] Fix build of stubs library, NFC.Jonas Hahnfeld2019-07-251-2/+2
* [OPENMP][NVPTX]Perform memory flush if number of threads to sync is 1 or less.Alexey Bataev2019-07-252-0/+40
* [OpenMP] RISCV64 portJonas Hahnfeld2019-07-2519-16/+243
* [libomptarget] Handle offload policy in push_tripcountJonas Hahnfeld2019-07-231-0/+3
* [OMPT] Cleanup reset of exit_frame pointerJonas Hahnfeld2019-07-224-50/+88
* Delete empty fileJonas Hahnfeld2019-07-221-0/+0
* [OpenMP][libomptarget] Suppress C++ 11 related warnings when building libompt...Alexey Bataev2019-07-181-1/+1
* [OPENMP] Resolve lost LoopTripCnt for subsequent loops in same thread.Ron Lieberman2019-07-172-2/+41
* Remove REQUIRES OMP spec version within lit testsJonathan Peyton2019-07-1713-13/+0
* [OpenMP] Move header inclusion out of 'extern "C"'Jonas Hahnfeld2019-07-161-2/+3
* [OPENMP][NVPTX]Fixed checks for cuda versions.Alexey Bataev2019-07-161-2/+4
* [OPENMP]Fix threadid in __kmpc_omp_taskwait call for dependent target calls.Alexey Bataev2019-07-162-5/+67
* [OpenMP] Remove OMP spec versioningJonathan Peyton2019-07-1263-7281/+170
* [libomptarget] Fix typos and grammar in error messages, NFC.Jonas Hahnfeld2019-07-121-4/+4
* [libomptarget-nvptx] Remove dead functionsJonas Hahnfeld2019-07-112-85/+1
* NFC: fixed typo #ifdef --> #if to allow macro set to 0 work correctlyAndrey Churbanov2019-07-101-1/+1
* [OPENMP]Rename loopTripCnt member data to LoopTripCnt, NFC.Alexey Bataev2019-07-083-6/+6
* [OPENMP]Make __kmpc_push_tripcount thread safe.Alexey Bataev2019-07-085-7/+37
* Create a runtime option to disable task throttling.Andrey Churbanov2019-07-025-2/+82
* Cleanup of unused codeAndrey Churbanov2019-07-026-25/+1
* [OPENMP][NVPTX]Relax flush directive.Alexey Bataev2019-06-272-1/+36
* Fixed memory use-after-free problem.Andrey Churbanov2019-06-262-3/+24
* [OpenMP][libomptarget] Add support for declare target to clause under unified...Gheorghe-Teodor Bercea2019-06-191-3/+12
* [OPENMP][CUDA]Use __syncthreads when compiled by nvcc and clang >= 9.0.Alexey Bataev2019-06-191-0/+5
* New implementation of OpenMP 5.0 detached tasks.Andrey Churbanov2019-06-1912-24/+564
* [OpenMP] Add task alloc functionGheorghe-Teodor Bercea2019-06-142-0/+16
* Added propagation of not big initial stack size of master thread to workers.Andrey Churbanov2019-06-054-0/+91
* [OpenMP][libomptarget] Enable usage of unified memory for declare target link...Gheorghe-Teodor Bercea2019-06-046-2/+39
* Fixed build warning with -DLIBOMP_USE_HWLOC=1Andrey Churbanov2019-06-032-1/+8
* Fix OMP_TARGET_OFFLOAD parsingHansang Bae2019-05-302-3/+65
* Add checks before pointer dereferencingHansang Bae2019-05-301-1/+5
* [openmp] [test] Skip kernel-breaking tests on NetBSDMichal Gorny2019-05-283-0/+13
* Revert "[OPENMP][NVPTX]Fix barriers and parallel level counters, NFC."Alexey Bataev2019-05-243-6/+3
* [OPENMP][NVPTX]Fix barriers and parallel level counters, NFC.Alexey Bataev2019-05-223-3/+6
* Fixed third issue reported in https://bugs.llvm.org/show_bug.cgi?id=41584.Andrey Churbanov2019-05-221-5/+0
* [OpenMP] Add implementation to two OMPT API routinesJonathan Peyton2019-05-215-15/+182
* [OpenMP][libomptarget] Enable requires flags for target libraries.Gheorghe-Teodor Bercea2019-05-218-4/+126
OpenPOWER on IntegriCloud