aboutsummaryrefslogtreecommitdiff
path: root/openmp
Commit message (Expand)AuthorAgeFilesLines
* [OpenMP] Define omp_is_initial_device() variants in omp.hHansang Bae2021-04-062-0/+39
* [OpenMP] Fix incorrect KMP_STRLEN() macroPeyton, Jonathan L2021-04-052-3/+13
* [OpenMP][NFC] Fix typo in libomptarget error messageJoseph Huber2021-04-011-1/+1
* [OpenMP] Trim error messages in CUDA pluginJoseph Huber2021-03-292-17/+15
* [OPENMP]Map data field with l-value reference types.Alexey Bataev2021-03-291-0/+69
* [OpenMP] Reset async stream properly upon failureJoseph Huber2021-03-261-8/+7
* [OpenMP] Misc. changes that add or remove pointer/bound checksHansang Bae2021-03-239-26/+45
* [OpenMP] Fixed a crash in hidden helper threadShilei Tian2021-03-184-4/+94
* [libomptarget] Add register usage info to kernel metadataJon Chesterfield2021-03-183-4/+46
* Revert "[libomptarget] Build amdgcn devicertl by default"Jon Chesterfield2021-03-172-2/+1
* [OpenMP] Add runtime interface for OpenMP 5.1 error directiveHansang Bae2021-03-168-2/+96
* [OpenMP][FIX] Repair accidental replacement of _shfl_sync with _shflJohannes Doerfert2021-03-151-2/+2
* [libomptarget] Build amdgcn devicertl by defaultJon Chesterfield2021-03-152-1/+2
* [OpenMP] Remove unused cpu_stackoffset memberPeyton, Jonathan L2021-03-152-11/+0
* [libomptarget][nfc][amdgcn] Use precise triple for devicertl buildJon Chesterfield2021-03-151-1/+1
* [libomptarget][nfc] Drop unused DEVICE macroJon Chesterfield2021-03-1513-138/+129
* [libomptarget] Build amdgpu plugin by defaultJon Chesterfield2021-03-151-0/+1
* [libomptarget] Fix devicertl buildJon Chesterfield2021-03-154-37/+43
* [libomptarget] Drop assert.h, use freestanding for amdgcn devicertlJon Chesterfield2021-03-152-11/+5
* [libomptarget][amdgcn] Drop use of inttypes.h, moving closer to freestandingJon Chesterfield2021-03-152-2/+5
* [libomptarget] Add allocator support for target memoryGeorge Rokos2021-03-1314-36/+119
* [OpenMP][NFC] Use `AsyncInfo` as the variable name for a `__tgt_async_info`Johannes Doerfert2021-03-118-142/+137
* [OpenMP][DeviceRTL] Extract shuffle idiom and port it to declare variantJohannes Doerfert2021-03-1110-46/+143
* [OpenMP] Restore backwards compatibility for libomptargetJoseph Huber2021-03-115-10/+18
* Rename top-level LICENSE.txt files to LICENSE.TXTLeonard Chan2021-03-101-0/+0
* [OpenMP] libomp: eliminate pause from atomic CAS loopsAndreyChurbanov2021-03-091-11/+1
* [OpenMP] NFC: temporarily disable assertion until the bug with dependences is...AndreyChurbanov2021-03-081-1/+2
* [OpenMP][Clang][NVPTX] Only build one bitcode library for each SMShilei Tian2021-03-082-87/+40
* [OpenMP] Fix potential integer overflow in dynamic schedule codePeyton, Jonathan L2021-03-082-9/+85
* Added API for "masked" construct via two entrypoints: __kmpc_masked,tlwilmar2021-03-0520-225/+326
* [OpenMP] Encapsulate more in checkDeviceAndCtorsJoel E. Denny2021-03-043-221/+121
* [OpenMP] Fix lone target exit dataJoel E. Denny2021-03-042-10/+20
* [OpenMP] Fix support for device as hostJoel E. Denny2021-03-043-0/+287
* [OpenMP] Add allocator support for target memoryHansang Bae2021-03-029-2/+155
* [OPENMP50]Mapping of the subcomponents with the 'default' mappers.Alexey Bataev2021-03-023-15/+93
* [OpenMP] Fix clang-cl build error regarding TSX intrinsicsPeyton, Jonathan L2021-03-021-0/+5
* [OpenMP] libomp minor cleanupAndreyChurbanov2021-02-263-3/+6
* [OpenMP] libomp: fix ittnotify stack stitching for teams constructAndreyChurbanov2021-02-261-15/+50
* [OpenMP] Fix accidental addition of use omp_lib_kindsPeyton, Jonathan L2021-02-251-2/+0
* Prefer /usr/bin/env xxx over /usr/bin/xxx where xxx = perl, python, awkHarmen Stoppels2021-02-253-3/+3
* [libomptarget] Fixed MSVC build fail caused by __attribute__((used)).Vyacheslav Zakharin2021-02-241-2/+14
* [OpenMP][Tests][NFC] rename macro to avoid naming clashJoachim Protze2021-02-241-1/+1
* [OpenMP] Fixed a crash when offloading to x86_64 with target nowaitShilei Tian2021-02-242-1/+150
* [OpenMP][Tests][NFC] lit might also be known as llvm-lit.pyJoachim Protze2021-02-241-1/+1
* [libomptarget] Load images in order of registrationManoel Roemmer2021-02-247-5/+23
* [OpenMP][Tests][NFC] rename macro to avoid naming clashJoachim Protze2021-02-241-24/+24
* [OpenMP][Tests][NFC] rename macro to avoid naming clashJoachim Protze2021-02-245-36/+36
* [OpenMP][NVPTX] Fixed a compilation error in deviceRTLs caused by unsupported...Shilei Tian2021-02-231-1/+1
* [OpenMP] Help static loop code avoid over/underflowPeyton, Jonathan L2021-02-223-9/+136
* [OpenMP] Remove shutdown attempt on Windows process detachPeyton, Jonathan L2021-02-221-82/+13