aboutsummaryrefslogtreecommitdiff
path: root/openmp
Commit message (Expand)AuthorAgeFilesLines
* [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
* [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