summaryrefslogtreecommitdiff
path: root/openmp/runtime/src/kmp_os.h
AgeCommit message (Expand)Author
2025-04-01[OpenMP] allow openmp build for sparc (#133239)Petr Sumbera
2025-02-17[OpenMP][libomp] Add OpenBSD, NetBSD and DragonFly stdarg handling (#126182)Brad Smith
2024-08-07[openmp][WebAssembly] Allow openmp to compile and run under emscripten toolch...arsnyder16
2024-04-02[OpenMP] arm64_32 port for Apple WatchOS (#87246)nihui
2024-03-22[OpenMP][AIX] Affinity implementation for AIX (#84984)Xing Xue
2024-03-10[openmp] adding affinity support to DragonFlyBSD. (#84672)David CARLIER
2024-03-09[openmp] porting affinity feature to netbsd. (#84618)David CARLIER
2024-01-25[openmp] Silence warning when compiling with MSVC targetting x86Alexandre Ganea
2024-01-23Re-land [openmp] Fix warnings when building on Windows with latest MSVC or Cl...Alexandre Ganea
2024-01-23Revert 10f3296dd7d74c975f208a8569221dc8f96d1db1 - [openmp] Fix warnings when ...Alexandre Ganea
2024-01-23[openmp] Fix warnings when building on Windows with latest MSVC or Clang ToT ...Alexandre Ganea
2024-01-08[openmp][AIX]Initial changes for porting to AIX (#76841)Xing Xue
2023-12-14[openmp][wasm] Allow compiling OpenMP to WebAssembly (#71297)Andrew Brown
2023-12-01[OpenMP] Re-enable KMP_HAVE_QUAD on NetBSD 10.0 with GCC 10.5 (#73478)Brad Smith
2023-11-03Add openmp support to System z (#66081)Neale Ferguson
2023-09-10[OpenMP][VE] Support OpenMP runtime on VEKazushi (Jam) Marukawa
2023-05-24[OpenMP][libomp] Implement KMP_DLSYM_NEXT on WindowsHansang Bae
2023-02-13[OpenMP] Fix extra parenthesis in kmp_os.hVadim Paretsky (Intel Americas Inc)
2022-12-07Enable kmpc_atomic functions for arm64Bran Hagger
2022-11-28[openmp] Use GCC style intrinsics for atomics on Clang-cl on aarch64 tooMartin Storsjö
2022-11-25[openmp] Support building for armv7 Windows with mingw toolsMartin Storsjö
2022-11-08[OpenMP][mingw] Fix build for aarch64 targetAlvin Wong
2022-09-19[OpenMP] Add LoongArch64 supportSignKirigami
2022-09-08[OpenMP][libomp] Cleanup __kmpc_flush() codeJonathan Peyton
2022-07-19[OpenMP][libomp] Fix fallthrough attribute detection for Intel compilersJonathan Peyton
2022-06-02[OpenMP] omp_get_proc_id uses sched_getcpu fallback on FreeBSD 13.1 and above.David CARLIER
2022-05-12[openmp] Fix strict aliasing issue in cmpxchg routineserge-sans-paille
2022-02-14[OpenMP][libomp] Introduce oneAPI compiler supportJonathan Peyton
2021-10-01[OpenMP][host runtime] Introduce kmp_cpuinfo_flags_t to replace integer flagsPeyton, Jonathan L
2021-07-29[OpenMP] libomp: Add new experimental barrier: two-level distributed barrierTerry Wilmarth
2021-07-13[OpenMP][NFC] Change comment style to eliminate warnings from GCCPeyton, Jonathan L
2021-06-29Revert "[OpenMP] Add Two-level Distributed Barrier"Johannes Doerfert
2021-06-16[OpenMP] Add Two-level Distributed BarrierTerry Wilmarth
2021-06-15[OpenMP] Add GOMP 5.0 version symbols to APIPeyton, Jonathan L
2021-05-11[OpenMP] Changes to enable MSVC ARM64 build of libompChristopher Pulido
2021-04-05[OpenMP] Fix incorrect KMP_STRLEN() macroPeyton, Jonathan L
2021-02-20[OpenMP][NFC] clang-format the whole openmp projectShilei Tian
2021-02-11[OpenMP] Enable omp_get_num_devices() on WindowsHansang Bae
2020-12-01[OpenMP] Add support for Intel's umonitor/umwaitTerry Wilmarth
2020-11-20Revert "[OpenMP] Add support for Intel's umonitor/umwait"AndreyChurbanov
2020-11-19[OpenMP] Add support for Intel's umonitor/umwaitAndreyChurbanov
2020-08-24Add <stdarg.h> include to kmp_os.h, to get the va_list type, requiredDimitry Andric
2020-08-24Move special va_list handling to kmp_os.hDimitry Andric
2020-07-31[OpenMP] Use weak attribute in interface only for static libraryJoachim Protze
2020-07-28Re-land "[PowerPC] Remove QPX/A2Q BGQ/BGP CNK support"Jinsong Ji
2020-07-27Revert "[PowerPC] Remove QPX/A2Q BGQ/BGP CNK support"Jinsong Ji
2020-07-27[PowerPC] Remove QPX/A2Q BGQ/BGP CNK supportJinsong Ji
2020-01-06[OpenMP] Fix incorrect property of __has_attribute() macroKelvin Li
2019-10-08[OpenMP] Enable thread affinity on FreeBSDDavid Carlier
2019-07-25[OpenMP] RISCV64 portJonas Hahnfeld