aboutsummaryrefslogtreecommitdiff
path: root/openmp
AgeCommit message (Expand)AuthorFilesLines
2022-12-15[OpenMP][libomptarget] Add utility header for AMDGPU pluginsKevin Sala4-115/+146
2022-12-14[OpenMP] Add non-blocking support for target nowait regionsGuilherme Valarini19-211/+667
2022-12-14[NFC][OpenMP] Add missing LLVM headers on utility fileGuilherme Valarini1-0/+2
2022-12-14[OpenMP] Add API for pinned memoryCarlo Bertolli2-4/+35
2022-12-14[OpenMP] Add a missing dllexport for the new function __kmpc_fork_call_ifMartin Storsjö1-0/+1
2022-12-14[OpenMP] Fix detecting warning options for GCCMartin Storsjö4-28/+52
2022-12-13[OpenMP][NFCI] Remove effectively dead code in clang and the runtimeJohannes Doerfert2-4/+4
2022-12-14[OpenMP][Test] Make the output error message consistent with the commentgonglingqin2-3/+3
2022-12-14[openmp][amdgpu] Let fine grain and kernarg pools differJon Chesterfield1-2/+3
2022-12-13[OpenMP] Skip extra blank line when parsing /proc/cpuinfo on LoongArch64gonglingqin1-0/+11
2022-12-12Revert "[OpenMP][NFCI] Remove effectively dead code in clang and the runtime"Johannes Doerfert2-4/+4
2022-12-12[OpenMP][NFCI] Remove effectively dead code in clang and the runtimeJohannes Doerfert2-4/+4
2022-12-12[OpenMP] Refactoring: Move teams forking and serial region forking to separat...Terry Wilmarth1-469/+506
2022-12-12[OpenMP] add offload tests with reduction on complex data typesYe Luo2-5/+96
2022-12-11Revert "[OpenMP] Add `abort` to `FATAL_MESSAGE`"Shilei Tian1-1/+0
2022-12-11[OpenMP] Add `abort` to `FATAL_MESSAGE`Shilei Tian1-0/+1
2022-12-11[OpenMP][libomptarget] Add utility class for reference countingKevin Sala1-0/+31
2022-12-11[CMake] Warn when the version is older than 3.20.0.Mark de Wever1-0/+7
2022-12-09Revert "[OpenMP] Clang Support for taskwait nowait clause"Chi Chun Chen4-51/+10
2022-12-09[openmp][mlir] Lower parallel if to new fork_call_if function.David Truby4-0/+39
2022-12-08[openmp] Provide an assembly implementation of __kmp_invoke_microtask on ARMMartin Storsjö5-101/+154
2022-12-08[OpenMP] Clang Support for taskwait nowait clauseSunil K4-10/+51
2022-12-08[OpenMP] [OMPT] [3/8] Implemented callback registration in libomptargetDhruva Chakrabarti3-3/+83
2022-12-08[OpenMP][libomp] Fix version scripts after undefined version script changesJoseph Huber3-3/+61
2022-12-07Enable kmpc_atomic functions for arm64Bran Hagger4-20/+17
2022-12-07[OMPT][test] Fix mismatch error between the current address and the return ad...zhanglimin1-3/+5
2022-12-06[OpenMP] Refactor CMake files related to `PluginInterface` in `plugins-nextgen`Shilei Tian2-25/+43
2022-12-06Revert "[OpenMP] Use `add_llvm_library` to build the target `PluginInterface`...Roman Lebedev2-45/+28
2022-12-06[OpenMP] Use `add_llvm_library` to build the target `PluginInterface` in `plu...Shilei Tian2-28/+45
2022-12-06[OpenMP][libomp] Cleanup version script and exported symbolsJonathan Peyton3-3/+24
2022-12-05[OpenMP] Let predefined allocator fallback to default instead of returning nullNawrin Sultana1-3/+20
2022-12-06Revert "[OpenMP] Use `add_llvm_library` to build the target `PluginInterface`...Roman Lebedev1-19/+15
2022-12-05[OpenMP] Use `add_llvm_library` to build the target `PluginInterface` in `plu...Shilei Tian1-15/+19
2022-12-04[OpenMP][libomptarget] Add hasQueue() function in NextGen plugin's AsyncInfoW...Kevin Sala1-0/+3
2022-12-03[OpenMP][libomptarget] Simplify resource managers in NextGen pluginsKevin Sala3-94/+38
2022-12-03[OpenMP][libomptarget] Improve NextGen plugin interface for initializationKevin Sala4-170/+203
2022-12-03[OpenMP][libomptarget] Add minor fixes to NextGen pluginsKevin Sala3-13/+24
2022-12-03[OpenMP][libomptarget] Allow overriding function that gets ELF symbol infoKevin Sala2-10/+26
2022-12-01Revert "[OpenMP] [OMPT] [3/8] Implemented callback registration in libomptarget"Dhruva Chakrabarti2-75/+1
2022-12-01[OpenMP] [OMPT] [3/8] Implemented callback registration in libomptargetDhruva Chakrabarti2-1/+75
2022-11-30Revert "[OpenMP] [OMPD] Enable OMPD Tests"Vignesh Balasubramanian3-4/+32
2022-11-30[OpenMP] [OMPD] Enable OMPD TestsVignesh Balasubramanian3-32/+4
2022-11-29Revert "Add mean_anyway to hpc config"Ron Lieberman8-172/+27
2022-11-29[openmp] [test] Use stdint.h instead of manual code defining kmp_int*. NFC.Martin Storsjö2-14/+8
2022-11-29Reapply [openmp] [test] XFAIL many-microtask-args.c on ARMMartin Storsjö3-1/+24
2022-11-29Add mean_anyway to hpc configRon Lieberman8-27/+172
2022-11-29[Libomptarget][NFC] Add missing LLVM headerJoseph Huber1-0/+8
2022-11-28[check-openmp] fix bug49334 bot fails - temporaryRon Lieberman1-0/+3
2022-11-28[OpenMP][Test] Fixed the issue that lit complains test doesn't have run lineShilei Tian1-7/+0
2022-11-28[OpenMP][Test] Disable bug49334.cpp because of its flaky failureShilei Tian1-1/+3