summaryrefslogtreecommitdiff
path: root/libgomp/config/linux
Commit message (Expand)AuthorAgeFilesLines
* openmp: Fix up gomp_affinity_init_numa_domainsJakub Jelinek2022-03-181-1/+1
* Update copyright years.Jakub Jelinek2022-01-0323-23/+23
* openmp: Fix handling of numa_domains(1)Jakub Jelinek2021-10-181-1/+1
* openmp: Fix up strtoul and strtoull uses in libgompJakub Jelinek2021-10-151-14/+21
* openmp: Fix up handling of OMP_PLACES=threads(1)Jakub Jelinek2021-10-151-2/+7
* openmp: Add support for OMP_PLACES=numa_domainsJakub Jelinek2021-10-151-2/+101
* openmp: Add support for OMP_PLACES=ll_cachesJakub Jelinek2021-10-151-4/+62
* libgomp: Don't include limits.h instead of hidden visibility blockJakub Jelinek2021-07-132-3/+2
* libgomp/i386: Revert the type of syscall wrappers output back to long.Uros Bizjak2021-02-121-12/+12
* libgomp/i386: Move syscall asms to static inline wrapper.Uros Bizjak2021-02-111-52/+45
* libgomp: Don't access gomp_sem_t as int using atomics unconditionallyJakub Jelinek2021-01-181-0/+9
* Update copyright years.Jakub Jelinek2021-01-0423-23/+23
* Update copyright years.Jakub Jelinek2020-01-0123-23/+23
* Update copyright years.Jakub Jelinek2019-01-0123-23/+23
* Don't mark stack pointer as clobbered in asmAndreas Schwab2018-12-121-2/+2
* builtin-types.def (BT_FN_VOID_BOOL, [...]): New.Jakub Jelinek2018-11-081-0/+50
* Update copyright years.Jakub Jelinek2018-01-0323-23/+23
* re PR libgomp/80822 (libgomp incorrect affinity when OMP_PLACES=threads)Jakub Jelinek2017-05-301-83/+90
* Update copyright years.Jakub Jelinek2017-01-0123-23/+23
* libgomp: fix OpenMP offloading to NVPTX and correct location of generic affin...Jonas Hahnfeld2016-11-281-1/+1
* OpenMP offloading to NVPTX: libgomp changesAlexander Monakov2016-11-231-92/+2
* Update copyright years.Jakub Jelinek2016-01-0423-23/+23
* builtin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONGPTR, [...]): New.Jakub Jelinek2015-10-132-0/+96
* re PR libgomp/66761 (libgomp: ThreadSanitizer: data race in libgomp)Joost VandeVondele2015-08-241-1/+3
* futex.h (futex_wait): Remove doouble initialization.Uros Bizjak2015-06-051-3/+1
* futex.h (sys_futex0): Remove function.Uros Bizjak2015-05-281-15/+21
* wait.h (gomp_futex_wait, [...]): Declare as int.Uros Bizjak2015-05-274-6/+6
* futex.h (sys_futex0): Change operand "op" to long.Uros Bizjak2015-05-271-22/+1
* libgomp: Now known as the GNU Offloading and Multi Processing Runtime Library.Thomas Schwinge2015-01-1022-22/+44
* Update copyright years.Jakub Jelinek2015-01-0522-22/+22
* futex.h (SYS_futex): Define if not already done.Steve Ellcey2014-11-211-0/+5
* libgomp: Fix default futex vs errnoRichard Henderson2014-04-021-4/+4
* Update copyright years in libgomp/Richard Sandiford2014-01-0222-22/+22
* re PR libgomp/58691 (OpenMP 4: Surprising results with OMP_PLACES=)Jakub Jelinek2013-10-122-3/+3
* target.c: New file.Jakub Jelinek2013-10-115-96/+524
* re PR sanitizer/55561 (TSAN: provide a TSAN instrumented libgomp)Dmitry Vyukov2013-01-313-5/+6
* Update copyright years in libgomp.Richard Sandiford2013-01-1422-25/+22
* futex.h (sys_futex0): Change to static function with noinline, nomips16 attri...Chung-Lin Tang2012-08-291-4/+10
* xmmintrin.h (_mm_sfence): Use __builtin_ia32_pause.Uros Bizjak2012-07-031-1/+1
* re PR libgomp/52993 (gomp_init_nest_lock_25: possible bad call to memset)Jakub Jelinek2012-06-061-2/+2
* * config/linux/sparc/futex.h (cpu_relax): Read from CC register.Eric Botcazou2012-02-291-5/+1
* Add ports for TILE-Gx and TILEPro.Walter Lee2012-02-141-0/+73
* affinity.c: Use atomic rather than sync builtin.Alan Modra2011-12-0212-71/+41
* re PR libgomp/51298 (libgomp team_barrier locking failures)Alan Modra2011-11-302-20/+25
* ordered.c (gomp_ordered_sync): Add MEMMODEL_ACQ_REL fence.Alan Modra2011-11-307-154/+33
* re PR libgomp/51249 (semaphore implemetation for linux leaves threads blocked)Alan Modra2011-11-302-33/+85
* proc.h: New.Uros Bizjak2011-08-033-7/+41
* backport: re PR fortran/46752 (OpenMP - Seg fault for unallocated allocatable...Jakub Jelinek2011-08-021-9/+29
* Check __x86_64__ instead of __LP64__ for x86 futex.H.J. Lu2011-08-021-2/+2
* wait.h (do_spin): New inline...Jakub Jelinek2011-07-154-18/+38