summaryrefslogtreecommitdiff
path: root/openmp/runtime
Commit message (Expand)AuthorAgeFilesLines
* [OpenMP]Fix trivial build failure in MacOSMats Petersson2023-05-171-0/+2
* Revert "Reland "[CMake] Bumps minimum version to 3.20.0.""Nico Weber2023-05-171-0/+2
* [OpenMP] Compile assembly files as ASM, not CMartin Storsjö2023-05-161-2/+0
* [OpenMP] Implement task record and replay mechanismChenle Yu2023-05-1515-7/+917
* [OpenMP] remove an erroneous assert on the location argumentVadim Paretsky2023-05-121-1/+0
* [OpenMP] Fix GCC build issues and restore "Additional APIs used by the MSVC c...Vadim Paretsky2023-05-124-0/+1727
* [OpenMP] Make `libomptarget` link against `libomp`Shilei Tian2023-05-061-2/+9
* [NFC][OpenMP] Remove trailing whitespaces in `openmp/runtime/src/CMakeLists.txt`Shilei Tian2023-05-061-3/+3
* [docs] Hide collaboration and include graphs in doxygen docsTimm Bäder2023-05-041-3/+3
* Revert "[openmp] [test] Set __COMPAT_LAYER=RunAsInvoker when running tests on...Martin Storsjö2023-05-031-8/+0
* [OpenMP] Handle function calls from `libomp` to `libomptarget` correctlyShilei Tian2023-05-013-3/+26
* Revert "[OpenMP] Handle function calls from `libomp` to `libomptarget` correc...Shilei Tian2023-05-013-26/+3
* [OpenMP] Handle function calls from `libomp` to `libomptarget` correctlyShilei Tian2023-05-013-3/+26
* [OpenMP] Add LIT test on task depend clauseAnimesh Kumar2023-04-281-0/+86
* Revert "[OpenMP] Fix GCC build issues and restore "Additional APIs used by the"Joseph Huber2023-04-244-1714/+0
* [OpenMP] Fix GCC build issues and restore "Additional APIs used by theNatalia Glagoleva2023-04-244-0/+1714
* Revert "[OpenMP] Additional APIs used by the MSVC compiler for loop collapse"Slava Zakharin2023-04-214-1714/+0
* [OpenMP] Additional APIs used by the MSVC compiler for loop collapseNatalia Glagoleva2023-04-214-0/+1714
* Fix an issue with th_task_state_memo_stack and proxy/helper tasksAlex Duran2023-04-211-0/+46
* [OpenMP] Replace libomp_check_linker_flag with llvm_check_compiler_linker_flagNikita Popov2023-04-212-81/+9
* Revert "Revert "Revert "[CMake] Bumps minimum version to 3.20.0."""Mark de Wever2023-04-151-1/+1
* Revert "Revert "[CMake] Bumps minimum version to 3.20.0.""Mark de Wever2023-04-151-1/+1
* [OpenMP] Fix an OpenMP Windows build problemVadim Paretsky2023-03-272-6/+18
* Revert "Reland "[CMake] Bumps minimum version to 3.20.0.""Mark de Wever2023-03-181-1/+1
* Reland "[CMake] Bumps minimum version to 3.20.0."Mark de Wever2023-03-181-1/+1
* [OpenMP] remove obsolete symbol defintionsVadim Paretsky2023-03-134-50/+0
* [OPENMP]Fix PR59947: "Partially-triangular" loop collapse crashes.Alexey Bataev2023-03-081-0/+37
* Revert "[CMake] Bumps minimum version to 3.20.0."Mark de Wever2023-03-041-1/+1
* [CMake] Bumps minimum version to 3.20.0.Mark de Wever2023-03-041-1/+1
* This check-in makes the following improvements to the OpenMP Windows build:Vadim Paretsky (Intel Americas Inc)2023-03-021-43/+27
* [OpenMP] Remove uses of ATOMIC_VAR_INITFangrui Song2023-02-243-11/+7
* [OpenMP] Fix the wrong use of `fopen`Shilei Tian2023-02-231-4/+2
* [OpenMP] Target memory allocator fallback to default when no device availableNawrin Sultana2023-02-222-2/+7
* [OpenMP] Update the bug report link for `libomp` assertion failuresJoseph Huber2023-02-211-1/+1
* [openmp] Fix building for mingw targets after import library changesMartin Storsjö2023-02-152-14/+33
* [OpenMP]Fix PR55970: Miscompile of collapse(3) with non-rectangular loop nest.Alexey Bataev2023-02-141-0/+22
* [OpenMP] Fix extra parenthesis in kmp_os.hVadim Paretsky (Intel Americas Inc)2023-02-131-1/+1
* [OpenMP] Add check for target allocator regardless of the availability of lib...Nawrin Sultana2023-02-131-28/+30
* [OpenMP] generate the Windows import library that imports by name ratherVadim Paretsky (Intel Americas Inc)2023-02-133-35/+36
* [openmp] Fix building z_Linux_asm.S for armv5tMartin Storsjö2023-02-111-1/+4
* Fix initialization of th_task_state on each thread on expanding hot teams.Terry Wilmarth2023-02-081-15/+4
* [OpenMP][libomp] Remove false positive for memory sanitizerJonathan Peyton2023-02-072-4/+6
* Revert "[OpenMP][libomp] Remove false positive for memory sanitizer"Ron Lieberman2023-02-062-4/+4
* [OpenMP][libomp] Remove false positive for memory sanitizerJonathan Peyton2023-02-062-4/+4
* [OpenMP][libomp] Fix CMake version symbol testingJonathan Peyton2023-02-032-5/+5
* [OpenMP] Guard the code if ITT is not usedShilei Tian2023-02-021-0/+2
* [OpenMP] Fix stack overflow for test bug54082.cShilei Tian2023-01-261-1/+1
* [Clang][OpenMP] Find the type `omp_allocator_handle_t` from identifier tableShilei Tian2023-01-241-0/+54
* [OpenMP] Create a temp file in /tmp if /dev/shm is not accessibleShilei Tian2023-01-241-8/+39
* [OpenMP] Disable tests that are not supported by GCC if it is used for testingShilei Tian2023-01-242-0/+6