summaryrefslogtreecommitdiff
path: root/openmp
AgeCommit message (Expand)Author
2024-07-31[Offload] Allow to record kernel launch stack traces (#100472)Johannes Doerfert
2024-07-30[Offload] Implement double free (and other allocation error) reporting (#100261)Johannes Doerfert
2024-07-29[OpenMP] Assign thread ids in the cpuinfo topology method (#91013)Jonathan Peyton
2024-07-29[OpenMP] Add topology and affinity changes for Meteor Lake (#91012)Jonathan Peyton
2024-07-24[OpenMP][libomp] Fix tasking debug assert (#95823)Jonathan Peyton
2024-07-23Clear release notes for upcoming LLVM 20 dev cyclellvmorg-20-initTobias Hieta
2024-07-19[Clang][OpenMP] Add interchange directive (#93022)Michael Kruse
2024-07-18[Clang][OpenMP] Add reverse directive (#92916)Michael Kruse
2024-07-16[OpenMP] Use new OMPT state and sync kinds for barrier events (#95602)Hansang Bae
2024-07-16[OpenMP] Fix comparison to None in openmp/**.py (#94020)Eisuke Kawashima
2024-07-16[OpenMP] Fix comparison to True/False in openmp/**.py (#94041)Eisuke Kawashima
2024-07-05[openmp] Silence warning when building the x64 Windows LLVM release packageAlexandre Ganea
2024-07-05[openmp] Add ompdModule dependency to check-ompd (#97736)Nikita Popov
2024-07-05[ompd] Fix strict aliasing violation in TargetValue::getValue() (#97739)Nikita Popov
2024-07-03[OpenMP] Fix use of ompt_start_tool in ompd test. (#97616)Hansang Bae
2024-07-03[OpenMP] Add ompt_start_tool declaration in omp-tools.h (#97099)Hansang Bae
2024-07-03[OpenMP][OMPT] Indicate loop schedule for worksharing-loop events (#97429)Joachim
2024-07-02[OpenMP] Add missing export for dynamic tracking patch (#97419)Gheorghe-Teodor Bercea
2024-07-01[OpenMP] [OMPT] Callback registration should not depend on the device init ca...dhruvachak
2024-07-01[OpenMP][offload] Fix dynamic schedule tracking (#97065)Gheorghe-Teodor Bercea
2024-06-28[OpenMP] Fix test omp_parallel_num_threads_list.c to require fewer threads. (...Terry Wilmarth
2024-06-24[OpenMP] Add num_threads clause list format and strict modifier support (#85466)Terry Wilmarth
2024-06-20[OpenMP][libomp] Remove Perl in favor of Python (#95307)Jonathan Peyton
2024-06-14[OpenMP] Add Environment Variable to disable Reuse of Blocks for High Loop Tr...Tim Gymnich
2024-06-13[llvm-project] Fix typo "seperate" (#95373)Jay Foad
2024-06-07[OpenMP][Offload] - Ensure OPENMP_STANDALONE_BUILD is defined (#94801)estewart08
2024-06-06[OpenMP][NFC] Fix warning for OpenMP standalone build (#93463)Joachim
2024-06-04[OpenMP][OMPT] Add missing callbacks for asynchronous target tasks (#93472)Joachim
2024-06-03Reapply "[OpenMP][OMPX] Add shfl_down_sync (#93311)" (#94139)Shilei Tian
2024-05-29[OpenMP] Fix multiply installing `libomp.so` (#93685)Joseph Huber
2024-05-28[OMPT] Set default values for tsan function pointers (#93568)Franklin Zhang
2024-05-26Revert "Reapply "[OpenMP][OMPX] Add shfl_down_sync (#93311)""Shilei Tian
2024-05-26Reapply "[OpenMP][OMPX] Add shfl_down_sync (#93311)"Shilei Tian
2024-05-25[openmp] Revise IDE folder structure (#89750)Michael Kruse
2024-05-24Revert "[OpenMP][OMPX] Add shfl_down_sync (#93311)"Joseph Huber
2024-05-24[OpenMP][AIX] Extend LIT test timeout limit (#93319)Xing Xue
2024-05-24[NFC][OpenMP][OMPX] Remove ';' that is outside of a functionShilei Tian
2024-05-24[OpenMP][OMPX] No default argument for C APIShilei Tian
2024-05-24[OpenMP][OMPX] Add shfl_down_sync (#93311)Shilei Tian
2024-05-24[OpenMP][OMPX] Add ballot_sync (#91297)Shilei Tian
2024-05-22[Offload] Rework handling for loading vendor runtimes (#93073)Joseph Huber
2024-05-22[Clang] Refactor `__attribute__((assume))` (#84934)Sirraide
2024-05-22[Clang][OpenMP] Enable tile/unroll on iterator- and foreach-loops (#91459)Michael Kruse
2024-05-15[OpenMP] Fix intermediate header locations for OpenMPJoseph Huber
2024-05-15[OpenMP] Add back in `ENABLE_LIBOMPTARGET' definitionJoseph Huber
2024-05-15[Offload] Correctly reject building on unsupported architectures (#92276)Joseph Huber
2024-05-13[Clang][OpenMP][Tile] Allow non-constant tile sizes. (#91345)Michael Kruse
2024-05-10[OpenMP][AIX] Implement __kmp_get_load_balance() for AIX (#91520)Xing Xue
2024-05-09[OpenMP] [Flang] Resolved Issue llvm#76121: Implemented Check for Unhandled A...chandan singh
2024-05-08[OpenMP] Fix child processes to use affinity_none (#91391)Jonathan Peyton