- 4722c6b [openmp] Use core_siblings_list if physical_package_id not available (#111831) by Nikita Popov · 8 months ago
- c62e61a [libomp][AIX] Use SO version "1" for AIX libomp (#111384) by Xing Xue · 8 months ago
- bde51d9 [libomp][AIX] Ensure only libomp.a is published on AIX (#109016) by Xing Xue · 9 months ago
- 37e109c [OpenMP] Support setting POSIX thread name on *BSD's and Solaris (#106489) by Brad Smith · 9 months ago
- 9e0ee0e [OpenMP] Add support for pause with omp_pause_stop_tool (#97100) by Hansang Bae · 10 months ago
- 5989709 [OpenMP] Miscellaneous small code improvements (#95603) by Hansang Bae · 10 months ago
- 0160d81 [OpenMP] Rename worker threads for improved debuggability (#102065) by HighW4y2H3ll · 10 months ago
- 0aa22dc [OpenMP][AArch64] Fix branch protection in microtasks (#102317) by Tulio Magno Quites Machado Filho · 10 months ago
- 20baa9a [openmp][runtime] Silence warnings by Alexandre Ganea · 10 months ago
- f7b2c2e [openmp][WebAssembly] Allow openmp to compile and run under emscripten toolchain (#95169) by arsnyder16 · 10 months ago
- 916a915 [OpenMP] Assign thread ids in the cpuinfo topology method (#91013) by Jonathan Peyton · 10 months ago
- 77ff969 [OpenMP] Add topology and affinity changes for Meteor Lake (#91012) by Jonathan Peyton · 10 months ago
- 2e57e63 [OpenMP][libomp] Fix tasking debug assert (#95823) by Jonathan Peyton · 11 months ago
- 5c93a94 [Clang][OpenMP] Add interchange directive (#93022) by Michael Kruse · 11 months ago
- 80865c01 [Clang][OpenMP] Add reverse directive (#92916) by Michael Kruse · 11 months ago
- 7a72856 [OpenMP] Use new OMPT state and sync kinds for barrier events (#95602) by Hansang Bae · 11 months ago
- be26e54 [openmp] Silence warning when building the x64 Windows LLVM release package by Alexandre Ganea · 11 months ago
- d4f3d24 [OpenMP] Add ompt_start_tool declaration in omp-tools.h (#97099) by Hansang Bae · 11 months ago
- a707d08 [OpenMP][OMPT] Indicate loop schedule for worksharing-loop events (#97429) by Joachim · 11 months ago
- f056770 [OpenMP] Add missing export for dynamic tracking patch (#97419) by Gheorghe-Teodor Bercea · 11 months ago
- 946f5d1 [OpenMP] [OMPT] Callback registration should not depend on the device init callback. (#96371) by dhruvachak · 11 months ago
- 1a478a6 [OpenMP][offload] Fix dynamic schedule tracking (#97065) by Gheorghe-Teodor Bercea · 11 months ago
- ac9f06c [OpenMP] Fix test omp_parallel_num_threads_list.c to require fewer threads. (#96916) by Terry Wilmarth · 11 months ago
- d30b082 [OpenMP] Add num_threads clause list format and strict modifier support (#85466) by Terry Wilmarth · 12 months ago
- 88dae3d [OpenMP][libomp] Remove Perl in favor of Python (#95307) by Jonathan Peyton · 12 months ago
- 2464f1c [OpenMP][OMPT] Add missing callbacks for asynchronous target tasks (#93472) by Joachim · 1 year ago
- b448efb Reapply "[OpenMP][OMPX] Add shfl_down_sync (#93311)" (#94139) by Shilei Tian · 1 year ago
- df9701b [OpenMP] Fix multiply installing `libomp.so` (#93685) by Joseph Huber · 1 year ago
- cf9eeb6 Revert "Reapply "[OpenMP][OMPX] Add shfl_down_sync (#93311)"" by Shilei Tian · 1 year ago
- 7b48655 Reapply "[OpenMP][OMPX] Add shfl_down_sync (#93311)" by Shilei Tian · 1 year ago
- 8bdc577 [openmp] Revise IDE folder structure (#89750) by Michael Kruse · 1 year ago
- 9b31cc7 Revert "[OpenMP][OMPX] Add shfl_down_sync (#93311)" by Joseph Huber · 1 year ago
- 098c6df [NFC][OpenMP][OMPX] Remove ';' that is outside of a function by Shilei Tian · 1 year ago
- 8c718a3 [OpenMP][OMPX] No default argument for C API by Shilei Tian · 1 year ago
- 4fb02de [OpenMP][OMPX] Add shfl_down_sync (#93311) by Shilei Tian · 1 year ago
- 7eeec8e [OpenMP][OMPX] Add ballot_sync (#91297) by Shilei Tian · 1 year ago
- 9120562 [Clang][OpenMP] Enable tile/unroll on iterator- and foreach-loops (#91459) by Michael Kruse · 1 year ago
- f60c699 [OpenMP] Fix intermediate header locations for OpenMP by Joseph Huber · 1 year, 1 month ago
- b0b6c16 [Clang][OpenMP][Tile] Allow non-constant tile sizes. (#91345) by Michael Kruse · 1 year, 1 month ago
- 561b6ab [OpenMP][AIX] Implement __kmp_get_load_balance() for AIX (#91520) by Xing Xue · 1 year, 1 month ago
- 2a57657 [OpenMP] [Flang] Resolved Issue llvm#76121: Implemented Check for Unhandled Arguments in __kmpc_fork_call_if (#82221) by chandan singh · 1 year, 1 month ago
- 73bb8d9 [OpenMP] Fix child processes to use affinity_none (#91391) by Jonathan Peyton · 1 year, 1 month ago
- 41ca910 [OpenMP] Fix task state and taskteams for serial teams (#86859) by Jonathan Peyton · 1 year, 1 month ago
- 02ce822 [NFC][OpenMP][OMPX] Move `declare variant` up by Shilei Tian · 1 year, 1 month ago
- 928db7e [OpenMP][AIX] Implement __kmp_is_address_mapped() for AIX (#90516) by Xing Xue · 1 year, 1 month ago
- 690c929 [OpenMP][AIX] Use syssmt() to get the number of SMTs per physical CPU (#89985) by Xing Xue · 1 year, 1 month ago
- 330d898 [Offload] Move `/openmp/libomptarget` to `/offload` (#75125) by Johannes Doerfert · 1 year, 1 month ago
- 0a8cd1e [OpenMP] Use half of available logical processors for collapse tests (#88319) by Xing Xue · 1 year, 2 months ago
- 22bba85 [OpenMP][test][AIX] Make 64 the max number of threads for capacity tests in AIX 32-bit (#88739) by Xing Xue · 1 year, 2 months ago
- 454d449 [OpenMP] Use a memory fence before incrementing the dispatch buffer index (#87995) by Xing Xue · 1 year, 2 months ago
- 5300a673 [OpenMP] Fix re-locking hang found in issue 86684 (#88539) by Jonathan Peyton · 1 year, 2 months ago
- b3792ae [OpenMP][AIX] Fix test config for AIX (#88272) by Xing Xue · 1 year, 2 months ago
- d022f6b [Libomp] Place generated OpenMP headers into build resource directory (#88007) by Joseph Huber · 1 year, 2 months ago
- 25e3d2b Revert "[Libomp] Place generated OpenMP headers into build resource d… (#88083) by Pete Steinfeld · 1 year, 2 months ago
- 8671429 [Libomp] Place generated OpenMP headers into build resource directory (#88007) by Joseph Huber · 1 year, 2 months ago
- eeaaf33 [OpenMP] Unsupport absolute KMP_HW_SUBSET test for s390x (#87555) by Jonathan Peyton · 1 year, 2 months ago
- 2ff3850 [OpenMP] Add absolute KMP_HW_SUBSET functionality (#85326) by Jonathan Peyton · 1 year, 2 months ago
- 4ea2494 [OpenMP] Fix nested parallel with tasking (#87309) by Jonathan Peyton · 1 year, 2 months ago
- 31880df [OpenMP] get logical core count on modern apple platform (#87231) by nihui · 1 year, 2 months ago
- c5bbdb6 [OpenMP] arm64_32 port for Apple WatchOS (#87246) by nihui · 1 year, 2 months ago
- 038e66f [OpenMP] Have hidden helper team allocate new OS threads only (#87119) by Jonathan Peyton · 1 year, 2 months ago
- b999e63 [OpenMP] Fix node destruction race in __kmpc_omp_taskwait_deps_51 (#86130) by Ulrich Weigand · 1 year, 2 months ago
- aa2c14d [OpenMP] Close up permissions on /tmp files (#85469) by Terry Wilmarth · 1 year, 2 months ago
- a7ac0dd6 [NFC][OpenMP] Use `SimpleVLA` to replace variable length arrays in C++ by Shilei Tian · 1 year, 2 months ago
- fa9ee4a [NFC][OpenMP] Silent unused variable in `kmp_collapse.cpp` by Shilei Tian · 1 year, 2 months ago
- 7db4046 [OpenMP] add loop collapse tests (#86243) by Vadim Paretsky · 1 year, 2 months ago
- d394f3a [OpenMP][AIX] Affinity implementation for AIX (#84984) by Xing Xue · 1 year, 2 months ago
- fb5fd2d [flang][OpenMP] Compile proper `omp_lib.mod` from the `openmp/src/include` sources (#80874) by Michael Klemm · 1 year, 3 months ago
- c7de4a3 [OpenMP] Enable the affinity tests on FreeBSD, NetBSD and DragonFly (#85500) by Brad Smith · 1 year, 3 months ago
- 20f5bcf [OpenMP] Add OpenMP extension API to dump mapping tables (#85381) by nicebert · 1 year, 3 months ago
- 6d3cec0 Revert "[openmp] __kmp_x86_cpuid fix for i386/PIC builds." (#85526) by David CARLIER · 1 year, 3 months ago
- d836608 [openmp][wasm] Fix microtask type mismatch (#84355) by Andrew Brown · 1 year, 3 months ago
- ea848d0 [OpenMP] Sort topology after adding processor group layer. (#83943) by MessyHack · 1 year, 3 months ago
- 6272500 [OpenMP] Remove unused logical/physical CPUID information (#83298) by Jonathan Peyton · 1 year, 3 months ago
- 3303be6 [OpenMP] Make sure mask is set to nullptr (#83299) by Jonathan Peyton · 1 year, 3 months ago
- f5334f5 [OpenMP] Add debug checks for divide by zero (#83300) by Jonathan Peyton · 1 year, 3 months ago
- 9b1c496 [OpenMP] Fixup while loops to avoid bad NULL check (#83302) by Jonathan Peyton · 1 year, 3 months ago
- de4d701 [OpenMP] Remove unnecessary check of ap (#83303) by Jonathan Peyton · 1 year, 3 months ago
- 1ed463d [OpenMP] Make sure ptr is used after NULL check (#83304) by Jonathan Peyton · 1 year, 3 months ago
- b4e39ad [OpenMP] Remove dead code of checking int > INT_MAX (#83305) by Jonathan Peyton · 1 year, 3 months ago
- facb89ae [openmp] __kmp_x86_cpuid fix for i386/PIC builds. (#84626) by David CARLIER · 1 year, 3 months ago
- fa4cc39 [openmp] adding affinity support to DragonFlyBSD. (#84672) by David CARLIER · 1 year, 3 months ago
- 110141b [OpenMP] fix endianness dependent definitions in OMP headers for MSVC (#84540) by Vadim Paretsky · 1 year, 3 months ago
- 11cd2a3 [openmp] porting affinity feature to netbsd. (#84618) by David CARLIER · 1 year, 3 months ago
- 05280b5 [OpenMP] Implements __kmp_is_address_mapped for Solaris/Illumos. (#82930) by David CARLIER · 1 year, 3 months ago
- fcd2d48 [OpenMP] runtime support for efficient partitioning of collapsed triangular loops (#83939) by vadikp-intel · 1 year, 3 months ago
- 0e0bee2 [OpenMP] Fix distributed barrier hang for OMP_WAIT_POLICY=passive (#83058) by Jonathan Peyton · 1 year, 3 months ago
- 822142f [OpenMP][OMPD] libompd must not link libomp (#83119) by Joachim · 1 year, 3 months ago
- a4dcfbc [OpenMP][AIX] XFAIL capacity tests on AIX in 32-bit (#83014) by Xing Xue · 1 year, 3 months ago
- 9e7c0b1 [OpenMP] Implement __kmp_is_address_mapped on DragonFlyBSD. (#82895) by David CARLIER · 1 year, 3 months ago
- 94100bc [OpenMP][AIX]Add assembly file containing microtasking routines and unnamed common block definitions (#81770) by Xing Xue · 1 year, 4 months ago
- 4b9c089 [OpenMP] [test] Skip the -mlong-double-80 test on MSVC ABI (#81115) by Martin Storsjö · 1 year, 4 months ago
- 2de269a [OpenMP][AIX] Set worker stack size to 2 x KMP_DEFAULT_STKSIZE if system stack size is too big (#81996) by Xing Xue · 1 year, 4 months ago
- ac97562 [OpenMP][AIX]Define struct kmp_base_tas_lock with the order of two members swapped for big-endian (#79188) by Xing Xue · 1 year, 4 months ago
- 94272a5 [OpenMP] Fix libomp debug build. (#81029) by Daniil Fukalov · 1 year, 4 months ago
- 7a9b0e4 [OpenMP][test]Flip bit-fields in 'struct flags' for big-endian in test cases (#79895) by Xing Xue · 1 year, 4 months ago
- edfc21a [OMPD] Runtime Entry Point functions for OMPD in libomp.so need C linkage as per standard. (#79246) by vigbalu · 1 year, 4 months ago
- 2d2f962 [openmp] Add a dependency on the separate import library (#80449) by Martin Storsjö · 1 year, 4 months ago
- ca0e241 [openmp] Silence warning when compiling with MSVC targetting x86 by Alexandre Ganea · 1 year, 4 months ago
- 15fdc76 Re-land [openmp] Fix warnings when building on Windows with latest MSVC or Clang ToT (#77853) by Alexandre Ganea · 1 year, 4 months ago