summaryrefslogtreecommitdiffstats
path: root/openmp
Commit message (Expand)AuthorAgeFilesLines
* [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
* [OpenMP] Remove -Wl,-fini=__kmp_internal_end_finiAaron Puchert2019-11-194-9/+0
* [libomptarget][nfc] Move some source into common from nvptxJon Chesterfield2019-11-1810-11/+18
* [OpenMP] Add implementation and tests of Archer toolprotze@itc.rwth-aachen.de2019-11-1838-0/+2551
* Remove +x permission on some filesSylvestre Ledru2019-11-161-0/+0
* [libomptarget][nfc] Use cuda variable wrappers from support.hJonChesterfield2019-11-144-22/+16
* [libomptarget] Move supporti.h to support.cuJonChesterfield2019-11-135-68/+87
* [openmp] [test] Skip one more test that kills NetBSD buildbotMichał Górny2019-11-071-0/+3
* [libomptarget] Revert all improvements to supportJon Chesterfield2019-11-069-102/+58
* Test commit: adds a . to comment. NFCRon Lieberman2019-11-041-1/+1
OpenPOWER on IntegriCloud