summaryrefslogtreecommitdiffstats
path: root/openmp/runtime
Commit message (Expand)AuthorAgeFilesLines
* [OpenMP][OMPT] fix reduction test for 32-bit x86protze@itc.rwth-aachen.de2020-02-051-3/+7
* [OpenMP] NFC: Fix trivial typos in commentsKazuaki Ishizaki2020-01-0729-54/+55
* [OpenMP] Fix incorrect property of __has_attribute() macroKelvin Li2020-01-061-1/+1
* [OpenMP] NFC: Fix trivial typos in commentsKelvin Li2020-01-0324-35/+35
* [OpenMP] Implementation of OMPT reduction callbacksprotze@itc.rwth-aachen.de2019-12-277-6/+181
* [OpenMP] Fix linkage issue on FreeBSDDavid Carlier2019-12-061-1/+1
* [openmp] Fixed nonmonotonic schedule when #threads > #chunks in a loop.AndreyChurbanov2019-11-272-7/+48
* [openmp] Recognise ARMv7ve machine arch.AndreyChurbanov2019-11-261-1/+1
* Fix openmp on PowerPC64-BE-ELFv2 ABI on FreeBSD.AndreyChurbanov2019-11-192-15/+15
* [OpenMP] Remove -Wl,-fini=__kmp_internal_end_finiAaron Puchert2019-11-194-9/+0
* [OpenMP] Add implementation and tests of Archer toolprotze@itc.rwth-aachen.de2019-11-183-0/+21
* Remove +x permission on some filesSylvestre Ledru2019-11-161-0/+0
* [openmp] [test] Skip one more test that kills NetBSD buildbotMichał Górny2019-11-071-0/+3
* [OpenMP] Reset affinity mask in the process child on FreeBSDDavid Carlier2019-10-301-1/+1
* Enable OpenBSD support.AndreyChurbanov2019-10-303-4/+33
* OpenMP Tasks dependencies hash re-sizing fixed.AndreyChurbanov2019-10-251-4/+4
* [OpenMP] Enable thread affinity on FreeBSDDavid Carlier2019-10-086-14/+51
* Don't assume Type from `readelf -d` has parenthesesAndrey Churbanov2019-10-081-1/+1
* Don't link libm with -Wl,--as-needed on FreeBSDAndrey Churbanov2019-10-081-2/+2
* [OpenMP] FreeBSD address check if mapped more nativeDavid Carlier2019-09-281-1/+42
* fixed test: eliminated race condition which might cause deadlockAndrey Churbanov2019-09-251-1/+1
* Enable tasks dependencies hashmaps resizing.Andrey Churbanov2019-09-253-11/+103
* [OpenMP] Change initialization of __kmp_globalJonas Hahnfeld2019-09-043-3/+1
* Force honoring nthreads-var and thread-limit-var inside teams construct on hostJonathan Peyton2019-08-201-4/+17
* [OpenMP] Enable warning about "implicit fallthrough"Jonas Hahnfeld2019-08-153-2/+2
* [OpenMP] Remove 'unnecessary parentheses'Jonas Hahnfeld2019-08-156-21/+19
* [OMPT] Resolve warnings because of ints in if conditionsJonas Hahnfeld2019-08-153-15/+10
* [OpenMP] Turn on -Wall compiler warnings by defaultJonas Hahnfeld2019-08-152-51/+30
* Cleanup unused variable.Andrey Churbanov2019-08-121-3/+1
* [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
* Add OMPT support for teams constructHansang Bae2019-08-0312-63/+437
* [OpenMP] Rename last file to cpp and remove LIBOMP_CFLAGSJonas Hahnfeld2019-07-305-27/+8
* [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] RISCV64 portJonas Hahnfeld2019-07-2516-13/+238
* [OMPT] Cleanup reset of exit_frame pointerJonas Hahnfeld2019-07-224-50/+88
* Delete empty fileJonas Hahnfeld2019-07-221-0/+0
* 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] Remove OMP spec versioningJonathan Peyton2019-07-1262-7275/+168
* NFC: fixed typo #ifdef --> #if to allow macro set to 0 work correctlyAndrey Churbanov2019-07-101-1/+1
* Create a runtime option to disable task throttling.Andrey Churbanov2019-07-025-2/+82
* Cleanup of unused codeAndrey Churbanov2019-07-026-25/+1
* Fixed memory use-after-free problem.Andrey Churbanov2019-06-262-3/+24
* 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
* Fixed build warning with -DLIBOMP_USE_HWLOC=1Andrey Churbanov2019-06-032-1/+8
* Fix OMP_TARGET_OFFLOAD parsingHansang Bae2019-05-302-3/+65
OpenPOWER on IntegriCloud