summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/src
Commit message (Expand)AuthorAgeFilesLines
* [OpenMP] NFC: Fix trivial typos in commentsKazuaki Ishizaki2020-01-0719-39/+40
* [OpenMP] Fix incorrect property of __has_attribute() macroKelvin Li2020-01-061-1/+1
* [OpenMP] NFC: Fix trivial typos in commentsKelvin Li2020-01-0314-24/+24
* [OpenMP] Implementation of OMPT reduction callbacksprotze@itc.rwth-aachen.de2019-12-274-6/+59
* [OpenMP] Fix linkage issue on FreeBSDDavid Carlier2019-12-061-1/+1
* [openmp] Fixed nonmonotonic schedule when #threads > #chunks in a loop.AndreyChurbanov2019-11-271-7/+8
* [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-192-7/+0
* [OpenMP] Add implementation and tests of Archer toolprotze@itc.rwth-aachen.de2019-11-182-0/+17
* [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
* [OpenMP] FreeBSD address check if mapped more nativeDavid Carlier2019-09-281-1/+42
* Enable tasks dependencies hashmaps resizing.Andrey Churbanov2019-09-252-11/+65
* [OpenMP] Change initialization of __kmp_globalJonas Hahnfeld2019-09-041-1/+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-151-0/+2
* [OpenMP] Remove 'unnecessary parentheses'Jonas Hahnfeld2019-08-154-19/+19
* [OMPT] Resolve warnings because of ints in if conditionsJonas Hahnfeld2019-08-151-13/+10
* Cleanup unused variable.Andrey Churbanov2019-08-121-3/+1
* [OpenMP] Add support for GOMP_*_nonmonotonic_* functionsJonathan Peyton2019-08-052-0/+62
* Add OMPT support for teams constructHansang Bae2019-08-036-49/+129
* [OpenMP] Rename last file to cpp and remove LIBOMP_CFLAGSJonas Hahnfeld2019-07-302-11/+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-257-9/+193
* [OMPT] Cleanup reset of exit_frame pointerJonas Hahnfeld2019-07-223-50/+85
* Delete empty fileJonas Hahnfeld2019-07-221-0/+0
* [OpenMP] Move header inclusion out of 'extern "C"'Jonas Hahnfeld2019-07-161-2/+3
* [OpenMP] Remove OMP spec versioningJonathan Peyton2019-07-1253-7220/+162
* 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-024-2/+22
* 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-199-24/+197
* [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-053-0/+26
* Fixed build warning with -DLIBOMP_USE_HWLOC=1Andrey Churbanov2019-06-032-1/+8
* Fix OMP_TARGET_OFFLOAD parsingHansang Bae2019-05-301-3/+3
* Add checks before pointer dereferencingHansang Bae2019-05-301-1/+5
* 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-212-5/+31
* [OpenMP][OMPT] Fix locking testcases for 32 bit architecturesJoachim Protze2019-05-203-65/+74
* [OMPT] Handling of the events of initial-task-begin and initial-task-endJoachim Protze2019-05-202-9/+17
* Fixed second issue reported in https://bugs.llvm.org/show_bug.cgi?id=41584.Andrey Churbanov2019-05-163-14/+36
* Fix hwloc topology traversal code unable to handle situation where L2 cache i...Paul Osmialowski2019-05-161-2/+4
* Fixed https://bugs.llvm.org/show_bug.cgi?id=41584.Andrey Churbanov2019-05-151-2/+0
* Introduce new OpenMP 5.0 depend object type.Andrey Churbanov2019-05-154-0/+5
OpenPOWER on IntegriCloud