aboutsummaryrefslogtreecommitdiff
path: root/openmp
AgeCommit message (Expand)AuthorFilesLines
2023-07-04[Libomptarget] Correctly implement `getWTime` on AMDGPUJoseph Huber9-14/+47
2023-07-04[Libomptarget] Fix misused macro name preventing printing of library nameJoseph Huber1-1/+1
2023-07-03[OpenMP] libomptarget: Don't map alignment padding to hostJoel E. Denny5-54/+89
2023-06-30[OpenMP] Added memory scope to atomic::inc API and used the device scope in r...Dhruva Chakrabarti3-20/+43
2023-06-29[OpenMP] Adjust using the NVPTX architecture detection toolJoseph Huber1-3/+10
2023-06-28[flang][openmp] Fortran offloading testEthan Luis McDonough6-1/+76
2023-06-28OpenMP: Revert accidental cmake change to make amdgpu-arch errors fatalMatt Arsenault1-2/+1
2023-06-28OpenMP/cmake: Use TARGET instead of looking for amdgpu-archMatt Arsenault1-2/+8
2023-06-26Move SubtargetFeature.h from MC to TargetParserJob Noorman1-1/+1
2023-06-25[openmp] remove initializeRewriteSymbolsLegacyPassPassShao-Ce SUN1-43/+0
2023-06-23Revert "OpenMP/cmake: Use list append instead of repeating variable name"Matt Arsenault1-13/+13
2023-06-23OpenMP/cmake: Use DEPFILE instead of IMPLICIT_DEPENDSMatt Arsenault1-2/+4
2023-06-23OpenMP/cmake: Use list append instead of repeating variable nameMatt Arsenault1-13/+13
2023-06-20[OpenMP] Disable some tests for AArch64Carlos Eduardo Seo5-0/+10
2023-06-19[OpenMP] Implement printing TDGs to dot filesAdrian Munera5-0/+129
2023-06-15[OpenMP] Update the default version of OpenMP to 5.1Animesh Kumar18-25/+25
2023-06-14[OpenMP] Fix the issue in openmp/runtime/test/parallel/bug63197.cShilei Tian1-3/+6
2023-06-14[OpenMP] Use 0 instead of false in the test bug63197.cShilei Tian1-1/+1
2023-06-14[OpenMP] Fix the issue where `num_threads` still takes effect incorrectlyShilei Tian2-0/+20
2023-06-08[OpenMP] Fix --libomptarget-nvptx-bc-path in testsJoel E. Denny1-1/+1
2023-06-05[Attributor] Identify and remove no-op fencesJohannes Doerfert1-4/+2
2023-06-05[OpenMP] Improve default block count selection fow low block countsJohannes Doerfert4-8/+114
2023-06-05[OpenMP][libomp] Allow white spaces in OMP_TARGET_OFFLOAD valueHansang Bae1-7/+24
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