| Commit message (Expand) | Author | Age | Files | Lines |
| * | [OpenMP] NFC: Fix trivial typos in comments | Kazuaki Ishizaki | 2020-01-07 | 1 | -2/+2 |
| * | [OpenMP] NFC: Fix trivial typos in comments | Kelvin Li | 2020-01-03 | 1 | -2/+2 |
| * | [OpenMP] Fix linkage issue on FreeBSD | David Carlier | 2019-12-06 | 1 | -1/+1 |
| * | [OpenMP] Enable thread affinity on FreeBSD | David Carlier | 2019-10-08 | 1 | -2/+2 |
| * | [OpenMP] Remove OMP spec versioning | Jonathan Peyton | 2019-07-12 | 1 | -43/+4 |
| * | Fixed build warning with -DLIBOMP_USE_HWLOC=1 | Andrey Churbanov | 2019-06-03 | 1 | -1/+2 |
| * | Fix hwloc topology traversal code unable to handle situation where L2 cache i... | Paul Osmialowski | 2019-05-16 | 1 | -2/+4 |
| * | [OpenMP] Eliminate some compiler warnings | Jonathan Peyton | 2019-04-30 | 1 | -1/+1 |
| * | Update more file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [OpenMP] Remove compiler warning about unused value | Joachim Protze | 2019-01-16 | 1 | -6/+6 |
| * | [OpenMP] Fix for nested proc_bind affinity bug | Jonathan Peyton | 2019-01-15 | 1 | -6/+11 |
| * | [OpenMP] Implement OpenMP 5.0 affinity format functionality | Jonathan Peyton | 2018-12-13 | 1 | -30/+110 |
| * | [OpenMP] Fix balanced affinity so thread's private affinity mask is updated | Jonathan Peyton | 2018-09-26 | 1 | -7/+5 |
| * | [OpenMP] Fixed affinity verbose double printing for balanced type. | Jonathan Peyton | 2018-08-24 | 1 | -1/+2 |
| * | [OpenMP] Cleanup code | Jonathan Peyton | 2018-08-09 | 1 | -38/+6 |
| * | [OpenMP] Introduce hierarchical scheduling | Jonathan Peyton | 2018-07-09 | 1 | -0/+87 |
| * | [OpenMP] Fix affinity API for KMP_AFFINITY=none|compact|scatter | Jonathan Peyton | 2018-04-18 | 1 | -2/+15 |
| * | [AArch64] fix an issue with older /proc/cpuinfo layout | Paul Osmialowski | 2017-12-13 | 1 | -0/+8 |
| * | Fix thread affinity on non-x86 Linux | Jonas Hahnfeld | 2017-12-08 | 1 | -1/+1 |
| * | Eliminate double printing of verbose affinity settings | Jonathan Peyton | 2017-12-06 | 1 | -1/+3 |
| * | Extension of HWLOC topology discovery with NUMA nodes and tiles | Andrey Churbanov | 2017-11-30 | 1 | -172/+345 |
| * | Warning is emitted when tiles are requested but cannot be used | Jonathan Peyton | 2017-11-29 | 1 | -0/+12 |
| * | Apply formatting changes | Jonathan Peyton | 2017-10-20 | 1 | -3/+0 |
| * | Remove unnecessary semicolons | Jonathan Peyton | 2017-09-27 | 1 | -1/+1 |
| * | Minor code cleanup of Klocwork issues | Jonathan Peyton | 2017-09-05 | 1 | -6/+5 |
| * | OpenMP RTL cleanup: eliminated warnings with -Wcast-qual, patch 2. | Andrey Churbanov | 2017-07-17 | 1 | -7/+5 |
| * | OpenMP RTL cleanup: eliminated warnings with -Wcast-qual. | Andrey Churbanov | 2017-07-03 | 1 | -76/+79 |
| * | Fix minor formatting issues | Jonathan Peyton | 2017-06-01 | 1 | -1/+1 |
| * | Fix for KMP_AFFINITY=disabled and KMP_TOPOLOGY_METHOD=hwloc | Jonathan Peyton | 2017-05-31 | 1 | -1/+4 |
| * | Fix for KMP_AFFINITY=respect with multiple processor groups | Jonathan Peyton | 2017-05-15 | 1 | -3/+2 |
| * | Clang-format and whitespace cleanup of source code | Jonathan Peyton | 2017-05-12 | 1 | -4711/+4265 |
| * | Fix Hwloc API Incompatibility | Jonathan Peyton | 2017-04-25 | 1 | -4/+4 |
| * | KMP_HW_SUBSET extended with NUMA support when HWLOC enabled | Andrey Churbanov | 2017-04-13 | 1 | -75/+638 |
| * | Fix incorrect initial value of __kmp_affinity_type. | Jonathan Peyton | 2017-03-20 | 1 | -0/+1 |
| * | Printing OS thread id, when KMP_AFFINITY is set. | Jonathan Peyton | 2017-01-27 | 1 | -6/+4 |
| * | kmp_affinity: Fix check if specific bit is set | Jonas Hahnfeld | 2017-01-12 | 1 | -1/+1 |
| * | Introduce dynamic affinity dispatch capabilities | Jonathan Peyton | 2016-11-14 | 1 | -56/+42 |
| * | Fix bitmask upper bounds check | Jonathan Peyton | 2016-09-12 | 1 | -15/+16 |
| * | Move function into cpp file under KMP_AFFINITY_SUPPORTED guard. | Jonathan Peyton | 2016-09-02 | 1 | -0/+25 |
| * | Replace a bad instance of __kmp_free() with KMP_CPU_FREE_ARRAY() macro. | Jonathan Peyton | 2016-09-02 | 1 | -1/+1 |
| * | Fixed x2APIC discovery for 256-processor architectures. | Andrey Churbanov | 2016-08-05 | 1 | -3/+3 |
| * | Make balanced affinity work on AArch64. | Paul Osmialowski | 2016-07-29 | 1 | -57/+141 |
| * | D22136: Memory leaks fixed by adding missed __kmp_free() calls | Andrey Churbanov | 2016-07-08 | 1 | -0/+2 |
| * | Improvements to process affinity mask setting | Jonathan Peyton | 2016-06-21 | 1 | -51/+102 |
| * | Change hwloc discovery algorithm to print topology only for accessible resources | Jonathan Peyton | 2016-06-16 | 1 | -17/+29 |
| * | Fixed missing memory cleanup in __kmp_affinity_create_hwloc_map() | Jonathan Peyton | 2016-06-16 | 1 | -0/+2 |
| * | Deprecate KMP_PLACE_THREADS and rename as KMP_HW_SUBSET | Jonathan Peyton | 2016-06-16 | 1 | -4/+4 |
| * | Affinity mask processing improvements | Jonathan Peyton | 2016-06-13 | 1 | -49/+44 |
| * | Hwloc refactoring patch | Jonathan Peyton | 2016-06-13 | 1 | -106/+122 |
| * | Remove architecture dependent Hwloc DEBUG section | Jonathan Peyton | 2016-04-25 | 1 | -30/+0 |