aboutsummaryrefslogtreecommitdiff
path: root/runtime
AgeCommit message (Expand)Author
2019-10-08[OpenMP] Enable thread affinity on FreeBSDDavid Carlier
2019-10-08Don't assume Type from `readelf -d` has parenthesesAndrey Churbanov
2019-10-08Don't link libm with -Wl,--as-needed on FreeBSDAndrey Churbanov
2019-09-28[OpenMP] FreeBSD address check if mapped more nativeDavid Carlier
2019-09-25fixed test: eliminated race condition which might cause deadlockAndrey Churbanov
2019-09-25Enable tasks dependencies hashmaps resizing.Andrey Churbanov
2019-09-04[OpenMP] Change initialization of __kmp_globalJonas Hahnfeld
2019-08-20Force honoring nthreads-var and thread-limit-var inside teams construct on hostJonathan Peyton
2019-08-15[OpenMP] Enable warning about "implicit fallthrough"Jonas Hahnfeld
2019-08-15[OpenMP] Remove 'unnecessary parentheses'Jonas Hahnfeld
2019-08-15[OMPT] Resolve warnings because of ints in if conditionsJonas Hahnfeld
2019-08-15[OpenMP] Turn on -Wall compiler warnings by defaultJonas Hahnfeld
2019-08-12Cleanup unused variable.Andrey Churbanov
2019-08-05[OpenMP] Add support for GOMP_*_nonmonotonic_* functionsJonathan Peyton
2019-08-05[OpenMP] Fix broken build due to new OMPT testsHansang Bae
2019-08-03Add OMPT support for teams constructHansang Bae
2019-07-30[OpenMP] Rename last file to cpp and remove LIBOMP_CFLAGSJonas Hahnfeld
2019-07-25[openmp] Workaround bug in old Android pthread_attr_setstacksizeYi Kong
2019-07-25[OpenMP] Fix build of stubs library, NFC.Jonas Hahnfeld
2019-07-25[OpenMP] RISCV64 portJonas Hahnfeld
2019-07-22[OMPT] Cleanup reset of exit_frame pointerJonas Hahnfeld
2019-07-22Delete empty fileJonas Hahnfeld
2019-07-17Remove REQUIRES OMP spec version within lit testsJonathan Peyton
2019-07-16[OpenMP] Move header inclusion out of 'extern "C"'Jonas Hahnfeld
2019-07-12[OpenMP] Remove OMP spec versioningJonathan Peyton
2019-07-10NFC: fixed typo #ifdef --> #if to allow macro set to 0 work correctlyAndrey Churbanov
2019-07-02Create a runtime option to disable task throttling.Andrey Churbanov
2019-07-02Cleanup of unused codeAndrey Churbanov
2019-06-26Fixed memory use-after-free problem.Andrey Churbanov
2019-06-19New implementation of OpenMP 5.0 detached tasks.Andrey Churbanov
2019-06-14[OpenMP] Add task alloc functionGheorghe-Teodor Bercea
2019-06-05Added propagation of not big initial stack size of master thread to workers.Andrey Churbanov
2019-06-03Fixed build warning with -DLIBOMP_USE_HWLOC=1Andrey Churbanov
2019-05-30Fix OMP_TARGET_OFFLOAD parsingHansang Bae
2019-05-30Add checks before pointer dereferencingHansang Bae
2019-05-28[openmp] [test] Skip kernel-breaking tests on NetBSDMichal Gorny
2019-05-22Fixed third issue reported in https://bugs.llvm.org/show_bug.cgi?id=41584.Andrey Churbanov
2019-05-21[OpenMP] Add implementation to two OMPT API routinesJonathan Peyton
2019-05-20[OpenMP][OMPT] Fix locking testcases for 32 bit architecturesJoachim Protze
2019-05-20[OMPT] Handling of the events of initial-task-begin and initial-task-endJoachim Protze
2019-05-16Fixed second issue reported in https://bugs.llvm.org/show_bug.cgi?id=41584.Andrey Churbanov
2019-05-16Fix hwloc topology traversal code unable to handle situation where L2 cache i...Paul Osmialowski
2019-05-15Fixed https://bugs.llvm.org/show_bug.cgi?id=41584.Andrey Churbanov
2019-05-15Introduce new OpenMP 5.0 depend object type.Andrey Churbanov
2019-05-14[OpenMP][AArch64] Fix compile with LLVM trunk.Eli Friedman
2019-05-13fixed typo made by commit r360595Andrey Churbanov
2019-05-13Fixed creation of aliases in Windows build.Andrey Churbanov
2019-05-08[OpenMP] Workaround gfortran bugzilla build bug 41755Jonathan Peyton
2019-05-06Add non-SSE wrapper for __kmp_{load,store}_mxcsrDimitry Andric
2019-05-01Enable OpenMP build for 32-bit FreeBSDDimitry Andric