aboutsummaryrefslogtreecommitdiff
path: root/openmp
AgeCommit message (Expand)AuthorFilesLines
2023-06-03[CMake] Ensure `CLANG_RESOURCE_DIR` is respected.paperchalice1-2/+2
2023-06-03Revert "[CMake] Ensure `CLANG_RESOURCE_DIR` is respected."Martin Storsjö1-2/+2
2023-06-02[CMake] Ensure `CLANG_RESOURCE_DIR` is respected.paperchalice1-2/+2
2023-06-02[OpenMP] Fix transformed loop's var privacyJoel E. Denny1-0/+62
2023-05-31[OpenMP] Remove 'keep_alive' functionality from the device RTLJoseph Huber3-30/+4
2023-05-30[NFC][OpenMP] Remove unused variable `new_iv_saved` in `openmp/runtime/src/km...Shilei Tian1-4/+0
2023-05-28Fix typos in documentationKazu Hirata1-6/+6
2023-05-27Reland "[CMake] Bumps minimum version to 3.20.0.Mark de Wever8-19/+10
2023-05-26skip test run on amdgcn-amd-amdhsaJennifer Yu1-0/+2
2023-05-26Fix runtime crash inside __kmpc_init_allocatorJennifer Yu1-0/+56
2023-05-25[NFC][Py Reformat] Reformat python files in the rest of the dirsTobias Hieta9-1392/+1785
2023-05-24Enable up to 64 arguments for outlined regions in OpenMP device code.Doru Bercea1-0/+530
2023-05-24[OpenMP][libomp] Implement KMP_DLSYM_NEXT on WindowsHansang Bae3-5/+40
2023-05-23[OpenMP][NFC] clang-format the OpenMP device runtimeJoseph Huber8-358/+223
2023-05-23[OpenMP] Insert missing variable update inside loopJonathan Peyton2-0/+34
2023-05-23[OpenMP][Tests][NFC] Mark unsupported libomp tests for GCCJoachim Jenke7-2/+23
2023-05-23[OpenMP][Tests][NFC] Mark unsupported OMPT tests for GCCJoachim Jenke2-0/+5
2023-05-23[OpenMP][Tests][NFC] Fix libarcher tests for GCCJoachim Jenke4-4/+4
2023-05-18[OpenMP] remove usage of std::abs in the new loop collapse support codeVadim Paretsky1-11/+16
2023-05-18[OpenMP] Add JIT and IR testsJohannes Doerfert4-0/+173
2023-05-18[OpenMP][NFC] Eliminate warningJohannes Doerfert1-3/+1
2023-05-17[OpenMP]Fix trivial build failure in MacOSMats Petersson1-0/+2
2023-05-17Revert "Reland "[CMake] Bumps minimum version to 3.20.0.""Nico Weber8-10/+19
2023-05-16[OpenMP] Compile assembly files as ASM, not CMartin Storsjö2-3/+1
2023-05-16[OpenMP] Use CMAKE_CXX_STANDARD for setting the C++ versionMartin Storsjö3-6/+12
2023-05-15[OpenMP] Implement task record and replay mechanismChenle Yu15-7/+917
2023-05-13Reland "[CMake] Bumps minimum version to 3.20.0."Mark de Wever7-16/+9
2023-05-12[OpenMP] remove an erroneous assert on the location argumentVadim Paretsky1-1/+0
2023-05-12[OpenMP] Fix GCC build issues and restore "Additional APIs used by the MSVC c...Vadim Paretsky4-0/+1727
2023-05-10[Libomptarget] Fix AMDGPU Note handling after D150022Joseph Huber2-4/+4
2023-05-09[OpenMP][libomptarget] Init device when printing device infoKevin Sala1-0/+6
2023-05-09[OpenMP][libomptarget] Improve device info printing in NextGen pluginsKevin Sala5-146/+464
2023-05-08[OpenMP] Fix incorrect interop type for number of dependenciesJoseph Huber1-1/+1
2023-05-06[OpenMP] Make `libomptarget` link against `libomp`Shilei Tian2-2/+13
2023-05-06[NFC][OpenMP] Remove trailing whitespaces in `openmp/runtime/src/CMakeLists.txt`Shilei Tian1-3/+3
2023-05-06Revert "Reland "[CMake] Bumps minimum version to 3.20.0.""Mark de Wever7-9/+16
2023-05-06Reland "[CMake] Bumps minimum version to 3.20.0."Mark de Wever7-16/+9
2023-05-05[OpenMP] [OMPT] [amdgpu] [4/8] Implemented callback registration in nextgen p...Dhruva Chakrabarti12-13/+258
2023-05-04[docs] Hide collaboration and include graphs in doxygen docsTimm Bäder2-6/+6
2023-05-04[OpenMP][libomptarget][AMDGPU] Enable active HSA wait stategregrodgers2-6/+36
2023-05-03Revert "[openmp] [test] Set __COMPAT_LAYER=RunAsInvoker when running tests on...Martin Storsjö1-8/+0
2023-05-02[OpenMP] Fix libomptarget test mapping/ompx_hold/struct.cJoel E. Denny1-7/+14
2023-05-02Revert "[OpenMP] [OMPT] [amdgpu] [4/8] Implemented callback registration in n...Shilei Tian12-245/+13
2023-05-02[OpenMP] [OMPT] [amdgpu] [4/8] Implemented callback registration in nextgen p...Dhruva Chakrabarti12-13/+245
2023-05-02[OpenMP] In libomptarget, assume alignment at powers of twoJoel E. Denny2-2/+90
2023-05-02Revert "[OpenMP] Make `libomptarget` link against `libomp`"Shilei Tian1-4/+0
2023-05-01[OpenMP] Make `libomptarget` link against `libomp`Shilei Tian1-0/+4
2023-05-01[OpenMP] Handle function calls from `libomp` to `libomptarget` correctlyShilei Tian3-3/+26
2023-05-01Revert "[OpenMP] Handle function calls from `libomp` to `libomptarget` correc...Shilei Tian3-26/+3
2023-05-01[OpenMP] Handle function calls from `libomp` to `libomptarget` correctlyShilei Tian3-3/+26