aboutsummaryrefslogtreecommitdiff
path: root/openmp
AgeCommit message (Expand)AuthorFilesLines
2024-09-18[libomp][AIX] Ensure only libomp.a is published on AIX (#109016)Xing Xue1-1/+5
2024-09-05[OpenMP] LIBOMPTARGET_DEVICE_ARCHITECTURES requires semicolons (#107454)Joel E. Denny1-4/+4
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-14[OpenMP] Implement 'omp_alloc' on the device (#102526)Joseph Huber1-0/+8
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-31[Offload] Allow to record kernel launch stack traces (#100472)Johannes Doerfert1-0/+7
2024-07-30[Offload] Implement double free (and other allocation error) reporting (#100261)Johannes Doerfert1-0/+7
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-23Clear release notes for upcoming LLVM 20 dev cyclellvmorg-20-initTobias Hieta1-1/+1
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 Bae26-539/+507
2024-07-16[OpenMP] Fix comparison to None in openmp/**.py (#94020)Eisuke Kawashima1-1/+1
2024-07-16[OpenMP] Fix comparison to True/False in openmp/**.py (#94041)Eisuke Kawashima2-2/+2
2024-07-05[openmp] Silence warning when building the x64 Windows LLVM release packageAlexandre Ganea1-1/+3
2024-07-05[openmp] Add ompdModule dependency to check-ompd (#97736)Nikita Popov1-1/+1
2024-07-05[ompd] Fix strict aliasing violation in TargetValue::getValue() (#97739)Nikita Popov1-16/+21
2024-07-03[OpenMP] Fix use of ompt_start_tool in ompd test. (#97616)Hansang Bae1-2/+2
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-14[OpenMP] Add Environment Variable to disable Reuse of Blocks for High Loop Tr...Tim Gymnich1-0/+7
2024-06-13[llvm-project] Fix typo "seperate" (#95373)Jay Foad1-1/+1
2024-06-07[OpenMP][Offload] - Ensure OPENMP_STANDALONE_BUILD is defined (#94801)estewart081-0/+2
2024-06-06[OpenMP][NFC] Fix warning for OpenMP standalone build (#93463)Joachim1-2/+4
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-28[OMPT] Set default values for tsan function pointers (#93568)Franklin Zhang1-10/+23
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 Kruse4-0/+14
2024-05-24Revert "[OpenMP][OMPX] Add shfl_down_sync (#93311)"Joseph Huber1-60/+8
2024-05-24[OpenMP][AIX] Extend LIT test timeout limit (#93319)Xing Xue1-1/+1
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