2020-09-24 |
Peyton, Jonathan L | [OpenMP] Fix if0 task with dependencies in the runtime |
tree | commitdiff |
2020-09-24 |
Peyton, Jonathan L | [OpenMP] Introduce GOMP taskwait depend in the runtime |
tree | commitdiff |
2020-09-24 |
Peyton, Jonathan L | [OpenMP] Introduce GOMP mutexinoutset in the runtime |
tree | commitdiff |
2020-09-24 |
Peyton, Jonathan L | [OpenMP] Introduce GOMP teams support in runtime |
tree | commitdiff |
2020-08-26 |
AndreyChurbanov | [OpenMP] Fix import library installation with MinGW |
tree | commitdiff |
2020-08-26 |
AndreyChurbanov | [OpenMP] Fix build on macOS sdk 10.12 and newer |
tree | commitdiff |
2020-08-24 |
Dimitry Andric | Add <stdarg.h> include to kmp_os.h, to get the va_list... |
tree | commitdiff |
2020-08-24 |
Dimitry Andric | Move special va_list handling to kmp_os.h |
tree | commitdiff |
2020-08-24 |
AndreyChurbanov | [OpenMP] Check if _MSC_VER is defined before using it |
tree | commitdiff |
2020-08-14 |
Joachim Protze | [OpenMP] Fix releasing of stack memory |
tree | commitdiff |
2020-08-04 |
Adrian Pop | [OpenMP] support build on msys2/mingw with clang or gcc |
tree | commitdiff |
2020-08-04 |
AndreyChurbanov | [OpenMP] Don't use MSVC workaround with MinGW |
tree | commitdiff |
2020-07-31 |
Joachim Protze | [OpenMP] Use weak attribute in interface only for stati... |
tree | commitdiff |
2020-07-28 |
Jinsong Ji | Re-land "[PowerPC] Remove QPX/A2Q BGQ/BGP CNK support" |
tree | commitdiff |
2020-07-27 |
Jinsong Ji | Revert "[PowerPC] Remove QPX/A2Q BGQ/BGP CNK support" |
tree | commitdiff |
2020-07-27 |
Jinsong Ji | [PowerPC] Remove QPX/A2Q BGQ/BGP CNK support |
tree | commitdiff |
2020-07-21 |
AndreyChurbanov | [OpenMP] libomp build fix without OMPT_SUPPORT |
tree | commitdiff |
2020-07-20 |
AndreyChurbanov | [OpenMP] libomp cleanup: add checks of bad memory access |
tree | commitdiff |
2020-07-20 |
AndreyChurbanov | [OpenMP] libomp cleanup: add check of input global... |
tree | commitdiff |
2020-07-17 |
AndreyChurbanov | [OpenMP] libomp cleanup: check presence of hwloc object... |
tree | commitdiff |
2020-07-17 |
AndreyChurbanov | [OpenMP] libomp: add itt notifications for teams constr... |
tree | commitdiff |
2020-07-16 |
AndreyChurbanov | [openmp] libomp: added itt notifications for task,... |
tree | commitdiff |
2020-07-06 |
Peyton, Jonathan L | [OpenMP] Add GOMP 5.0 loop entry points |
tree | commitdiff |
2020-07-05 |
Joachim Protze | [OpenMP][OMPT] Fix ifdefs for OMPT code |
tree | commitdiff |
2020-07-03 |
Joachim Protze | [OpenMP][OMPT]Add event callbacks for taskwait with... |
tree | commitdiff |
2020-06-29 |
AndreyChurbanov | [openmp][NFC] Cleanup: guard __kmp_mic_type by KMP_MIC_... |
tree | commitdiff |
2020-06-19 |
Joachim Protze | [OpenMP][OMPT] Pass mutexinoutset to the tool |
tree | commitdiff |
2020-06-16 |
Joachim Protze | [OpenMP][OMPT] Add callbacks for doacross loops |
tree | commitdiff |
2020-06-14 |
Joachim Protze | [OpenMP] support alloc of serialized tasks |
tree | commitdiff |
2020-06-04 |
AndreyChurbanov | [openmp] Fixed nonmonotonic schedule implementation. |
tree | commitdiff |
2020-06-02 |
Joachim Protze | [OpenMP][OMPT] Fix and add event callbacks for detached... |
tree | commitdiff |
2020-06-01 |
AndreyChurbanov | [openmp] Fixed taskloop recursive splitting so that... |
tree | commitdiff |
2020-05-25 |
Joachim Protze | [OpenMP] Fix a race in task queue reallocation |
tree | commitdiff |
2020-05-18 |
AndreyChurbanov | [openmp] Fixed hang if detached task was serialized. |
tree | commitdiff |
2020-05-17 |
Joachim Protze | [OpenMP] Fix race condition in the completion/freeing... |
tree | commitdiff |
2020-04-14 |
Bryan Chan | [OpenMP] Sync writes to child thread's data before... |
tree | commitdiff |
2020-04-04 |
Kazuaki Ishizaki | [OpenMP] NFC: Fix trivial typo |
tree | commitdiff |
2020-03-27 |
Henry Kao | [OpenMP] Add memory barrier to solve data race |
tree | commitdiff |
2020-03-23 |
AndreyChurbanov | [openmp][runtime] Fixed hang for explicit task inside... |
tree | commitdiff |
2020-03-04 |
AndreyChurbanov | [openmp] OpenMP 5.1 omp_display_env function implementa... |
tree | commitdiff |
2020-02-12 |
Kelvin Li | [OpenMP] update strings output of libomp.so [NFC] |
tree | commitdiff |
2020-01-23 |
Kelvin Li | [OpenMP] change omp_atk_* and omp_atv_* enumerators... |
tree | commitdiff |
2020-01-20 |
David Carlier | [OpenMP] affinity little fix for FreeBSD |
tree | commitdiff |
2020-01-07 |
Kazuaki Ishizaki | [OpenMP] NFC: Fix trivial typos in comments |
tree | commitdiff |
2020-01-06 |
Kelvin Li | [OpenMP] Fix incorrect property of __has_attribute... |
tree | commitdiff |
2020-01-04 |
Kelvin Li | [OpenMP] NFC: Fix trivial typos in comments |
tree | commitdiff |
2019-12-27 |
protze@itc.rwth... | [OpenMP] Implementation of OMPT reduction callbacks |
tree | commitdiff |
2019-12-06 |
David Carlier | [OpenMP] Fix linkage issue on FreeBSD |
tree | commitdiff |
2019-11-27 |
AndreyChurbanov | [openmp] Fixed nonmonotonic schedule when #threads... |
tree | commitdiff |
2019-11-26 |
AndreyChurbanov | [openmp] Recognise ARMv7ve machine arch. |
tree | commitdiff |
2019-11-19 |
AndreyChurbanov | Fix openmp on PowerPC64-BE-ELFv2 ABI on FreeBSD. |
tree | commitdiff |
2019-11-18 |
Aaron Puchert | [OpenMP] Remove -Wl,-fini=__kmp_internal_end_fini |
tree | commitdiff |
2019-11-18 |
protze@itc.rwth... | [OpenMP] Add implementation and tests of Archer tool |
tree | commitdiff |
2019-10-30 |
David Carlier | [OpenMP] Reset affinity mask in the process child on... |
tree | commitdiff |
2019-10-30 |
AndreyChurbanov | Enable OpenBSD support. |
tree | commitdiff |
2019-10-25 |
AndreyChurbanov | OpenMP Tasks dependencies hash re-sizing fixed. |
tree | commitdiff |
2019-10-08 |
David Carlier | [OpenMP] Enable thread affinity on FreeBSD |
tree | commitdiff |
2019-09-28 |
David Carlier | [OpenMP] FreeBSD address check if mapped more native |
tree | commitdiff |
2019-09-25 |
Andrey Churbanov | Enable tasks dependencies hashmaps resizing. |
tree | commitdiff |
2019-09-04 |
Jonas Hahnfeld | [OpenMP] Change initialization of __kmp_global |
tree | commitdiff |
2019-08-20 |
Jonathan Peyton | Force honoring nthreads-var and thread-limit-var inside... |
tree | commitdiff |
2019-08-15 |
Jonas Hahnfeld | [OpenMP] Enable warning about "implicit fallthrough" |
tree | commitdiff |
2019-08-15 |
Jonas Hahnfeld | [OpenMP] Remove 'unnecessary parentheses' |
tree | commitdiff |
2019-08-15 |
Jonas Hahnfeld | [OMPT] Resolve warnings because of ints in if conditions |
tree | commitdiff |
2019-08-12 |
Andrey Churbanov | Cleanup unused variable. |
tree | commitdiff |
2019-08-05 |
Jonathan Peyton | [OpenMP] Add support for GOMP_*_nonmonotonic_* functions |
tree | commitdiff |
2019-08-03 |
Hansang Bae | Add OMPT support for teams construct |
tree | commitdiff |
2019-07-30 |
Jonas Hahnfeld | [OpenMP] Rename last file to cpp and remove LIBOMP_CFLAGS |
tree | commitdiff |
2019-07-25 |
Yi Kong | [openmp] Workaround bug in old Android pthread_attr_set... |
tree | commitdiff |
2019-07-25 |
Jonas Hahnfeld | [OpenMP] Fix build of stubs library, NFC. |
tree | commitdiff |
2019-07-25 |
Jonas Hahnfeld | [OpenMP] RISCV64 port |
tree | commitdiff |
2019-07-22 |
Jonas Hahnfeld | [OMPT] Cleanup reset of exit_frame pointer |
tree | commitdiff |
2019-07-22 |
Jonas Hahnfeld | Delete empty file |
tree | commitdiff |
2019-07-16 |
Jonas Hahnfeld | [OpenMP] Move header inclusion out of 'extern "C"' |
tree | commitdiff |
2019-07-12 |
Jonathan Peyton | [OpenMP] Remove OMP spec versioning |
tree | commitdiff |
2019-07-10 |
Andrey Churbanov | NFC: fixed typo #ifdef --> #if to allow macro set to... |
tree | commitdiff |
2019-07-02 |
Andrey Churbanov | Create a runtime option to disable task throttling. |
tree | commitdiff |
2019-07-02 |
Andrey Churbanov | Cleanup of unused code |
tree | commitdiff |
2019-06-26 |
Andrey Churbanov | Fixed memory use-after-free problem. |
tree | commitdiff |
2019-06-19 |
Andrey Churbanov | New implementation of OpenMP 5.0 detached tasks. |
tree | commitdiff |
2019-06-14 |
Gheorghe-Teodor... | [OpenMP] Add task alloc function |
tree | commitdiff |
2019-06-05 |
Andrey Churbanov | Added propagation of not big initial stack size of... |
tree | commitdiff |
2019-06-03 |
Andrey Churbanov | Fixed build warning with -DLIBOMP_USE_HWLOC=1 |
tree | commitdiff |
2019-05-30 |
Hansang Bae | Fix OMP_TARGET_OFFLOAD parsing |
tree | commitdiff |
2019-05-30 |
Hansang Bae | Add checks before pointer dereferencing |
tree | commitdiff |
2019-05-22 |
Andrey Churbanov | Fixed third issue reported in https://bugs.llvm.org... |
tree | commitdiff |
2019-05-21 |
Jonathan Peyton | [OpenMP] Add implementation to two OMPT API routines |
tree | commitdiff |
2019-05-20 |
Joachim Protze | [OpenMP][OMPT] Fix locking testcases for 32 bit archite... |
tree | commitdiff |
2019-05-20 |
Joachim Protze | [OMPT] Handling of the events of initial-task-begin... |
tree | commitdiff |
2019-05-16 |
Andrey Churbanov | Fixed second issue reported in https://bugs.llvm.org... |
tree | commitdiff |
2019-05-16 |
Paul Osmialowski | Fix hwloc topology traversal code unable to handle... |
tree | commitdiff |
2019-05-15 |
Andrey Churbanov | Fixed https://bugs.llvm.org/show_bug.cgi?id=41584. |
tree | commitdiff |
2019-05-15 |
Andrey Churbanov | Introduce new OpenMP 5.0 depend object type. |
tree | commitdiff |
2019-05-14 |
Eli Friedman | [OpenMP][AArch64] Fix compile with LLVM trunk. |
tree | commitdiff |
2019-05-13 |
Andrey Churbanov | fixed typo made by commit r360595 |
tree | commitdiff |
2019-05-13 |
Andrey Churbanov | Fixed creation of aliases in Windows build. |
tree | commitdiff |
2019-05-08 |
Jonathan Peyton | [OpenMP] Workaround gfortran bugzilla build bug 41755 |
tree | commitdiff |
2019-05-06 |
Dimitry Andric | Add non-SSE wrapper for __kmp_{load,store}_mxcsr |
tree | commitdiff |
2019-05-01 |
Dimitry Andric | Enable OpenMP build for 32-bit FreeBSD |
tree | commitdiff |
2019-05-01 |
Jonathan Peyton | [OpenMP] Implement task modifier for reduction clause |
tree | commitdiff |
next |