aboutsummaryrefslogtreecommitdiff
path: root/openmp/runtime
AgeCommit message (Expand)AuthorFilesLines
2024-09-18[libomp][AIX] Ensure only libomp.a is published on AIX (#109016)Xing Xue1-1/+5
2024-08-31[OpenMP] Support setting POSIX thread name on *BSD's and Solaris (#106489)Brad Smith3-7/+15
2024-08-15[OpenMP] Add support for pause with omp_pause_stop_tool (#97100)Hansang Bae7-3/+55
2024-08-15[OpenMP] Miscellaneous small code improvements (#95603)Hansang Bae9-20/+32
2024-08-13[OpenMP] Rename worker threads for improved debuggability (#102065)HighW4y2H3ll3-0/+14
2024-08-13[OpenMP][AArch64] Fix branch protection in microtasks (#102317)Tulio Magno Quites Machado Filho1-0/+53
2024-08-11[openmp][runtime] Silence warningsAlexandre Ganea1-1/+2
2024-08-07[openmp][WebAssembly] Allow openmp to compile and run under emscripten toolch...arsnyder163-23/+9
2024-07-29[OpenMP] Assign thread ids in the cpuinfo topology method (#91013)Jonathan Peyton1-0/+26
2024-07-29[OpenMP] Add topology and affinity changes for Meteor Lake (#91012)Jonathan Peyton2-115/+383
2024-07-24[OpenMP][libomp] Fix tasking debug assert (#95823)Jonathan Peyton3-1/+118
2024-07-19[Clang][OpenMP] Add interchange directive (#93022)Michael Kruse5-0/+922
2024-07-18[Clang][OpenMP] Add reverse directive (#92916)Michael Kruse5-0/+687
2024-07-16[OpenMP] Use new OMPT state and sync kinds for barrier events (#95602)Hansang Bae24-507/+443
2024-07-05[openmp] Silence warning when building the x64 Windows LLVM release packageAlexandre Ganea1-1/+3
2024-07-03[OpenMP] Add ompt_start_tool declaration in omp-tools.h (#97099)Hansang Bae1-0/+8
2024-07-03[OpenMP][OMPT] Indicate loop schedule for worksharing-loop events (#97429)Joachim23-215/+199
2024-07-02[OpenMP] Add missing export for dynamic tracking patch (#97419)Gheorghe-Teodor Bercea1-0/+1
2024-07-01[OpenMP] [OMPT] Callback registration should not depend on the device init ca...dhruvachak1-16/+10
2024-07-01[OpenMP][offload] Fix dynamic schedule tracking (#97065)Gheorghe-Teodor Bercea2-0/+7
2024-06-28[OpenMP] Fix test omp_parallel_num_threads_list.c to require fewer threads. (...Terry Wilmarth1-14/+14
2024-06-24[OpenMP] Add num_threads clause list format and strict modifier support (#85466)Terry Wilmarth6-20/+520
2024-06-20[OpenMP][libomp] Remove Perl in favor of Python (#95307)Jonathan Peyton20-5618/+987
2024-06-04[OpenMP][OMPT] Add missing callbacks for asynchronous target tasks (#93472)Joachim6-15/+29
2024-06-03Reapply "[OpenMP][OMPX] Add shfl_down_sync (#93311)" (#94139)Shilei Tian1-8/+60
2024-05-29[OpenMP] Fix multiply installing `libomp.so` (#93685)Joseph Huber1-0/+1
2024-05-26Revert "Reapply "[OpenMP][OMPX] Add shfl_down_sync (#93311)""Shilei Tian1-60/+8
2024-05-26Reapply "[OpenMP][OMPX] Add shfl_down_sync (#93311)"Shilei Tian1-8/+60
2024-05-25[openmp] Revise IDE folder structure (#89750)Michael Kruse2-0/+12
2024-05-24Revert "[OpenMP][OMPX] Add shfl_down_sync (#93311)"Joseph Huber1-60/+8
2024-05-24[NFC][OpenMP][OMPX] Remove ';' that is outside of a functionShilei Tian1-8/+8
2024-05-24[OpenMP][OMPX] No default argument for C APIShilei Tian1-1/+1
2024-05-24[OpenMP][OMPX] Add shfl_down_sync (#93311)Shilei Tian1-0/+52
2024-05-24[OpenMP][OMPX] Add ballot_sync (#91297)Shilei Tian1-0/+12
2024-05-22[Clang][OpenMP] Enable tile/unroll on iterator- and foreach-loops (#91459)Michael Kruse12-0/+1493
2024-05-15[OpenMP] Fix intermediate header locations for OpenMPJoseph Huber1-3/+2
2024-05-13[Clang][OpenMP][Tile] Allow non-constant tile sizes. (#91345)Michael Kruse3-0/+335
2024-05-10[OpenMP][AIX] Implement __kmp_get_load_balance() for AIX (#91520)Xing Xue2-12/+80
2024-05-09[OpenMP] [Flang] Resolved Issue llvm#76121: Implemented Check for Unhandled A...chandan singh2-0/+40
2024-05-08[OpenMP] Fix child processes to use affinity_none (#91391)Jonathan Peyton2-0/+3
2024-05-07[OpenMP] Fix task state and taskteams for serial teams (#86859)Jonathan Peyton11-236/+792
2024-05-06[NFC][OpenMP][OMPX] Move `declare variant` upShilei Tian1-1/+4
2024-04-30[OpenMP][AIX] Implement __kmp_is_address_mapped() for AIX (#90516)Xing Xue1-4/+45
2024-04-26[OpenMP][AIX] Use syssmt() to get the number of SMTs per physical CPU (#89985)Xing Xue2-9/+3
2024-04-22[Offload] Move `/openmp/libomptarget` to `/offload` (#75125)Johannes Doerfert1-1/+7
2024-04-19[OpenMP] Use half of available logical processors for collapse tests (#88319)Xing Xue1-6/+16
2024-04-16[OpenMP][test][AIX] Make 64 the max number of threads for capacity tests in A...Xing Xue2-12/+28
2024-04-16[OpenMP] Use a memory fence before incrementing the dispatch buffer index (#8...Xing Xue1-0/+2
2024-04-12[OpenMP] Fix re-locking hang found in issue 86684 (#88539)Jonathan Peyton1-6/+6
2024-04-10[OpenMP][AIX] Fix test config for AIX (#88272)Xing Xue1-1/+3