summaryrefslogtreecommitdiffstats
path: root/openmp
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [libomptarget] Implement target_impl for amdgcnJonChesterfield2019-11-013-0/+151
* [LIBOMPTARGET]Call GetLaneId function, do not use its address in debugAlexey Bataev2019-11-011-2/+2
* [nfc][omptarget] Use builtin var abstraction. Second pass at D69476JonChesterfield2019-11-014-22/+18
* [nfc][libomptarget] Reorganise support headerJonChesterfield2019-10-316-35/+58
* [libomptarget] Change nvcc compilation to use a unity buildJon Chesterfield2019-10-312-1/+26
* [nfc][libomptarget] Move named_sync() into target_implJon Chesterfield2019-10-306-20/+11
* [OpenMP] Reset affinity mask in the process child on FreeBSDDavid Carlier2019-10-301-1/+1
* [nfc][libomptarget] Move smid() into target_implJon Chesterfield2019-10-302-8/+8
* [libomptarget] Always call malloc, free via SafeMalloc, SafeFree wrapperJon Chesterfield2019-10-301-5/+6
* Enable OpenBSD support.AndreyChurbanov2019-10-303-4/+33
* [LIBOMPTARGET]Fix build, NFC.Alexey Bataev2019-10-281-1/+1
* [nfc][libomptarget] Decrease coupling between filesJon Chesterfield2019-10-277-16/+33
* [nfc][libomptarget] Inline option into target_implJon Chesterfield2019-10-275-66/+38
* [NFC][libomptarget]Remove TRUE,FALSE macros from option.hJon Chesterfield2019-10-276-14/+8
* [NFC][libomptarget] move remaining device specific code out of omptarget-nvptx.hJon Chesterfield2019-10-252-20/+17
* OpenMP Tasks dependencies hash re-sizing fixed.AndreyChurbanov2019-10-251-4/+4
* [www] Change URLs to HTTPS.Stephan T. Lavavej2019-10-241-12/+12
* [libomptarget][nfc] Make interface.h target independentJon Chesterfield2019-10-155-9/+32
* [OpenMP] Enable thread affinity on FreeBSDDavid Carlier2019-10-086-14/+51
* Don't assume Type from `readelf -d` has parenthesesAndrey Churbanov2019-10-081-1/+1
* Don't link libm with -Wl,--as-needed on FreeBSDAndrey Churbanov2019-10-081-2/+2
* [libomptarget][nfc] Update remaining uint32 to use lanemask_tJon Chesterfield2019-10-046-20/+27
* Use named constant to indicate all lanes, to handle 32 and 64 wide architecturesJon Chesterfield2019-10-043-8/+10
* [OpenMP] FreeBSD address check if mapped more nativeDavid Carlier2019-09-281-1/+42
* [Clang][OpenMP Offload] Create start/end symbols for the offloading entry tab...Sergey Dmitriev2019-09-271-1/+1
* fixed test: eliminated race condition which might cause deadlockAndrey Churbanov2019-09-251-1/+1
* Enable tasks dependencies hashmaps resizing.Andrey Churbanov2019-09-253-11/+103
* [OpenMP] Change initialization of __kmp_globalJonas Hahnfeld2019-09-043-3/+1
* [OPENMP][NVPTX]Fix parallel level counter in non-SPMD mode.Alexey Bataev2019-09-034-16/+45
* [libomptarget] Refactor activemask macro to inline functionJon Chesterfield2019-09-038-30/+29
* Use target_impl functions to replace more inline asmJon Chesterfield2019-08-285-39/+38
* [libomptarget] Refactor syncthreads macro to inline functionJon Chesterfield2019-08-285-19/+16
* [libomptarget] Refactor syncwarp macro to inline functionJon Chesterfield2019-08-283-8/+13
* Fix build break due to close brace lost in mergeJon Chesterfield2019-08-281-0/+1
* [libomptarget] Refactor shfl_down_sync macro to inline functionJon Chesterfield2019-08-283-7/+14
* [libomptarget] Refactor shfl_sync macro to inline functionJon Chesterfield2019-08-285-8/+24
* [OPENMP][NVPTX]Add __kmpc_syncwarp(int32_t) function.Alexey Bataev2019-08-263-0/+14
* [OPENMP][NVPTX]Use __syncwarp() to reconverge the threads.Alexey Bataev2019-08-232-10/+19
* Force honoring nthreads-var and thread-limit-var inside teams construct on hostJonathan Peyton2019-08-201-4/+17
* [OpenMP] Enable warning about "implicit fallthrough"Jonas Hahnfeld2019-08-155-2/+4
* [OpenMP] Remove 'unnecessary parentheses'Jonas Hahnfeld2019-08-156-21/+19
OpenPOWER on IntegriCloud