summaryrefslogtreecommitdiff
path: root/openmp
Commit message (Expand)AuthorAgeFilesLines
* [OpenMP] Fix the wrong use of `fopen`Shilei Tian2023-03-091-4/+2
* [OpenMP] Fix extra parenthesis in kmp_os.hVadim Paretsky (Intel Americas Inc)2023-03-091-1/+1
* [OpenMP][libomp] Remove false positive for memory sanitizerJonathan Peyton2023-03-022-4/+6
* [OpenMP] Make isDone lightweight without calling synchronizeYe Luo2023-02-204-20/+8
* [Libomptarget] Check errors when synchronizing the async queueJoseph Huber2023-02-204-6/+16
* [OpenMP] Recover non-blocking target nowait disabled by D141232Ye Luo2023-02-161-2/+6
* [Libomptarget] Remove dependency on the DeviceRTL from the GPU pluginsJoseph Huber2023-02-144-4/+0
* [openmp] Fix building z_Linux_asm.S for armv5tMartin Storsjö2023-02-131-1/+4
* [OpenMP][libomp] Fix CMake version symbol testingJonathan Peyton2023-02-052-5/+5
* [OpenMP][NVPTX] Added `__tgt_rtl_launch_kernel` in old CUDA pluginShilei Tian2023-02-021-0/+15
* [OpenMP] Fix stack overflow for test bug54082.cShilei Tian2023-01-271-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][libomptarget] Implement memory lock/unlock API in NextGen pluginsKevin Sala2023-01-255-57/+330
* [OpenMP] Do not link the bitcode OpenMP runtime when targeting AMDGPU.Joseph Huber2023-01-241-2/+0
* [OpenMP][docs] Update for record-and-replayGiorgis Georgakoudis2023-01-241-0/+11
* [OpenMP] Disable tests that are not supported by GCC if it is used for testingShilei Tian2023-01-242-0/+6
* [OpenMP][NFC] Augment release notesJohannes Doerfert2023-01-241-0/+8
* [OpenMP][Doc] Update release notes with NextGen pluginsKevin Sala2023-01-241-0/+11
* [OpenMP][Docs] Add non-blocking target nowait environment variablesGuilherme Valarini2023-01-241-0/+11
* [OpenMP][Doc] Update release note for 16 releaseShilei Tian2023-01-241-7/+20
* [OpenMP][Docs] Add some release notes for OpenMPJoseph Huber2023-01-241-0/+20
* Revert "[OpenMP][Archer] Use dlsym rather than weak symbols for TSan annotati...Slava Zakharin2023-01-241-12/+48
* [OpenMP][Archer] Use dlsym rather than weak symbols for TSan annotationsJoachim Protze2023-01-241-48/+12
* [OpenMP] Run the Attributor as part of the device runtime optimizationJohannes Doerfert2023-01-231-1/+1
* [Libomptarget] Use the nextgen plugins by default.Joseph Huber2023-01-232-2/+3
* [NFC] Consolidate llvm::CodeGenOpt::Level handlingScott Linder2023-01-231-15/+4
* [docs] Add release notes for news in 16.x done by me, or otherwise relating t...Martin Storsjö2023-01-231-0/+5
* [Libomptarget][NFC] Address a few warnings in libomptargetJoseph Huber2023-01-236-12/+14
* [Libomptarget] Include "hsa/hsa.h" insteadJoseph Huber2023-01-232-2/+23
* [Libomptarget][NFC] Silence unknown CUDA version warningsJoseph Huber2023-01-231-0/+1
* [OpenMP][DeviceRTL][NFC] Use `OMPTgtExecModeFlags` from `llvm/include/llvm/Fr...Shilei Tian2023-01-222-7/+6
* [OpenMP][FIX] Use thread id not team id for masked sectionJohannes Doerfert2023-01-221-1/+1
* [OpenMP][FIX] Split test into amdgpu and nvptx specific onesJohannes Doerfert2023-01-213-3/+15
* [OpenMP] Introduce the `ompx_dyn_cgroup_mem(<N>)` clauseJohannes Doerfert2023-01-217-44/+115
* [OpenMP][FIX] Runtime args are not kernel argsJohannes Doerfert2023-01-213-7/+15
* [OpenMP] Modernize the kernel launching interface and APIsJohannes Doerfert2023-01-2119-325/+243
* [openmp] Workaround for HSA in issue 60119Jon Chesterfield2023-01-215-7/+33
* [OpenMP] Remove unfinished and unused 'Analyzer' toolJoseph Huber2023-01-203-100/+0
* [OpenMP] Fix for distributed barrier.Terry Wilmarth2023-01-201-6/+6
* [OpenMP] Only test kmp_atomic_float10_max_min.c on X86Shilei Tian2023-01-203-1/+8
* [OpenMP][libomptarget] Fix deinit of NextGen AMDGPU pluginKevin Sala2023-01-201-4/+21
* [libomp] Explicitly include <string> header (NFC)Nikita Popov2023-01-201-0/+1
* [OpenMP] Build device runtimes for sm_89 and sm_90Ye Luo2023-01-191-1/+1
* [OpenMP][libomp] Insert correct HWLOC version guardsGilles Gouaillardet2023-01-191-0/+8
* [OpenMP][Fix] Track all threads that may delete an entryGuilherme Valarini2023-01-194-162/+162
* [OpenMP][OMPT] Expect failure from tool_available_search.c on macOSShilei Tian2023-01-182-5/+9
* [OpenMP][AMDGPU] Get rid of redundant macro defShilei Tian2023-01-181-0/+2
* [OpenMP] Fix inconsistent task state if hot team is not usedShilei Tian2023-01-181-0/+6
* [OpenMP] RecordReplay saves bitcode when JIT-ingGiorgis Georgakoudis2023-01-182-2/+21