- 34f8573 [OpenMP] Use generic IR for the OpenMP DeviceRTL (#119091) by Joseph Huber · 5 months ago
- ec27eb8 [OpenMP] Fix interoperability test compilation on OpenBSD (#119053) by Brad Smith · 5 months ago
- 2137ded [OpenMP] Add Maintainers.md file by David Spickett · 6 months ago
- 05bcf83 [OpenMP][Build][Wasm][116552] Fixed build problem when compiling with Emscripten on Windows (#116874) by Christian Oliveros · 6 months ago
- dc3156d [OpenMP] Don't hardcode _WIN32_WINNT for MinGW targets (#115708) by Martin Storsjö · 6 months ago
- de41b13 [Offload] Provide a CMake cache file to easily build offloading (#115074) by Joseph Huber · 7 months ago
- d3d8103 [OpenMP] Using `SimpleVLA` to handle vla usage in ompt-general.cpp. (#114583) by Daniel Chen · 7 months ago
- b57b3f6 [NFC] Simple typo correction. (#114548) by c8ef · 7 months ago
- eccdb24 [OpenMP] Create versioned libgomp softlinks (#112973) by Ye Luo · 7 months ago
- 5d07162 [OpenMP] Fix the test issue when `libomp` is built as a static library (#113522) by Shilei Tian · 7 months ago
- b55c52c Revert "Renormalize line endings whitespace only after dccebddb3b80" by Luke Drummond · 7 months ago
- af1e9c8 [OpenMP] Fix missing gtid argument in __kmp_print_tdg_dot function (#111986) by Josep Pinot · 7 months ago
- 9d98acb Renormalize line endings whitespace only after dccebddb3b80 by Luke Drummond · 7 months ago
- 4722c6b [openmp] Use core_siblings_list if physical_package_id not available (#111831) by Nikita Popov · 7 months ago
- 06eb10d [flang][driver] rename flang-new to flang (#110023) by Brad Richardson · 7 months ago
- b2edeb5 [openmp] Add option to disable tsan tests (#111548) by Nikita Popov · 7 months ago
- c62e61a [libomp][AIX] Use SO version "1" for AIX libomp (#111384) by Xing Xue · 8 months ago
- 4123050 [Offload][Doc] Add 'offload' in OpenMP target doc (#110141) by Baodi Shan · 8 months ago
- bde51d9 [libomp][AIX] Ensure only libomp.a is published on AIX (#109016) by Xing Xue · 8 months ago
- 54b1055 [OpenMP] LIBOMPTARGET_DEVICE_ARCHITECTURES requires semicolons (#107454) by Joel E. Denny · 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 · 9 months ago
- 5989709 [OpenMP] Miscellaneous small code improvements (#95603) by Hansang Bae · 9 months ago
- 74d23f1 [OpenMP] Implement 'omp_alloc' on the device (#102526) by Joseph Huber · 9 months ago
- 0160d81 [OpenMP] Rename worker threads for improved debuggability (#102065) by HighW4y2H3ll · 9 months ago
- 0aa22dc [OpenMP][AArch64] Fix branch protection in microtasks (#102317) by Tulio Magno Quites Machado Filho · 9 months ago
- 20baa9a [openmp][runtime] Silence warnings by Alexandre Ganea · 9 months ago
- f7b2c2e [openmp][WebAssembly] Allow openmp to compile and run under emscripten toolchain (#95169) by arsnyder16 · 10 months ago
- 9a10132 [Offload] Allow to record kernel launch stack traces (#100472) by Johannes Doerfert · 10 months ago
- c95abe9 [Offload] Implement double free (and other allocation error) reporting (#100261) by Johannes Doerfert · 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 · 10 months ago
- 10c6d63 Clear release notes for upcoming LLVM 20 dev cycle by Tobias Hieta · 10 months ago upstream/llvmorg-20-init
- 5c93a94 [Clang][OpenMP] Add interchange directive (#93022) by Michael Kruse · 10 months ago
- 80865c01 [Clang][OpenMP] Add reverse directive (#92916) by Michael Kruse · 10 months ago
- 7a72856 [OpenMP] Use new OMPT state and sync kinds for barrier events (#95602) by Hansang Bae · 10 months ago
- cf00bb0 [OpenMP] Fix comparison to None in openmp/**.py (#94020) by Eisuke Kawashima · 10 months ago
- 11a9ab1 [OpenMP] Fix comparison to True/False in openmp/**.py (#94041) by Eisuke Kawashima · 10 months ago
- be26e54 [openmp] Silence warning when building the x64 Windows LLVM release package by Alexandre Ganea · 11 months ago
- a14a53e [openmp] Add ompdModule dependency to check-ompd (#97736) by Nikita Popov · 11 months ago
- 8101cbf [ompd] Fix strict aliasing violation in TargetValue::getValue() (#97739) by Nikita Popov · 11 months ago
- 4c63672 [OpenMP] Fix use of ompt_start_tool in ompd test. (#97616) by Hansang Bae · 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 · 11 months ago
- 88dae3d [OpenMP][libomp] Remove Perl in favor of Python (#95307) by Jonathan Peyton · 11 months ago
- 597d2f7 [OpenMP] Add Environment Variable to disable Reuse of Blocks for High Loop Trip Counts (#89239) by Tim Gymnich · 11 months ago
- d4a0154 [llvm-project] Fix typo "seperate" (#95373) by Jay Foad · 11 months ago
- 89c92b0 [OpenMP][Offload] - Ensure OPENMP_STANDALONE_BUILD is defined (#94801) by estewart08 · 12 months ago
- ff77f67 [OpenMP][NFC] Fix warning for OpenMP standalone build (#93463) by Joachim · 12 months ago
- 2464f1c [OpenMP][OMPT] Add missing callbacks for asynchronous target tasks (#93472) by Joachim · 12 months ago
- b448efb Reapply "[OpenMP][OMPX] Add shfl_down_sync (#93311)" (#94139) by Shilei Tian · 12 months ago
- df9701b [OpenMP] Fix multiply installing `libomp.so` (#93685) by Joseph Huber · 12 months ago
- c09787b [OMPT] Set default values for tsan function pointers (#93568) by Franklin Zhang · 12 months ago
- cf9eeb6 Revert "Reapply "[OpenMP][OMPX] Add shfl_down_sync (#93311)"" by Shilei Tian · 12 months ago
- 7b48655 Reapply "[OpenMP][OMPX] Add shfl_down_sync (#93311)" by Shilei Tian · 12 months ago
- 8bdc577 [openmp] Revise IDE folder structure (#89750) by Michael Kruse · 12 months ago
- 9b31cc7 Revert "[OpenMP][OMPX] Add shfl_down_sync (#93311)" by Joseph Huber · 12 months ago
- 2669ee1 [OpenMP][AIX] Extend LIT test timeout limit (#93319) by Xing Xue · 12 months ago
- 098c6df [NFC][OpenMP][OMPX] Remove ';' that is outside of a function by Shilei Tian · 12 months ago
- 8c718a3 [OpenMP][OMPX] No default argument for C API by Shilei Tian · 12 months ago
- 4fb02de [OpenMP][OMPX] Add shfl_down_sync (#93311) by Shilei Tian · 12 months ago
- 7eeec8e [OpenMP][OMPX] Add ballot_sync (#91297) by Shilei Tian · 12 months ago
- c618ae1 [Offload] Rework handling for loading vendor runtimes (#93073) by Joseph Huber · 12 months ago
- c44fa3e [Clang] Refactor `__attribute__((assume))` (#84934) by Sirraide · 12 months ago
- 9120562 [Clang][OpenMP] Enable tile/unroll on iterator- and foreach-loops (#91459) by Michael Kruse · 12 months ago
- f60c699 [OpenMP] Fix intermediate header locations for OpenMP by Joseph Huber · 1 year ago
- 2ec8571 [OpenMP] Add back in `ENABLE_LIBOMPTARGET' definition by Joseph Huber · 1 year ago
- 332de4b [Offload] Correctly reject building on unsupported architectures (#92276) by Joseph Huber · 1 year ago
- b0b6c16 [Clang][OpenMP][Tile] Allow non-constant tile sizes. (#91345) by Michael Kruse · 1 year ago
- 561b6ab [OpenMP][AIX] Implement __kmp_get_load_balance() for AIX (#91520) by Xing Xue · 1 year ago
- 2a57657 [OpenMP] [Flang] Resolved Issue llvm#76121: Implemented Check for Unhandled Arguments in __kmpc_fork_call_if (#82221) by chandan singh · 1 year ago
- 73bb8d9 [OpenMP] Fix child processes to use affinity_none (#91391) by Jonathan Peyton · 1 year ago
- 41ca910 [OpenMP] Fix task state and taskteams for serial teams (#86859) by Jonathan Peyton · 1 year ago
- 02ce822 [NFC][OpenMP][OMPX] Move `declare variant` up by Shilei Tian · 1 year, 1 month ago
- 144091b [OpenMP][CMake] Revert standalone build LIBOMP_HEADERS_INSTALL_PATH (#91243) by David Tenty · 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, 1 month ago
- 49b209d0 Revert "[Libomptarget] Rework Record & Replay to be a plugin member" (#89028) by Jan Patrick Lehr · 1 year, 1 month ago
- 9a0a28f [Libomptarget] Rework Record & Replay to be a plugin member (#88928) by Joseph Huber · 1 year, 1 month 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, 1 month ago
- 454d449 [OpenMP] Use a memory fence before incrementing the dispatch buffer index (#87995) by Xing Xue · 1 year, 1 month ago
- faad4e3 [Libomptarget] Split PowerPC into separate triples (#88773) by Joseph Huber · 1 year, 1 month ago
- 5300a673 [OpenMP] Fix re-locking hang found in issue 86684 (#88539) by Jonathan Peyton · 1 year, 1 month ago
- b3792ae [OpenMP][AIX] Fix test config for AIX (#88272) by Xing Xue · 1 year, 1 month ago
- f81879c [Libomptarget] Add RPC-based printf implementation for OpenMP #85638 by Joseph Huber · 1 year, 1 month ago
- a8f9f85 [Libomptarget][NFC] Fix unused variable warnings by Joseph Huber · 1 year, 1 month ago
- d022f6b [Libomp] Place generated OpenMP headers into build resource directory (#88007) by Joseph Huber · 1 year, 1 month ago
- 25e3d2b Revert "[Libomp] Place generated OpenMP headers into build resource d… (#88083) by Pete Steinfeld · 1 year, 1 month ago
- 8671429 [Libomp] Place generated OpenMP headers into build resource directory (#88007) by Joseph Huber · 1 year, 1 month 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
- 943f39d Revert "[Libomptarget] Add RPC-based `printf` implementation for OpenMP (#85638)" by Joseph Huber · 1 year, 2 months ago