summaryrefslogtreecommitdiffstats
path: root/openmp
Commit message (Expand)AuthorAgeFilesLines
* [OpenMP][OMPT] fix reduction test for 32-bit x86protze@itc.rwth-aachen.de2020-02-051-3/+7
* [openmp] Disable archer if LIBOMP_OMPT_SUPPORT is offMichał Górny2020-01-241-7/+9
* [OpenMP][Tool] Fix memory leak and double-allocationJoachim Protze2020-01-171-6/+3
* [LIBOMPTARGET] Do not increment/decrement the refcount for "declare target" o...George Rokos2020-01-144-43/+95
* [OpenMP][Tool] Runtime warning for missing TSan-optionJoachim Protze2020-01-142-0/+38
* [nfc][libomptarget] Refactor nvptx/target_impl.cuJon Chesterfield2020-01-141-8/+3
* [nfc][libomptarget] Refactor amdgcn target_implJon Chesterfield2020-01-143-60/+57
* [OpenMP][Tool] Improving stack trace for ArcherJoachim Protze2020-01-131-2/+18
* [OpenMP][Tool] Make tests for archer dependent on TSanJoachim Protze2020-01-1313-26/+33
* [LIBOMPTARGET]Ignore empty target descriptors.Alexey Bataev2020-01-102-0/+21
* [OpenMP] NFC: Fix trivial typos in commentsKazuaki Ishizaki2020-01-0739-72/+73
* [OpenMP] Fix incorrect property of __has_attribute() macroKelvin Li2020-01-061-1/+1
* [OpenMP] NFC: Fix trivial typos in commentsKelvin Li2020-01-0325-36/+36
* [libomptarget][nfc] Change unintentional target_impl prefix to kmpc_implJon Chesterfield2019-12-303-7/+7
* [OpenMP] Implementation of OMPT reduction callbacksprotze@itc.rwth-aachen.de2019-12-277-6/+181
* [libomptarget][nfc] Provide target_impl malloc/freeJon Chesterfield2019-12-195-3/+13
* [libomptarget][nvptx] Fix build, second symbol reorderingJonChesterfield2019-12-192-11/+11
* [libomptarget][nvptx] Fix build, symbol ordering in target_impl.hJon Chesterfield2019-12-192-11/+11
* [libomptarget][amdgcn] Correct return type of extern __clock64 to unsignedJonChesterfield2019-12-191-1/+1
* [libomptarget][nfc] Introduce atomic wrapper functionJon Chesterfield2019-12-188-25/+71
* [libomptarget][nfc] Extract function from data_sharing, move to commonJonChesterfield2019-12-185-17/+21
* [LIBOPENMP][NVPTX]Fix the build error in the runtime.Alexey Bataev2019-12-171-1/+1
* [libomptarget][nfc] Move three files under common, build them for amdgcnJonChesterfield2019-12-175-10/+9
* [libomptarget][nfc] Move omp locks under target_implJonChesterfield2019-12-178-31/+77
* [libomptarget][nfc] Move timer functions behind target_implJon Chesterfield2019-12-173-8/+23
* [libomptarget][nfc] Wrap cuda min() in target_implJon Chesterfield2019-12-175-5/+14
* Revert "Revert "[libomptarget] Move resource id functions into target specifi...JonChesterfield2019-12-164-13/+15
* Revert "[libomptarget] Move resource id functions into target specific code, ...Alexey Bataev2019-12-134-15/+13
* [libomptarget] Build most of common/src for amdgcnJon Chesterfield2019-12-131-1/+7
* [libomptarget][nfc] Add nop syncwarp function for amdgcnJon Chesterfield2019-12-131-0/+4
* [libomptarget][nfc] Add declarations of atomic functions for amdgcnJon Chesterfield2019-12-123-0/+42
* [libomptarget] Move resource id functions into target specific code, implemen...Jon Chesterfield2019-12-124-13/+15
* [libomptarget][nfc] Add missing header for amdgcn/target_implJon Chesterfield2019-12-121-1/+3
* [OpenMP] Fix linkage issue on FreeBSDDavid Carlier2019-12-061-1/+1
* [libomptarget][nfc] Move cuda threadfence functions behind kmpc_implJonChesterfield2019-12-067-13/+21
* [libomptarget][nfc] Move three more files to commonJon Chesterfield2019-12-064-6/+6
* [libomptarget][nfc] Introduce SHARED, ALIGN macrosJon Chesterfield2019-12-057-40/+44
* [libomptarget][nfc] Move omptarget-nvptx under commonJon Chesterfield2019-12-0513-17/+17
* [libomptarget] Build a minimal deviceRTL for amdgcnJonChesterfield2019-12-049-20/+162
* Revert "[libomptarget] Build a minimal deviceRTL for amdgcn"Alexey Bataev2019-12-035-183/+14
* [libomptarget] Build a minimal deviceRTL for amdgcnJon Chesterfield2019-12-035-14/+183
* [OpenMP] build offload plugins before testing themBryan Chan2019-11-283-1/+8
* [openmp] Fixed nonmonotonic schedule when #threads > #chunks in a loop.AndreyChurbanov2019-11-272-7/+48
* [openmp] Recognise ARMv7ve machine arch.AndreyChurbanov2019-11-261-1/+1
* [OpenMP][Tool] archer tests require tsanprotze@itc.rwth-aachen.de2019-11-2226-5/+25
* [OpenMP][Tool] disable archer tests in standalone buildprotze@itc.rwth-aachen.de2019-11-221-0/+5
* [OpenMP][Tool] Fix cmake variable in lit.site.cfg.inprotze@itc.rwth-aachen.de2019-11-221-1/+1
* [nfc][libomptarget] Remove casts of string literals to char*JonChesterfield2019-11-192-5/+4
* [nfc][libomptarget] Write amdgcn macros in terms of compiler intrinsicsJonChesterfield2019-11-191-3/+3
* Fix openmp on PowerPC64-BE-ELFv2 ABI on FreeBSD.AndreyChurbanov2019-11-192-15/+15